The AMD Catalyst™ Linux Graphics Driver software suite is designed to support the following ATI Workstation products:
FireGL™ V7350
FireGL™ V3400
FireGL™ Z1-128
FireGL™ V7300
FireGL™ V3300
FireGL™ T2-128
FireGL™ V7200
FireGL™ V3200
FireGL™ X1-128
FireGL™ V7100
FireGL™ V3100
FireGL™ X1-256p
FireGL™ V5200
FireGL™ X3-256
FireMV™ 2200 (Single card PCI-e configuration)
FireGL™ V5100
FireGL™ X3
Mobility™ FireGL™ V5000
FireGL™ V5000
FireGL™ X2-256
Mobility™ FireGL™ T2
ATI Mobility™ and Integrated Product Family Support
The AMD Catalyst™ Linux Graphics Driver software suite is designed to support the following ATI Mobility™ and Integrated products:
Mobility™ Radeon® X1800
Mobility™ Radeon® X600
Mobility™ Radeon® X1600
Mobility™ Radeon® X300
Mobility™ Radeon® X1400
Mobility™ Radeon® X200
Mobility™ Radeon® X1300
Mobility™ Radeon® 9800
Mobility™ Radeon® X1200
Mobility™ Radeon® 9600
Mobility™ Radeon® X1100
Mobility™ Radeon® 9550
Mobility™ Radeon® X800
Mobility™ Radeon® 9500
Mobility™ Radeon® X700
Mobility™ Radeon® Xpress 1100 series
Mobility™ Radeon® Xpress 1200 series
Mobility™ Radeon® Xpress 200 series
ATI Desktop and Integrated Product Family Support
The AMD Catalyst™ Linux Graphics Driver software suite is designed to support the following ATI desktop and integrated products:
Radeon® X1900 series
Radeon® X600 series
Radeon® X1800 series
Radeon® X550/X300 series
Radeon® X1600 series
Radeon® 9800 series
Radeon® X1300 series
Radeon® 9700 series
Radeon® X850 series
Radeon® 9600 series
Radeon® X800 series
Radeon® 9550 series
Radeon® X700 series
Radeon® 9500 series
Radeon® Xpress1200 series
Radeon® Xpress 1100 series
Radeon® Xpress 200 series
After installing Feisty, make sure your system is completely updated.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
First step is getting your drivers set up.
Go to Alberto Milone's Homepage
And download the program and install it. Run it and take install ATI drivers automaticly. When its done continue with this guide.
Now we need to install XGL.
Kod: Markera allt
sudo apt-get install xserver-xgl
XGL won't load on its own so we need to write a few scripts to have it start.
sudo gedit /usr/local/bin/startxgl.sh
put this in your startxgl.sh file
Kod: Markera allt
#!/bin/sh
Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &
DISPLAY=:1
exec dbus-launch --exit-with-session gnome-session
Kod: Markera allt
#!/bin/sh
Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &
DISPLAY=:1
cookie="$(xauth -i nextract - :0 | cut -d ' ' -f 9)"
xauth -i add :1 . "$cookie"
exec dbus-launch --exit-with-session gnome-session
Kod: Markera allt
sudo chmod a+x /usr/local/bin/startxgl.sh
Kod: Markera allt
sudo gedit /usr/share/xsessions/xgl.desktop
Kod: Markera allt
[Desktop Entry]
Encoding=UTF-8
Name=GNOME with XGL
Comment=
Exec=/usr/local/bin/startxgl.sh
Icon=
Type=Application
Kod: Markera allt
sudo chmod a+x /usr/share/xsessions/xgl.desktop
System >> Administration >> Software sources
now disable the universe repo and reload.
Now we need to add the beryl repo.
Kod: Markera allt
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
Kod: Markera allt
deb http://ubuntu.beryl-project.org/ feisty main
Kod: Markera allt
sudo apt-get install beryl emerald-themes
Kod: Markera allt
beryl-manager