Thc_Nbl schreef op woensdag 18 september 2013 @ 16:40:
alle ati drivers na 9.000 ( ubuntu 12.10 ) zijn buggie.
Wil je stabiel en goed draaien, installeer ubuntu 12.04 installeer kernel 3.2 en pak drivers
hier.
Ik heb meerder ATI's onder linux draaien, maar allemaal ( debian en ubuntu ) niet de laatste.
kernel 3.8 ubuntu 12.04 kan ook maar dan moet je naar driver versie 13.6 en die moet je patchen.
dan heb je weer een goede versie. kernel 3.8 met 9.000 drivers ( 12.x weet het even niet uit mijn hoofd )
werkt ook niet goed. beste combi, kernel 3.2 met de quantal 9.00 drivers.
Ik heb een gecompileerde versie klaar staan mocht je hem willen hebben.
hier dus
op het XBMC forum kan je hier veel over vinden.
http://forum.xbmc.org/showthread.php?tid=116996
Ik heb anders onder 13.04 met een ATi 5850 nergens last van. Deze manier van installeren gebruikt:
https://help.ubuntu.com/c...ctly_from_AMD.27s_website
Draait als een zonnetje. Speel dagelijks DOTA2 via steam geen enkel probleem. Films HD allemaal vloeiend. Wel even in catalyst control center "scheurvrij scherm"/"tear free screen" aanzetten. (vsync) voor op de desktop anders is er lelijke tearing.
Veel succes en plezier
Download the drivers found at the
AMD website. To avoid complications later on, save it inside an empty folder.
Enable the Source Code repository in Synaptic Package Manger, then open a terminal and type:
On a standard desktop install of Ubuntu 10.10 you may also need to install the QT4 libraries, to do this type:
code:
1
| sudo apt-get install libqtgui4 |
On a standard desktop install of Ubuntu 12.04 you may also need to install dh-make libraries, to do this type:
code:
1
| sudo apt-get install dh-make dh-modaliases execstack libc6-i386 lib32gcc1 |
Note: This is not necessary if you are running Kubuntu or have already installed the libraries.
Still using the terminal, navigate to the folder where you downloaded the drivers.
code:
1
2
3
4
5
6
7
| Ubuntu 13.04 Raring:
sh amd-driver-installer-catalyst-13-4-x86.x86_64.run --buildpkg Ubuntu/raring
Ubuntu 12.04.2 LTS Precise:
sh amd-driver-installer-catalyst-13-4-x86.x86_64.run --buildpkg Ubuntu/precise |
If it is required, a package manager window will open and install some dependencies and after a while create the following three .deb packages:
code:
1
2
3
| fglrx_12.104-0ubuntu1_amd64.deb
fglrx-amdcccle_12.104-0ubuntu1_amd64.deb
fglrx-dev_12.104-0ubuntu1_amd64.deb |
Note: It will also create a file called fglrx-installer_12.104-0ubuntu1_amd64.changes. If you wish you can read this file to know the changes that have been effected through AMD Catalyst 13.4 and related information.
To install the created .deb files, type:
Note: In case any of the packages are broken, open Synaptic Package Manager and go to Edit -> Fix Broken Packages. In case you are new to Ubuntu, broken here means that some dependent packages are not yet installed. Once you sort out the issue as indicated above through the Synaptic Package Manager, the problem of broken packages should be resolved.
Continuing with the installation, type:
After this command, reboot your system. If all is right, the fglrx driver that corresponds to AMD Catalyst 12.3 will be installed and working on your system. To confirm the drivers are working open a terminal and type:
You should get an output similar to the following:
code:
1
2
3
4
5
| fglrxinfo
display: :0 screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 6300M Series
OpenGL version string: 4.2.11733 Compatibility Profile Context |
Note: If you see any mention of MESA in the output, the fglrx drivers have not been installed correctly. See the troubleshooting section for more details You can make configuration changes through the AMD Catalyst Control Center, it can either be found in your Application menu or you can launch it through a terminal like this:
To read more about the AMD Catalyst Control Center click here. Keep in mind that all configuration options for the AMD Catalyst Control Center mentioned there may not be available for your Ubuntu system.
[
Voor 54% gewijzigd door
switchboy op 19-09-2013 21:06
]