[Nouveau] [Bug 14597] randr12 failures on 12" powerbooks, and workarounds

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Feb 29 04:50:23 PST 2008


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





--- Comment #16 from Stuart Bennett <sb476 at cam.ac.uk>  2008-02-29 04:50:23 PST ---
Ok, so afaics the problem here is something the output scripts are doing (the
intention of the below patch was to put some regs back to the state they were
in before running the script).

The scripts that are called are LVDS_PANEL_OFF, LVDS_RESET, and LVDS_PANEL_ON.

To confirm that the scripts are the problem, *first test that "return;"ing at
the very start of call_lvds_manufacturer_script works*. If not, attach the xorg
log here.

After that, do:
if (script == LVDS_PANEL_OFF || script == LVDS_PANEL_RESET)
        return;
to check if the LVDS_PANEL_ON script is broken.
If that works, do:
if (script == LVDS_PANEL_RESET)
        return;
to ensure LVDS_PANEL_OFF is ok.
If we get this far, we'll start doing the LVDS_RESET script by hand, to see
what is broken in that...


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Nouveau mailing list