RE: [SLE] lilo.conf and vga/vesa screen resolution
Hello,
Can someone point me to the "vga=???" numerical specs for changing the screen resolution in lilo.conf.
/usr/src/linux/Documentation/fb/vesafb.txt
| 640x480 800x600 1024x768 1280x1024 ----+------------------------------------- 256 | 0x301 0x303 0x305 0x307 32k | 0x310 0x313 0x316 0x319 64k | 0x311 0x314 0x317 0x31A 16M | 0x312 0x315 0x318 0x31B
Thank you, Anders. I noticed "vga=794" works with some monitors, but what is "794" referring to? Thanks again, ~James
On Wed, 2005-06-01 at 10:01 -0700, James D. Parra wrote:
Hello,
Can someone point me to the "vga=???" numerical specs for changing the screen resolution in lilo.conf.
/usr/src/linux/Documentation/fb/vesafb.txt
| 640x480 800x600 1024x768 1280x1024 ----+------------------------------------- 256 | 0x301 0x303 0x305 0x307 32k | 0x310 0x313 0x316 0x319 64k | 0x311 0x314 0x317 0x31A 16M | 0x312 0x315 0x318 0x31B
Thank you, Anders.
I noticed "vga=794" works with some monitors, but what is "794" referring to?
Thanks again,
~James
Also hwinfo --framebuffer will show all the modes supported by your graphics card. I think this is correct. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
On Wednesday 01 June 2005 19:01, James D. Parra wrote:
Hello,
Can someone point me to the "vga=???" numerical specs for changing the screen resolution in lilo.conf.
/usr/src/linux/Documentation/fb/vesafb.txt
| 640x480 800x600 1024x768 1280x1024
----+------------------------------------- 256 | 0x301 0x303 0x305 0x307 32k | 0x310 0x313 0x316 0x319 64k | 0x311 0x314 0x317 0x31A 16M | 0x312 0x315 0x318 0x31B
Thank you, Anders.
I noticed "vga=794" works with some monitors, but what is "794" referring to?
794 is a decimal value, in the table above you have hexadecimal values, you can use either. 794 decimal is 0x31A hex, so it means 1280x1024 at 64k colours
749 (decimal) = 0x31A (hex) B=) On Wednesday 01 June 2005 11:01 am, James D. Parra wrote:
Hello,
Can someone point me to the "vga=???" numerical specs for changing the screen resolution in lilo.conf.
/usr/src/linux/Documentation/fb/vesafb.txt
| 640x480 800x600 1024x768 1280x1024
----+------------------------------------- 256 | 0x301 0x303 0x305 0x307 32k | 0x310 0x313 0x316 0x319 64k | 0x311 0x314 0x317 0x31A 16M | 0x312 0x315 0x318 0x31B
Thank you, Anders.
I noticed "vga=794" works with some monitors, but what is "794" referring to?
Thanks again,
~James
On Wednesday 01 June 2005 01:01 pm, James D. Parra wrote:
Hello,
Can someone point me to the "vga=???" numerical specs for changing the screen resolution in lilo.conf.
/usr/src/linux/Documentation/fb/vesafb.txt
| 640x480 800x600 1024x768 1280x1024
----+------------------------------------- 256 | 0x301 0x303 0x305 0x307 32k | 0x310 0x313 0x316 0x319 64k | 0x311 0x314 0x317 0x31A 16M | 0x312 0x315 0x318 0x31B
Thank you, Anders.
I noticed "vga=794" works with some monitors, but what is "794" referring to?
Thanks again,
It's the decimal equivalent of 0x31A :-)
participants (5)
-
Anders Johansson
-
Brad Bourn
-
Bruce Marshall
-
James D. Parra
-
Ken Schneider