de140e0677
Copy from X11:XOrg/xorg-x11-server based on submit request 19080 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/19080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=138
15 lines
548 B
Diff
15 lines
548 B
Diff
Index: xorg-server-1.6.3.901/hw/xfree86/common/xf86RandR.c
|
|
===================================================================
|
|
--- xorg-server-1.6.3.901.orig/hw/xfree86/common/xf86RandR.c
|
|
+++ xorg-server-1.6.3.901/hw/xfree86/common/xf86RandR.c
|
|
@@ -246,6 +246,9 @@ xf86RandRSetConfig (ScreenPtr pScreen,
|
|
Bool useVirtual = FALSE;
|
|
Rotation oldRotation = randrp->rotation;
|
|
|
|
+ if (!scrp->vtSema)
|
|
+ return FALSE;
|
|
+
|
|
miPointerGetPosition(inputInfo.pointer, &px, &py);
|
|
for (mode = scrp->modes; ; mode = mode->next)
|
|
{
|