summaryrefslogtreecommitdiffstats
path: root/sandy/xorg.conf.nvidia.qh270
diff options
context:
space:
mode:
Diffstat (limited to 'sandy/xorg.conf.nvidia.qh270')
-rw-r--r--sandy/xorg.conf.nvidia.qh27024
1 files changed, 24 insertions, 0 deletions
diff --git a/sandy/xorg.conf.nvidia.qh270 b/sandy/xorg.conf.nvidia.qh270
new file mode 100644
index 0000000..69f10d8
--- /dev/null
+++ b/sandy/xorg.conf.nvidia.qh270
@@ -0,0 +1,24 @@
+Section "Monitor"
+ Identifier "LCD-0"
+ VendorName "Achieva Shimian"
+ ModelName "QH270"
+ DisplaySize 598 336
+ Option "DPI" "96 x 96"
+EndSection
+
+Section "Screen"
+ Identifier "Screen-0"
+ Device "GeForce GTX 680"
+ Monitor "LCD-0"
+# Option "UseEDID" "False"
+# Option "UseEDIDDPI" "False"
+# Option "UseEDIDFreqs" "False"
+ Option "CustomEDID" "DFP-3:/etc/X11/qh270edid.bin"
+EndSection
+
+Section "Device"
+ Identifier "GeForce GTX 680"
+ Driver "nvidia"
+ BusID "PCI:1:0:0"
+EndSection
+