diff --git a/upstart-jobs/xserver.conf b/upstart-jobs/xserver.conf index d092464d8a3..34f507a2c35 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