On Mon, Oct 20, 2008 at 01:39:39PM +0200, Anders Johansson wrote:
On Monday 20 October 2008 13:26:24 Michael wrote:
I assume that I need an other code for 1024x768 (xga), is there some where a link to a list of codes? I have googled but I must have missed it..
If you install the kernel sources you will have the file /usr/src/linux/Documentation/fb/vesafb.txt, and there you will find the following table
| 640x480 800x600 1024x768 1280x1024 ----+------------------------------------- 256 | 0x301 0x303 0x305 0x307 32k | 0x310 0x313 0x316 0x319 64k | 0x311 0x314 0x317 0x31A 16M | 0x312 0x315 0x318 0x31B
So the codes for 1024x760 is 0x305, 0x316, 0x317 or 0x318 depending on how many colours you want to have
Actually there may also be some non-standard values available. Run 'hwinfo --framebuffer' as root to get the complete list for your graphics card. M. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org