LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Lilo vga parameters under SuSe Linux (https://www.linuxquestions.org/questions/suse-opensuse-60/lilo-vga-parameters-under-suse-linux-267520/)

stevesk 12-17-2004 05:28 PM

Lilo vga parameters under SuSe Linux
 
Hello guys! I have just installed SuSe, and I have installed the lilo boot loader under my partition sector, and so I can chainload it from a grub at mbr (the grub is not the suse one, it is the official downloaded from the GNU web page). It boots correctly, but there is a problem: the default resolution in the "vga" parameter is too high and I feel no good about that. I have tried to search the SuSe documentation about the possible vga combinations and which resoltion each one corresponds to, but had not success. Could someone send me a link to some place where I can find a list of possible vga resolutions that I can put in the "vga" parameter under my lilo.conf and which mode each one correspond to? Thanks so much!

(currently it is 'vga=0x31a')

jailbait 12-17-2004 06:48 PM

"Could someone send me a link to some place where I can find a list of possible vga resolutions that I can put in the "vga" parameter under my lilo.conf and which mode each one correspond to? "

The vga modes are:
hex:
| 640x480 800x600 1024x768 1280x1024
----+-------------------------------------
256 | 0x101 0x103 0x105 0x107
32k | 0x110 0x113 0x116 0x119
64k | 0x111 0x114 0x117 0x11A
16M | 0x112 0x115 0x118 0x11B

dec:
| 640x480 800x600 1024x768 1280x1024
----+-------------------------------------
256 | 257 259 261 263
32k | 272 275 278 281
64k | 273 276 279 282
16M | 274 277 280 283

VESA:
Colors (depth) 640x480 800x600 1024x768 1280x1024 1600x1200
---------------+-------+-------+--------+---------+---------
256 ( 8 bit)| 769 771 773 775 796
32,768 (15 bit)| 784 787 790 793 797
65,536 (16 bit)| 785 788 791 794 798
16.8M (24 bit)| 786 789 792 795 799


---------------------------------
Steve Stites

stevesk 12-17-2004 07:10 PM

Hmmmm got it friend! Thanks a lot! :D


All times are GMT -5. The time now is 06:04 PM.