I'm testing out the v2.6.1 intel(4) driver requested here:
http://marc.info/?l=openbsd-tech&m=123307709522306&w=2
In my Xorg.0.log I'm getting the mysterious error:
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(EE) intel(0): Bad VBT signature
(WW) intel(0): VBIOS initialization failed.
On current we're running libpciaccess 10.2, so I figured I'd give the
more recent 10.5 a try:
http://cgit.freedesktop.org/xorg/lib/libpciaccess/
http://cgit.freedesktop.org/xorg/lib/libpciaccess/snapshot/libpciaccess-0.10.5.tar.gz
The existing xenocara/lib/libpciaccess/configure script shows it was
created with autoconf-2.61 but everything I've tried to create a new
one with the above source has resulted in a non-working script.
What is the autoconf incantation necessary to generate a proper
configure script that will work correctly within the xenocara tree?
--
J.C. Roberts