导致这个问题的原因,应该是使用的显卡的问题,我的是昂达的
解决方法:
首先:gedit /etc/X11/xorg.conf
其次:
在:
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
之间输入 Option "HWCursor" "off"
保存重启就可以了!
本文介绍了一种解决显卡导致的光标问题的方法。通过编辑 xorg.conf 文件并添加特定选项来禁用硬件光标,适用于使用 nvidia 显卡的昂达设备。
导致这个问题的原因,应该是使用的显卡的问题,我的是昂达的
解决方法:
首先:gedit /etc/X11/xorg.conf
其次:
在:
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
之间输入 Option "HWCursor" "off"
保存重启就可以了!
8319

被折叠的 条评论
为什么被折叠?