MatroxParhelia显卡安装配置指南
出自Ubuntu中文
MatroxParhelia显卡安装配置指南
原文出处:https://help.ubuntu.com/community/BinaryDriverHowto/MatroxParhelia
原文作者:
授权许可:
翻译人员:Linuxess leal
校正人员:
贡献人员:
适用版本: 文章状态:翻译完成
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
注意:这个驱动只是beta测试版,且不能用于AMD64 CPUs
- Before you start, install the linux-kernel-headers appropriate for your kernel.
开始之前,应该先安装适用于你的内核的linux-kernel-headers。
- Download the 1.4.1 BETA driver from Matrox ( http://www.matrox.com/mga/support/drivers/latest/home.cfm )
从Matrox ( http://www.matrox.com/mga/support/drivers/latest/home.cfm )下载1.4.1 BETA驱动
- 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.
手工改变/etc/X11目录内xorg.conf文件中的驱动。你应该定位到之前图形卡的Driver项,并用mtx取而代之。
- Backup libGL* from
/usr/X11R6/lib:
备份/usr/X11R6/lib目录下的 libGL* 文件:
sudo mkdir /usr/X11R6/lib/libGL.back sudo mv /usr/X11R6/lib/libGL.so* /usr/X11R6/lib/libGL.back
