Build all components from March 1st, 2006 source: Mesa-head, drm-head, xserver-head Patch in parts of: http://www.freedesktop.org/~krh/accel-indirect-glx/http://www.freedesktop.org/~krh/accel-indirect-glx/mesa-texture-from-pixmap.patch Apply: http://www.freedesktop.org/~krh/accel-indirect-glx/aiglx-take-2.patch into xserver-head, goes in clean. Note: EXA accel used in xorg.conf. Xorg.conf fragments: Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" Option "DAMAGE" "Enable" EndSection Section "Module" Load "dbe" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "Device" Identifier "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)" Option "AGPMode" "2" Option "EnableDepthMoves" "true" Option "EnablePageFlip" "true" Option "NoBackBuffer" "false" Option "DDCMode" "true" #Option "MergedNonRectangular" "true" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" Option "AccelMethod" "xaa" #"exa" Option "XAANoOffscreenPixmaps" "true" Option "BIOSHotkeys" "true" Option "DynamicClocks" "on" Driver "ati" BusID "PCI:1:0:0" EndSection
Needed to use LIBGL_ALWAYS_INDIRECT=1 (if its not defaulted) there's other crashes but it's not due to do this. Closing
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.