summaryrefslogtreecommitdiff
path: root/hosts/local/master/xorg.conf
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-03-06 14:24:52 +0700
committerpolwex <polwex@sortug.com>2025-03-06 14:24:52 +0700
commit6dcb4af2623174c4c52202c7ea064f40a35091ed (patch)
tree751d6a89a4a2e1d1f300fa00d3bf829413fb965f /hosts/local/master/xorg.conf
parent3af8fa41d6299c6b88038911cc091a152f189e12 (diff)
m
Diffstat (limited to 'hosts/local/master/xorg.conf')
-rw-r--r--hosts/local/master/xorg.conf63
1 files changed, 63 insertions, 0 deletions
diff --git a/hosts/local/master/xorg.conf b/hosts/local/master/xorg.conf
new file mode 100644
index 0000000..cc521a6
--- /dev/null
+++ b/hosts/local/master/xorg.conf
@@ -0,0 +1,63 @@
+# nvidia-settings: X configuration file generated by nvidia-settings
+# nvidia-settings: version 570.86.16
+
+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/input/mice"
+ 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 "Microstep MSI MP2412"
+ HorizSync 93.0 - 93.0
+ VertRefresh 48.0 - 100.0
+ Option "DPMS"
+EndSection
+
+Section "Device"
+ Identifier "Device0"
+ Driver "nvidia"
+ VendorName "NVIDIA Corporation"
+ BoardName "NVIDIA GeForce RTX 4090"
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Device "Device0"
+ Monitor "Monitor0"
+ DefaultDepth 24
+ Option "Stereo" "0"
+ Option "nvidiaXineramaInfoOrder" "HDMI-0"
+ Option "metamodes" "DP-0: 1920x1080_100 +0+240 {rotation=left}, HDMI-0: 3840x2160_60 +1080+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
+ Option "SLI" "Off"
+ Option "MultiGPU" "Off"
+ Option "BaseMosaic" "off"
+ SubSection "Display"
+ Depth 24
+ EndSubSection
+EndSection
+