Thanks to both of you, but still no luck.
Though xrandr --listproviders oututs "Can't open display",
I also tried the other driversggested in 6by9's thread (which i stumbled into during the past days), it does tun the screen on like ili9341 overlay but it only works if i set to run the CLI in raspi config
When I try to ssh the Frame Buffer Output to fb1 I first of all get this message if running without sudo
Code: Select all
pi@raspwzero:~ $ FRAMEBUFFER=/dev/fb1 startx
xauth: timeout in locking authority file /home/pi/.Xauthority
^C^X^C
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System: Linux 5.4.0-54-generic armv8l Raspbian
Current Operating System: Linux raspwzero 5.10.17+ #1403 Mon Feb 22 11:26:13 GMT 2021 armv6l
Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:5A:90:A1 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 console=ttyS0,115200 console=tty1 root=PARTUUID=e5f6aa10-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait fbcon=map:10 fbcon=font:VGA8x8 quiet splash plymouth.ignore-serial-consoles
Build Date: 15 January 2021 02:03:57PM
xorg-server 2:1.20.4-1+rpt2+deb10u3 (https://www.debian.org/support)
Current version of pixman: 0.36.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: "/home/pi/.local/share/xorg/Xorg.2.log", Time: Sat Apr 3 20:46:39 2021
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/home/pi/.local/share/xorg/Xorg.2.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
And then with sudo
Code: Select all
pi@raspwzero:~ $ FRAMEBUFFER=/dev/fb1 startx
xauth: timeout in locking authority file /home/pi/.Xauthority
^C^X^C
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System: Linux 5.4.0-54-generic armv8l Raspbian
Current Operating System: Linux raspwzero 5.10.17+ #1403 Mon Feb 22 11:26:13 GMT 2021 armv6l
Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:5A:90:A1 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 console=ttyS0,115200 console=tty1 root=PARTUUID=e5f6aa10-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait fbcon=map:10 fbcon=font:VGA8x8 quiet splash plymouth.ignore-serial-consoles
Build Date: 15 January 2021 02:03:57PM
xorg-server 2:1.20.4-1+rpt2+deb10u3 (https://www.debian.org/support)
Current version of pixman: 0.36.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: "/home/pi/.local/share/xorg/Xorg.2.log", Time: Sat Apr 3 20:46:39 2021
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/home/pi/.local/share/xorg/Xorg.2.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
one thing to mention is that i can see from the command line that the spi screen should be tty1 instead of tty0, and more important, when i ssh this command then it loads the GUi on my desktop's VNC viewer but not on the display

which keeps displayin the command line with the login row
Anyway, both the framebuffer seem to be active
pi@raspwzero:~ $ ls /dev/fb*
/dev/fb0 /dev/fb1
I have used fbcp to put the GUI on a secondary display by copying from fb0 to fb1, but other methods may exist.
You mean this
https://github.com/tasanakorn/rpi-fbcp program?
Finally I tried to write a config file to be placed in X11 folder but it doen's even seem to be parsed at boot

and I don't know why
Basically it can run cli with both drivers but when it comes to load the GUI i'm still stuck