个人工具

“UbuntuHelp:BinaryDriverHowto/MatroxParhelia”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第14行: 第14行:
 
sudo mv /usr/X11R6/lib/libGL.so* /usr/X11R6/lib/libGL.back </nowiki></pre></li></ol>
 
sudo mv /usr/X11R6/lib/libGL.so* /usr/X11R6/lib/libGL.back </nowiki></pre></li></ol>
  
[[category:CategoryDocumentation]] [[category:CategoryHardware]]
+
----
 +
[[category:CategoryHardware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 04:23的版本

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

  1. Before you start, install the linux-kernel-headers appropriate for your kernel.
  2. Download the modified binary driver from tuxx-home.at (http://tuxx-home.at/projects/mtx/)
  3. Install the kernel headers:
     
    sudo apt-get install linux-libc-dev
  4. Execute the downloaded file:
    sudo sh filenameyoudownloaded
  5. This will extract the files and then proceed to compile/install the driver.
  6. 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.
  7. 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