1. 鼠标光标找不到了,如何显示出来:
sudo nano /etc/lightdm/lightdm.conf
查看 [Seat:*] 区块下是否有:
xserver-command=X -nocursor
如果存在 -nocursor,请删除或注释掉
保存后重启:
sudo reboot
2. 想隐藏鼠标光标
xserver-command=X -nocursor
保存后重启。
1. 鼠标光标找不到了,如何显示出来:
sudo nano /etc/lightdm/lightdm.conf
查看 [Seat:*] 区块下是否有:
xserver-command=X -nocursor
如果存在 -nocursor,请删除或注释掉
保存后重启:
sudo reboot
2. 想隐藏鼠标光标
xserver-command=X -nocursor
保存后重启。
2136
1230

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