summarylogtreecommitdiffstats
path: root/10-nvidia.conf
blob: 0919298186b5ae85ffe50ac36fab4a76d17e3a74 (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
Section "ServerLayout"
	Identifier     "Layout0"
    Option         "AllowNVIDIAGPUScreens"
    Screen      0  "iGPU" 0 0
EndSection

Section "ServerFlags"
    Option         "IgnoreABI" "1"
EndSection

Section "Device"
    Identifier     "iGPU"
    Driver         "modesetting"
    BusID          "PCI:0:2:0"
EndSection

Section "Device"
    Identifier     "dGPU"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "iGPU"
    Device         "iGPU"
    # Monitor        "Monitor0"
    DefaultDepth    24
    # Option         "VSync" "True"            	# [<bool>]
    Option         "AllowEmptyInitialConfiguration" "True"
    SubSection     "Display"
		Viewport    0 0
        Depth       24
        # Modes      "1920x1080"
    EndSubSection
EndSection