1
0
Fork 0
mutter-performance-source/src
Jonas Ådahl 9fa56176fd monitor-manager-xrandr: Don't try to disable disabled CRTC
When applying a configuration to XRANDR, we first disable CRTCs that
happen to extend outside of the to-be X11 screen size. While doing so,
we fail to actually check whether the CRTC is active or not, meaning
we'll try to query the content of the CRTC configuration even though it
has none, leading to a NULL pointer dereference.

Fix this by simply ignoring non-configured CRTCs.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1093
2020-02-26 16:14:04 +01:00
..
backends monitor-manager-xrandr: Don't try to disable disabled CRTC 2020-02-26 16:14:04 +01:00
compositor clutter: Pass redraw clip via paint context 2020-02-25 19:18:54 +01:00
core boxes: Add 'round' rounding strategy 2020-02-25 18:39:51 +01:00
meta display: Make check-alive timeout configureable 2020-02-23 17:28:57 +00:00
tests clutter/stage: Pass redraw clip instead of extents when painting view 2020-02-25 19:18:54 +01:00
ui frame: Pass the frame area for get_mask() 2020-01-29 10:44:50 +00:00
wayland wayland/pointer: Use g_signal_connect_swapped for one signal 2020-02-24 09:52:06 +00:00
x11 x11-selection: Unref owners and cancellables on shutdown 2020-02-01 14:02:19 +00:00
libmutter.pc.in build: Fix libs and cflags in autotools .pc file 2018-11-10 16:20:46 +00:00
meson.build xwayland: Move out surface role related logic 2020-02-19 22:34:28 +00:00
meta-marshal.list cursor-tracker: Use our own marshal for cursor-moved 2019-07-31 09:34:17 +00:00
org.freedesktop.login1.xml MetaLauncher: Don't g_error() on failure 2015-11-06 17:03:59 -05:00
org.gnome.Mutter.DisplayConfig.xml fixed typo 2018-07-24 13:16:36 +00:00
org.gnome.Mutter.IdleMonitor.xml idle-monitor: Add ResetIdletime API, for testing purposes 2018-04-16 13:28:03 +02:00
org.gnome.Mutter.RemoteDesktop.xml Fix typo in RemoteDesktop dbus api 2019-05-22 16:21:57 +02:00
org.gnome.Mutter.ScreenCast.xml screen-cast-session: Add 'disable-animations' property 2020-02-20 10:40:42 +00:00