|
发表于 2006-7-28 08:37:02
|
显示全部楼层
我是照 fedorafaq 上面的说明装的,装完了“系统”菜单里就有一个显卡的选项了:
Open a Terminal.
Become root:
su -
Install the driver:
yum install kmod-nvidia
Or, if you have a dual-processor (or dual-core) machine, instead you should type:
yum install kmod-nvidia-smp
Fix SELinux so the driver will work:
setsebool -P allow_execmod=1
Shut down X:
init 3
Log in as root.
Enable the driver:
nvidia-config-display enable
Restart X:
init 5
And now you should have working 3D with your nVidia card! |
|