diff options
author | AlanCoopersmith <AlanCoopersmith@web> | 2021-10-02 15:52:38 +0000 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2021-10-02 15:52:38 +0000 |
commit | 8dfdf2679521e7d095e4de556367d11f94451f8e (patch) | |
tree | c15c5726936613055516602732d4eb05ef4b421e | |
parent | 7ba77961acbb322c9e714d89b16243c418e08265 (diff) |
-rw-r--r-- | radeonhd.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/radeonhd.mdwn b/radeonhd.mdwn index 0a9cd481..e056fa0b 100644 --- a/radeonhd.mdwn +++ b/radeonhd.mdwn @@ -4,7 +4,7 @@ The _radeonhd_ driver, or _xf86-video-radeonhd_, is an X.org video driver for co The driver supports full modesetting (read: any mode is usable, not only those provided by the BIOS), and is compatible to [[RandR 1.3|Projects/XRandR]]. 2D and Xv (video) acceleration is provided for all supported GPUs; 3D acceleration via Mesa is supported for r5xx/rs690 GPUs (X1xxx) and is in progress for r6xx/r7xx GPUs (HD2xxx-HD4xxx). -**Status 09/2010**: Linux distributions, including Novell's openSUSE, have now abandoned radeonhd as the default driver, instead using the [[radeon|radeon]] driver. radeon has more features, including Kernel Mode-Setting support and more 3D support, and it supports all Radeon generation from original R100 Radeons to R800 Radeons (HD 5000 series). Radeonhd can be continued to be updated as long as there are people find it useful. +**Status 09/2010**: Linux distributions, including Novell's openSUSE, have now abandoned radeonhd as the default driver, instead using the [[radeon|radeon]] driver. radeon has more features, including Kernel Mode-Setting support and more 3D support, and it supports all Radeon generation from original R100 Radeons to R800 Radeons (HD 5000 series). [[!toc 1]] @@ -101,7 +101,7 @@ See [[supported chipsets in radeonhd git HEAD|http://gitweb.freedesktop.org/?p=x # Development -Development of the driver is driven by the community, with several of the developers funded by Novell and AMD. If you want to contribute to this project, [[join the mailing list|mailto:radeonhd+subscribe@opensuse.org]], and have a look at the [[list of things to do|radeonhd:TODO]] and the [[open bugzilla entries|https://bugs.freedesktop.org/buglist.cgi?query_format=advanced&product=xorg&component=Driver%2Fradeonhd&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED]]. +Development of the driver was driven by the community, with several of the developers funded by Novell and AMD. If you want to contribute to this project, [[join the mailing list|mailto:radeonhd+subscribe@opensuse.org]], and have a look at the [[list of things to do|radeonhd:TODO]] and the [[open bugzilla entries|https://bugs.freedesktop.org/buglist.cgi?query_format=advanced&product=xorg&component=Driver%2Fradeonhd&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED]]. You do not necessarily have to be a coder to help, there is documentation to be done, users to be helped, you name it. That said, the radeonhd driver project is - as almost all open software development projects - understaffed and likes to welcome any contributions. |