I do change the Turn screen off when incative for:
often using the below screen in Ubuntu 12.04. How do I change the same from the terminal? I did check in the gconf-editor, but couldn't figure it out.
I use the below commands for turning the monitor off and for the locking the screen quickly from the terminal.
alias off='xset dpms force off'
alias lock='gnome-screensaver-command -a'
Best Answer
You can change the time of inactivity after which to turn the screen off from terminal using next commands:
Change
<nr_of_sec>
as you wish. For example, for 3 minutes, use 3x60=180:If you will use 0, the screen will never turn off.
Source: https://askubuntu.com/a/313155/147044.
To change the brightness through terminal, use this answer: https://askubuntu.com/a/56171/147044. I tested this method on 13.04 and is working.