> I had only a small issue with grub adding "gfxpayload=keep" and killing > radeon KMS with that. > Guess thats why it added "nomodeset" to the kernel boot parameters at > first. ;-)
Already fixed. Just need to comment out the GFXPAYLOAD in /etc/default/grub. It appears to conflict with the kernel's attempts to setup KMS. It's useful on some hardware, but since it glitches KMS, it has to remain disabled. It's basically a replacement for the old vga=X arguments. > Another idea of mine: is it possible to automaticaly add the output from > "dracut-gencmdline"? > Or is this a bad idea? I didn't think of doing this, but it would require dracut being in base to work, since grub2 would have to have access to it whenever generating new config. So, what is the benefit of using this? As for why nomodeset is generated, that happens because of a modification I made. It should only show up if you have fglrx or nvidia in your modules directory. _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
