From 883370bd605db07fa89c443639bfb98723ba0688 Mon Sep 17 00:00:00 2001 From: atagen Date: Sun, 28 Aug 2022 20:08:00 +1000 Subject: [PATCH] put xorg.conf in storage for wollomi --- wollomi-xorg.conf | 63 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 wollomi-xorg.conf diff --git a/wollomi-xorg.conf b/wollomi-xorg.conf new file mode 100644 index 0000000..e21a00b --- /dev/null +++ b/wollomi-xorg.conf @@ -0,0 +1,63 @@ +# nvidia-settings: X configuration file generated by nvidia-settings +# nvidia-settings: version 515.48.07 + +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 "LG Electronics W2343" + HorizSync 30.0 - 83.0 + VertRefresh 56.0 - 75.0 + Option "DPMS" +EndSection + +Section "Device" + Identifier "Device0" + Driver "nvidia" + VendorName "NVIDIA Corporation" + BoardName "NVIDIA GeForce GTX 1070" +EndSection + +Section "Screen" + Identifier "Screen0" + Device "Device0" + Monitor "Monitor0" + DefaultDepth 24 + Option "Stereo" "0" + Option "nvidiaXineramaInfoOrder" "DFP-0" + Option "metamodes" "DVI-D-0: nvidia-auto-select +1050+265, HDMI-0: nvidia-auto-select +0+0 {rotation=left}" + Option "SLI" "Off" + Option "MultiGPU" "Off" + Option "BaseMosaic" "off" + SubSection "Display" + Depth 24 + EndSubSection +EndSection +