Linux mint 14 screen issue

Associate
Joined
30 Nov 2011
Posts
1,131
Hi,

As of now when watching a flash video in youtube the screen goes off after about 10mins..
Googling gave me these 2 commands that solve the problem.

For a temporary solution (at least for the time you are logged in) you can run the following 2 commands in the terminal:

Code: Select all
xset -dpms



Code: Select all
xset s off




If you put them in a script saved as a hidden file in your /home directory, you can add it to your startup applications to do it automatically each time you boot.


Question is, How? How do i put those 2 commands in a a script?

Thanks,
Sean
 
Back
Top Bottom