summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-04-13 15:43:03 +0100
committerDave Airlie <airlied@redhat.com>2012-04-13 15:43:03 +0100
commit0709f45d5b63673dfda4e1ea20d9be4d4da3359f (patch)
tree298d723c49fd3bc4538eb47b40c1cd96610c081b
parent9782ed7367e3b35dd1166fdf6e4e6de45183c5a3 (diff)
don't going setting display w/h as it affects other screens
-rw-r--r--hw/xfree86/modes/xf86Crtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
index 6ad5836bc..fabc31449 100644
--- a/hw/xfree86/modes/xf86Crtc.c
+++ b/hw/xfree86/modes/xf86Crtc.c
@@ -2472,8 +2472,8 @@ xf86InitialConfiguration(ScrnInfoPtr scrn, Bool canGrow)
}
}
- scrn->display->virtualX = width;
- scrn->display->virtualY = height;
+ // scrn->display->virtualX = width;
+ // scrn->display->virtualY = height;
}
if (width > scrn->virtualX)