Ubuntu 6.06 LTS ati驱动安装方法
时间:2007-06-24 来源:LinuxAndrew
Install instructions for Ubuntu 6.06 (Dapper Drake)
sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo apt-get install xorg-driver-fglrx
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv The following steps did not work for me. In exchange to the next steps enter 'dpkg-reconfigure xserver-xorg' and choose 'fglrx'. Then you need to manually edit the xorg.conf file. So: sudo gedit /etc/X11/xorg.conf Under Section "Screen" The Identifier line needs to be changed to: Identifier "aticonfig-Screen[0]" Under Section "Device" (note: there may be more than one Section "Device" so this applies to all) The Driver line needs to be changed to: Driver "fglrx" Reboot. Confirm it worked: $ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9700 Generic
OpenGL version string: 2.0.5755 (8.24.8) If you receive a message Xlib: extension "XFree86-DRI" missing on display ":1.0, edit your /etc/X11/xorg.conf and add the line load "dri" in Section "Module"
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo apt-get install xorg-driver-fglrx
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv The following steps did not work for me. In exchange to the next steps enter 'dpkg-reconfigure xserver-xorg' and choose 'fglrx'. Then you need to manually edit the xorg.conf file. So: sudo gedit /etc/X11/xorg.conf Under Section "Screen" The Identifier line needs to be changed to: Identifier "aticonfig-Screen[0]" Under Section "Device" (note: there may be more than one Section "Device" so this applies to all) The Driver line needs to be changed to: Driver "fglrx" Reboot. Confirm it worked: $ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9700 Generic
OpenGL version string: 2.0.5755 (8.24.8) If you receive a message Xlib: extension "XFree86-DRI" missing on display ":1.0, edit your /etc/X11/xorg.conf and add the line load "dri" in Section "Module"
相关阅读 更多 +