Jump to content

How do I set my default screen resolution


aze
 Share

Recommended Posts

From man lilo.conf:

vga=<mode>

              This specifies the VGA text mode that should  be  selected  when

              booting.  It may be specified as a global option.  The following

              values are recognized (case is ignored):

 

              normal: select normal 80x25 text mode.

 

              extended (or ext): select 80x50 text mode.

 

              ask: stop and ask for user input (at boot time).

 

              <number>: use the corresponding text mode. A list  of  available

              modes  can  be  obtained  by  booting  with vga=ask and pressing

              [Enter].

 

              If this variable is omitted, the VGA mode setting  contained  in

              the kernel image is used. (And that is set at compile time using

              the SVGA_MODE variable in the kernel Makefile, and can later  be

              changed with the rdev(8) program.)

 

Somewhere on this board, someone listed out the numbers used for different vga modes.

Link to comment
Share on other sites

the screen is 80x50 when lilo loads the system

But when I see the message: "Welcome to mandrake Linux 9.2 - Press I to interactive startup" it turns back to 80x25

 

 

boot=/dev/hda9
map=/boot/map
install=menu
vga=ask
default="linux"
keytable=/boot/us.klt
prompt
nowarn
timeout=30
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
       label="linux"
       root=/dev/hda9
       initrd=/boot/initrd.img
       append="devfs=mount hdd=ide-scsi acpi=ht resume=/dev/hda10"
       vga=ext
       read-only
image=/boot/vmlinuz
       label="linux-nonfb"
       root=/dev/hda9
       initrd=/boot/initrd.img
       append="devfs=mount hdd=ide-scsi acpi=ht resume=/dev/hda10"
       read-only
image=/boot/vmlinuz-smp
       label="linux-smp"
       root=/dev/hda9
       initrd=/boot/initrd-smp.img
       append="devfs=mount hdd=ide-scsi acpi=ht resume=/dev/hda10 splash=silent
"
       read-only
image=/boot/vmlinuz
       label="failsafe"
       root=/dev/hda9
       initrd=/boot/initrd.img
       append="failsafe devfs=nomount hdd=ide-scsi acpi=ht resume=/dev/hda10"
       read-only
other=/dev/hda1
       label="windows"
       table=/dev/hda
other=/dev/fd0
       label="floppy"
       unsafe

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...