mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/drm-legacy-kmod: Add pkg-message
Add pkg-message to graphics/drm-legacy-kmod giving some instructions for how to load modules and point people to xf86-video-ati-legacy in case of problems with the ATI/AMD legacy driver and X.
This commit is contained in:
parent
4b1cf25a20
commit
00a7e879f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484330
2 changed files with 13 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= drm-legacy-kmod
|
||||
PORTVERSION= g20181031
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
|
|
12
graphics/drm-legacy-kmod/pkg-message
Normal file
12
graphics/drm-legacy-kmod/pkg-message
Normal file
|
@ -0,0 +1,12 @@
|
|||
The drm-legacy-kmod port can be enabled for older Intel and ATI/AMD graphics
|
||||
adapters as well as legacy graphics adapters through kld_list in /etc/rc.conf.
|
||||
|
||||
Simply add kld_list="/boot/modules/[driver].ko to /etc/rc.conf, for example
|
||||
kld_list="/boot/modules/i915kms.ko" for the intel GPU driver or
|
||||
kld_list="/boot/modules/radeonkms.ko" for the ATI/AMD GPU driver.
|
||||
|
||||
Please ensure that all users requiring graphics are members of the
|
||||
"video" group.
|
||||
|
||||
If you are having trouble with ATI/AMD graphics cards and X, try installing
|
||||
xf86-video-ati-legacy instead of xf86-video-ati.
|
Loading…
Add table
Reference in a new issue