Reduced xorg configs size. About 10% of performance improvement by turning off needless power saving on nVidia chip.
This commit is contained in:
parent
85f3ff81c9
commit
d6e885e42e
|
@ -1,17 +1,3 @@
|
||||||
Section "Module"
|
|
||||||
Load "GLcore"
|
|
||||||
Load "dbe"
|
|
||||||
Load "dri"
|
|
||||||
Load "dri2"
|
|
||||||
Load "freetype"
|
|
||||||
Load "ddc"
|
|
||||||
Load "extmod"
|
|
||||||
Load "int10"
|
|
||||||
Load "vbe"
|
|
||||||
Load "dbe"
|
|
||||||
Load "glx"
|
|
||||||
EndSection
|
|
||||||
|
|
||||||
Section "Files"
|
Section "Files"
|
||||||
FontPath "/usr/share/fonts/misc:unscaled"
|
FontPath "/usr/share/fonts/misc:unscaled"
|
||||||
FontPath "/usr/share/fonts/75dpi:unscaled"
|
FontPath "/usr/share/fonts/75dpi:unscaled"
|
||||||
|
@ -34,11 +20,10 @@ EndSection
|
||||||
Section "Device"
|
Section "Device"
|
||||||
Identifier "Device0"
|
Identifier "Device0"
|
||||||
Driver "intel"
|
Driver "intel"
|
||||||
VendorName "onboard"
|
|
||||||
BusID "BusIDIntel"
|
BusID "BusIDIntel"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Extensions"
|
Section "Extensions"
|
||||||
Option "Composite" "Disable"
|
Option "Composite" "Disable" # Enable in case you are using Compiz
|
||||||
Option "RENDER" "Enable"
|
Option "RENDER" "Enable"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
|
@ -1,63 +1,10 @@
|
||||||
Section "ServerLayout"
|
|
||||||
Identifier "Layout0"
|
|
||||||
EndSection
|
|
||||||
|
|
||||||
Section "Module"
|
|
||||||
Disable "dri"
|
|
||||||
Disable "dri2"
|
|
||||||
Load "dbe"
|
|
||||||
Load "extmod"
|
|
||||||
Load "glx"
|
|
||||||
Load "record"
|
|
||||||
Load "freetype"
|
|
||||||
Load "type1"
|
|
||||||
EndSection
|
|
||||||
|
|
||||||
Section "Device"
|
Section "Device"
|
||||||
Identifier "Device1"
|
Identifier "Device1"
|
||||||
Driver "nvidia"
|
Driver "nvidia"
|
||||||
VendorName "NVIDIA Corporation"
|
|
||||||
BusID "BusIDNvidia"
|
BusID "BusIDNvidia"
|
||||||
Option "IgnoreEDID" "False"
|
|
||||||
Option "UseEDID" "FALSE"
|
|
||||||
Option "NoDDC" "True"
|
|
||||||
Option "ConnectedMonitor" "CRT-0"
|
|
||||||
|
|
||||||
Option "AllowDDCCI" "True"
|
|
||||||
Option "AllowDFPStereo" "True"
|
|
||||||
Option "AllowGLXWithComposite" "False"
|
|
||||||
Option "NoBandWidthTest" "False"
|
|
||||||
Option "ConnectToAcpid" "True"
|
|
||||||
Option "ConstantDPI" "True"
|
|
||||||
# Option "Dac8Bit" "True"
|
|
||||||
Option "DisableGLXRootClipping" "True"
|
|
||||||
Option "DamageEvents" "True"
|
|
||||||
Option "ExactModeTimingsDVI" "True"
|
|
||||||
Option "NoFlip" "False"
|
|
||||||
Option "ForceStereoFlipping" "True"
|
|
||||||
Option "IncludeImplicitMetaModes" "True"
|
|
||||||
Option "NoLogo" "True"
|
|
||||||
Option "MultisampleCompatibility" "True"
|
|
||||||
Option "Overlay" "True"
|
|
||||||
Option "CIOverlay" "True"
|
|
||||||
Option "OverlayDefaultVisual" "True"
|
|
||||||
Option "RandRRotation" "True"
|
|
||||||
Option "NoRenderExtension" "False"
|
|
||||||
Option "RenderAccel" "True"
|
|
||||||
Option "AddARGBGLXVisuals" "True"
|
|
||||||
Option "CoolBits" "1"
|
|
||||||
# Battery settings:
|
|
||||||
Option "RegistryDwords" "PowerMizerLevel=0x3"
|
|
||||||
# auto perf depend on temp
|
|
||||||
Option "RegistryDwords" "PerfLevelSrc=0x3333"
|
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Extensions"
|
Section "Extensions"
|
||||||
Option "Composite" "Disable"
|
Option "Composite" "Disable" # Must be always disabled on secondary video chip
|
||||||
Option "RENDER" "Enable"
|
Option "RENDER" "Enable"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "ServerFlags"
|
|
||||||
Option "AllowEmptyInput" "yes"
|
|
||||||
EndSection
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue