Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # xorg.conf (xorg X Window System server configuration file)
- #
- # This file was generated by dexconf, the Debian X Configuration tool, using
- # values from the debconf database.
- #
- # Edit this file with caution, and see the xorg.conf manual page.
- # (Type "man xorg.conf" at the shell prompt.)
- #
- # This file is automatically updated on xserver-xorg package upgrades *only*
- # if it has not been modified since the last upgrade of the xserver-xorg
- # package.
- #
- # If you have edited this file but would like it to be automatically updated
- # again, run the following command:
- # sudo dpkg-reconfigure -phigh xserver-xorg
- Section "ServerLayout"
- # Uncomment if you have a wacom tablet
- # InputDevice "stylus" "SendCoreEvents"
- # InputDevice "cursor" "SendCoreEvents"
- # InputDevice "eraser" "SendCoreEvents"
- Identifier "Default Layout"
- Screen "Default Screen" 0 0
- InputDevice "Generic Keyboard"
- InputDevice "Configured Mouse"
- InputDevice "Synaptics Touchpad"
- Option "AIGLX" "on" #->Enables Xorg's AIGLX rendering technic
- EndSection
- Section "Files"
- EndSection
- Section "Module"
- Load "glx"
- EndSection
- Section "InputDevice"
- Identifier "Generic Keyboard"
- Driver "kbd"
- Option "CoreKeyboard"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "de"
- EndSection
- Section "InputDevice"
- Identifier "Configured Mouse"
- Driver "mouse"
- Option "CorePointer"
- Option "Device" "/dev/input/mice"
- Option "Protocol" "ImPS/2"
- Option "ZAxisMapping" "4 5"
- Option "Emulate3Buttons" "true"
- EndSection
- Section "InputDevice"
- Identifier "Synaptics Touchpad"
- Driver "synaptics"
- Option "SendCoreEvents" "true"
- Option "Device" "/dev/psaux"
- Option "Protocol" "auto-dev"
- Option "HorizEdgeScroll" "0"
- EndSection
- Section "InputDevice"
- Identifier "stylus"
- Driver "wacom"
- Option "Device" "/dev/input/wacom"
- Option "Type" "stylus"
- Option "ForceDevice" "ISDV4"# Tablet PC ONLY
- EndSection
- Section "InputDevice"
- Identifier "eraser"
- Driver "wacom"
- Option "Device" "/dev/input/wacom"
- Option "Type" "eraser"
- Option "ForceDevice" "ISDV4"# Tablet PC ONLY
- EndSection
- Section "InputDevice"
- Identifier "cursor"
- Driver "wacom"
- Option "Device" "/dev/input/wacom"
- Option "Type" "cursor"
- Option "ForceDevice" "ISDV4"# Tablet PC ONLY
- EndSection
- Section "Monitor"
- Identifier "Generic Monitor"
- Option "DPMS"
- EndSection
- Section "Device"
- # Option "XaaNoOffscreenPixmaps"
- Identifier "Generic Video Card"
- Driver "fglrx"
- Option "XAANoOffscreenPixmaps" "on" #->This one IS absolutely NEEDED! It shouldn't be missed!
- Option "TexturedVideo" "on" #->AVIVO accelerated video through 3D engine, it should be "off" for cards earlier than X1050. See Note 0...
- Option "VideoOverlay" "off"#->Deprecated for X1050 and later cards. BUT it should be "on" for prior to X1050 cards! See Note 0...
- Option "OpenGLOverlay" "off"#->Deprecated generally that's why off. See Note 0...
- Option "Textured2D" "on" #->Experimental! See Note 1...
- Option "TexturedXrender" "on" #->Experimental! See Note 2...
- Option "UseFastTLS" "1" #->Enable/disable fast thread local storage. Disable this option when virtual machines or WineX fail to work properly.
- Option "BackingStore" "on"
- # found on http://forum.compiz-fusion.org/showthread.php?t=6794
- BusID "PCI:1:0:0"
- EndSection
- Section "Screen"
- Identifier "Default Screen"
- Device "Generic Video Card"
- Monitor "Generic Monitor"
- DefaultDepth 24
- SubSection "Display"
- Modes "1280x800"
- EndSubSection
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
- Section "Extensions"
- # Option "Composite" "0"
- Option "RENDER" "Enable"
- Option "DAMAGE" "Enable"
- Option "Composite" "Enable"
- Option "XVideo" "Enable" #(optional)
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement