Difference between revisions of "Radeon"

From ThinkWiki
Jump to: navigation, search
(Power Management doesnt work with KMS at the moment)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
 
KMS on radeon is the default on Fedora 11 and newer
 
KMS on radeon is the default on Fedora 11 and newer
  
KMS on radeon has some known limitations for now, including lack of Svideo output support, and possibly multi display support being broken. If you encounter problems, you can disable KMS by booting with the {{bootparm|nomodeset|}} kernel option.
+
KMS on radeon has some known limitations for now, including
 +
* Lack of Svideo output support (partly fixed in 2.6.32)
 +
* No graphics card Power Management, see [http://www.phoronix.com/forums/showthread.php?p=98696#post98696 agd5f in Phoronix Forums]
 +
* Possibly multi display support being broken. Particulair on older chips (RV250 and older) you might encounter various display corruption problems, or have no acceleration (RV100). If you encounter problems, you can disable KMS by booting with the {{bootparm|nomodeset|}} kernel option.
  
 
===User Mode setting (UMS)===
 
===User Mode setting (UMS)===

Latest revision as of 14:38, 7 December 2009

X.org includes a driver, radeon, for recent ATI graphic chips (i.e., those branded "Radeon"). This driver supports 2D acceleration and some other chip features. In conjunction with a suitable DRI driver such as r300, it also provides 3D acceleration.

Kernel Mode setting (KMS)

KMS is new and is introduced for the ATI Radeon graphics chips in kernel 2.6.31, and is still marked as part of Staging because there is a potential local security issue with using it.

It basically means that the kernel is responsible for the initialization and setup of the video card. And removes a long standing contention between the kernel and userspace.

KMS on radeon is the default on Fedora 11 and newer

KMS on radeon has some known limitations for now, including

  • Lack of Svideo output support (partly fixed in 2.6.32)
  • No graphics card Power Management, see agd5f in Phoronix Forums
  • Possibly multi display support being broken. Particulair on older chips (RV250 and older) you might encounter various display corruption problems, or have no acceleration (RV100). If you encounter problems, you can disable KMS by booting with the nomodeset kernel option.

User Mode setting (UMS)

UMS is the legacy mode setting, and is used when the kernel does not support modesetting, or if it is disabled. It basically means the radeon xorg driver does the initialization and modesetting itself.

Supported graphic chips

See also