Skip to content

Instantly share code, notes, and snippets.

@wilson
Created August 24, 2017 02:30
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 wilson/3e250f4f3ad7bf34ec448a3fbf8f8e3e to your computer and use it in GitHub Desktop.
Save wilson/3e250f4f3ad7bf34ec448a3fbf8f8e3e to your computer and use it in GitHub Desktop.
Attempting 2560x1440@100Hz on FreeBSD 11.1
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX Titan"
BusID "PCI:1:0:0"
Option "SLI" "Auto"
Option "MultiGPU" "0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX Titan"
BusID "PCI:2:0:0"
Option "SLI" "Auto"
Option "MultiGPU" "0"
EndSection
Section "InputClass"
Identifier "keyboard.conf settings"
MatchIsKeyboard "on"
Option "XKbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Overlord"
ModelName "Tempest X270OC"
DisplaySize 597 336
HorizSync 88.8 - 160.0
VertRefresh 59.5 - 100.0
Option "DPMS"
# 2560x1440 59.95 Hz (CVT 3.69M9-R) hsync: 88.79 kHz; pclk: 241.50 MHz
ModeLine "2560x1440R" 241.50 2560 2608 2650 2720 1440 1443 1448 1481 +hsync -vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "UseDisplayDevice" "DFP-3"
# The above is a no-op, as it is auto-detected.. more as a note for myself.
SubSection "Display"
Depth 24
Modes "2560x1440R" "2560x1440"
EndSubSection
Option "metamodes" "nvidia-auto-select +0+0"
# Things I'm supposed to need for >60Hz, currently disabled while I try to
# even get 60Hz working.
Option "UseEDID" "False"
Option "UseEDIDDPI" "False"
Option "UseEDIDFreqs" "False"
Option "IgnoreEDIDChecksum" "DFP"
Option "NoBandWidthTest" "True"
Option "ExactModeTimingsDVI" "True"
Option "ModeValidation" "NoEDIDModes, AllowNonEdidModes, AllowNon60hzmodesDFPModes, NoEDIDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment