Bug 4049

Summary: Screen blanks after 10 minutes
Product: LTSP Reporter: Kees <bluemoon>
Component: LTSP CoreAssignee: Jim McQuillan <jam>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.