|
发表于 2006-4-12 00:29:45
|
显示全部楼层
问题已经解决, 需修改/etc/sysconfig/selinux. 我的配置文件如下:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
[color="Red"]SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
# SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0
在SELINUX为disabled的条件下,安装好NVIDIA驱动后,也不需手动修改xorg.conf文件,用安装驱动时的自动配置就可以了 。 |
|