|
1.安装kernel-source-2.4.22-10mdk.i586.rpm
rpm -ivh ker*
2.sh NVI*.sh
3.修改/etc/X11/XF86Config-4
"nv"改为"nvidia"
4.如果装完驱动仍旧无法玩3D游戏,情从console启动游戏注意出错信息,如果有下面的出错信息:
Error: Could not open /dev/nvidiactl because the permissions
are too restrictive. Please see the FREQUENTLY ASKED QUESTIONS
section of /usr/share/doc/NVIDIA_GLX-1.0/README for steps
to correct.
解决办法是:
if your system has
the file
/etc/security/console.perms
then you should edit the file and remove the line that starts with
"<dri>" (we have also received reports that additional references to
<dri> in console.perms must be removed, but this has not been verified
by NVIDIA). If instead your system has the file
/etc/logindevperms
then you should edit the file and remove the line that lists
/dev/nvidiactl. The above steps will prevent the PAM security system
from modifying the permissions on the NVIDIA device files. Next,
you will need to reset the permissions on the device files back
to their original permissions and owner. You can do that with the
following commands:
chmod 0666 /dev/nvidia* chown root /dev/nvidia*
5.其他出错信息请参照
/usr/share/doc/NVIDIA_GLX-1.0/README
遇到奇怪的情况情从console启动,也许错误信息有用
 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|