Turn off screensaver

That explains it :)

I put this in it - did the trick, thanks!
Code:
Section "ServerFlags"
    Option "BlankTime" "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime" "0"
EndSection
 
Back
Top