[opensuse] flase screen resolution for splash screen
Hello, I have installed a openSUSE 10.2 at a 1248x1024 Flat Screen. Then I moved the PC to its final location where a 1024x768 non Flat Screen is attached. Once stared there is nothing to see just flickering lines. To fix the problem I booted with save settings to runlevel 3, started Sax2 and changed the Monitor settings. After a restart I still see the flickering lines until the xserver takes overn - than all is ok. Well I thing Sax only adjusts the Xserver settings. The settings for the bootsplash screen is in one of the grub files? I saw at one place a 3 digit hex number tha could be a candiate? Is the menu.lst the file I need to edit? Is this the line (this is not the original line): kernel /boot/vmlinuz-2.6.15-27-386 root=/dev/hda3 ro quiet splash vga=0x342 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.. Thanks a lot Michael -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
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 Anders -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
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
participants (3)
-
Anders Johansson
-
Michael
-
Michael Schroeder