From 387453c489f591e26edc164d38fbe52b2f95631d Mon Sep 17 00:00:00 2001 From: Kamil Kaminski Date: Sun, 23 Feb 2014 21:17:26 -0600 Subject: add qh270 edid and xorg.conf --- sandy/qh270edid.bin | Bin 0 -> 128 bytes sandy/xorg.conf.nvidia.qh270 | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 sandy/qh270edid.bin create mode 100644 sandy/xorg.conf.nvidia.qh270 (limited to 'sandy') diff --git a/sandy/qh270edid.bin b/sandy/qh270edid.bin new file mode 100644 index 0000000..a5f6be7 Binary files /dev/null and b/sandy/qh270edid.bin 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 + -- cgit v1.2.3