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 ? This message posted from opensolaris.org
