Problem solutions and infos about Linux. Things that worked for me and I don't want to forget. Maybe useful for you too.
20130427
Can't disable a Screen-saver under Xubuntu
Watching a movie and suddenly it switches to a black screen. It's anoing.
The Screen-saver was disable by the way and so was the Power Manager.
Open terminal and type:
xset q
You can see a list of information including some infos about "Screen Saver".
Does it say "prefer blanking YES"?
There is the problem.
You could set it of with "xset s noblank". But after reboot it does it again.
The solution is to put the following line into a "Application Autostart" call.
bash -c "xset s noblank; xset s off"
Solution found here:
ubuntuforums.org
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.