个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的10个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/BinaryDriverHowto/MatroxParhelia}}
 
{{From|https://help.ubuntu.com/community/BinaryDriverHowto/MatroxParhelia}}
 
{{Languages|UbuntuHelp:BinaryDriverHowto/MatroxParhelia}}
 
{{Languages|UbuntuHelp:BinaryDriverHowto/MatroxParhelia}}
''' Outdated '''
+
=Current Solution=
- look at http://wiki.ubuntuusers.de/Matrox or try the machine translation of it http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=de_en&trurl=http%3a%2f%2fwiki.ubuntuusers.de%2fMatrox but don't try the xorg.conf from this translated one.
+
Matrox has recenently released updated Linux drivers for its range of graphics cards, which are available from the Matrox website. Download the drivers and execute the included shell script. On Ubuntu 9.04 (and likely all versions), this will fail to cofigure xorg.conf. Follow the very detailed instructions that come with the Matrox drivers and you will eventually get there.
 
+
At present it appears these drivers do not support Compiz out of the box. If anybody can clarify this, please edit this wiki.
 +
=Deprecated Solution=
 
'''Note: This driver is a BETA and will not work with AMD64 CPUs'''
 
'''Note: This driver is a BETA and will not work with AMD64 CPUs'''
 
+
<ol><li>Before you start, install the linux-kernel-headers appropriate for your kernel.
* Before you start, install the linux-kernel-headers appropriate for your kernel.
+
</li><li>Download the modified binary driver from tuxx-home.at (http://tuxx-home.at/projects/mtx/)
* Download the 1.4.1 BETA driver from Matrox (http://www.matrox.com/mga/support/drivers/latest/home.cfm)
+
</li><li>Install the kernel headers: <pre><nowiki>
* Execute the downloaded file:  
+
sudo apt-get install linux-libc-dev</nowiki></pre>
<pre><nowiki>
+
</li><li>Execute the downloaded file: <pre><nowiki>
sudo sh mtxdriver-1.4.1_pro.run</nowiki></pre>
+
sudo sh filenameyoudownloaded</nowiki></pre>
* This will extract the files and then proceed to compile/install the driver.
+
</li><li>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.
+
</li><li>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:  
+
</li><li>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></li></ol>
  
[[category:CategoryDocumentation]] [[category:CategoryCleanup]] [[category:CategoryHardware]]
+
----
 +
[[category:CategoryHardware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 21:42的最新版本

Current Solution

Matrox has recenently released updated Linux drivers for its range of graphics cards, which are available from the Matrox website. Download the drivers and execute the included shell script. On Ubuntu 9.04 (and likely all versions), this will fail to cofigure xorg.conf. Follow the very detailed instructions that come with the Matrox drivers and you will eventually get there. At present it appears these drivers do not support Compiz out of the box. If anybody can clarify this, please edit this wiki.

Deprecated Solution

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