Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### OLD Nvidia Optimization (My Old 8600GT) ###
- ## Set this nvidia-settings config on startup script:
- nvidia-settings --assign="SyncToVBlank=0" --assign="openGLImageSettings=3" --assign="GPUPowerMizerMode=1" --assign="InitialPixmapPlacement=2" --assign="GlyphCache=1"
- ## My Xorg config - 2 1440x900 75Hz monitors:
- # nvidia-settings: X configuration file generated by nvidia-settings
- # nvidia-settings: version 361.42 (buildd@lgw01-18) Tue Apr 5 14:33:28 UTC 2016
- Section "ServerLayout"
- Identifier "Layout0"
- Screen 0 "Screen0" 0 0
- InputDevice "Keyboard0" "CoreKeyboard"
- InputDevice "Mouse0" "CorePointer"
- Option "Xinerama" "0"
- EndSection
- Section "Files"
- EndSection
- Section "InputDevice"
- # generated from default
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/psaux"
- Option "Emulate3Buttons" "no"
- Option "ZAxisMapping" "4 5"
- EndSection
- Section "InputDevice"
- # generated from default
- Identifier "Keyboard0"
- Driver "kbd"
- EndSection
- Section "Monitor"
- # HorizSync source: edid, VertRefresh source: edid
- Identifier "Monitor0"
- VendorName "Unknown"
- ModelName "DELL E198WFP"
- HorizSync 30.0 - 83.0
- VertRefresh 56.0 - 75.0
- Option "DPMS"
- EndSection
- Section "Device"
- Identifier "Device0"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- BoardName "GeForce 8600 GT"
- Option "CoolBits" "1"
- Option "NoLogo" "true"
- Option "PixmapCacheSize" "200000"
- Option "RenderAccel" "true"
- Option "MigrationHeuristic" "greedy"
- Option "TwinView" "true"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Device0"
- Monitor "Monitor0"
- DefaultDepth 24
- Option "Stereo" "0"
- Option "nvidiaXineramaInfoOrder" "DFP-0"
- Option "metamodes" "VGA-0: 1440x900_75 +1444+4, DVI-I-1: 1440x900_75 +0+0"
- Option "SLI" "Off"
- Option "MultiGPU" "Off"
- Option "BaseMosaic" "off"
- SubSection "Display"
- Depth 24
- EndSubSection
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement