http://bugs.freedesktop.org/show_bug.cgi?id=20298

           Summary: Nouveau doesn't allow my modeline because of hardcoded
                    value
           Product: xorg
           Version: git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


in nv_output.c line 344:

    if (mode->Clock < 12000) 
        return MODE_CLOCK_LOW;

This code prevents the following modeline from working:

ModeLine "512x288pal" 9.875 512 528 576 632 288 290 293 311 -hsync -vsync

Reducing the value 12000 allows it to work. I use this modeline with a VGA to
SCART adapter, a small passive adapter (just two transistors to generate
composite sync) which allows a normal television with RGB inputs to be
connected directly to the analogue VGA connector.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to