07-09-2018, 09:25 PM
> sudo apt-get install xserver-xorg-video-armsoc
The result of doing it is as he indicated
(EE) armsoc: module ABI major version (20) does not match the server's version (23)
In short, at least as of today the files uploaded to the repository
"xserver-xorg-video-armsoc_1.9.3ayufan6.xenial4_arm64.deb"
there is a problem with this file itself.
To avoid it
· Use traditional modesetting_drv.so
· Receive source code and rebuild (in correct environment)
· Wait for the correct file to be uploaded
It becomes one of the above choices.
---
An example, result of rebuilding: (I do not expect performance this driver, but at least it works)
The result of doing it is as he indicated
(EE) armsoc: module ABI major version (20) does not match the server's version (23)
In short, at least as of today the files uploaded to the repository
"xserver-xorg-video-armsoc_1.9.3ayufan6.xenial4_arm64.deb"
there is a problem with this file itself.
To avoid it
· Use traditional modesetting_drv.so
· Receive source code and rebuild (in correct environment)
· Wait for the correct file to be uploaded
It becomes one of the above choices.
---
An example, result of rebuilding: (I do not expect performance this driver, but at least it works)
Code:
--- Xorg.0.log @ rebuilded armsoc_drv.so from source code ---
...
[ 1020.958] (II) LoadModule: "armsoc"
[ 1020.958] (II) Loading /usr/lib/xorg/modules/drivers/armsoc_drv.so
[ 1020.959] (II) Module armsoc: vendor="X.Org Foundation"
[ 1020.959] compiled for 1.19.2, module version = 1.4.1
[ 1020.959] Module class: X.Org Video Driver
[ 1020.959] ABI class: X.Org Video Driver, version 23.0
[ 1020.959] (II) ARMSOC: Driver for ARM Mali compatible chipsets
...