Information About FreeBSD Graphics: DRM-specific Notes

General

The way you need to manage your Direct Rendering Manager (DRM) bits depends on your OS update strategy.

In either case you will need to install the graphics/drm-kmod metaport. It should install the correct things for you for your OSVERSION as reported. See the table below for further explanation of what it will try to install.

Release Versions

STABLE or CURRENT Versions

What graphics/drm-kmod/Makefile Installs And Supports

The Table Of Truth According To graphics/drm-kmod/Makefile:

OSVERSION range

package required

Linux equivalent

archs

comments

< 1103000

not supported

Please see Supported FreeBSD releases.

>= 1103000 && < 1200000

drm-fbsd11.2-kmod

4.11

amd64

>= 1200000 && < 1200058

not supported

>= 1200058 && < 1300000

drm-fbsd12.0-kmod

4.16

amd64 i386

>= 1300000 && < 1300029

not supported

You must upgrade to a newer -CURRENT.

>= 1300029

drm-current-kmod

4.16

amd64 i386 powerpc64

Recommended choice for most users of -CURRENT.

drm-devel-kmod

5.3

aarch64 amd64 i386 powerpc64

For graphics developers using -CURRENT. Try at your own risk. Expect to be able to provide debugging information.

/!\ Support for aarch64 and powerpc64 are in beta. Try at your own risk. Expect to be able to provide debugging information.

See Also

MarkLinimon/WorkAreaGraphics/DRM (last edited 2020-07-29T17:38:46+0000 by MarkLinimon)