|
|
发表于 2005-10-23 17:10:01
|
显示全部楼层
Recalled that after you have compiled the nvidia driver, you need to modified your /etc/X11/xorg.conf or /etc/X11/XF86Config-4.
Change:
Driver "nv" -> Driver "nvidia"
In the module section, delete:
Load "dri"
Load "GLcore"
add:
Load "glx"
What is your /etc/X11/xorg.conf or /etc/X11/XF86Config-4? |
|