[Bug 79015] Custom Modelines are being ignored in xf86-video-intel-git

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 21 12:00:26 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=79015

--- Comment #7 from Chris Wilson <chris at chris-wilson.co.uk> ---
Ah,

diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index f1cb08d..1132330 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -3023,8 +3023,8 @@ sna_output_add(struct sna *sna, int id, int serial)
        output->name = (char *)(output + 1);
        memcpy(output->name, name, len + 1);

-       output->use_screen_monitor = config->num_output;
-       xf86OutputUseScreenMonitor(output, !config->num_output);
+       output->use_screen_monitor = config->num_output != 1;
+       xf86OutputUseScreenMonitor(output, !output->use_screen_monitor);

 reset:
        sna_output->id = compat_conn.conn.connector_id;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140521/152fe961/attachment.html>


More information about the intel-gfx-bugs mailing list