With much gratitude to @williwaw for helping me find the next challenge to solve, how do I take the amdgpu_drv, compiled for (Xorg)1.20.10, module version = 19.1.0, and add it to other puppies?
Relevant post from williwaw from other thread:
from pupsys-info I see "amdgpu"
from the output of grep I see a timestamp of 19.205 by that driver
and in the log at 19.205. I see
Code: Select all
[ 19.205] (II) LoadModule: "amdgpu"
[ 19.205] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[ 19.206] (II) Module amdgpu: vendor="X.Org Foundation"
[ 19.206] compiled for 1.20.10, module version = 19.1.0
[ 19.206] Module class: X.Org Video DriverIf you look in /usr/lib64/xorg/modules/drivers/ you will find amdgpu_drv.so but it has no version number in the filename, The version is indicated 2 lines below "compiled for (Xorg)1.20.10, module version = 19.1.0"
It may be possible to replace the amdgpu driver in another puppy with the amdgpu (version 19.1.0) you take from slacko8.2.1, but as for what is the best practice for doing it, I am not the right guy to ask. I would recommend you open a new topic in the user section should you wish to proceed further.
Top
Dear Puppy community, what's the best way to do this?