Displaying 2 results from an estimated 2 matches for "drmmode_udev_notifi".
Did you mean:
drmmode_udev_notify
2017 Mar 29
2
[PATCH xf86-video-nouveau] Do not register hotplug without RandR
When using Xinerama, RandR is automatically disabled, and calling RR
routines will trigger an assert() because the RR keys/resources are
not set, leading to an Xserver abort.
Hotplug makes little sense without RandR, so no need to install a
udev monitor if RandR is not available.
Ported from intel driver, original work by:
Chris Wilson <chris at chris-wilson.co.uk>
Bugzilla:
2017 Mar 29
0
[PATCH xf86-video-nouveau] Do not register hotplug without RandR
Chris, could you have a look at this since it's allegedly your work in
the intel driver and let us know if it's reasonable? I'm definitely
not enough of an X driver guy to rule one way or the other.
On Wed, Mar 29, 2017 at 4:07 PM, Mariusz Bialonczyk <manio at skyboo.net> wrote:
> When using Xinerama, RandR is automatically disabled, and calling RR
> routines will trigger