当前位置: 技术问答>linux和unix
RedHat7.2不支持的显卡该怎么办?
来源: 互联网 发布时间:2014-12-19
本文导语: 我的电脑的显卡为GeForce4 MX440,前两天装了RedHat7.2(GRUB),到选择显卡的时候,发现没有合适的驱动程序可选。选GeForce3,安装完后不能启动XWindow,提示显卡驱动错误。有换了几个,都不行。我该怎么办?难道一亲Li...
我的电脑的显卡为GeForce4 MX440,前两天装了RedHat7.2(GRUB),到选择显卡的时候,发现没有合适的驱动程序可选。选GeForce3,安装完后不能启动XWindow,提示显卡驱动错误。有换了几个,都不行。我该怎么办?难道一亲Linux芳泽的梦想就这样破灭了吗?
|
Now Geforce2,3,4 are all supported by Linux !
1. download 2 packages from www.nvidia.com
NVIDIA_kernel.i386.rpm
NVIDIA_GLX.i386.rpm
2. install them
# rpm -ivh NVIDIA_kernel.i386.rpm
# rpm -ivh NVIDIA_GLX.i386.rpm
3. you must edit XF86Config manually
find the relevant Device section and replace the line:
Driver "nv"(or other)
with
Driver "nvidia"
in the module section, verify that you have:
Load "glx"
remove the following lines if they exist:
Load "dri"
Load "GLcore"
OK, now you play Quake3 or other 3D games with accelerated OpengGL of your Geforce4 !!
any question, mail to:
conke528@yahoo.com.cn
1. download 2 packages from www.nvidia.com
NVIDIA_kernel.i386.rpm
NVIDIA_GLX.i386.rpm
2. install them
# rpm -ivh NVIDIA_kernel.i386.rpm
# rpm -ivh NVIDIA_GLX.i386.rpm
3. you must edit XF86Config manually
find the relevant Device section and replace the line:
Driver "nv"(or other)
with
Driver "nvidia"
in the module section, verify that you have:
Load "glx"
remove the following lines if they exist:
Load "dri"
Load "GLcore"
OK, now you play Quake3 or other 3D games with accelerated OpengGL of your Geforce4 !!
any question, mail to:
conke528@yahoo.com.cn