Guest User

/etc/X11/xorg.conf

a guest
Apr 19th, 2026
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Section "Monitor"
  2. Identifier "DFP-1"
  3. HorizSync 30.0 - 86.0
  4. VertRefresh 50.0 - 140.0
  5. Option "DPMS" "false"
  6. #ModeLine "1024x768_60.00i" 66.53 1024 1080 1184 1344 768 770 776 824 -HSync +Vsync interlace
  7. EndSection
  8.  
  9. Section "Device"
  10. Identifier "NVIDIA"
  11. Driver "nvidia"
  12. Option "ConnectedMonitor" "DFP-1"
  13. Option "IgnoreEDIDChecksum" "DFP-1"
  14. Option "UseEdid" "true"
  15. Option "CustomEDID" "DFP-1:/etc/X11/edid.bin"
  16. Option "ModeValidation" "NoMaxPClkCheck, NoHorizSyncCheck, NoVertRefreshCheck, NoVesaModes, NoXServerModes, NoCustomModes, NoPredefinedModes, NoUserModes, NoExtendedGpuCapabilitiesCheck, ObeyEdidContradictions, NoDisplayPortBandwidthCheck, AllowDpInterlaced, AllowNonEdidModes, AllowDpInterlaced"
  17. EndSection
  18.  
  19. Section "Screen"
  20. Identifier "Screen0"
  21. Device "NVIDIA"
  22. Monitor "DFP-1"
  23. DefaultDepth 24
  24. #Option "MetaModes" "DFP-1:1024x768_60.00i"
  25. EndSection
  26.  
Advertisement
Add Comment
Please, Sign In to add comment