个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第4行: 第4行:
 
# Before you start, install the linux-kernel-headers appropriate for your kernel.
 
# Before you start, install the linux-kernel-headers appropriate for your kernel.
 
# Download the 1.4.1 BETA driver from Matrox (http://www.matrox.com/mga/support/drivers/latest/home.cfm)
 
# Download the 1.4.1 BETA driver from Matrox (http://www.matrox.com/mga/support/drivers/latest/home.cfm)
# Install the kernel headers:  
+
# Install the kernel headers: <pre><nowiki>  
<pre><nowiki>  
+
 
sudo apt-get install linux-libc-dev</nowiki></pre>
 
sudo apt-get install linux-libc-dev</nowiki></pre>
# Execute the downloaded file:  
+
# Execute the downloaded file: <pre><nowiki>
<pre><nowiki>
+
 
sudo sh mtxdriver-1.4.1_pro.run</nowiki></pre>
 
sudo sh mtxdriver-1.4.1_pro.run</nowiki></pre>
 
# This will extract the files and then proceed to compile/install the driver.
 
# 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.
 
# 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:  
+
# Backup libGL* from /usr/X11R6/lib: <pre><nowiki>
<pre><nowiki>
+
 
sudo mkdir /usr/X11R6/lib/libGL.back
 
sudo mkdir /usr/X11R6/lib/libGL.back
 
sudo mv /usr/X11R6/lib/libGL.so* /usr/X11R6/lib/libGL.back </nowiki></pre>
 
sudo mv /usr/X11R6/lib/libGL.so* /usr/X11R6/lib/libGL.back </nowiki></pre>

2007年12月6日 (四) 10:05的版本

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 1.4.1 BETA driver from Matrox (http://www.matrox.com/mga/support/drivers/latest/home.cfm)
  3. Install the kernel headers:
     
sudo apt-get install linux-libc-dev
  1. Execute the downloaded file:
sudo sh mtxdriver-1.4.1_pro.run
  1. This will extract the files and then proceed to compile/install the driver.
  2. 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.
  3. 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