Feisty + ATI kort + fglrx
Postat: 27 apr 2007, 22:16
Finally ATI released the much anticipated update to the fglrx driver which now has support for xorg 7.0 and works with all xseries cards. Mine (xpress 200m) did not work with the fglrx 8.25.18 drivers but now have full support and 3D acceleration. These drivers also address the black screen hanging issue when xorg is shutdown or restarted. Heres a quick tutorial on how I got it working. Much thanks to IVHassel for the tutoiral before that I used to get the old drivers working.
Cards that are known to work with these new drivers can be found here: https://www2.ati.com/drivers/linux/linux_8.26.18.html
Installing the new driver
Download the ATI driver installer from the ATI Website: 32bit Installer:
https://a248.e.akamai.net/f/674/9206/0/ ... 18-x86.run
Edit:64 bit users:
https://a248.e.akamai.net/f/674/9206/0/ ... x86_64.run
Edit:New 8.27.10 drivers are now available. Follow the guide but change the file names accordingly.
32 Bit: https://a248.e.akamai.net/f/674/9206/0/ ... 10-x86.run
64 Bit:https://a248.e.akamai.net/f/674/9206/0/ ... x86_64.run
This guide refers to the 32bit version of the driver. If you are using a x86_64 System you need the 64bit Installer. The installation procedure should be the same as for 32bit, except some filenames will differ slightly.
Change to the download directory. Make sure that you have the universe and multiverse repositories enabled in /etc/apt/sources.list before doing these steps.
Install necessary tools:
Code:
Create .deb packages:
Code:
Install .deb packages:
Code:
Remove any old fglrx deb's from /usr/src/:
Code:
Compile the kernel module:
Code:
Note: You have to recompile the kernel module after each kernel update!
Update the xorg.conf file:
Code:
Reboot.
Confirm that it worked
Code:
Mer guider:
http://wiki.cchtml.com/index.php/Ubuntu ... tion_Guide
Cards that are known to work with these new drivers can be found here: https://www2.ati.com/drivers/linux/linux_8.26.18.html
Installing the new driver
Download the ATI driver installer from the ATI Website: 32bit Installer:
https://a248.e.akamai.net/f/674/9206/0/ ... 18-x86.run
Edit:64 bit users:
https://a248.e.akamai.net/f/674/9206/0/ ... x86_64.run
Edit:New 8.27.10 drivers are now available. Follow the guide but change the file names accordingly.
32 Bit: https://a248.e.akamai.net/f/674/9206/0/ ... 10-x86.run
64 Bit:https://a248.e.akamai.net/f/674/9206/0/ ... x86_64.run
This guide refers to the 32bit version of the driver. If you are using a x86_64 System you need the 64bit Installer. The installation procedure should be the same as for 32bit, except some filenames will differ slightly.
Change to the download directory. Make sure that you have the universe and multiverse repositories enabled in /etc/apt/sources.list before doing these steps.
Install necessary tools:
Code:
Kod: Markera allt
sudo apt-get update
sudo apt-get install module-assistant build-essential
sudo apt-get install fakeroot dh-make debconf libstdc++5 gcc-3.3-base
Create .deb packages:
Code:
Kod: Markera allt
chmod +x ati-driver-installer-8.26.18-x86.run
./ati-driver-installer-8.26.18-x86.run --buildpkg Ubuntu/dapper
Code:
Kod: Markera allt
sudo dpkg -i xorg-driver-fglrx_8.26.18-1_i386.deb
sudo dpkg -i fglrx-kernel-source_8.26.18-1_i386.deb
sudo dpkg -i fglrx-control_8.26.18-1_i386.deb
Code:
Kod: Markera allt
sudo rm /usr/src/fglrx-kernel*.deb
Code:
Kod: Markera allt
sudo module-assistant prepare,update
sudo module-assistant build,install fglrx
sudo depmod
Update the xorg.conf file:
Code:
Kod: Markera allt
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
Confirm that it worked
Code:
Kod: Markera allt
[fitzy@greenmachine49]~ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON XPRESS 200 Series Generic
OpenGL version string: 2.0.5879 (8.26.18)
Mer guider:
http://wiki.cchtml.com/index.php/Ubuntu ... tion_Guide