* Enable compositing in the X server.
svn path=/nixos/trunk/; revision=8118
This commit is contained in:
parent
31d91b4ec1
commit
f948c10999
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue