Radeon KMS

Francois Tigeot ftigeot at wolfpond.org
Sun May 11 09:13:45 PDT 2014


On Sun, May 11, 2014 at 11:33:15AM -0400, Roosevelt Littleton wrote:
> On the FreeBSD wiki are the instructions for KMS. There is a separate svn
> for KMS so, what sets of instructions pertain to DRGFLYBSD? Just adding the
> corresponding options to make.conf? Is there any DRGFLYBSD specific
> configuration? Thanks!

Most FreeBSD instructions are also valid for DragonFly but the ttm memory
manager required by the KMS Radeon driver is unstable and thus the
xf86-video-ati driver is still kept to the last non-KMS version by default.

If you want to give it a shot nevertheless, you'll have to check out the
dports repository and compile a new version of xf86-video-ati yourself.

The check
  .if ${DFLYVERSION} < 300751 || !defined(WITH_NEW_XORG)
in the ports Makefile has to be changed to something returning true for the
KMS-aware xf86-video-ati driver to be built.

-- 
Francois Tigeot



More information about the Users mailing list