Public bug reported:

Binary package hint: xorg

Hi,

feisty isn't setting my Viewsonic vg2030wm 22" wide-screen LCD monitor
to it's native resolution (1680x1050).

http://www.viewsonic.com.au/products/productspecs.php?id=273&s=specs

video-card is NVIDIA 6600gt (Leadtek).

I have attached my Xorg.0.log and xorg.conf

>From what I can see, the horizontal sync range isn't set correctly:
HorizSync 28-51

from Xorg.0.log:
(**) NV(0):  Default mode "1680x1050": 147.1 MHz, 65.2 kHz, 60.0 Hz

so line should be:
HorizSync 24-92 (or at least above 65)

If I patch xorg.conf with:
<snip>
--- xorg.conf-feisty    2007-03-23 17:13:52.000000000 +1100
+++ /etc/X11/xorg.conf  2007-03-23 17:32:54.000000000 +1100
@@ -97,7 +97,7 @@ EndSection
 Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
-       HorizSync       28-51
+       HorizSync       24-92
        VertRefresh     43-60
 EndSection
 
@@ -128,7 +128,7 @@ Section "Screen"
        EndSubSection
        SubSection "Display"
                Depth           24
-               Modes           "1024x768" "800x600" "640x480"
+               Modes           "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
 EndSection
</snip>

Everything is working again.
Please let me know what additional is needed so that ubuntu can rock on this 
hardware.

** Affects: xorg (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Not using correct resolution for widescreen lcd (viewsonic vg2030wm) due to 
incorrect horizontal sync range.
https://launchpad.net/bugs/94994

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to