3
0
Fork 0
forked from mirrors/nixpkgs

* Enable compositing in the X server.

svn path=/nixos/trunk/; revision=8118
This commit is contained in:
Eelco Dolstra 2007-02-28 22:59:39 +00:00
parent 31d91b4ec1
commit f948c10999

View file

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