First I changed /etc/modprobe.d/radeon-kms.conf to
option radeon modeset=0Then I ran update-initramfs -u to copy the change into the boot RAM filesystem, and rebooted. For some reason that doesn't disable KMS. Hmm. Figure out why or find another way? Door number two please.
Next, I added the kernel parameter nomodeset in /boot/grub/menu.lst. Run update-grub and reboot. Nope. KMS is still enabled. Hmm. Figure out why or find another way? Door number two please.
Next I replaced the nomodeset kernel parameter with radeon.modeset=0, again in /boot/grub/menu.lst. Run update-grub and reboot. Ding ding ding, we have a winner! Phew! Pant, pant!
It should be abundantly clear that KMS in the Radeon driver is a work-in-progress when disabling it takes that much effort. ^_^
Thank you very much for this hint, it saved my day :-)
ReplyDeleteradeon.modeset=0 brought my x-server back to life.
in case of GRUB2 I was adding nomodesetting in kernel parameter list and it worked
ReplyDelete