search for: a468223

Displaying 1 result from an estimated 1 matches for "a468223".

Did you mean: 746823
2017 Mar 29
0
[Bug 98383] X server is crashing/eats 100% cpu when turning on monitor
...ello again, Guys, recently I switched to the recent Xorg and nouveau from git. The 100% cpu problem seems to be gone (at least so far), but the nouveau is still crashing the xserver. I still has to apply the following patch: diff --git a/src/drmmode_display.c b/src/drmmode_display.c index dd9fa27..a468223 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -1542,7 +1542,7 @@ drmmode_handle_uevents(ScrnInfoPtr scrn) if (!dev) return; - RRGetInfo(xf86ScrnToScreen(scrn), TRUE); + //RRGetInfo(xf86ScrnToScreen(scrn), TRUE); udev_device_unref(dev)...