LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Startup screen resolution (https://www.linuxquestions.org/questions/slackware-14/startup-screen-resolution-364701/)

Jeebizz 09-18-2005 09:22 PM

Startup screen resolution
 
Just wanted to know. Does anybody else's desired resolution in KDE or any other environment startup automatically? Or does it start off 800x600, and then change to the desired resolution. The reason I ask is because I have mine set at 1024x768 however each time I start KDE, it begins with an 800x600 resolution then switches to the right one. Is there any way to just make it automatically start at 1024x768? This is what I have in my xorg.conf

Code:

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "GatewayVX700"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync  30-86

#    HorizSync  30-64        # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-130

#1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
Modeline "1024x768_100.0"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync

EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 0"
    Device      "RadeonGeneric"
    Monitor    "GatewayVX700"
    DefaultDepth 24

    Subsection "Display"
        Depth      24
        Modes      "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection


Dankles 09-19-2005 10:39 AM

click on the programs button --> System --> screen resize and rotate
a blue icon will appear in your task tray
right click it --> configure display
theres an option to save on startup

Jeebizz 09-19-2005 04:58 PM

I already have that option checked, but its useless, because it always starts in 800x600 and then it switches to the right one, thats what that option does, I was just hoping that there was some kind of way to already start at 1024x768 once the xserver starts. doh :mad:

rkrishna 09-20-2005 09:09 AM

edit lilo.conf
 
hi
i think it can b fixed by editing lilo.conf
what have u enabled in the lilo conf, frame buffer console,,,,
__________________________
# VESA framebuffer console @ 1024x768x256
#vga = 773 -------->make this active
# Normal VGA console
vga = normal ----------->uncheck this

and dont forget to run #lilo or /sbin/lilo from root ;) soon after u edit lilo

r u getting cool linux tux:p now????????????

if it works let me know :) :)
regards

edit: r u running 2.4.x kernel, if so it will work
if using 2.6 kernel i think this wont b needed

maginotjr 09-20-2005 01:31 PM

just about your edit...

whetever 2.4 or 2.6 this only works if you have framebuffer in kernel compiled and lilo.conf with right config like you just post.

slackware 10.1/2 comes with the built in modules and drivers tu use framebuffer, just check if they are ok on lilo.conf

or maybe if you encounter problems this can help you
http://www.linuxquestions.org/questi...uffer+solution

[ ]īs

Jeebizz 09-20-2005 07:40 PM

That did not work either, I changed the framebuffer resolution in lilo.conf to 1024x768 and it still starts off with the screen not in the right size, but now I am thinking, maybe it could already be in 1024x768, but probably using a lower refresh rate, instead of 100Hz, since I have my monitor settings tuned to 100Hz, anything below that, would cause the resolution to not be centered correctly, I dunno, its only a guess.. :scratch:

rkrishna 09-21-2005 01:21 AM

run lilo after editing lilo.conf
 
hi Jeebizz
actually it worked for me, when i edited my lilo.conf
remmber u have to run lilo soon after u make a change in the lilo.conf
Quote:

I changed the framebuffer resolution in lilo.conf to 1024x768 a
for my clarification will you please send your lilo.conf, the frame bufer part atleast, ....
%till i dont got answer for ur kernel, is it working for 2.6kernel??

for maginotjr

actully even if my lilo part was vga = normal i could see my cool linux logo in 2.6.12.3 kernel
but for 2.4 it was not,
i hope jeebizz using 2.4 kernel and he can't c the linux logo while boting
as u said slackware comes with the built in modules and drivers tu use framebuffer but we have to enable it in the installation setup, evenif u compiled it in kernel u have to edit lilo......

Jeebizz 09-21-2005 05:28 PM

I guess there is still some misunderstanding, first, I can see the linux logo just fine when I startup the resolution, and I changed it to 1024x768 under lilo and rebooted, and it worked, BUT when I start KDE, it first starts at at either an incorrect resolution or incorrect refresh rate first, and then switches to the right one, and THAT is whats bugging me, I want to try and get KDE to automatically start at the right screen resolution and refresh rate, without it switching to the desired resolution later.


All times are GMT -5. The time now is 05:43 AM.