forked from Witko/nvidia-xrun
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnvidia-xorg.conf
54 lines (51 loc) · 1.2 KB
/
nvidia-xorg.conf
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Section "Files"
ModulePath "/usr/lib/nvidia/current"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
Load "modesetting"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
Option "AllowEmptyInitialConfiguration"
Option "UseDisplayDevice" "none"
# Option "DPI" "96 x 96"
# Option "NoLogo" "1"
# Option "RenderAccel" "1"
# Option "TripleBuffer" "1"
# Option "MigrationHeuristic" "greedy"
# Option "Coolbits" "31"
# Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1"
EndSection
# Section "ServerLayout"
# Identifier "layout"
# Screen 1 "nvidia"
# Inactive "intel"
# EndSection
#
# Section "Device"
# Identifier "nvidia"
# Driver "nvidia"
# BusID "PCI:1:0:0"
# EndSection
#
# Section "Screen"
# Identifier "nvidia"
# Device "nvidia"
# Option "AllowEmptyInitialConfiguration" "Yes"
# Option "UseDisplayDevice" "none"
# EndSection
#
# Section "Device"
# Identifier "intel"
# Driver "modesetting"
# Option "AccelMethod" "none"
# EndSection
#
# Section "Screen"
# Identifier "intel"
# Device "intel"
# EndSection