5

Cursor of mouse disappear(at last pixels of screen). For example. Now all ok.

enter image description here

And if I move mouse to the top of the monitor it disappear.

enter image description here

But at the same time I can click on buttons on top panel. Any ideas how to fix it?

4

2 回答 2

2

启动板上的Heath Jones (hjones014) 帖子的逐字副本(Mint 由我评论)解决了该问题:

我终于使用 xorg-edgers ppa 解决了这个问题。这就是我所做的 -

  1. sudo apt-add-repository ppa:xorg-edgers/ppa
  2. sudo apt-get update
  3. 转到附加驱动程序(Linux Mint 上的驱动程序管理器)并选择驱动程序 349.16(在撰写本文时为 355)
  4. 重启
  5. 转到软件/更新(软件源-> Mint 上的 PPA)并转到“其他软件”选项卡并取消选中 xorg-edgers ppa。我没有清除这个 PPA。

我拒绝这个 ppa 的原因是因为在选择驱动程序 349 后,软件更新程序会尝试从 xorg-edgers ppa 中提取其他更新,这会导致我的系统不断崩溃。这使我可以保留驱动程序 349 而不会引入任何其他更新。如果你这样做ppa-purge,它也会取消驱动程序,因此我只是在源选项卡中取消选中它。

于 2015-08-16T13:25:11.417 回答
1

添加选项

Option "hw_cursor" "off"

在解决这个问题的Device部分,/etc/X11/xorg.conf但会产生其他(更烦人的)问题。[免责声明]弄乱 xorg.conf 可能会破坏您的图形,您将无法登录。谨慎行事,备份您的 xorg.conf 并知道如何使用 live CD/usb 或 drop 登录到您的系统到不需要 X 服务器的 shell。

此外,切换到 nouveau 驱动程序也可以解决它。

上述解决方案都不适合我。我会继续挖掘并更新答案。

于 2015-08-16T11:55:53.587 回答