OpenSolaris

Printable Version Enter a New Search
Bug ID 6603061
Synopsis S10: Xsun: the monitor is awoken unexpectedly during dpms.
State 11-Closed:Verified (Closed)
Category:Subcategory xserver:power-mgmt
Keywords dpms | rtiq_regression
Responsible Engineer Naveen Gundlagutta
Reported Against s10 , s10_patch
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_102
Fixed In snv_101
Release Fixed solaris_nevada(snv_101) , solaris_10u7(s10u7_01) (Bug ID:2167712)
Related Bugs 6730169 , 6749064
Submit Date 11-September-2007
Last Update Date 25-February-2009
Description
On Solaris 10, the monitor is awoken unexpectedly during dpms.

After 600 seconds, the monitor goes into the blank. But after another 600 seconds,
the monitor is unexpectedly awoken.
This happens regardless of the frame buffer.

The testcase is simple. Just keep still and watch the monitor on dtlogin screen.

This does not happen on Solaris 9 and earlier.
Work Around
If you would not like have the monitor awaken once it goes into blank, 
try to call *xset* command in Xsetup script as follows:

# mkdir -p /etc/dt/config
# cp /usr/dt/config/Xsetup /etc/dt/config/
# vi /etc/dt/config/Xsetup
(Add the following line at the bottom of the file)

/usr/openwin/bin/xset s 600 0

And then restart dtlogin.

# svcadm restart svc:/application/graphical-login/cde-login:default
Comments
N/A