Mailinglist Archive: opensuse (2114 mails)
| < Previous | Next > |
Re: [opensuse] flase screen resolution for splash screen
- From: Anders Johansson <ajohansson@xxxxxxx>
- Date: Mon, 20 Oct 2008 13:39:39 +0200
- Message-id: <200810201339.39652.ajohansson@xxxxxxx>
On Monday 20 October 2008 13:26:24 Michael wrote:
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
Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
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
Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |