From Fedora Project Wiki

< Xorg

Revision as of 19:48, 23 June 2009 by Fcami (talk | contribs) (Created page with '== KMS == KMS stands for Kernel ModeSetting. That means the kernel is responsible for switching video modes and managing the video outputs (this was previously handled by Xorg)....')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

KMS

KMS stands for Kernel ModeSetting. That means the kernel is responsible for switching video modes and managing the video outputs (this was previously handled by Xorg).

KMS enabled hardware

Most AMD/Radeons (from R100 to R500 on Fedora 11). Most Intel hardware as well.

Switching KMS off

As root, you can use the following commands :

su

<enter root password>

nano -w /etc/grub.conf

to edit your current kernel's entry in /etc/grub.conf and add nomodeset to the end of the line starting with kernel, so that it looks like :

kernel /vmlinuz-2.6.29.4-167.fc11.x86_64 ro root=/dev/rawhide/system init=/sbin/bootchartd nomodeset