OralDeckard
2007-06-13, 05:40 AM CDT
I just bought a new Optiquest Q20wb LCD widescreen monitor. Its native resolution is 1680x1050, and I have it set to that. But it leaves a 3" wide black unused space on the left side. The display is to narrow, showing circles as virtical ovals.
This monitor does not show up in the list when I attempt to configure my display settings, so I changed ModelName to "LCD Panel 1680x1050" in xorg.conf.
It has the correct resolution, just not the correct aspect ratio.
I changed the horizontal refresh rate, but X could no longer start, and I had to go back.
The xorg.conf is really emphatic about leaving horizontal and vertical refresh to DDC.
What is DDC ?
Anyway, here is the pertinent part of my xorg.conf:
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "LCD Panel 1680x1050"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.0 - 96.0
VertRefresh 55.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480" "1680x1050"
EndSubSection
EndSection
This monitor does not show up in the list when I attempt to configure my display settings, so I changed ModelName to "LCD Panel 1680x1050" in xorg.conf.
It has the correct resolution, just not the correct aspect ratio.
I changed the horizontal refresh rate, but X could no longer start, and I had to go back.
The xorg.conf is really emphatic about leaving horizontal and vertical refresh to DDC.
What is DDC ?
Anyway, here is the pertinent part of my xorg.conf:
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "LCD Panel 1680x1050"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.0 - 96.0
VertRefresh 55.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480" "1680x1050"
EndSubSection
EndSection