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;