You are not logged in.

#1 2007-03-08 00:53:02

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

[solved] dpms is not function!

hello!

simple problem. dpms will not work for me since a few weeks! the monitor does not change no more into standby mode! i didn't change anything in xorg.conf. here are all necessary information:

$ xset q | grep DPMS
DPMS (Energy Star):
  DPMS is Disabled
Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen         "default" 0 0
    InputDevice    "MX500" "CorePointer"
    InputDevice    "logitech_inet_navi_se" "CoreKeyboard"
    
    Option "SuspendTime" "10"
EndSection

Section "Files"

    ModulePath   "/usr/lib/xorg/modules"

    RgbPath      "/usr/share/X11/rgb"

    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Speedo"
    FontPath     "/usr/share/fonts/local"
    FontPath     "/usr/share/fonts/TrueType"
    FontPath     "/usr/share/fonts/Type1"

EndSection

Section "Module"
    Load  "type1"
#    Load  "speedo"
    Load  "dbe"      # Double buffer extension

    SubSection "extmod"
        Option        "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load  "freetype"
#    Load        "xtt"
    Load  "dri"
    Load  "glx"
#    Load  "GLcore"
EndSection

Section "InputDevice"
    Identifier  "logitech_inet_navi_se"
    Driver      "kbd"
    Option        "AutoRepeat" "500 30"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "de"
EndSection

Section "InputDevice"
    Identifier  "MX500"
    Driver      "mouse"
    Option        "Protocol" "ExplorerPS/2"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5"
    Option        "Buttons" "7"
EndSection

Section "Monitor"
    Identifier   "belinea 101925"
    HorizSync    31.0 - 83.0
    VertRefresh  56.0 - 75.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier  "Standard VGA"
    Driver      "vga"
    VendorName  "Unknown"
    BoardName   "Unknown"
EndSection

Section "Device"

#    BusID       "PCI:2:0:0"
    Identifier  "radeon x700"
    Driver      "fglrx"
#    Option      "UseInternalAGPGART" "no"
#    Option        "backingstore" "true"
    Option        "AllowGLXWithComposite" "true"
    Option      "EnablePrivateBackZ" "no"
    Option      "KernelModuleParm" "agplock=0"
    Option        "NoTV" "No"
    Option        "TVStandard" "Pal-D"
    Option        "ForceMonitors" "tv"
#    Option      "TVColorAdj" "255"
#    Option      "TVHSizeAdj" "0"
#    Option      "TVVSizeAdj" "0"
#    Option        "TVHPosAdj" "2"
#    Option        "TVVPosAdj" "0"
#    Option        "TVHStartAdj" "2"
#    Option      "Centermode" "on"
EndSection

Section "Screen"
    Identifier "default"
    Device     "radeon x700"
    Monitor    "belinea 101925"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "tv"
    Device     "radeon x700"
    Monitor    "belinea 101925"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "DRI"
    Group        91 # video
    Mode         0666
EndSection

#Section "Extensions"
#    Option "DAMAGE" "no"
#       Option "Composite"      "Enable"
#       Option "RENDER"         "Enable"
#EndSection

system upgraded to newest packages!

thx, for any help!
mfg iggy

Last edited by iggy (2007-03-08 15:16:47)


sorry for my bad english smile

Offline

#2 2007-03-08 01:46:22

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: [solved] dpms is not function!

xorg.log?


I am a gated community.

Offline

#3 2007-03-08 13:58:23

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [solved] dpms is not function!

I have those settings:

Section "Monitor"
    Option         "DPMS" "true"
Section "ServerLayout"
    Option      "BlankTime"  "10"
    Option      "OffTime" "20"
$ xset q | grep DPMS
DPMS (Energy Star):
  DPMS is Enabled

Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2007-03-08 13:59:40

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: [solved] dpms is not function!

does the vga driver support dpms? the vesa don't support dpms


Have you tried to turn it off and on again?

Offline

#5 2007-03-08 15:19:33

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: [solved] dpms is not function!

solved the problem. in e17 you have now the ability to change the DPMS settings. but i don't know about this option, so it was disabled by default.

mfg iggy


sorry for my bad english smile

Offline

Board footer

Powered by FluxBB