个人工具

UbuntuHelp:BinaryDriverHowto/MatroxParhelia

来自Ubuntu中文

Wikibot讨论 | 贡献2007年11月22日 (四) 12:06的版本

跳转至: 导航, 搜索

Note: This driver is a BETA and will not work with AMD64 CPUs

 
sudo apt-get install linux-libc-dev
  • Execute the downloaded file:
sudo sh mtxdriver-1.4.1_pro.run
  • This will extract the files and then proceed to compile/install the driver.
  • Manually change the driver in your xorg.conf file in /etc/X11. You will need to locate the Driver entry for your previous graphics card and replace it with mtx.
  • Backup libGL* from /usr/X11R6/lib:
sudo mkdir /usr/X11R6/lib/libGL.back
sudo mv /usr/X11R6/lib/libGL.so* /usr/X11R6/lib/libGL.back