|
发表于 2005-6-11 11:22:27
|
显示全部楼层
装NVIDIA的driver根本不会有什么问题。你只要从www.nvidia.com
下载NVIDIA-FreeBSD-x86-1.0-7174.tar.gz。
tar -xzf NVIDIA-FreeBSD-x86-1.0-7174.tar.gz
cd NVIDIA-FreeBSD-x86-1.0-7174
make install
改/etc/X11/xorg.conf
Section "Module"
Load "bitmap"
Load "extmod"
Load "dbe"
Load "type1"
Load "glx"
Load "freetype"
EndSection
Section "Device"
Identifier "Device"
Driver "nvidia"
...
EndSection
startx
OK |
|