Changes

Talk:Mythbuntu

927 bytes added, 03:23, 5 March 2014
/* xset and reboot */ new section
The following lines were added (+) and removed (-):
== xset and reboot ==for your current session, copy/paste these commands one at a time in a terminal...Code: xset -dpms xset s noblank xset s offIf that works and you want it to persist on reboot, you'll need to create/modify the file /etc/X11/xorg.conf. If you don't have the file create it and add the following, if you do have that file add the following under Section "Monitor", leaving out the Section "Monitor" and EndSection lines...Code: Section "Monitor" Option          "NODPMS" EndSectionReboot and see if it works. If not, try these lines, again leaving out the Section/EndSection lines if you already have those sections and rebooting afterwards...Code: Section "Monitor" Option          "DPMS" EndSection Section "ServerLayout" Option          "BlankTime"    "0" Option          "StandbyTime"  "0" Option          "SuspendTime"  "0" Option          "OffTime"      "0" EndSection
Bureaucrat, administrator
16,230
edits