Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-28-2010, 06:41 PM
|
#1
|
|
LQ Newbie
Registered: Feb 2010
Posts: 6
Rep:
|
cant find where to get monitor display to stay on so it doesnt go black after 2 min's
I could easily go to ms system monitor display by clicking on background of desktop and finding it through there to change settings related to desktop. I want to be able to watch a movie without the desktop screen saver thing going off. where can extend it to longer than 2-3 minutes on linux mint?
thanks
I found it via the control center, under display.
Last edited by joyspirited; 02-28-2010 at 06:46 PM.
Reason: found the solution
|
|
|
|
02-28-2010, 06:52 PM
|
#2
|
|
Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,817
|
For what it's worth, many (most?) video players will have an option to disable your screensaver during playback.
|
|
|
|
03-01-2010, 05:53 AM
|
#3
|
|
Member
Registered: Feb 2007
Posts: 34
Rep:
|
from http://www.x.org/archive/X11R6.8.0/doc/xorg.conf.5.html :
Quote:
Option "BlankTime" "time"
sets the inactivity timeout for the blanking phase of the screensaver. time is in minutes. This is equivalent to the Xorg server's `-s' flag, and the value can be changed at run-time with xset(1x) . Default: 10 minutes.
Option "StandbyTime" "time"
sets the inactivity timeout for the "standby" phase of DPMS mode. time is in minutes, and the value can be changed at run-time with xset(1x) . Default: 20 minutes. This is only suitable for VESA DPMS compatible monitors, and may not be supported by all video drivers. It is only enabled for screens that have the "DPMS" option set (see the MONITOR section below).
Option "SuspendTime" "time"
sets the inactivity timeout for the "suspend" phase of DPMS mode. time is in minutes, and the value can be changed at run-time with xset(1x) . Default: 30 minutes. This is only suitable for VESA DPMS compatible monitors, and may not be supported by all video drivers. It is only enabled for screens that have the "DPMS" option set (see the MONITOR section below).
Option "OffTime" "time"
sets the inactivity timeout for the "off" phase of DPMS mode. time is in minutes, and the value can be changed at run-time with xset(1x) . Default: 40 minutes. This is only suitable for VESA DPMS compatible monitors, and may not be supported by all video drivers. It is only enabled for screens that have the "DPMS" option set (see the MONITOR section below).
|
forgot to add: thats all in ServerFlags section
|
|
|
|
03-01-2010, 01:13 PM
|
#4
|
|
Member
Registered: Mar 2007
Location: United Kingdom
Distribution: Mint, OpenSUSE,Dream
Posts: 68
Rep:
|
Sccreensaver & Power Management
From the Start Menu choose System - Control Centre (it's the fifth item up in my Helena 8.0).
In the Control Centre window choose Look and Feel - Screensaver.
You can then set the slider to the time you want. There is also a button for Power Management where you can disable this annoying feature too!
Last edited by catweasel28; 03-01-2010 at 01:14 PM.
|
|
|
|
03-01-2010, 01:48 PM
|
#5
|
|
LQ Newbie
Registered: Feb 2009
Distribution: Debian
Posts: 3
Rep:
|
Quote:
Originally Posted by joyspirited
I want to be able to watch a movie without the desktop screen saver thing going off.
|
Code:
xset -dpms
xset s off
|
|
|
|
03-01-2010, 02:28 PM
|
#6
|
|
Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,817
|
FYI, the OP already fixed the problem on his own, as you can see from his edit. He should mark this as SOLVED.
|
|
|
1 members found this post helpful.
|
03-01-2010, 04:06 PM
|
#7
|
|
Guru
Registered: May 2003
Location: London, UK
Distribution: Ubuntu 10.04, mostly
Posts: 6,002
|
Quote:
|
FYI, the OP already fixed the problem on his own, as you can see from his edit. He should mark this as SOLVED.
|
Am I the only one who hates it when the original poster (OP) goes back and edits the post so the question is no longer in its original form, and the follow-ups no longer make any sense because the OP has edited the first post?
Please don't edit your original post when there have already been replies to it.
Just answer the replies, with additional information as required, appended to the thread posted here.
Last edited by tredegar; 03-02-2010 at 12:41 PM.
Reason: irrelevant stuff removed.
|
|
|
1 members found this post helpful.
|
03-02-2010, 02:16 PM
|
#8
|
|
Member
Registered: May 2009
Location: Saxony, Germany
Distribution: Debian/GNU Linux
Posts: 36
Rep:
|
Quote:
Originally Posted by tredegar
Am I the only one who hates it when the original poster (OP) goes back and edits the post so the question is no longer in its original form, and the follow-ups no longer make any sense because the OP has edited the first post?
|
100 % agree. I must confess, reading the thread from the start I was totally confused before I read your post as to where to find the actual question. This is counter-intuitive and takes away the joy of reading. And if someone cares, the post counter for the OP is messed up too.
|
|
|
|
03-03-2010, 12:38 AM
|
#9
|
|
Member
Registered: Apr 2006
Location: Australia
Distribution: Debian Squeeze
Posts: 135
Rep:
|
Does anyone know the answer to this for CLI server distributions like Ubuntu Server?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:38 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|