
Originally Posted by
Zireth ZH
hows the performance of the card for you? how did u did it? im sure mines will encounter a problem once i upgrade too i own the same card running kubuntu
Performance seems pretty decent. Getting around 50000 frames per 5 sec in glxgears. World of warcraft with wine in opengl mode I get around 30 fps with 1776x1000 resolution and all settings maxed out.
To upgrade this is roughly what I did:
1) backup your /etc/X11/xorg.conf file (just in case):
Code:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-backup
2) Run the installer:
Code:
sudo ./ati-driver-installer-10-6-x86.x86_64.run --buildpkg Ubuntu/lucid
3) Uninstall current driver:
Code:
sudo apt-get remove --purge fglrx-kernel-source xorg-driver-fglrx fglrx-modaliases libamdxvba1
4) Install the new driver (must be in the same directory as step 2):
Code:
sudo dpkg -i ./fglrx*.deb
5) Cross your fingers
6) Reboot
Bookmarks