blob: 5160f3c44ef64f742299773937ef2a2284364bf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Section "ServerLayout"
Identifier "layout"
Screen "intel"
#Inactive "intel"
EndSection
Section "Module"
Load "dri3"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "01:00:0"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
Option "AccelMethod" "glamor"
Option "DRI" "3"
Option "TearFree" "true"
Option "SwapbuffersWait" "true"
Option "TripleBuffer" "true"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
|