Difference between revisions of "Package:AMD Catalyst Video Drivers"

From Funtoo
Jump to navigation Jump to search
(15 intermediate revisions by 3 users not shown)
Line 3: Line 3:
|CatPkg=x11-drivers/ati-drivers
|CatPkg=x11-drivers/ati-drivers
|Maintainer=Drobbins
|Maintainer=Drobbins
|Homepage=
|Repository=Funtoo Overlay
|Repository=Funtoo Overlay
|Overlay=Funtoo
|Overlay=Funtoo
}}
}}
{{Important|Version 14.12-r3 and above now include ATI GLESv2 and EGL libraries, which should improve stabilty with GNOME.}}
== Introduction ==
== Introduction ==


Line 11: Line 15:


== Preparing to Install ==
== Preparing to Install ==
=== Blacklist Radeon and DRM Modules ===
To avoid having the open source Radeon drivers automatically load and ruin your day, create a blacklist file as follows:
{{file|name=/etc/modprobe.d/radeon.conf|desc=Prevent open source DRM and radeon drivers from loading|body=
blacklist radeon
blacklist drm
}}
=== Configuring the kernel ===
=== Configuring the kernel ===
Configure the kernel as follows. Note that the Direct Rendering Manager is '''not''' enabled. It's possible to have it selected as a kernel module, but should not be built-in to your kernel.
{{kernelop|desc=
{{kernelop|desc=
[*] Enable loadable module support
[*] Enable loadable module support
Line 24: Line 41:
}}
}}


{{fancynote| If you need support for AGP cards, enable the following kernel options:}}
{{note|If you need support for AGP cards, enable the following kernel options:}}
{{kernelop|desc=
{{kernelop|desc=
Device Drivers --->
Device Drivers --->
Line 40: Line 57:
VIDEO_CARDS="fglrx"
VIDEO_CARDS="fglrx"
</console>
</console>
=== Enabling AMD Catalyst Control Center ===


=== USE Flags ===
Then, add the following to <code>/etc/portage/package.use</code> if you would like to enable support for AMD Catalyst Control Center:
{| class="wikitable" style="margin: 1em auto;" width=80%
! width="20%" | Use flag
! width="10%" | Default
! width="10%" | Recommended
! width="60%" | Description
|-
| style="text-align: center;" | debug
| style="text-align: center;" | No
| style="text-align: center;" | ?
| style="text-align: center;" | Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces, see http://www.gentoo.org/proj/en/qa/backtraces.xml
|-
| style="text-align: center;" | modules
| style="text-align: center;" | Yes
| style="text-align: center; background-color: green;" | Yes
| style="text-align: center;" | Build the required kernel modules.
|-
| style="text-align: center;" | multilib
| style="text-align: center;" | Depends on system
| style="text-align: center; background-color: yellow;" | Depends on system
| style="text-align: center;" | On 64 bit systems, if you want to be able to compile 32bit and 64bit binaries. Not recommended for pure64-based builds.
|-
| style="text-align: center;" | qt4
| style="text-align: center;" | No
| style="text-align: center; background-color: green;" | Yes
| style="text-align: center;" | Add support for the Qt GUI/Application Toolkit version 4.x. This use flag also enables the building of <tt>amdcccle</tt> (AMD Catalyst Control Center: Linux Edition).
|-
| style="text-align: center;" | static-libs
| style="text-align: center;" | No
| style="text-align: center; background-color: red;" | No
| style="text-align: center;" | Buold static versions of dynamic libraries as well.
|}
 
=== Editing package.use ===
 
Then, add the following to <code>/etc/portage/package.use</code>:
<console>
<console>
###i## nano /etc/portage/package.use
###i## nano /etc/portage/package.use
x11-drivers/ati-drivers qt4
x11-drivers/ati-drivers qt4
</console>
</console>
{{fancynote| Feel free to add or remove use flags as you see fit. For example, if you do not want amdcccle support, remove the qt4 use flag.}}
 
{{Note|If you are using a desktop or workstation profile, this USE flag will be enabled by default.}}
 
== Installing ==
== Installing ==


=== Emerging the package ===
=== Emerging the package ===
To emerge the drivers, run the following command:
 
If you allready have emerged xorg-server, all you need to install the drivers is running the following command:
<console>
<console>
###i## emerge -av --changed-use --deep @world
###i## emerge -av --changed-use --deep @world
</console>
</console>
otherwise you may install the drivers with
<console>
###i## emerge -av x11-drivers/ati-drivers
</console>
Before using the driver, ensure that the "fglrx" module has been loaded -- run {{c|modprobe fglrx}} as root  -- it should return with no error. If the module can't be found, run {{c|depmod -a}} as root -- then the modprobe command should work. If you are switching from the open source Radeon driver, then shutting down your desktop and rebooting your system (be sure to disable xdm) may be required to get the new "fglrx" module to load cleanly.


== Configuring ==
== Configuring ==


Next, set ati-drivers to manage the system's OpenGL implementation:  
Next, set ati-drivers to manage the system's OpenGL and OpenCL implementations:  
<console>
<console>
###i## eselect opengl set ati
###i## eselect opengl set ati
###i## eselect opencl set amd
</console>
</console>


Afterwards, run <tt>aticonfig</tt> to modify the X-server configuration file to work with the ati-drivers:  
Afterwards, run <code>aticonfig</code> to modify the X-server configuration file to work with the ati-drivers:  
<console>
<console>
###i## aticonfig --initial
###i## aticonfig --initial
</console>
</console>


{{fancytip| If you would like to have a full-resolution framebuffer with ati-drivers, check out [[uvesafb| uvesafb]]}}
{{tip|If you would like to have a full-resolution framebuffer with ati-drivers, check out [[uvesafb| uvesafb]]}}
 
=== Multi-Head Display ===
 
To enable a multi-head display, you'll need to use the Catalyst Control Center {{c|amdcccle}} GUI configuration tool, which is enabled by the {{c|qt4}} USE variable.
 
Open up a graphical terminal, and become root by typing {{c|su -}} -- your user will need to be in the {{c|wheel}} group to do this:
 
{{console|body=
$ ##i##su -
Password: ##i##*******
# source /etc/profile
# amdcccle
}}
 
[[File:amdcccle.png|class=img-responsive|center]]
Navigate to Display Manager, and choose the option {{c|Multi-display desktop with display(s) X}} for each display. Then, drag and drop the blue displays to arrange them to match how they are arranged in front of you. Click {{c|OK}}. The Catalyst Control Center will tell you that you will need to restart your system for the changes to take effect. Simply log out if you are running {{c|xdm}}, or end your X session, and start it up again. You should now have a fully-functioning multi-head display.


== Troubleshooting ==
== Troubleshooting ==
=== I am using a HDMI connection, and my monitor's display has a black border around it. ===
=== I am using a HDMI connection, and my monitor's display has a black border around it. ===
Disable overscan using the following command, as root:
Disable overscan using the following command, as root:


Line 115: Line 123:


You may need to restart your X session.
You may need to restart your X session.
=== GNOME 3 windows only refresh when I drag them. ===
This is a known issue, reported in [http://bugs.funtoo.org/browse/FL-1130 Funtoo Bug 1130]. This issue has been fixed by addressing a bug in cogl -- upgrade to cogl-1.12.2-r2 to fix it.


=== Compton with backend glx does not work well with ati-drivers ===
=== Compton with backend glx does not work well with ati-drivers ===
Line 125: Line 129:
###i## compton --backend glx --vsync none --paint-on-overlay
###i## compton --backend glx --vsync none --paint-on-overlay
</console>
</console>
[[Category:Video Cards]]
[[Category:Video Cards]]
[[Category:First Steps]]
[[Category:First Steps]]
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 09:44, January 23, 2015

AMD Catalyst Video Drivers

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


   Important

Version 14.12-r3 and above now include ATI GLESv2 and EGL libraries, which should improve stabilty with GNOME.

Introduction

x11-drivers/ati-drivers (often referred to as "fglrx", the name of its kernel module) is the proprietary, accelerated driver for AMD (ATI) graphics cards.

Preparing to Install

Blacklist Radeon and DRM Modules

To avoid having the open source Radeon drivers automatically load and ruin your day, create a blacklist file as follows:

   /etc/modprobe.d/radeon.conf - Prevent open source DRM and radeon drivers from loading
blacklist radeon
blacklist drm

Configuring the kernel

Configure the kernel as follows. Note that the Direct Rendering Manager is not enabled. It's possible to have it selected as a kernel module, but should not be built-in to your kernel.


[*] Enable loadable module support
Processor type and features --->
      [*] MTRR (Memory Type Range Register) support
Bus options (PCI etc.) --->
      [*] PCI Express Port Bus Support
      [*] Message Signaled Interrupts (MSI and MSI-X)
Device Drivers --->
      Graphics support --->
            < > Direct Rendering Manager (xFree86 4.1.0 and higher DRI support) --->
   Note

If you need support for AGP cards, enable the following kernel options:

Device Drivers --->
      Graphics support --->
            <*> /dev/agpgart (AGP Support) --->
                  Select an appropriate AGP driver:
                  <*> AMD Opteron/Athlon64 on-CPU GART support

Editing make.conf

Add the following to your /etc/make.conf:

root # nano /etc/make.conf
VIDEO_CARDS="fglrx"

Enabling AMD Catalyst Control Center

Then, add the following to /etc/portage/package.use if you would like to enable support for AMD Catalyst Control Center:

root # nano /etc/portage/package.use
x11-drivers/ati-drivers qt4
   Note

If you are using a desktop or workstation profile, this USE flag will be enabled by default.

Installing

Emerging the package

If you allready have emerged xorg-server, all you need to install the drivers is running the following command:

root # emerge -av --changed-use --deep @world

otherwise you may install the drivers with

root # emerge -av x11-drivers/ati-drivers

Before using the driver, ensure that the "fglrx" module has been loaded -- run modprobe fglrx as root -- it should return with no error. If the module can't be found, run depmod -a as root -- then the modprobe command should work. If you are switching from the open source Radeon driver, then shutting down your desktop and rebooting your system (be sure to disable xdm) may be required to get the new "fglrx" module to load cleanly.

Configuring

Next, set ati-drivers to manage the system's OpenGL and OpenCL implementations:

root # eselect opengl set ati
root # eselect opencl set amd

Afterwards, run aticonfig to modify the X-server configuration file to work with the ati-drivers:

root # aticonfig --initial
   Tip

If you would like to have a full-resolution framebuffer with ati-drivers, check out uvesafb

Multi-Head Display

To enable a multi-head display, you'll need to use the Catalyst Control Center amdcccle GUI configuration tool, which is enabled by the qt4 USE variable.

Open up a graphical terminal, and become root by typing su - -- your user will need to be in the wheel group to do this:

user $ su -
Password: *******
root # source /etc/profile
root # amdcccle
Amdcccle.png

Navigate to Display Manager, and choose the option Multi-display desktop with display(s) X for each display. Then, drag and drop the blue displays to arrange them to match how they are arranged in front of you. Click OK. The Catalyst Control Center will tell you that you will need to restart your system for the changes to take effect. Simply log out if you are running xdm, or end your X session, and start it up again. You should now have a fully-functioning multi-head display.

Troubleshooting

I am using a HDMI connection, and my monitor's display has a black border around it.

Disable overscan using the following command, as root:

root # aticonfig --set-pcs-val=MCIL,DigitalHDTVDefaultUnderscan,0

You may need to restart your X session.

Compton with backend glx does not work well with ati-drivers

Try running compton with the following switches:

root # compton --backend glx --vsync none --paint-on-overlay