Gentoo Archives: gentoo-user

From: Daevid Vincent <daevid@××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] fbsplash and console issues after udev
Date: Tue, 06 Dec 2005 00:36:07
Message-Id: 200512060029.jB60TbGr023691@robin.gentoo.org
1 I have updated to udev and got most things kinda working (as is the case of
2 any linux system where it's never 100%)...
3
4 The loading screen with the progress bar works fine. If I hit F2 to see the
5 stuff going on, here's where it has issues..
6
7 There is no background image (as there used to be prior to udev).
8
9 I've run this command:
10 splash_geninitramfs -v -g /boot/fbsplash-emergence-1600x1200 -r 1600x1200
11 emergence
12
13 And I have this file:
14 -rw-r--r-- 1 root root 1475639 Dec 4 21:37 fbsplash-emergence-1600x1200
15
16 My grub.conf has:
17 title Gentoo Linux vmlinuz (2.6.14r2) [resume framebuffer splash 1600]
18 root=(hd0,0)
19 kernel=(hd0,0)/boot/vmlinuz ro root=/dev/hda3
20 video=vesafb:ywrap,mtrr,1600x1200-16@60 splash=silent,theme:emergence,tty:12
21 quiet CONSOLE=/dev/tty1 hdb=ide-scsi resume=/dev/hda6 pmdisk=/dev/hda6
22 netdev=5,0xec80,eth0
23 initrd (hd0,0)/boot/fbsplash-emergence-1600x1200
24
25 I do get a hi-res screen (like framebuffer is working it seems), however I
26 have a 1" margin on the right and bottom of my LCD display. It's like the
27 screen is 1600x1200, but the console/text is not filling it up. HOWEVER, the
28 loading/progress screen DOES fill it up.
29
30 To further confuse me, this margin only happens on console 1. The other
31 consoles all use the full width and height as they should. I notice if I hit
32 return at the login prompt on console 1, that I see the text flash in the
33 bottom 1" margin, and then appear up above the margin.
34
35 In my kernel, I have VESA-TNG compiled in kernel, but if i use
36 video=vesafb-tng it doesn't work at all (I only get the standard 640x480),
37 yet video=vesafb does "work" in that I am a higher resolution?!
38
39 Restarting /etc/init.d/consolefont or bootsplash doesn't seem to do
40 anything.
41
42 I do see this error flash by after pressing F2:
43
44 Booting 'Gentoo Linux vmlinuz (2.6.14r2) [resume framebuffer splash 1600]'
45
46 root=(hd0,0)
47 Filesystem type is ext2fs, partition type 0x83
48 kernel=(hd0,0)/boot/vmlinuz ro root=/dev/hda3
49 video=vesafb:ywrap,mtrr,1600x1200
50 -16@60 splash=silent,theme:emergence,tty:12 quiet CONSOLE=/dev/tty1
51 hdb=ide-scs
52 i resume=/dev/hda6 pmdisk=/dev/hda6 netdev=5,0xec80,eth0
53 [Linux-bzImage, setup=0x1c00, size=0x20eacb]
54 initrd (hd0,0)/boot/fbsplash-emergence-1600x1200
55 [Linux-initrd @ 0x1fe87000, 0x16843c bytes]
56
57 Uncompressing Linux... Ok, booting the kernel.
58 FBIOSPLASH_SETPIC failed, error code 515.
59 Hint: are you calling 'setpic' for the current virtual console?
60 INIT: version 2.86 booting
61
62 This post was the only google I could find with that error in it.
63 http://forums.gentoo.org/viewtopic-t-351048-postdays-0-postorder-asc-start-2
64 5.html
65 I tried these things and still no worky
66
67
68 So to summarize my actual questions:
69
70 [1] how do I get rid of the margin on console 1?
71 [2] how do I get a background image to show on console 1 (only)?
72
73
74 Thanks,
75
76 Daevid.
77 "You had me at EHLO" --E.Webb (10.04.05)
78
79 --
80 gentoo-user@g.o mailing list

Replies

Subject Author
RE: [gentoo-user] fbsplash and console issues after udev Michael Kintzios <michaelkintzios@××××××××.uk>