Cursor of mouse disappear(at last pixels of screen). For example. Now all ok.
And if I move mouse to the top of the monitor it disappear.
But at the same time I can click on buttons on top panel. Any ideas how to fix it?
Cursor of mouse disappear(at last pixels of screen). For example. Now all ok.
And if I move mouse to the top of the monitor it disappear.
But at the same time I can click on buttons on top panel. Any ideas how to fix it?
启动板上的Heath Jones (hjones014) 帖子的逐字副本(Mint 由我评论)解决了该问题:
我终于使用 xorg-edgers ppa 解决了这个问题。这就是我所做的 -
sudo apt-add-repository ppa:xorg-edgers/ppa
sudo apt-get update
我拒绝这个 ppa 的原因是因为在选择驱动程序 349 后,软件更新程序会尝试从 xorg-edgers ppa 中提取其他更新,这会导致我的系统不断崩溃。这使我可以保留驱动程序 349 而不会引入任何其他更新。如果你这样做ppa-purge
,它也会取消驱动程序,因此我只是在源选项卡中取消选中它。
添加选项
Option "hw_cursor" "off"
在解决这个问题的Device
部分,/etc/X11/xorg.conf
但会产生其他(更烦人的)问题。[免责声明]弄乱 xorg.conf 可能会破坏您的图形,您将无法登录。谨慎行事,备份您的 xorg.conf 并知道如何使用 live CD/usb 或 drop 登录到您的系统到不需要 X 服务器的 shell。
此外,切换到 nouveau 驱动程序也可以解决它。
上述解决方案都不适合我。我会继续挖掘并更新答案。