Comment 6 for bug 273484

Revision history for this message
sordna (sordna) wrote : Re: [Bug 273484] Re: monitors wont go to sleep

My only metamode line was this:
Option "metamodes" "nvidia-auto-select +0+0"

taking it out did not have any effect on the issue.

Here is the monitor/card/screen sections of my xorg.conf:

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "HSD Hanns.G HG281"
    HorizSync 24.0 - 80.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 9500 GT"
    Option "NoLogo" "true"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Depth 24
    EndSubSection
EndSection

Thanks.

On Wed, Oct 8, 2008 at 2:22 PM, Tim <email address hidden> wrote:

> It seems as a workaround, manually defining meta modes in the Device
> section of xorg.conf file seems to resolve this issue for me.
>