2009-08-28 18:30:20 +00:00
|
|
|
Index: xorg-server-1.6.3.901/hw/xfree86/common/xf86RandR.c
|
2009-08-04 19:52:16 +00:00
|
|
|
===================================================================
|
2009-08-28 18:30:20 +00:00
|
|
|
--- xorg-server-1.6.3.901.orig/hw/xfree86/common/xf86RandR.c
|
|
|
|
+++ xorg-server-1.6.3.901/hw/xfree86/common/xf86RandR.c
|
2009-03-02 00:19:45 +00:00
|
|
|
@@ -246,6 +246,9 @@ xf86RandRSetConfig (ScreenPtr pScreen,
|
2008-04-09 20:04:32 +00:00
|
|
|
Bool useVirtual = FALSE;
|
|
|
|
Rotation oldRotation = randrp->rotation;
|
|
|
|
|
|
|
|
+ if (!scrp->vtSema)
|
|
|
|
+ return FALSE;
|
|
|
|
+
|
2009-03-02 00:19:45 +00:00
|
|
|
miPointerGetPosition(inputInfo.pointer, &px, &py);
|
2008-04-09 20:04:32 +00:00
|
|
|
for (mode = scrp->modes; ; mode = mode->next)
|
|
|
|
{
|