Difference between revisions of "Catalyst (Obsolete - remove?)"
Views
Actions
Namespaces
Variants
Tools
→Install Catalyst Driver
imported>Vanlong441 |
imported>Phync |
||
Line 33: | Line 33: | ||
Following the installation, reboot your system for the changes to take effect. | Following the installation, reboot your system for the changes to take effect. | ||
=Catalyst / Intel Hybrid Driver= | |||
This method describes installing the non-free catalyst driver with full switching support for Intel chipsets. Currently there is an issue | |||
with Xorg 1.14 which prevents X from loading. Here is a workaround I discovered. Confirmed working for AMD 7970m / Intel HD 4000. | |||
sudo pacman -Syyuu | |||
Remove conflicting packages. At this time it is because of the Xorg 1.14 not being properly supported/ | |||
sudo pacman -R xf86-video-intel xf86-video-nouveau xf86-video-ati xorg-server | |||
Install catalyst 13.4.X | |||
sudo mhwd -i pci video-catalyst | |||
Install fix for running Intel driver and switchable catalyst from the AUR. | |||
sudo pacman -S base-devel yaourt | |||
yaourt catalyst-total-pxp | |||
Additional dependencies | |||
sudo pacman -S qt opencl-headers linux-headers | |||
A bug fix, workaround. | |||
sudo systemctl enable temp-links-catalyst | |||
Setting up initial configs | |||
sudo aticonfig --initial -f | |||
Switch to discrete GPU (AMD card) | |||
sudo aticonfig --px-dgpu | |||
Alternatively, for the Intel card use. | |||
sudo aticonfig --px-igpu | |||
=Troubleshoot= | =Troubleshoot= |