View previous topic :: View next topic |
Author |
Message |
ckebabo n00b
Joined: 27 Dec 2005 Posts: 7
|
Posted: Thu Mar 02, 2006 6:58 pm Post subject: splash console problem[SOLVED] |
|
|
- my environment -
Gentoo-2006.1
ATI Redeon 9600
gentoo-source-2.6.15-r1
i follow http://gentoo-wiki.com/HOWTO_fbsplash#Fbsplash.. but it don't run correct. what is worse, it's not 1280x1024.
My dmesg
Code: |
radeonfb: Found Intel x86 BIOS ROM Image
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=324.00 Mhz, System=189.00 MHz
radeonfb: PLL min 20000 max 40000
radeonfb: Monitor 1 type CRT found
radeonfb: EDID probed
radeonfb: Monitor 2 type no found
Console: switching to colour frame buffer device 80x25
fbsplash: console 0 using theme 'emergence'
radeonfb (0000:01:00.0): ATI Radeon AP
vesafb: ATI Technologies Inc., V350, 01.00 (OEM: ATI RADEON 9600 PRO)
vesafb: VBE version: 2.0
vesafb: no monitor limits have been set
vesafb: scrolling: redraw
vesafb: cannot reserve video memory at 0xe0000000
vesafb: framebuffer at 0xe0000000, mapped to 0xf9900000, using 10240k, total 262144k
fb1: VESA VGA frame buffer device
|
kernel config
Code: |
Device Drivers > Graphics support:
[*] Support for frame buffer devices
<*> VESA VGA graphics support
VESA driver type (vesafb-tng) --->
(1280x1024@60) VESA default mode
Device Drivers > Graphics support > Console display driver support:
[*] Video mode selection support
<*> Framebuffer Console support
Device Drivers > Graphics support:
[*] Support for the framebuffer splash
Device Drivers > Block devices:
<*> RAM disk support
(4096) Default RAM disk size (kbytes) (NEW)
[*] Initial RAM disk (initrd) support
Device Drivers > Input Device Support
[*]Event Interface
Device Drivers > Graphics support:
[*] Support for frame buffer devices
<*> ATI Radeon display support
|
grub.conf
Code: |
kernel /bzImage-2.6.15-r1 root=/dev/hda6 video=radeonfb:1280x1024-24@60 splash=silent,theme:emergence CONSOLE=/dev/tty1 quiet
initrd /fbslash-emergence-1280x1024
|
my setting
Code: |
emerge splashutils splash-themes-gentoo
cd /etc/splash/
splash_geninitramfs -g /boot/fbsplash-emergence-1280x1024 -v -r 1280x1024 emergence
rc-update add splash default
|
Last edited by ckebabo on Thu Mar 02, 2006 7:50 pm; edited 1 time in total |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Thu Mar 02, 2006 7:02 pm Post subject: |
|
|
Moved from Installing Gentoo to Kernel & Hardware.
postinstallation stuff, so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
niskel Guru
Joined: 17 Nov 2004 Posts: 457 Location: Fredericton, NB, Canada
|
Posted: Thu Mar 02, 2006 7:21 pm Post subject: |
|
|
ckebabo wrote: |
...
Code: |
...
Device Drivers > Graphics support:
[*] Support for frame buffer devices
<*> ATI Radeon display support
|
grub.conf
Code: |
kernel /bzImage-2.6.15-r1 root=/dev/hda6 video=radeonfb:1280x1024-24@60 splash=silent,theme:emergence CONSOLE=/dev/tty1 quiet
initrd /fbslash-emergence-1280x1024
|
...
|
The problem is the ATI Radeon display support, you want this turned off I believe. I don't remember the exact issue but I believe it conflicts with the ATI propriatary drivers. This also means you will have to change the "radeonfb" in your grub.conf. "vesafb" should work, or, if you are using x86, you could look up how to use vesafb-tng. Also, the "1280x1024-24@60" only works with vesa-tng. Here is my grub entry:
Code: |
title=Gentoo Linux
root (hd0,0)
kernel /kernel root=/dev/sda3 vga=795 video=vesafb:ywrap,mtrr splash=silent,fadein,theme:tux quiet CONSOLE=/dev/tty1
initrd (hd0,0)/boot/fbsplash-tux-1280x1024
|
This is what I would suggest you use for your situation:
Code: |
kernel /bzImage-2.6.15-r1 root=/dev/hda6 vga=795 video=vesafb:ywrap,mtrr splash=silent,theme:emergence CONSOLE=/dev/tty1 quiet
initrd /fbslash-emergence-1280x1024
|
"vga=795" means "1280x1024-24@60". You can also play with removing either ywrap or mtrr or both until you get one that works.
Let me know if this helps at all.
PS.
ckebabo wrote: |
- my environment -
Gentoo-2006.1
ATI Redeon 9600
gentoo-source-2.6.15-r1
|
Gentoo 2006.1 isn't out yet, it is now 2006.0 |
|
Back to top |
|
|
ckebabo n00b
Joined: 27 Dec 2005 Posts: 7
|
Posted: Thu Mar 02, 2006 7:50 pm Post subject: |
|
|
thanks a lot, niskel!!!
i success |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|