Display detected as 1680x1050 but is 1680x1040

Bug #159634 reported by Markus Kienast
This bug report is a duplicate of:  Bug #135023: wrong resolution autodetected. Edit Remove
2
Affects Status Importance Assigned to Milestone
xorg-server (Ubuntu)
Incomplete
Undecided
Unassigned

Bug Description

My LCD a Samsung SyncMaster 205BW 1068x1040 is detected as having a resolution of 1068x1040.

This most likely is just a typo somewhere.

The display is detected correctly under LTSP-edgy.

Revision history for this message
Markus Kienast (elias1884) wrote :

The display works, at least when the VGA plug is used, but looks kind of funny.

Revision history for this message
Bryce Harrington (bryce) wrote :

Please test against Hardy, which has a quirk added for this particular monitor.

(If it still does not work, perhaps it also requires this quirk from upstream:

+static Bool quirk_detailed_sync_pp(int scrnIndex, xf86MonPtr DDC)
+{
+ /* Bug #12439: Samsung SyncMaster 205BW */
+ if (memcmp (DDC->vendor.name, "SAM", 4) == 0 &&
+ DDC->vendor.prod_id == 541)
+ return TRUE;
+ return FALSE;
+}

)

Changed in ltsp:
status: New → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.