After reading:
https://discuss.96boards.org/t/fastboot-installation-method-for-the-db820c-issue-with-the-hdmi/4457
I thought I would try the suggestions of ndec in his first post in that thread.
(I get the stream of MultiMedia1: ASoC: reports at the end of every boot-up also.)
root@linaro-alip:~# systemctl stop sddm
root@linaro-alip:~# [ 33.287932] MultiMedia1: ASoC: no backend DAIs enabled for MultiMedia1
[ 33.288037] MultiMedia1: ASoC: no backend DAIs enabled for MultiMedia1
[ 33.296419] MultiMedia1: ASoC: no backend DAIs enabled for MultiMedia1
[ 33.300807] MultiMedia1: ASoC: no backend DAIs enabled for MultiMedia1
[ 33.308563] MultiMedia1: ASoC: no backend DAIs enabled for MultiMedia1
[ 33.315900] q6asm-dai q6asm-dai: DSP returned error[1]
repeated many times
root@linaro-alip:~# fbset
mode "1024x768"
geometry 1024 768 1024 768 32
timings 0 0 0 0 0 0 0
accel true
rgba 8/16,8/8,8/0,0/0
endmode
root@linaro-alip:~# fbset -t 15385 160 24 29 3 136 6
ioctl FBIOPUT_VSCREENINFO: Invalid argument
root@linaro-alip:~# fbset
mode "1024x768"
geometry 1024 768 1024 768 32
timings 0 0 0 0 0 0 0
accel true
rgba 8/16,8/8,8/0,0/0
endmode
root@linaro-alip:~# X&
[1] 2678
root@linaro-alip:~#
X.Org X Server 1.19.6
Release Date: 2017-12-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.9.0-5-arm64 aarch64 Debian
Current Operating System: Linux linaro-alip 4.14.0-qcomlt-arm64 #1 SMP PREEMPT Fri May 25 18:39:49 UTC 2018 aarch64
Kernel command line: root=/dev/disk/by-partlabel/rootfs rw rootwait console=tty0 console=ttyMSM0,115200n8 androidboot.bootdevice=624000.ufshc androidboot.verifiedbootstate=orange androidboot.veritymode=enforcing androidboot.serialno=683393bf androidboot.baseband=apq mdss_mdp.panel=0
Build Date: 26 January 2018 04:21:37PM
xorg-server 2:1.19.6-1 (https://www.debian.org/support)
Current version of pixman: 0.34.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 8 10:01:37 2018
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
root@linaro-alip:~# export DISPLAY=:0
root@linaro-alip:~# xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 65535 x 65535
HDMI-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 304mm x 228mm
1024x768 60.00*+ 75.03
1920x1080 60.00 59.94
1280x720 60.00 59.94
800x600 75.00 60.32
640x480 75.00 60.00 59.94
720x400 70.08
root@linaro-alip:~# xrandr --output HDMI-1 --mode 1024x768
root@linaro-alip:~#
The last command has no effect. My monitor will not do 1920x1080.
The fbset -t command applies the ‘First detailed timings’ from /var/log/Xorg.0.log (as shown in the post above) translated into fb.mode format.
I guess this does not get me much further, but I thought I should post it for the record.