Results 1 to 3 of 3
What's the "vga=*" number to set the framebuffer to 640x480 16 colors? (not "vga=vga16", because that only works on a Amiga platform, not a PC)...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-26-2005 #1Linux Newbie
- Join Date
- Oct 2004
- Posts
- 139
4-bit framebuffer?
What's the "vga=*" number to set the framebuffer to 640x480 16 colors? (not "vga=vga16", because that only works on a Amiga platform, not a PC)
- 08-26-2005 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Here are some PC display modes from answers.com:
http://www.answers.com/topic/pc-display-modes-details
- 08-26-2005 #3
Here you go, all the available vga modes.
Use each number as e.g, vga=769, that will give you the desired mode you're looking for, once you choose the right one.Code:colour depth | 640x480 800x600 1024x768 1280x1024 256 (8bit)| 769 771 773 775 32000 (15bit)| 784 787 790 793 65000 (16bit)| 785 788 791 794 16.7 Mill.(24bit)| 786 789 792 795
Great GNU/Linux references and resources:
The Linux Documentation Project
Rute User's Tutorial and Exposition
GNU/Linux Man Pages


Reply With Quote
