diff --git a/etc/X11/xorg.conf.d/20-nvidia.conf b/etc/X11/xorg.conf.d/20-nvidia.conf new file mode 100644 index 0000000..66cca9e --- /dev/null +++ b/etc/X11/xorg.conf.d/20-nvidia.conf @@ -0,0 +1,11 @@ +Section "Device" + Identifier "Nvidia Card" + Driver "nvidia" + VendorName "NVIDIA Corporation" + Option "NoLogo" "true" + Option "Monitor-DVI-I-1" "LeftBenQ" + Option "Monitor-DVI-D-0" "RightBenQ" + #Option "UseEDID" "false" + #Option "ConnectedMonitor" "DFP" + # ... +EndSection diff --git a/etc/X11/xorg.conf.d/25-monitors.conf b/etc/X11/xorg.conf.d/25-monitors.conf new file mode 100644 index 0000000..7f0fd46 --- /dev/null +++ b/etc/X11/xorg.conf.d/25-monitors.conf @@ -0,0 +1,13 @@ +Section "Monitor" + Identifier "LeftBenQ" + Option "Preferred Mode" "1920x1080_60" + Option "Primary" "true" + #Option "Rotate" "Left" +EndSection + +Section "Monitor" + Identifier "RightBenQ" + #Option "Rotate" "Left" + Option "Preferred Mode" "1920x1080_60" + Option "RightOf " "LeftBengQ" +EndSection