Running Kubuntu 64 Karmic. ATI Radeon 4830. Just installed the Catalyst 9.9 from AMD's website.
How can I tell for sure what driver X is using? Sure, the xorg.conf says "fglrx", but if thats true... scrolling webpages is horridly slow and wasn't like this 20 mins ago before installing 9.9. I don't know what version or driver I was running before this.
So, how can I tell if x.org is really running fglrx or if it dropped back to some vesa driver?
How can I tell for sure what driver X is using? Sure, the xorg.conf says "fglrx", but if thats true... scrolling webpages is horridly slow and wasn't like this 20 mins ago before installing 9.9. I don't know what version or driver I was running before this.
So, how can I tell if x.org is really running fglrx or if it dropped back to some vesa driver?
Code:
clickwir@ruger10-22:~$ glxinfo name of display: :0.0 X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 156 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 14 Current serial number in output stream: 14 clickwir@ruger10-22:~$ lspci | grep VGA 01:00.0 VGA compatible controller: ATI Technologies Inc RV770 LE [Radeon HD 4800 Series] clickwir@ruger10-22:~$ uname -a Linux ruger10-22 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 x86_64 GNU/Linux
Comment