Advertisement
corrosiontears

Xorg Config Nvidia 8600GT dual monitor optimization

Jan 10th, 2018
1,384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### OLD Nvidia Optimization (My Old 8600GT) ###
  2. ## Set this nvidia-settings config on startup script:
  3. nvidia-settings --assign="SyncToVBlank=0" --assign="openGLImageSettings=3" --assign="GPUPowerMizerMode=1" --assign="InitialPixmapPlacement=2" --assign="GlyphCache=1"
  4.  
  5. ## My Xorg config - 2 1440x900 75Hz monitors:
  6.  
  7. # nvidia-settings: X configuration file generated by nvidia-settings
  8. # nvidia-settings:  version 361.42  (buildd@lgw01-18)  Tue Apr  5 14:33:28 UTC 2016
  9.  
  10. Section "ServerLayout"
  11.     Identifier     "Layout0"
  12.     Screen      0  "Screen0" 0 0
  13.     InputDevice    "Keyboard0" "CoreKeyboard"
  14.     InputDevice    "Mouse0" "CorePointer"
  15.     Option         "Xinerama" "0"
  16. EndSection
  17.  
  18. Section "Files"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22.     # generated from default
  23.     Identifier     "Mouse0"
  24.     Driver         "mouse"
  25.     Option         "Protocol" "auto"
  26.     Option         "Device" "/dev/psaux"
  27.     Option         "Emulate3Buttons" "no"
  28.     Option         "ZAxisMapping" "4 5"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.     # generated from default
  33.     Identifier     "Keyboard0"
  34.     Driver         "kbd"
  35. EndSection
  36.  
  37. Section "Monitor"
  38.     # HorizSync source: edid, VertRefresh source: edid
  39.     Identifier     "Monitor0"
  40.     VendorName     "Unknown"
  41.     ModelName      "DELL E198WFP"
  42.     HorizSync       30.0 - 83.0
  43.     VertRefresh     56.0 - 75.0
  44.     Option         "DPMS"
  45. EndSection
  46.  
  47. Section "Device"
  48.     Identifier     "Device0"
  49.     Driver         "nvidia"
  50.     VendorName     "NVIDIA Corporation"
  51.     BoardName      "GeForce 8600 GT"
  52.     Option         "CoolBits" "1"
  53.     Option         "NoLogo" "true"
  54.     Option         "PixmapCacheSize" "200000"
  55.     Option         "RenderAccel" "true"
  56.     Option         "MigrationHeuristic" "greedy"
  57.     Option         "TwinView" "true"
  58. EndSection
  59.  
  60. Section "Screen"
  61.     Identifier     "Screen0"
  62.     Device         "Device0"
  63.     Monitor        "Monitor0"
  64.     DefaultDepth    24
  65.     Option         "Stereo" "0"
  66.     Option         "nvidiaXineramaInfoOrder" "DFP-0"
  67.     Option         "metamodes" "VGA-0: 1440x900_75 +1444+4, DVI-I-1: 1440x900_75 +0+0"
  68.     Option         "SLI" "Off"
  69.     Option         "MultiGPU" "Off"
  70.     Option         "BaseMosaic" "off"
  71.     SubSection     "Display"
  72.         Depth       24
  73.     EndSubSection
  74. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement