Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: 1st time framebuffer setup
Date: Thu, 21 Jun 2007 18:12:32
Message-Id: 5bdc1c8b0706211102hd769e1bo5d626c90b6b2081e@mail.gmail.com
In Reply to: [gentoo-user] 1st time framebuffer setup by Mark Knecht
1 On 6/21/07, Mark Knecht <markknecht@×××××.com> wrote:
2 > Hi,
3 > The Gentoo Wiki page lists two different entries for doing
4 > framebuffer setup. I've never used framebuffers and wanted to check it
5 > out. Which is more appropriate for a new installation of 2007.0 on an
6 > older machine? (Athlon XP 1600+ with an NVidia GeForce4 MX 4000)
7 >
8 > http://gentoo-wiki.com/HOWTO_fbsplash
9 >
10 > http://gentoo-wiki.com/HOWTO_Framebuffer:Bootsplash:Grubsplash
11 >
12 > Why aren't these Wiki pages dated or am I missing that?
13 >
14 > Thanks,
15 > Mark
16 >
17
18 For lack of wanting to wait I proceeded with the HOWTO_fbsplash page.
19
20 http://gentoo-wiki.com/HOWTO_fbsplash
21
22 Things are going OK and I'm down to the point where I should be able
23 to display the splash page by hand using the following command:
24
25 splash_manager --theme=livecd-2007.0 --cmd=set --tty=1
26
27 which results in the following error:
28
29 Rocker ~ # splash_manager --theme=livecd-2007.0 --cmd=set --tty=1
30 No 8bpp verbose picture specified in the theme.
31 FBIOSPLASH_SETSTATE failed, error code 9.
32 Rocker ~ #
33
34 I presume this is saying that it doesn't support 24-bit color mapping?
35 I see from xdpyinfo that I seem to have 24 bit as default?
36
37 <SNIP>
38 screen #0:
39 print screen: no
40 dimensions: 1280x1024 pixels (433x347 millimeters)
41 resolution: 75x75 dots per inch
42 depths (7): 24, 1, 4, 8, 15, 16, 32
43 root window id: 0xa3
44 depth of root window: 24 planes
45 number of colormaps: minimum 1, maximum 1
46 default colormap: 0x20
47 <SNIP>
48
49 Following that I tried switching to 16-bit operation in X but I still
50 get the same message:
51
52 <SNIP>
53 screen #0:
54 print screen: no
55 dimensions: 1280x1024 pixels (433x347 millimeters)
56 resolution: 75x75 dots per inch
57 depths (7): 16, 1, 4, 8, 15, 24, 32
58 root window id: 0x7f
59 depth of root window: 16 planes
60 number of colormaps: minimum 1, maximum 1
61 default colormap: 0x20
62 default number of colormap cells: 64
63 preallocated pixels: black 0, white 65535
64 options: backing-store NO, save-unders NO
65 <SNIP>
66
67 Rocker ~ # splash_manager --theme=livecd-2007.0 --cmd=set --tty=1
68 No 8bpp verbose picture specified in the theme.
69 FBIOSPLASH_SETSTATE failed, error code 9.
70 Rocker ~ #
71
72
73 Rocker ~ # zcat /boot/fbsplash-livecd-2007.0-1280x1024 | cpio --list
74 .
75 root
76 sbin
77 sbin/splash_helper
78 dev
79 dev/null
80 dev/misc
81 dev/fb
82 dev/console
83 dev/vc
84 etc
85 etc/splash
86 etc/splash/livecd-2007.0
87 etc/splash/livecd-2007.0/1280x1024.cfg
88 etc/splash/livecd-2007.0/images
89 etc/splash/livecd-2007.0/images/background-1280x1024.png
90 etc/splash/livecd-2007.0/images/verbose-1280x1024.png
91 etc/splash/livecd-2007.0/images/overlay-1024.png
92 etc/splash/livecd-2007.0/Vera.ttf
93 lib
94 lib/splash
95 lib/splash/sys
96 lib/splash/proc
97 768 blocks
98 Rocker ~ #
99
100 At this point I'm not at all sure what to do so if anyone can help
101 me save some time I would certainly appreciate it.
102
103 Thanks,
104 Mark
105 --
106 gentoo-user@g.o mailing list