diff --git a/etc/X11/xorg.conf.intel.snail b/etc/X11/xorg.conf.intel.snail index 5df86c0..335a691 100644 --- a/etc/X11/xorg.conf.intel.snail +++ b/etc/X11/xorg.conf.intel.snail @@ -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" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" @@ -34,11 +20,10 @@ EndSection Section "Device" Identifier "Device0" Driver "intel" - VendorName "onboard" BusID "BusIDIntel" EndSection Section "Extensions" - Option "Composite" "Disable" + Option "Composite" "Disable" # Enable in case you are using Compiz Option "RENDER" "Enable" EndSection diff --git a/etc/X11/xorg.conf.nvidia.snail b/etc/X11/xorg.conf.nvidia.snail index 1c0a800..05eb49f 100644 --- a/etc/X11/xorg.conf.nvidia.snail +++ b/etc/X11/xorg.conf.nvidia.snail @@ -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" Identifier "Device1" Driver "nvidia" - VendorName "NVIDIA Corporation" 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 Section "Extensions" - Option "Composite" "Disable" - Option "RENDER" "Enable" + Option "Composite" "Disable" # Must be always disabled on secondary video chip + Option "RENDER" "Enable" EndSection - -Section "ServerFlags" - Option "AllowEmptyInput" "yes" -EndSection -