Advertisement
Guest User

20-nvidia.conf

a guest
Sep 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Arch Linux / OpenSUSE
  2. # /etc/X11/xorg.conf.d/20-nvidia.conf
  3. #
  4. Section "Monitor"
  5.     # HorizSync source: edid, VertRefresh source: edid
  6.     Identifier     "Monitor0"
  7.     VendorName     "Unknown"
  8.     ModelName      "LG Electronics 23MB35"
  9.     HorizSync       30.0 - 83.0
  10.     VertRefresh     56.0 - 61.0
  11.     Option         "DPMS"
  12. EndSection
  13.  
  14. Section "Device"
  15.         Identifier "Device0"
  16.         VendorName "NVIDIA Corporation"
  17.         BoardName "GeForce GTX 1060 6GB"
  18.         Driver "nvidia"
  19.         Option "NoLogo" "true"
  20.         Option "Stereo" "0"
  21.         #Option "ConnectedMonitor" "DFP"
  22.         Option "nvidiaXineramaInfoOrder" "DFP-1"
  23.         Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
  24.         Option "AllowIndirectGLXProtocol" "off"
  25.         Option "TripleBuffer" "On"
  26.         Option "DPI" "96 x 96"
  27.         Option "SLI" "Off"
  28.         Option "MultiGPU" "Off"
  29.         Option "BaseMosaic" "off"
  30.         Option "ConnectToAcpid" "0"
  31.         Option "NoFlip"
  32.         #Option "Coolbits" "1"
  33.         # PerfLevelSrc=0x2222 : means fixed frequencies when the laptop is in battery mode or AC mode.
  34.         # PerfLevelSrc=0x2233 : means fixed frequencies for battery mode and adaptive frequencies for AC mode
  35.         # PerfLevelSrc=0x3322 : means adaptive frequencies for battery mode and fixed frequencies for AC mode.
  36.         # PerfLevelSrc=0x3333 : means adaptive frequencies for battery or AC mode.
  37.         #Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3333; PowerMizerDefaultAC=0x1; PowerMizerDefault=0x1; EnableBrightnessControl=1”
  38. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement