Use one output and one crtc per screen by default.

This commit is contained in:
David Reveman 2008-09-25 00:22:37 -04:00
parent 85b950f1ff
commit 8acbc7f524

View file

@ -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;