You are not logged in.
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
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
EndSectionOffline