Skip to content

Instantly share code, notes, and snippets.

Created September 27, 2014 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c8951856581ff1c31347 to your computer and use it in GitHub Desktop.
Save anonymous/c8951856581ff1c31347 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 343.22 (buildmeister@swio-display-x86-rhel47-05) Thu Sep 11 16:49:51 PDT 2014
Section "Monitor"
Identifier "Monitor0"
VendorName "Crossover"
ModelName "QHD300"
HorizSync 31.0-152
VertRefresh 50.0-110
Option "DPMS"
# 2560x1600 @ 60.00 Hz (GTF) hsync: 99.36 kHz; pclk: 348.16 MHz
#Modeline "2560x1600" 268.000 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 780 ti"
#Option "RegistryDwords" "RMUseSwI2c=0x01; RMI2cSpeed=100"
Option "CustomEDID" "DFP-0:/etc/X11/qhd300.bin"
Option "ModeValidation" "AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck"
Option "NoLogo" "true"
#Option "UseEDID" "false"
#Option "UseEDIDDPI" "false"
#Option "UseEDIDFregs" "false"
#Option "ExactModeTimingsDVI" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "nvidia"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "2560x1600"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment