diff options
| author | Kamil Kaminski <kylek389@gmail.com> | 2014-02-23 21:17:26 -0600 |
|---|---|---|
| committer | Kamil Kaminski <kylek389@gmail.com> | 2014-02-23 21:17:26 -0600 |
| commit | 387453c489f591e26edc164d38fbe52b2f95631d (patch) | |
| tree | 65d8c789eb232cdac0220716875ad2b17291ad47 /sandy | |
| parent | 70ec1a5050a02f8a52c61c47a747badfb2a44e04 (diff) | |
| download | configs-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.bin | bin | 0 -> 128 bytes | |||
| -rw-r--r-- | sandy/xorg.conf.nvidia.qh270 | 24 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sandy/qh270edid.bin b/sandy/qh270edid.bin Binary files differnew file mode 100644 index 0000000..a5f6be7 --- /dev/null +++ b/sandy/qh270edid.bin 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 + |
