summaryrefslogtreecommitdiffstats
path: root/sandy
diff options
context:
space:
mode:
authorKamil Kaminski <kylek389@gmail.com>2014-02-23 21:17:26 -0600
committerKamil Kaminski <kylek389@gmail.com>2014-02-23 21:17:26 -0600
commit387453c489f591e26edc164d38fbe52b2f95631d (patch)
tree65d8c789eb232cdac0220716875ad2b17291ad47 /sandy
parent70ec1a5050a02f8a52c61c47a747badfb2a44e04 (diff)
downloadconfigs-387453c489f591e26edc164d38fbe52b2f95631d.tar.gz
configs-387453c489f591e26edc164d38fbe52b2f95631d.tar.bz2
configs-387453c489f591e26edc164d38fbe52b2f95631d.zip
add qh270 edid and xorg.conf
Diffstat (limited to 'sandy')
-rw-r--r--sandy/qh270edid.binbin0 -> 128 bytes
-rw-r--r--sandy/xorg.conf.nvidia.qh27024
2 files changed, 24 insertions, 0 deletions
diff --git a/sandy/qh270edid.bin b/sandy/qh270edid.bin
new file mode 100644
index 0000000..a5f6be7
--- /dev/null
+++ b/sandy/qh270edid.bin
Binary files differ
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
+