VX2025wm and Ubuntu 6.10

I’ve always seemed to have more trouble setting up monitors and displays under Linux than should be warranted. Cobbling together a few forum posts from Google, here’s what I’ve come up with in xorg.conf that seems to have my VX2025wm working at native 1680×1050@60Hz resolution. You may not need the ModeLine parameter, depending on how your monitor is hooked up – mine runs through a KVM box that doesn’t much like passing resolutions > 1280×1024. Get the changes and xorg.conf after the jump…
Bolded fields represent the places where I modified the file from its original values.

Section “Monitor”

Identifier “VX2025wm”
Option “DPMS”
HorizSync 30-82
VertRefresh 50-75
Modeline “1680x1050_60.00” 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync

EndSection

Section “Device”

Identifier “NVIDIA Corporation NV43 [GeForce 6600 GT]”
Driver “nvidia”

EndSection

Section “Screen”

Identifier “Default Screen”
Device “NVIDIA Corporation NV43 [GeForce 6600 GT]”
Monitor “VX2025wm”
Option “UseEdidFreqs” “False”
DefaultDepth 24

SubSection “Display”
Depth 1
Modes “1680x1050_60”
EndSubSection

# Modes continue in new Display SubSections for Depths 4, 8, 15, 16 and 24 – all “1680x1050_60”

EndSection

You can also directly download the xorg.conf file that I’m using, if you’d prefer to just replace yours. This version is January 23, 2007.

Comments are closed.