64 Studio Lenny and proprietary driver for an integrated ATI - xorg.conf
Hm, "If OpenGL acceleration doesn't work, try using "yes" here"? But
it's an integrated graphics and not an AGP, I even have no AGP slot on
this mobo. I might check out this, but I don't think it will solve the
troubles.
# /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 "Generic Video Card"
# Driver "vesa"
Identifier "ATI"
Driver "fglrx"
BusID "PCI:1:5:0"
# If X refuses to use the screen resolution you asked for, uncomment this
#Option "NoDDC"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Use internal AGP GART support? ===
# If OpenGL acceleration doesn't work, try using "yes" here
# and disable the kernel agpgart driver.
Option "UseInternalAGPGART" "no"
EndSection