|
发表于 2006-5-8 19:31:24
|
显示全部楼层
修改 etc/x11/xorg.conf ,在Section¨Device¨最后一行加入Option "HWCursor" "false",改后如下,然后重启x,鼠标箭头就出来了
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation C51 PCI Express Bridge"
Option "HWCursor" "false"
EndSection |
|