> From: "P. Graham" <[email protected]>
> Date: Mon, 4 Apr 2016 05:55:11 -0600
>
> I just upgraded from 5.8 to 5.9 on a PowerMac 2,2 and I no longer have
> acceleration for X for the built-in ATI Rage 128 video card. Since this
> is effectively a test machine, I was able to install 5.8 and 5.9 cleanly
> (not as upgrades) and capture the sendbug output as well as the
> Xorg.0.log for each. I have included the xorg.conf file I used for both
> as well.
>
> Looking at the differences between the sendbug outputs for 5.8 and 5.9,
> one thing that stands out is the statement:
>
> agp at pchb0 not configured
>
> in the 5.9 sendbug report. Additionally, there are differences in the
> pcidump with regard to the video card (different expansion ROM addresses
> mainly?).
The problem is that the exa.h check in the configure script fails now:
configure:18280: checking exa.h usability
configure:18280: gcc -std=gnu99 -c -O2 -pipe -Wall -I/usr/X11R6/include/xorg -f
visibility=hidden -I/usr/X11R6/include -I/usr/X11R6/include/pixman-1 -I/usr/X11R
6/include/X11/dri -I/usr/X11R6/include/libdrm -I/usr/X11R6/include/xorg -fvisibi
lity=hidden -I/usr/X11R6/include -I/usr/X11R6/include/pixman-1 -I/usr/X11R6/incl
ude/X11/dri -I/usr/X11R6/include/libdrm conftest.c >&5
In file included from /usr/X11R6/include/xorg/fb.h:37,
from /usr/X11R6/include/xorg/exa.h:39,
from conftest.c:62:
/usr/X11R6/include/xorg/servermd.h:51:2: error: #error Drivers must include
xorg-server.h before any other xserver headers
/usr/X11R6/include/xorg/servermd.h:52:2: error: #error xserver code must
include dix-config.h before any other headers
We need to update the driver.