In the past I've been able to stop this by altering /etc/X11/xorg.conf to show:
Code: Select all
Section"ServerFlags"
Option"AllowMouseOpenFail""true"
Option"BlankTime""0"
Option"StandbyTime""0"
Option"SuspendTime""0"
Option"OffTime""0"
EndSection
There is an xorg.conf.in file which had
Code: Select all
Section"ServerFlags"
Option"DontZap""Off"
Option"AllowMouseOpenFail""true"
Option"blank time""0"
Option"standby time""0"
Option"suspend time""0"
Option"off time""0"
EndSection
Do I need to create an xorg.conf file with just the ServerFlags section in it?
Thanks!