Comment 101 for bug 6270

Revision history for this message
Bryce Harrington (bryce) wrote : Re: [Bug 6270] Re: [i855] no support for TV-Out on 8xx chipsets

On Sun, May 03, 2009 at 03:52:39PM -0000, legolas558 wrote:
> @Bryce: I compiled it against xorg-dev 1:7.3+18 (I use Debian Squeeze),
> I had to install several packages to let the 'configure' script run
> successfully. From my logs I think you should install these: x11proto-
> video-dev libxv-dev libxvmc-dev x11proto-video-dev libxv-dev libxvmc-dev
> libfontenc-dev x11proto-fonts-dev libxfont-dev xserver-xorg-dev libdrm-
> dev x11proto-xf86dri-dev x11proto-gl-dev libx11-dev libx11-xcb-dev
> libpci-dev

I gave it a try with the stock stuff we have in jaunty but it
unfortunately didn't build, with errors like:

In file included from ../../src/i810_accel.c:56:
../../src/i810.h:182: error: expected specifier-qualifier-list before
'pciVideoPtr'
...
../../src/i810_accel.c: In function 'I810EmitInvarientState':
../../src/i810_accel.c:610: error: 'struct _I810Rec' has no member named
'LpRing'
../../src/i810_accel.c:610: error: 'struct _I810Rec' has no member named
'LpRing'

I guess the driver needs updated to use the new pciaccess stuff in order
to compile against latest xserver and libs.

Bryce