Click to See Complete Forum and Search --> : DPMS in KDE isn't working


-Stalker-
08-26-2001, 03:41 PM
My DPMS isn't working at all in KDE, still APMD is up and running well (monitor shutdown in console is ok).
Anybody can give a hint what it might be?

pbharris
08-26-2001, 06:10 PM
hello,
what version of X are you using? if xfree86 4.x then it is set in in the file /etc/X11/XF86Config (or /etc/X11/XF86Config-4) under the moniter section - e.g.

Section "Monitor"
Identifier "Panasonic PM15"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30-69
VertRefresh 50-160
Gamma 1.2
Option "dpms"
EndSection

If Xfree86 3.X the I put xset +dpms in /etc/X11/xdm/XSetup_0

-Stalker-
08-26-2001, 06:22 PM
It is working!
Thank you :)