Debian 6 nvidia显卡驱动安装
今天装了debian 6 , 显卡nvidia 驱动一直没有搞定。最后发现,是因为没有在xorg.conf中为glx增加模块。特此记录,备忘。
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Video Card"
Driver "nvidia"
EndSection
今天装了debian 6 , 显卡nvidia 驱动一直没有搞定。最后发现,是因为没有在xorg.conf中为glx增加模块。特此记录,备忘。
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Video Card"
Driver "nvidia"
EndSection