* Enable compositing in the X server.
svn path=/nixos/trunk/; revision=8118
This commit is contained in:
parent
31d91b4ec1
commit
f948c10999
@ -50,6 +50,14 @@ Section "Screen"
|
|||||||
Depth 16
|
Depth 16
|
||||||
Modes @resolutions@
|
Modes @resolutions@
|
||||||
EndSubSection
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Depth 24
|
||||||
|
Modes @resolutions@
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Depth 32
|
||||||
|
Modes @resolutions@
|
||||||
|
EndSubSection
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
|
||||||
@ -65,3 +73,8 @@ Section "ServerLayout"
|
|||||||
InputDevice "Mouse[0]" "CorePointer"
|
InputDevice "Mouse[0]" "CorePointer"
|
||||||
Screen "Screen[0]"
|
Screen "Screen[0]"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
|
||||||
|
Section "Extensions"
|
||||||
|
Option "Composite" "Enable"
|
||||||
|
EndSection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user