特殊:Badtitle/NS100:BinaryDriverHowto/MatroxParhelia:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
第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 '''
- 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.
'''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'''


* 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:
<pre><nowiki>
sudo apt-get install linux-libc-dev</nowiki></pre>
* Execute the downloaded file:  
* Execute the downloaded file:  
<pre><nowiki>
<pre><nowiki>
第18行: 第18行:
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>


[[category:CategoryDocumentation]] [[category:CategoryCleanup]] [[category:CategoryHardware]]
[[category:CategoryDocumentation]] [[category:CategoryHardware]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2007年11月22日 (四) 12:06的版本

{{#ifexist: :BinaryDriverHowto/MatroxParhelia/zh | | {{#ifexist: BinaryDriverHowto/MatroxParhelia/zh | | {{#ifeq: {{#titleparts:BinaryDriverHowto/MatroxParhelia|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:BinaryDriverHowto/MatroxParhelia|1|-1|}} | zh | | }}

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