From f948c109998c75e906792c2d986a2efef457c8de Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 28 Feb 2007 22:59:39 +0000 Subject: [PATCH] * Enable compositing in the X server. svn path=/nixos/trunk/; revision=8118 --- upstart-jobs/xserver.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/upstart-jobs/xserver.conf b/upstart-jobs/xserver.conf index d092464d8a38..34f507a2c357 100644 --- a/upstart-jobs/xserver.conf +++ b/upstart-jobs/xserver.conf @@ -50,6 +50,14 @@ Section "Screen" Depth 16 Modes @resolutions@ EndSubSection + SubSection "Display" + Depth 24 + Modes @resolutions@ + EndSubSection + SubSection "Display" + Depth 32 + Modes @resolutions@ + EndSubSection EndSection @@ -65,3 +73,8 @@ Section "ServerLayout" InputDevice "Mouse[0]" "CorePointer" Screen "Screen[0]" EndSection + + +Section "Extensions" + Option "Composite" "Enable" +EndSection