From 8acbc7f52476158c7ab2d095476552033dc71d99 Mon Sep 17 00:00:00 2001 From: David Reveman Date: Thu, 25 Sep 2008 00:22:37 -0400 Subject: [PATCH] Use one output and one crtc per screen by default. --- hw/dmx/dmxinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/dmx/dmxinit.c b/hw/dmx/dmxinit.c index ca8040bd1..06df39ed9 100644 --- a/hw/dmx/dmxinit.c +++ b/hw/dmx/dmxinit.c @@ -126,8 +126,8 @@ char *dmxLaunchVT = NULL; int dmxNumDetached = 4; #ifdef RANDR -int xRROutputsPerScreen = 2; -int xRRCrtcsPerScreen = 2; +int xRROutputsPerScreen = 1; +int xRRCrtcsPerScreen = 1; #endif DMXPropTrans *dmxPropTrans = NULL;