答案1
echo $'Section "ServerFlags"\n Option "DontZap" "yes"\nEndSection' | sudo tee /usr/share/X11/xorg.conf.d/dontzap.conf
答案2
请编辑文件/etc/X11/xorg.conf
:
gksu gedit /etc/X11/xorg.conf
此文件中应该有一个名为“ServerFlags”的部分。如果不存在,请在文件末尾添加如下内容。如果存在,请确保该行作为参数Option "DontZap" "yes"
包含在内:yes
Section "ServerFlags"
Option "DontZap" "yes"
EndSection