mirror of
https://codeberg.org/privacy1st/arch
synced 2025-01-11 03:46:05 +01:00
amdgpu: update README
This commit is contained in:
parent
eebc63de0b
commit
6971c20990
@ -21,15 +21,15 @@ From gentoo wiki one should use AMDGPU e.g. for:
|
||||
* HW-video-accel verification:
|
||||
* run `vainfo` and `vdpauinfo` as non-root
|
||||
|
||||
|
||||
* `amdgpu` module
|
||||
* see also: https://wiki.archlinux.org/title/AMDGPU#Loading
|
||||
* The amdgpu kernel module is supposed to load automatically
|
||||
on system boot.
|
||||
* It is possible it loads, but late, after the X server requires it.
|
||||
In this case:
|
||||
* Include "amdgpu" in MODULES=(...) of `/etc/mkinitcpio.conf`
|
||||
|
||||
* https://wiki.archlinux.org/title/AMDGPU#Loading
|
||||
* The amdgpu kernel module is supposed to load automatically
|
||||
on system boot.
|
||||
* It is possible it loads, but late, after the X server requires it.
|
||||
In this case:
|
||||
* Include "amdgpu" in MODULES=(...) of `/etc/mkinitcpio.conf`
|
||||
* https://wiki.archlinux.org/title/AMDGPU#Specify_the_correct_module_order
|
||||
* `amdgpu` before `radeon`
|
||||
|
||||
```shell
|
||||
# "DRI driver for 3D acceleration"
|
||||
@ -44,6 +44,19 @@ depends+=(libva-mesa-driver)
|
||||
depends+=(mesa-vdpau)
|
||||
```
|
||||
|
||||
**Verification**:
|
||||
|
||||
```shell
|
||||
lspci -k | grep -EA3 'VGA|3D|Display'
|
||||
```
|
||||
|
||||
Example output:
|
||||
|
||||
```
|
||||
Kernel driver in use: amdgpu
|
||||
Kernel modules: amdgpu
|
||||
```
|
||||
|
||||
### AMDGPU PRO (optional packages)
|
||||
|
||||
* archwiki -> AMDGPU#AMDGPU_PRO
|
||||
|
1
pkg/de-p1st-gpu-amdgpu/TESTED
Normal file
1
pkg/de-p1st-gpu-amdgpu/TESTED
Normal file
@ -0,0 +1 @@
|
||||
amdgpu module is after crc32c-intel module in /etc/mkinitcpio.conf
|
Loading…
x
Reference in New Issue
Block a user