-
Notifications
You must be signed in to change notification settings - Fork 2
/
xorg.conf
63 lines (55 loc) · 2.84 KB
/
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
55
56
57
58
59
60
61
62
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 525.89.02
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Asustek Computer Inc VG27A"
HorizSync 243.0 - 243.0
VertRefresh 48.0 - 165.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce RTX 4070 Ti"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-1"
Option "metamodes" "DP-0: 2560x1440_165 +1440+560, HDMI-1: 2560x1440 +0+0 {rotation=left}; DP-0: 1440x900 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 1440x576 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 1280x1024 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 1280x1024_60 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 1152x864 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 1024x768 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 1024x768_70 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 1024x768_60 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 800x600 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 800x600_72 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 800x600_60 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 800x600_56 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 640x480 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 640x480_72 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: 640x480_60 +2560+0, HDMI-1: nvidia-auto-select +0+0; DP-0: nvidia-auto-select +2560+0 {viewportin=1366x768, viewportout=2560x1439+0+0}, HDMI-1: nvidia-auto-select +0+0; DP-0: nvidia-auto-select +2560+0 {viewportin=1280x800, viewportout=2304x1440+128+0}, HDMI-1: nvidia-auto-select +0+0; DP-0: nvidia-auto-select +2560+0 {viewportin=1280x720}, HDMI-1: nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection