Gentoo Archives: gentoo-user-es

From: Marcos Garcia <marcos_gm@××.com>
To: Guillermo Juarez <katossi@××××××××××××××××.es>
Cc: gentoo-user-es@g.o
Subject: Re: [gentoo-user-es] bootsplash (imagen de fondo del FB)
Date: Thu, 08 May 2003 23:02:43
Message-Id: 200305090047.19912.marcos_gm@ya.com
In Reply to: Re: [gentoo-user-es] bootsplash (imagen de fondo del FB) by Guillermo Juarez
1 Mirame la linea del grub a ver si ves algo malo:
2 title=Gentoo Linux 1.4 Gaming-sources SplashFB
3
4 root (hd1,0)
5
6 kernel=/boot/bzImage.2420gaming_fb root=/dev/hdb1
7 video=vesa:1024x768@72,ywrap,mtrr vga=0x318
8
9 initrd=/boot/initrd-1024x768
10 ......
11 También probé con 800x600, y 1240-1024. Siempre acaba viendose el
12 pinguino!!!!!
13 xD
14
15 Permiteme un extracto del .config | grep FB
16 # CONFIG_BLK_DEV_OFFBOARD is not set
17 CONFIG_FB=y
18 CONFIG_FB_LOGO_TUX=y
19 # CONFIG_FB_LOGO_LARRY is not set
20 # CONFIG_FB_LOGO_GENTOO is not set
21 # CONFIG_FB_LOGO_G is not set
22 # CONFIG_FB_LOGO_PENGUIN is not set
23 # CONFIG_FB_LOGO_POWEREDBY is not set
24 # CONFIG_FB_RIVA is not set
25 # CONFIG_FB_CLGEN is not set
26 # CONFIG_FB_PM2 is not set
27 # CONFIG_FB_PM3 is not set
28 # CONFIG_FB_CYBER2000 is not set
29 CONFIG_FB_VESA=y
30 # CONFIG_FB_VGA16 is not set
31 # CONFIG_FB_HGA is not set
32 # CONFIG_FB_MATROX is not set
33 # CONFIG_FB_ATY is not set
34 # CONFIG_FB_RADEON is not set
35 # CONFIG_FB_ATY128 is not set
36 # CONFIG_FB_SIS is not set
37 # CONFIG_FB_NEOMAGIC is not set
38 # CONFIG_FB_3DFX is not set
39 # CONFIG_FB_VOODOO1 is not set
40 # CONFIG_FB_TRIDENT is not set
41 # CONFIG_FB_VIRTUAL is not set
42 CONFIG_FBCON_SPLASHSCREEN=y
43 CONFIG_FBCON_CFB16=y
44 # CONFIG_FBCON_ADVANCED is not set
45 CONFIG_FBCON_CFB8=y
46 CONFIG_FBCON_CFB16=y
47 CONFIG_FBCON_CFB24=y
48 CONFIG_FBCON_CFB32=y
49 # CONFIG_FBCON_FONTWIDTH8_ONLY is not set
50 # CONFIG_FBCON_FONTS is not set
51
52 y tambien
53 CONFIG_FBCON_SPLASHSCREEN=y
54
55 y por ultimo
56 more /usr/src/linux/.config |grep RAM
57 # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
58 CONFIG_BLK_DEV_RAM=y
59 CONFIG_BLK_DEV_RAM_SIZE=4096
60 # CONFIG_NVRAM is not set
61 # CONFIG_CRAMFS is not set
62 CONFIG_RAMFS=y
63 ¯¯ more /usr/src/linux/.config |grep RD
64 CONFIG_BLK_DEV_INITRD=y
65 ...
66 y sobretodo, GRACIAS por leer este tocho. Llevo dos dias reiniciando y
67 compilando el kernel!! ;)
68
69
70 --
71 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] bootsplash (imagen de fondo del FB) Guillermo Juarez <katossi@××××××××××××××××.es>
Re: [gentoo-user-es] bootsplash (imagen de fondo del FB) Guillermo Juarez <katossi@××××××××××××××××.es>