个人工具

UbuntuHelp:BinaryDriverHowto/MatroxParhelia

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 16:36的版本

跳转至: 导航, 搜索

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

  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. 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

CategoryDocumentation CategoryCleanup CategoryHardware