You are not logged in.
Pages: 1
when I add "radeon" to the hook array in /etc/mkinitcpio.conf.
FATAL: Hook 'radeon' can not be found.
I'm sure I have installed xf86-video-ati and the kernel enabled kms
CONFIG_DRM_RADEON_KMS=y
It seems working well even if I don't add video=1920x1080 to grub.cfg, but I'd like an Early KMS start.
Anyone knows?
Offline
Did you take a look into the wiki? http://wiki.archlinux.org/index.php/ATI … _.28KMS.29
Offline
Yes , I did.
By the way, my video card is ati HD 4830
Offline
Just put radeon to MODULES array in /etc/mkinitcpio.conf and regenerate the initramfs image by mkinitcpio -p kernel26.
Offline
Just put radeon to MODULES array in /etc/mkinitcpio.conf and regenerate the initramfs image by mkinitcpio -p kernel26.
I did this, then
FATAL: Hook 'radeon' can not be found.
Offline
Remove radeon from HOOKS array.
Offline
Remove radeon from HOOKS array.
Remove it, how can I enable early kms start?
Offline
It should automatically in next boot.
Offline
Yes, It is, but you sure that is early start?
Anyways, there is an another question.
Can fbcondecor load image without fbsplash?
Offline
I use fbsplash with fbsplash-theme-arch-black on one computer without fbcondecor patches and stuff. It works fine.
Update: Now i realised that you meant the opposite what i just wrote. But it's easy to set up fbsplash.
Last edited by Dogmeat (2010-10-11 22:29:51)
Offline
fbsplash works well when I put vga=792, but not kms mode.
My screen is 1920x1080.
Offline
I think the HOOK stuff isn't needed anymore, somehow i just added radeon to the MODULES in the mkinitcpio.conf and it worked without complaining about firmware or any other weird stuff.
Offline
WARNING: rc_init-pre script found - no early daemon with 'arch-banner-icons'!
What's this warning?
$ mkinitcpio -k 2.6.35-fbcondecor -c /etc/mkinitcpio.conf -g /boot/kernel26-fbcondecor.img
:: Begin build
:: Parsing hook [base]
:: Parsing hook [udev]
:: Parsing hook [fbsplash]
WARNING: rc_init-pre script found - no early daemon with 'arch-banner-icons'!
:: Parsing hook [autodetect]
:: Parsing hook [scsi]
:: Parsing hook [sata]
:: Parsing hook [filesystems]
:: Generating module dependencies
:: Generating image '/boot/kernel26-fbcondecor.img'...SUCCESS
Offline
Check your fbslash configuration in /etc/conf.d/splash and try to use a different theme. Then rebuild the initramfs image.
Offline
Pages: 1