Deepankar Sharma wrote:
> I have a computer with the ATI 3850 card and have a monitor with 1920x1200
> resolution. The vesa driver seems unable to run at 1920x1200 so my only
> option seems to be to use radeonhd. The version which ships with solaris
> express (1.0.0 i believe) does not support my card. The newer version of the
> driver does so. However compiling the 1.1.0 radeonhd driver fails with
>
> ./configure: line 20048: syntax error near unexpected token `RANDR,'
> ./configure: line 20048: `XORG_DRIVER_CHECK_EXT(RANDR, randrproto)'
>
> I believe this is because of the
>
> # Extensions checks.
> m4_pattern_forbid([XORG_DRIVER_CHECK_EXT])dnl
> XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
> XORG_DRIVER_CHECK_EXT(RENDER, renderproto)
> XORG_DRIVER_CHECK_EXT(XV, videoproto)
> XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
> XORG_DRIVER_CHECK_EXT(XSERVER_LIBPCIACCESS, pciaccess)
> # @@@@ We don't do DGA any more
> lines in configure.ac.
>
> Does anyone know of a workaround ?
That comes from running autoconf without the xorg-server.m4 autoconf
macros in your aclocal path. If you're using a released tarball, you
should be able to build it using ./configure with the existing scripts,
but if you're building from git source, you'ld need it and it looks
like we forgot to package it. You should be able to grab a copy from
the xserver git sources and drop it into /usr/share/aclocal/.
--
-Alan Coopersmith- alan.coopersmith at sun.com
Sun Microsystems, Inc. - X Window System Engineering