分类: LINUX
2008-05-04 13:30:56
代码: |
sudo lrm-manager |
代码: |
sudo apt-get autoremove --purge fglrx* |
代码: |
sudo apt-get update sudo apt-get install linux-restricted-modules-$(uname -r) sudo apt-get install xorg-driver-fglrx fglrx-control sudo depmod -a |
代码: |
sudo dpkg-reconfigure xserver-xorg |
代码: |
sudo aticonfig --initial -f |
代码: |
sudo aticonfig --ovt=Xv |
代码: |
Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" |
代码: |
sudo gedit /etc/X11/xorg.conf |
代码: |
Section "Extensions" Option "Composite" "0" EndSection Section "ServerFlags" Option "AIGLX" "off" EndSection |
代码: |
fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: RADEON 9600 Generic OpenGL version string: 2.0.6011 (8.28.8) |