(07-12-2018, 10:46 AM)Osiander Wrote: First of all I've flashed the new image and after that "apt update" and install XFCE4 per tasksel.
OK. I presume you did
tasksel
and selected XFCE4
So, here I am.
[ 44.071] (II) LoadModule: "armsoc"
[ 44.071] (WW) Warning, couldn't open module armsoc
[ 44.071] (II) UnloadModule: "armsoc"
[ 44.071] (II) Unloading armsoc
[ 44.071] (EE) Failed to load module "armsoc" (module does not exist, 0)
[ 44.071] (EE) No drivers available.
[ 44.071] (EE)
Fatal server error:
[ 44.072] (EE) no screens found(EE)
[ 44.072] (EE)
What did you do third to install the armsoc module shown in your log?
Clearly, you did not do this,
apt-get install xserver-xorg-video-armsoc
...
Get:1 http://ppa.launchpad.net/ayufan/rock64-ppa/ubuntu xenial/main arm64 xserver-xorg-video-armsoc arm64 1.9.3ayufan6.xenial4 [31.1 kB]
because then your Xorg's log would read as mine does.
[ 963.471] (II) LoadModule: "armsoc"
[ 963.471] (II) Loading /usr/lib/xorg/modules/drivers/armsoc_drv.so
[ 963.471] (II) Module armsoc: vendor="X.Org Foundation"
[ 963.471] compiled for 1.18.4, module version = 1.4.1
[ 963.471] Module class: X.Org Video Driver
[ 963.472] ABI class: X.Org Video Driver, version 20.0
[ 963.472] (EE) armsoc: module ABI major version (20) doesn't match the server's version (23)
[ 963.472] (II) UnloadModule: "armsoc"
[ 963.472] (II) Unloading armsoc
[ 963.472] (EE) Failed to load module "armsoc" (module requirement mismatch, 0)
[ 963.472] (EE) No drivers available.
And how did you force the system to select 23 and not 20 when you did that critical, missing third step?
Please, be kind enough to include these crucial details.
For now, I fail to see how this issue can possibly be "solved" until someone posts the full solution specifying how to install armsoc version 23. Nonetheless, I offer my attempt to explain how I executed a work-around stated by t4_4t above.
I have what appears to be a (partially?) functional X screen at boot by doing the following as root. (These are my full steps starting with a freshly flashed microSD. The first two steps are good practice, but are not necessary.)
apt update
apt-get upgrade
tasksel
I selected MATE; installation of 788 packages ensued.
cd /etc/X11/xorg.conf.d
mv 20-armsoc.conf 20-armsoc.conf-requires_version_23
mv 20-modesetting.conf.bak 20-modesetting.conf
Then, either of the following gives (a scarcely tested) X at hdmi's console:
startx
and/or
reboot
Unlike text console, the GUI returns to life at the hdmi upon input (from my mouse) and lets me see what I type.
So, ahm, how about version 23 of armsoc and ./install_desktop? How to make those work?