mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 03:48:04 +02:00
Use one output and one crtc per screen by default.
This commit is contained in:
parent
85b950f1ff
commit
8acbc7f524
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue