Bug 4049 - Screen blanks after 10 minutes
Summary: Screen blanks after 10 minutes
Status: ASSIGNED
Alias: None
Product: LTSP
Classification: Unclassified
Component: LTSP Core (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Jim McQuillan
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-11 22:46 UTC by Kees
Modified: 2013-03-15 14:10 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Kees 2005-08-11 22:46:39 UTC
The screen will blank (screensaver of X?) in 10 minutes.
This is the default value of Xorg. This can be adjusted
my setting the Option "BlankTime" in the "ServerLayout"
Section.

So I changed '/etc/build_x4_cfg' from :

cat <<-EOF
Section "ServerLayout"
.....
     Option          "StandbyTime" "${X_DPMS_STANDBYTIME:-0}"
.....
EOF

into:
cat <<-EOF
Section "ServerLayout"
.....

     Option          "BlankTime"   "${X_DPMS_BLANKTIME:-0}
     Option          "StandbyTime" "${X_DPMS_STANDBYTIME:-0}"
.....
EOF


Could this be incorporated in the next release?

Kees
Comment 1 chemtech 2013-03-15 14:10:08 UTC
Kees 
Do you still experience this issue with newer drivers ?
Please check the status of your issue.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.