[Bug 60879] X11 can't start with acceleration enabled

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60879 --- Comment #16 from Hristo Venev mustrum...@gmail.com --- Created attachment 76921 -- https://bugs.freedesktop.org/attachment.cgi?id=76921action=edit Screenshots with and without glamor X11 doesn't render properly. The pixels seem to be

[Bug 60879] X11 can't start with acceleration enabled

2013-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60879 --- Comment #17 from Alex Deucher ag...@yahoo.com --- (In reply to comment #16) Created attachment 76921 [details] Screenshots with and without glamor X11 doesn't render properly. The pixels seem to be shuffled. Maybe a shader doesn't write

[PATCH v3 0/2] Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
Changes in this version * Uses drm_cvt_mode() instead of drm_gtf_mode() to build modeline * Adds bool to specify reduced blanking to edid_quirk_force_mode * Removes preferred bit from all other modes There is at least one monitor that doesn't report its native resolution in its EDID block.

[PATCH v3 1/2] drm: Enhance EDID quirks to explicitly set a mode

2013-03-22 Thread Dylan Semler
There is at least one monitor that doesn't report its native resolution in its EDID block. This enhancement extends the EDID quirk logic to make monitors like this just work. This patch sets up a new quirk list where monitors' correct width, height, refresh rate, and reduced blanking parameters

[PATCH v3 2/2] drm: Add EDID force quirk for MMT Monitor2Go HD+

2013-03-22 Thread Dylan Semler
Set the new EDID_QUIRK_FORCE_MODE bit for the MMT Monitor2Go HD+ monitor and add it to the edid_quirk_force_mode_list. Signed-off-by: Dylan Semler dylan.sem...@gmail.com --- drivers/gpu/drm/drm_edid.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c

<    1   2