X not starting on a 4GB rock64
Michal Srb
msrb at suse.com
Thu Apr 26 06:58:55 UTC 2018
It looks to me like if both armsoc and modesetting are trying to use the same
GPU, acting like there are two separate GPUs. The modesetting fails to call
drmSetMaster on it, maybe because armsoc already did that first.
You could try if it gets better by disabling additonal GPUs by adding a
configuration file like this (or appending it to your /etc/X11/xorg.conf file
if you have):
/etc/X11/xorg.conf.d/80-serverflags.conf:
Section "ServerFlags"
Option "AutoAddGPU" "False"
EndSection
Michal Srb
More information about the xorg
mailing list