Disable screensaver UBUNTU
Solution 1: Edit /etc/X11/xorg.conf file using the following command sudo vi /etc/X11/xorg.conf and add the following lines Section “ServerFlags” #other options can go here Option “BlankTime” “0″ Option “StandbyTime” “0″ Option “SuspendTime” “0″ Option “OffTime” “0″ EndSection Save and exit the file Solution 2 Edit /etc/X11/xorg.conf file using the following command sudo vi /etc/X11/xorg.conf This [...]
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
