# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Device"
Identifier "x1150"
Driver "fglrx"
# === Video Overlay for the Xv extension ===
# === OpenGL Overlay ===
# # Note: When OpenGL Overlay is enabled, Video Overlay
# # will be disabled automatically
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
# Option "CenterMode" "off"
# my
Option "DesktopSetup" "single"
# Option "XAANoOffscreenPixmaps" "true"
# Option "UseFastTLS" "0"
# BusID "CI:1:5:0"
# from a pipemail
Option "RenderAccel" "true" # <--- needed for rendering stuff:
# forces sw rendering where hw doesn't work.
Option "AllowGLXWithComposite" "true" # <--- needed for compiz/beryl
Option "HWCursor" "On" # <---- needed to fix a bug with the mouse cursor
Option "no_dri" "no" # <---- use dri
Option "UseInternalAGPGART" "no" # <---- this is needed for some agpgart issues
Option "FSAAEnable" "no" # <---- disables fsaa since it is buggy on linux
Option "BlockSignalsOnLock" "on" #<----- needed to a have a stable driver
Option "Capabilities" "0x00000000" # <---- set capabilities to
# default since some cards are buggy with non default capabilities
Option "mtrr" "off" # <---- disables mtrr
Option "XAANoOffscreenPixmaps" "true" #<---- needed to fix the
# watermark issue of the latest fglrx releases
Option "UseFastTLS" "0" # <---- if you use wine don't set this to higher than 1.
EndSection
# Added by albcamus, to disable Xorg 7.x's feature: Composite extensions
# # Because it will disable 3D acceleration and OpenGL provided by ATI fglrx.
#
Section "Extensions"
# for compiz support
Option "DAMAGE" "true"
Option "RENDER" "true"
Option "Composite" "Enable"
#Option "Composite" "false"
EndSection