You are not logged in.

#1 2007-04-29 08:00:44

thibdb13
Member
From: Mechelen - Belgium
Registered: 2005-10-11
Posts: 114

xorg.conf - Acer 2016W screen

Hello,

yesterday I bought a new screen (acer 2016W) and I'd like to know how I should reconfigure my xorg.conf to be able to use its maximal resolution (1680*1050). I suppose I should add a line in the modelines but I don't know how.
By the alsa suppose I should replace the "DPMS" option by "LCD" - Am I right?

Thanks

Offline

#2 2007-04-30 17:05:56

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: xorg.conf - Acer 2016W screen

This is what I changed when adding an LCD widescreen. I also connect mine via DVI.

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Acer"
    ModelName      "AL2051W"
    VertRefresh     60.0
    Option         "DPMS"

EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "GeForce 7600GS AGP"
    Option         "NoLogo" "true"
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "ConnectedMonitor" "DFP"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1680x1050"
    EndSubSection
EndSection

Offline

Board footer

Powered by FluxBB