From 6dcb4af2623174c4c52202c7ea064f40a35091ed Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 6 Mar 2025 14:24:52 +0700 Subject: m --- hosts/local/master/xorg.conf | 63 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 hosts/local/master/xorg.conf (limited to 'hosts/local/master/xorg.conf') 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 + -- cgit v1.2.3