Waveshare DSI LCD displays

Thanks everyone as I now have it working.

My long term aim is to attach my pi 4 to a Waveshare 7.9dsi and feed this into my RME ADI-2 DAC.

I’ following the install instructions on Waveshare’s site but when I run the command: sudo bash ./WSxinchDSI_MAIN.sh 79 I2C0 is says wait for no error messages, but I get the following

What am I doing wrong?

You installed these drivers…
best is to start over as this might cause issues now.

see: Waveshare DSI LCD displays - #168 by Wheaten

Thank you so much for your help - you’ve been awesome.

After some searching and trial and error I have been able to use the touch screen plugin and changed the orientation to suit.

My next problem is that the screen appears only to one side, as in the photo - is this normal? What have I done wrong and how do I correct it?

The other is that the mouse seems to work in inverse to where I touch - I touch top left, the mouse is bottom right, etc. I’ve done something but I’m not sure what or how to fix it.

1 Like

what is the output of:
cat /boot/userconfig.txt

cat /boot/config.txt

systemctl status -l volumio-kiosk

cat /var/log/Xorg.0.log

xrandr --display :0 --query

**volumio@volumio**:**~**$ cat /boot/userconfig.txt

hdmi_group=2

hdmi_mode=87

hdmi_timings=400 0 100 10 140 1280 10 20 20 2 0 0 0 60 0 43000000 3

hdmi_blanking=1# Add your custom config.txt options to this file, which will be preserved during updates

dtoverlay=vc4-kms-v3d

dtoverlay=vc4-kms-dsi-waveshare-panel,7_9_inch

dtoverlay=WS_xinchDSI_Touch,invertedx,swappedxy**volumio@volumio**:**~**$
**volumio@volumio**:**~**$ cat /boot/config.txt

### DO NOT EDIT THIS FILE ###

### APPLY CUSTOM PARAMETERS TO userconfig.txt ###

initramfs volumio.initrd

include volumioconfig.txt

include userconfig.txt**volumio@volumio**:**~**$
volumio@volumio:~$ systemctl status -l volumio-kiosk
● volumio-kiosk.service - Volumio Kiosk
   Loaded: loaded (/lib/systemd/system/volumio-kiosk.service; disabled; vendor p
   Active: active (running) since Thu 2024-02-01 21:18:57 GMT; 9min ago
 Main PID: 8161 (startx)
    Tasks: 78 (limit: 4915)
   CGroup: /system.slice/volumio-kiosk.service
           ├─8161 /bin/sh /usr/bin/startx /etc/X11/Xsession /opt/volumiokiosk.sh
           ├─8182 xinit /etc/X11/Xsession /opt/volumiokiosk.sh -- /etc/X11/xinit
           ├─8183 /usr/lib/xorg/Xorg -nolisten tcp :0 -auth /tmp/serverauth.RFa7
           ├─8193 /bin/bash /opt/volumiokiosk.sh
           ├─8219 /usr/bin/ssh-agent /opt/volumiokiosk.sh
           ├─8226 /usr/bin/openbox --startup /usr/lib/arm-linux-gnueabihf/openbo
           ├─8227 /usr/lib/chromium-browser/chromium-browser-v7 --enable-pinch -
           ├─8251 /usr/lib/chromium-browser/crashpad_handler --monitor-self --mo
           ├─8255 /usr/lib/chromium-browser/crashpad_handler --no-periodic-tasks
           ├─8257 /usr/lib/chromium-browser/chromium-browser-v7 --type=zygote --
           ├─8258 /usr/lib/chromium-browser/chromium-browser-v7 --type=zygote --
           ├─8263 /usr/lib/chromium-browser/chromium-browser-v7 --type=zygote --
           ├─8296 /usr/lib/chromium-browser/chromium-browser-v7 --type=utility -
           ├─8305 /usr/lib/chromium-browser/chromium-browser-v7 --type=utility -
           ├─8315 /usr/lib/chromium-browser/chromium-browser-v7 --type=gpu-proce
           ├─8328 /usr/lib/chromium-browser/chromium-browser-v7 --type=broker
           ├─8335 /usr/lib/chromium-browser/chromium-browser-v7 --type=renderer 
lines 1-23
olumio@volumio:~$ cat /var/log/Xorg.0.log
[  1520.339] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[  1520.339] Build Operating System: Linux 5.4.0-109-generic armv8l Raspbian
[  1520.339] Current Operating System: Linux volumio 6.1.69-v7l+ #1710 SMP Thu Dec 21 13:17:38 GMT 2023 armv7l
[  1520.339] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:400x1280M@60D smsc95xx.macaddr=D8:3A:DD:99:93:16 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  splash plymouth.ignore-serial-consoles dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0xF dwc_otg.nak_holdoff=1 quiet console=ttyS0,115200 console=tty1 imgpart=/dev/mmcblk0p2 imgfile=/volumio_current.sqsh rootwait bootdelay=5 elevator=noop logo.nologo vt.global_cursor_default=0 net.ifnames=0 snd-bcm2835.enable_compat_alsa= snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 loglevel=0
[  1520.339] Build Date: 04 April 2023  07:50:56AM
[  1520.339] xorg-server 2:1.20.4-1+rpt4+deb10u9 (https://www.debian.org/support) 
[  1520.339] Current version of pixman: 0.36.0
[  1520.339] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1520.339] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1520.340] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb  1 21:18:57 2024
[  1520.343] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1520.343] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1520.343] (==) No Layout section.  Using the first Screen section.
[  1520.343] (==) No screen section available. Using defaults.
[  1520.343] (**) |-->Screen "Default Screen Section" (0)
[  1520.343] (**) |   |-->Monitor "<default monitor>"
[  1520.344] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1520.344] (==) Automatically adding devices
[  1520.344] (==) Automatically enabling devices
[  1520.344] (==) Automatically adding GPU devices
[  1520.344] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1520.344] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1520.344] 	Entry deleted from font path.
[  1520.344] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[  1520.344] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1520.344] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1520.344] (II) Loader magic: 0x1fdf80
[  1520.344] (II) Module ABI versions:
[  1520.344] 	X.Org ANSI C Emulation: 0.4
[  1520.344] 	X.Org Video Driver: 24.0
[  1520.344] 	X.Org XInput driver : 24.1
[  1520.344] 	X.Org Server Extension : 10.0
[  1520.345] (--) using VT number 2

[  1520.345] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1520.348] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1520.362] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1520.363] (II) no primary bus or device found
[  1520.363] 	falling back to /sys/devices/platform/gpu/drm/card1
[  1520.363] (II) LoadModule: "glx"
[  1520.366] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1520.369] (II) Module glx: vendor="X.Org Foundation"
[  1520.369] 	compiled for 1.20.4, module version = 1.0.0
[  1520.369] 	ABI class: X.Org Server Extension, version 10.0
[  1520.369] (==) Matched modesetting as autoconfigured driver 0
[  1520.369] (==) Matched fbdev as autoconfigured driver 1
[  1520.369] (==) Assigned the driver to the xf86ConfigLayout
[  1520.369] (II) LoadModule: "modesetting"
[  1520.370] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1520.370] (II) Module modesetting: vendor="X.Org Foundation"
[  1520.370] 	compiled for 1.20.4, module version = 1.20.4
[  1520.370] 	Module class: X.Org Video Driver
[  1520.370] 	ABI class: X.Org Video Driver, version 24.0
[  1520.370] (II) LoadModule: "fbdev"
[  1520.370] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1520.370] (II) Module fbdev: vendor="X.Org Foundation"
[  1520.370] 	compiled for 1.20.3, module version = 0.5.0
[  1520.370] 	Module class: X.Org Video Driver
[  1520.370] 	ABI class: X.Org Video Driver, version 24.0
[  1520.370] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1520.370] (II) FBDEV: driver for framebuffer: fbdev
[  1520.392] (II) modeset(0): using drv /dev/dri/card1
[  1520.392] (WW) Falling back to old probe method for fbdev
[  1520.392] (II) Loading sub module "fbdevhw"
[  1520.392] (II) LoadModule: "fbdevhw"
[  1520.393] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1520.393] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1520.393] 	compiled for 1.20.4, module version = 0.0.2
[  1520.393] 	ABI class: X.Org Video Driver, version 24.0
[  1520.394] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1520.394] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  1520.394] (==) modeset(0): RGB weight 888
[  1520.394] (==) modeset(0): Default visual is TrueColor
[  1520.394] (II) Loading sub module "glamoregl"
[  1520.394] (II) LoadModule: "glamoregl"
[  1520.394] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1520.405] (II) Module glamoregl: vendor="X.Org Foundation"
[  1520.405] 	compiled for 1.20.4, module version = 1.0.1
[  1520.405] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1520.911] (II) modeset(0): glamor X acceleration enabled on V3D 4.2
[  1520.911] (II) modeset(0): glamor initialized
[  1520.912] (II) modeset(0): Output HDMI-1 has no monitor section
[  1520.912] (II) modeset(0): Output HDMI-2 has no monitor section
[  1520.913] (II) modeset(0): Output DSI-1 has no monitor section
[  1520.938] (II) modeset(0): EDID for output HDMI-1
[  1520.938] (II) modeset(0): Printing probed modes for output HDMI-1
[  1520.938] (II) modeset(0): Modeline "400x1280"x60.0   42.03  400 424 464 528  1280 1283 1293 1327 -hsync +vsync (79.6 kHz)
[  1520.939] (II) modeset(0): EDID for output HDMI-2
[  1520.939] (II) modeset(0): EDID for output DSI-1
[  1520.939] (II) modeset(0): Printing probed modes for output DSI-1
[  1520.939] (II) modeset(0): Modeline "400x1280"x73.7   50.00  400 440 470 510  1280 1300 1310 1330 (98.0 kHz eP)
[  1520.939] (II) modeset(0): Output HDMI-1 connected
[  1520.939] (II) modeset(0): Output HDMI-2 disconnected
[  1520.939] (II) modeset(0): Output DSI-1 connected
[  1520.939] (II) modeset(0): Using exact sizes for initial modes
[  1520.939] (II) modeset(0): Output HDMI-1 using initial mode 400x1280 +0+0
[  1520.939] (II) modeset(0): Output DSI-1 using initial mode 400x1280 +0+0
[  1520.939] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  1520.939] (==) modeset(0): DPI set to (96, 96)
[  1520.939] (II) Loading sub module "fb"
[  1520.939] (II) LoadModule: "fb"
[  1520.939] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1520.939] (II) Module fb: vendor="X.Org Foundation"
[  1520.939] 	compiled for 1.20.4, module version = 1.0.0
[  1520.940] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1520.940] (II) UnloadModule: "fbdev"
[  1520.940] (II) Unloading fbdev
[  1520.940] (II) UnloadSubModule: "fbdevhw"
[  1520.940] (II) Unloading fbdevhw
[  1521.007] (==) modeset(0): Backing store enabled
[  1521.007] (==) modeset(0): Silken mouse enabled
[  1521.203] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  1521.203] (==) modeset(0): DPMS enabled
[  1521.204] (II) modeset(0): [DRI2] Setup complete
[  1521.204] (II) modeset(0): [DRI2]   DRI driver: vc4
[  1521.204] (II) modeset(0): [DRI2]   VDPAU driver: vc4
[  1521.204] (II) Initializing extension Generic Event Extension
[  1521.205] (II) Initializing extension SHAPE
[  1521.205] (II) Initializing extension MIT-SHM
[  1521.206] (II) Initializing extension XInputExtension
[  1521.206] (II) Initializing extension XTEST
[  1521.207] (II) Initializing extension BIG-REQUESTS
[  1521.208] (II) Initializing extension SYNC
[  1521.208] (II) Initializing extension XKEYBOARD
[  1521.209] (II) Initializing extension XC-MISC
[  1521.209] (II) Initializing extension SECURITY
[  1521.210] (II) Initializing extension XFIXES
[  1521.210] (II) Initializing extension RENDER
[  1521.211] (II) Initializing extension RANDR
[  1521.212] (II) Initializing extension COMPOSITE
[  1521.213] (II) Initializing extension DAMAGE
[  1521.213] (II) Initializing extension MIT-SCREEN-SAVER
[  1521.214] (II) Initializing extension DOUBLE-BUFFER
[  1521.214] (II) Initializing extension RECORD
[  1521.215] (II) Initializing extension DPMS
[  1521.215] (II) Initializing extension Present
[  1521.216] (II) Initializing extension DRI3
[  1521.216] (II) Initializing extension X-Resource
[  1521.217] (II) Initializing extension XVideo
[  1521.218] (II) Initializing extension XVideo-MotionCompensation
[  1521.218] (II) Initializing extension SELinux
[  1521.218] (II) SELinux: Disabled on system
[  1521.218] (II) Initializing extension GLX
[  1521.550] (II) AIGLX: Loaded and initialized vc4
[  1521.550] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1521.551] (II) Initializing extension XFree86-VidModeExtension
[  1521.551] (II) Initializing extension XFree86-DGA
[  1521.552] (II) Initializing extension XFree86-DRI
[  1521.552] (II) Initializing extension DRI2
[  1521.555] (II) modeset(0): Damage tracking initialized
[  1521.555] (II) modeset(0): Setting screen physical size to 105 x 338
[  1521.669] (II) config/udev: Adding input device 10-0014 Goodix Capacitive TouchScreen (/dev/input/event0)
[  1521.669] (**) 10-0014 Goodix Capacitive TouchScreen: Applying InputClass "libinput keyboard catchall"
[  1521.669] (**) 10-0014 Goodix Capacitive TouchScreen: Applying InputClass "libinput touchscreen catchall"
[  1521.669] (**) 10-0014 Goodix Capacitive TouchScreen: Applying InputClass "Touch rotation"
[  1521.669] (II) LoadModule: "libinput"
[  1521.670] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1521.680] (II) Module libinput: vendor="X.Org Foundation"
[  1521.680] 	compiled for 1.20.3, module version = 0.28.2
[  1521.680] 	Module class: X.Org XInput Driver
[  1521.680] 	ABI class: X.Org XInput driver, version 24.1
[  1521.680] (II) Using input driver 'libinput' for '10-0014 Goodix Capacitive TouchScreen'
[  1521.680] (**) 10-0014 Goodix Capacitive TouchScreen: always reports core events
[  1521.680] (**) Option "Device" "/dev/input/event0"
[  1521.680] (**) Option "_source" "server/udev"
[  1521.690] (II) event0  - 10-0014 Goodix Capacitive TouchScreen: is tagged by udev as: Keyboard Touchscreen
[  1521.692] (II) event0  - 10-0014 Goodix Capacitive TouchScreen: device is a keyboard
[  1521.692] (II) event0  - 10-0014 Goodix Capacitive TouchScreen: device is a touch device
[  1521.692] (II) event0  - 10-0014 Goodix Capacitive TouchScreen: device removed
[  1521.741] (II) libinput: 10-0014 Goodix Capacitive TouchScreen: needs a virtual subdevice
[  1521.741] (**) Option "config_info" "udev:/sys/devices/platform/soc/fe205000.i2c/i2c-22/i2c-10/10-0014/input/input0/event0"
[  1521.741] (II) XINPUT: Adding extended input device "10-0014 Goodix Capacitive TouchScreen" (type: TOUCHSCREEN, id 6)
[  1521.742] (**) Option "AccelerationScheme" "none"
[  1521.742] (**) 10-0014 Goodix Capacitive TouchScreen: (accel) selected scheme none/0
[  1521.742] (**) 10-0014 Goodix Capacitive TouchScreen: (accel) acceleration factor: 2.000
[  1521.742] (**) 10-0014 Goodix Capacitive TouchScreen: (accel) acceleration threshold: 4
[  1521.746] (II) event0  - 10-0014 Goodix Capacitive TouchScreen: is tagged by udev as: Keyboard Touchscreen
[  1521.748] (II) event0  - 10-0014 Goodix Capacitive TouchScreen: device is a keyboard
[  1521.748] (II) event0  - 10-0014 Goodix Capacitive TouchScreen: device is a touch device
[  1521.750] (II) config/udev: Adding input device 10-0014 Goodix Capacitive TouchScreen (/dev/input/mouse0)
[  1521.750] (II) No input driver specified, ignoring this device.
[  1521.750] (II) This device may have been added with another device file.
[  1521.751] (II) config/udev: Adding input device vc4-hdmi-0 (/dev/input/event1)
[  1521.751] (**) vc4-hdmi-0: Applying InputClass "libinput keyboard catchall"
[  1521.751] (II) Using input driver 'libinput' for 'vc4-hdmi-0'
[  1521.751] (**) vc4-hdmi-0: always reports core events
[  1521.751] (**) Option "Device" "/dev/input/event1"
[  1521.751] (**) Option "_source" "server/udev"
[  1521.754] (II) event1  - vc4-hdmi-0: is tagged by udev as: Keyboard Pointingstick
[  1521.755] (II) event1  - vc4-hdmi-0: device is a pointer
[  1521.755] (II) event1  - vc4-hdmi-0: device is a keyboard
[  1521.755] (II) event1  - vc4-hdmi-0: device removed
[  1521.820] (II) libinput: vc4-hdmi-0: needs a virtual subdevice
[  1521.821] (**) Option "config_info" "udev:/sys/devices/platform/soc/fef00700.hdmi/rc/rc0/input2/event1"
[  1521.821] (II) XINPUT: Adding extended input device "vc4-hdmi-0" (type: MOUSE, id 7)
[  1521.821] (**) Option "AccelerationScheme" "none"
[  1521.821] (**) vc4-hdmi-0: (accel) selected scheme none/0
[  1521.821] (**) vc4-hdmi-0: (accel) acceleration factor: 2.000
[  1521.821] (**) vc4-hdmi-0: (accel) acceleration threshold: 4
[  1521.824] (II) event1  - vc4-hdmi-0: is tagged by udev as: Keyboard Pointingstick
[  1521.825] (II) event1  - vc4-hdmi-0: device is a pointer
[  1521.825] (II) event1  - vc4-hdmi-0: device is a keyboard
[  1521.827] (II) config/udev: Adding input device vc4-hdmi-1 (/dev/input/event2)
[  1521.827] (**) vc4-hdmi-1: Applying InputClass "libinput keyboard catchall"
[  1521.827] (II) Using input driver 'libinput' for 'vc4-hdmi-1'
[  1521.827] (**) vc4-hdmi-1: always reports core events
[  1521.827] (**) Option "Device" "/dev/input/event2"
[  1521.827] (**) Option "_source" "server/udev"
[  1521.829] (II) event2  - vc4-hdmi-1: is tagged by udev as: Keyboard Pointingstick
[  1521.830] (II) event2  - vc4-hdmi-1: device is a pointer
[  1521.830] (II) event2  - vc4-hdmi-1: device is a keyboard
[  1521.831] (II) event2  - vc4-hdmi-1: device removed
[  1521.880] (II) libinput: vc4-hdmi-1: needs a virtual subdevice
[  1521.880] (**) Option "config_info" "udev:/sys/devices/platform/soc/fef05700.hdmi/rc/rc1/input3/event2"
[  1521.880] (II) XINPUT: Adding extended input device "vc4-hdmi-1" (type: MOUSE, id 8)
[  1521.880] (**) Option "AccelerationScheme" "none"
[  1521.880] (**) vc4-hdmi-1: (accel) selected scheme none/0
[  1521.880] (**) vc4-hdmi-1: (accel) acceleration factor: 2.000
[  1521.880] (**) vc4-hdmi-1: (accel) acceleration threshold: 4
[  1521.883] (II) event2  - vc4-hdmi-1: is tagged by udev as: Keyboard Pointingstick
[  1521.884] (II) event2  - vc4-hdmi-1: device is a pointer
[  1521.884] (II) event2  - vc4-hdmi-1: device is a keyboard
[  1521.923] (**) 10-0014 Goodix Capacitive TouchScreen: Applying InputClass "libinput keyboard catchall"
[  1521.923] (**) 10-0014 Goodix Capacitive TouchScreen: Applying InputClass "libinput touchscreen catchall"
[  1521.923] (**) 10-0014 Goodix Capacitive TouchScreen: Applying InputClass "Touch rotation"
[  1521.923] (II) Using input driver 'libinput' for '10-0014 Goodix Capacitive TouchScreen'
[  1521.923] (**) 10-0014 Goodix Capacitive TouchScreen: always reports core events
[  1521.923] (**) Option "Device" "/dev/input/event0"
[  1521.923] (**) Option "_source" "_driver/libinput"
[  1521.923] (II) libinput: 10-0014 Goodix Capacitive TouchScreen: is a virtual subdevice
[  1521.923] (**) Option "config_info" "udev:/sys/devices/platform/soc/fe205000.i2c/i2c-22/i2c-10/10-0014/input/input0/event0"
[  1521.923] (II) XINPUT: Adding extended input device "10-0014 Goodix Capacitive TouchScreen" (type: KEYBOARD, id 9)
[  1521.923] (**) Option "xkb_model" "pc105"
[  1521.923] (**) Option "xkb_layout" "us"
[  1521.923] (**) vc4-hdmi-0: Applying InputClass "libinput keyboard catchall"
[  1521.923] (II) Using input driver 'libinput' for 'vc4-hdmi-0'
[  1521.923] (**) vc4-hdmi-0: always reports core events
[  1521.923] (**) Option "Device" "/dev/input/event1"
[  1521.923] (**) Option "_source" "_driver/libinput"
[  1521.923] (II) libinput: vc4-hdmi-0: is a virtual subdevice
[  1521.923] (**) Option "config_info" "udev:/sys/devices/platform/soc/fef00700.hdmi/rc/rc0/input2/event1"
[  1521.923] (II) XINPUT: Adding extended input device "vc4-hdmi-0" (type: KEYBOARD, id 10)
[  1521.923] (**) Option "xkb_model" "pc105"
[  1521.924] (**) Option "xkb_layout" "us"
[  1521.924] (**) vc4-hdmi-1: Applying InputClass "libinput keyboard catchall"
[  1521.924] (II) Using input driver 'libinput' for 'vc4-hdmi-1'
[  1521.924] (**) vc4-hdmi-1: always reports core events
[  1521.924] (**) Option "Device" "/dev/input/event2"
[  1521.924] (**) Option "_source" "_driver/libinput"
[  1521.924] (II) libinput: vc4-hdmi-1: is a virtual subdevice
[  1521.924] (**) Option "config_info" "udev:/sys/devices/platform/soc/fef05700.hdmi/rc/rc1/input3/event2"
[  1521.924] (II) XINPUT: Adding extended input device "vc4-hdmi-1" (type: KEYBOARD, id 11)
[  1521.924] (**) Option "xkb_model" "pc105"
[  1521.924] (**) Option "xkb_layout" "us"
[  1522.476] (II) modeset(0): Allocate new frame buffer 1280x1280 stride
[  1522.564] (II) modeset(0): Disabling kernel dirty updates, not required.
volumio@volumio:~$ xrandr --display :0 --query
Screen 0: minimum 320 x 200, current 1280 x 1280, maximum 7680 x 7680
HDMI-1 connected primary 400x1280+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   400x1280      59.99* 
HDMI-2 disconnected (normal left inverted right x axis y axis)
DSI-1 connected 1280x400+0+0 right (normal left inverted right x axis y axis) 0mm x 0mm
   400x1280      73.71*+

Itr seems you’ve installed the drivers from waveshare again?
If so you need to factory reset Volumio. Otherwise it will become unstable.
As I see in your userconfig.txt:
dtoverlay=WS_xinchDSI_Touch,invertedx,swappedxy**volumio@volumio**:**~**$

Only add the lines that where given.

dtoverlay=vc4-kms-v3d
dtoverlay=vc4-kms-dsi-waveshare-panel,7_9_inch

Thank you so much. I am still finding it hard to work out how the screen rotates. My searches lead me to the same path I took, meaning I’ll have dtoverlay=WS_xinchDSI_Touch,invertedx,swappedxyvolumio@volumio:~$ in userconfig.txt. again. I have a feeling it is simple but looking through this thread I can’t find exactly what that is.

@Clarkeyboy and others, please check the solution of this post! #76
There @Darmur posted detailed answer that should work in most of the cases:

In short - NO ADDITIONAL DRIVERS ARE NEEDED with new Volumio version!

To rotate your display, touchscreen etc, you should add additional parameters (depending what you want to do) to the line:

dtoverlay=vc4-kms-dsi-waveshare-panel,7_9_inch

Hope it helps!

the screen rotates adding the rotation value after the string provided by @Wheaten

for example

dtoverlay=vc4-kms-v3d
dtoverlay=vc4-kms-dsi-waveshare-panel,7_9_inch,rotation=180

you MUST NOT install the Waveshare drivers, you MUST NOT add the string meant to be used with Waveshare drivers. If you do so, your system will be corrupted by the Waveshare script, not meant to be used with Volumio, and you must start again with a clean image.

Thanks it does.

So, I need to add to userconfig dtoverlay=vc4-kms-dsi-waveshare-panel,7_9_inch ,invx=0,invy=0,swapxy=0

What I don’t get is the figures I need to add to rotate 90 degree right. Would it be invx=1, invy=1, swapxy=1 and trial and error. A previous suggestion of adding rotate=90 didn’t work.

Looking again would it be invx=1, invy=O, swapxy=0 or is it by degrees: invx=90, etc

it is rotation=90, not rotate

Hi @Lyzards, I’ve started again with a clean volumio installation, and comfigured drivers as described in the post you mentioned, but I’m still gettim same issues. Could be a hardware issue?
Can anyone help in this with rpi5?
Thanks

@danidemo

Hi Daniel, you are aware that no-one is able to help you, when you master the trick off not giving any information? We have no crystal balls, don’t do carrot-cards and have no 6+ sense.
Al we know now:

  • rPi5
  • Some DSI screen
  • and that it’s not working…

so to start:

  • What screen are you using?
  • Which version of Volumio are you running and don’t state the latest
  • Did you install any drivers

output of:
cat /boot/userconfig.txt
cat /boot/config.txt
cat /boot/cmdline.txt
systemctl status -l volumio-kiosk
cat /var/log/Xorg.0.log
xrandr --display :0 --query

you right, my previous post was this on: Waveshare DSI LCD displays - #166 by danidemo.

Here updated info:
What screen are you using? Waveshare 11.9 DSI display
Volumio version: 3.611
No additional driver installed. (Using only overlay drivers)

cat /boot/userconfig.txt
# Add your custom config.txt options to this file, which will be preserved during updates
dtoverlay=vc4-kms-v3d-pi5
dtoverlay=vc4-kms-dsi-waveshare-panel,11_9_inch,dsi0,rotation=90

cat /boot/config.txt
### DO NOT EDIT THIS FILE ###
### APPLY CUSTOM PARAMETERS TO userconfig.txt ###
initramfs volumio.initrd

include volumioconfig.txt
include userconfig.txt

cat /boot/cmdline.txt
splash plymouth.ignore-serial-consoles dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0xF dwc_otg.nak_holdoff=1 quiet console=serial0,115200 console=tty1 imgpart=/dev/mmcblk0p2 imgfile=/volumio_current.sqsh rootwait bootdelay=5 elevator=noop logo.nologo vt.global_cursor_default=0 net.ifnames=0 snd-bcm2835.enable_compat_alsa= snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 loglevel=0
systemctl status -l volumio-kiosk
● volumio-kiosk.service - Volumio Kiosk
   Loaded: loaded (/lib/systemd/system/volumio-kiosk.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2024-02-03 16:56:17 CET; 11min ago
 Main PID: 1187 (startx)
    Tasks: 86 (limit: 4915)
   CGroup: /system.slice/volumio-kiosk.service
           ├─1187 /bin/sh /usr/bin/startx /etc/X11/Xsession /opt/volumiokiosk.sh -- -nocursor
           ├─1210 xinit /etc/X11/Xsession /opt/volumiokiosk.sh -- /usr/bin/X :0 -nocursor -auth /tmp/serverauth.6O5H0JNP           ├─1211 /usr/lib/xorg/Xorg :0 -nocursor -auth /tmp/serverauth.6O5H0JNPuG
           ├─1249 /bin/bash /opt/volumiokiosk.sh
           ├─1275 /usr/bin/ssh-agent /opt/volumiokiosk.sh
           ├─1282 /usr/bin/openbox --startup /usr/lib/arm-linux-gnueabihf/openbox-autostart OPENBOX
           ├─1283 /usr/lib/chromium-browser/chromium-browser-v7 --enable-pinch --simulate-outdated-no-au=Tue, 31 Dec 209           ├─1317 /usr/lib/chromium-browser/crashpad_handler --monitor-self --monitor-self-annotation=ptype=crashpad-han           ├─1319 /usr/lib/chromium-browser/crashpad_handler --no-periodic-tasks --monitor-self-annotation=ptype=crashpa           ├─1323 /usr/lib/chromium-browser/chromium-browser-v7 --type=zygote --no-zygote-sandbox --force-device-scale-f           ├─1324 /usr/lib/chromium-browser/chromium-browser-v7 --type=zygote --force-device-scale-factor=1 --enable-cra           ├─1326 /usr/lib/chromium-browser/chromium-browser-v7 --type=zygote --force-device-scale-factor=1 --enable-cra           ├─1356 /usr/lib/chromium-browser/chromium-browser-v7 --type=utility --utility-sub-type=network.mojom.NetworkS           ├─1371 /usr/lib/chromium-browser/chromium-browser-v7 --type=gpu-process --field-trial-handle=1822519767111058           ├─1373 /usr/lib/chromium-browser/chromium-browser-v7 --type=broker
           ├─1382 /usr/lib/chromium-browser/chromium-browser-v7 --type=utility --utility-sub-type=storage.mojom.StorageS           ├─1399 /usr/lib/chromium-browser/chromium-browser-v7 --type=renderer --disable-breakpad --force-device-scale-           └─1400 /usr/lib/chromium-browser/chromium-browser-v7 --type=renderer --disable-breakpad --force-device-scale-
Feb 03 16:56:17 volumio startx[1187]:         (++) from command line, (!!) notice, (II) informational,
Feb 03 16:56:17 volumio startx[1187]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Feb 03 16:56:17 volumio startx[1187]: (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb  3 16:56:17 2024
Feb 03 16:56:17 volumio startx[1187]: (==) Using config directory: "/etc/X11/xorg.conf.d"
lines 1-29...skipping...
● volumio-kiosk.service - Volumio Kiosk
   Loaded: loaded (/lib/systemd/system/volumio-kiosk.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2024-02-03 16:56:17 CET; 11min ago
 Main PID: 1187 (startx)
    Tasks: 86 (limit: 4915)
   CGroup: /system.slice/volumio-kiosk.service
           ├─1187 /bin/sh /usr/bin/startx /etc/X11/Xsession /opt/volumiokiosk.sh -- -nocursor
           ├─1210 xinit /etc/X11/Xsession /opt/volumiokiosk.sh -- /usr/bin/X :0 -nocursor -auth /tmp/serverauth.6O5H0JNPuG
           ├─1211 /usr/lib/xorg/Xorg :0 -nocursor -auth /tmp/serverauth.6O5H0JNPuG
           ├─1249 /bin/bash /opt/volumiokiosk.sh
           ├─1275 /usr/bin/ssh-agent /opt/volumiokiosk.sh
           ├─1282 /usr/bin/openbox --startup /usr/lib/arm-linux-gnueabihf/openbox-autostart OPENBOX
           ├─1283 /usr/lib/chromium-browser/chromium-browser-v7 --enable-pinch --simulate-outdated-no-au=Tue, 31 Dec 2099 23:59:59 GMT --force-device-scale-factor=1 --disable-pinch --kiosk --no-first-run --noerrdialogs --disable-3d-apis --disable-breakpad --disable-crash-reporter --disable-infobars --disable-session-crashed-bubble --disable-translate --user-data-dir=/data/vol           ├─1317 /usr/lib/chromium-browser/crashpad_handler --monitor-self --monitor-self-annotation=ptype=crashpad-handler --database=/home/volumio/.config/chromium/Crash Reports --metrics-dir=/data/volumiokiosk --annotation=channel=Built on Raspbian , running on Raspbian 10 --annotation=lsb-release=Raspbian GNU/Linux 10 (buster) --annotation=plat=Linux --annotation=prod=Ch           ├─1319 /usr/lib/chromium-browser/crashpad_handler --no-periodic-tasks --monitor-self-annotation=ptype=crashpad-handler --database=/home/volumio/.config/chromium/Crash Reports --annotation=channel=Built on Raspbian , running on Raspbian 10 --annotation=lsb-release=Raspbian GNU/Linux 10 (buster) --annotation=plat=Linux --annotation=prod=Chrome_Linux --annotation=ver=           ├─1323 /usr/lib/chromium-browser/chromium-browser-v7 --type=zygote --no-zygote-sandbox --force-device-scale-factor=1 --enable-crashpad --crashpad-handler-pid=0 --enable-crash-reporter=,Built on Raspbian , running on Raspbian 10 --noerrdialogs --user-data-dir=/data/volumiokiosk --enable-crashpad
           ├─1324 /usr/lib/chromium-browser/chromium-browser-v7 --type=zygote --force-device-scale-factor=1 --enable-crashpad --crashpad-handler-pid=0 --enable-crash-reporter=,Built on Raspbian , running on Raspbian 10 --noerrdialogs --user-data-dir=/data/volumiokiosk --enable-crashpad
           ├─1326 /usr/lib/chromium-browser/chromium-browser-v7 --type=zygote --force-device-scale-factor=1 --enable-crashpad --crashpad-handler-pid=0 --enable-crash-reporter=,Built on Raspbian , running on Raspbian 10 --noerrdialogs --user-data-dir=/data/volumiokiosk --enable-crashpad
           ├─1356 /usr/lib/chromium-browser/chromium-browser-v7 --type=utility --utility-sub-type=network.mojom.NetworkService --field-trial-handle=18225197671110586988,13934916106031750273,131072 --lang=en-US --service-sandbox-type=none --enable-crashpad --crashpad-handler-pid=0 --enable-crash-reporter=,Built on Raspbian , running on Raspbian 10 --noerrdialogs --user-data-di           ├─1371 /usr/lib/chromium-browser/chromium-browser-v7 --type=gpu-process --field-trial-handle=18225197671110586988,13934916106031750273,131072 --disable-breakpad --enable-crashpad --crashpad-handler-pid=0 --enable-crash-reporter=,Built on Raspbian , running on Raspbian 10 --noerrdialogs --user-data-dir=/data/volumiokiosk --gpu-preferences=UAAAAAAAAAAgAAAQAAAAAAAAAAA           ├─1373 /usr/lib/chromium-browser/chromium-browser-v7 --type=broker
           ├─1382 /usr/lib/chromium-browser/chromium-browser-v7 --type=utility --utility-sub-type=storage.mojom.StorageService --field-trial-handle=18225197671110586988,13934916106031750273,131072 --lang=en-US --service-sandbox-type=utility --enable-crashpad --crashpad-handler-pid=0 --enable-crash-reporter=,Built on Raspbian , running on Raspbian 10 --noerrdialogs --user-data           ├─1399 /usr/lib/chromium-browser/chromium-browser-v7 --type=renderer --disable-breakpad --force-device-scale-factor=1 --field-trial-handle=18225197671110586988,13934916106031750273,131072 --disable-gpu-compositing --lang=en-US --enable-crashpad --crashpad-handler-pid=0 --enable-crash-reporter=,Built on Raspbian , running on Raspbian 10 --noerrdialogs --user-data-di           └─1400 /usr/lib/chromium-browser/chromium-browser-v7 --type=renderer --disable-breakpad --force-device-scale-factor=1 --field-trial-handle=18225197671110586988,13934916106031750273,131072 --disable-gpu-compositing --lang=en-US --enable-crashpad --crashpad-handler-pid=0 --enable-crash-reporter=,Built on Raspbian , running on Raspbian 10 --noerrdialogs --user-data-di
Feb 03 16:56:17 volumio startx[1187]:         (++) from command line, (!!) notice, (II) informational,
Feb 03 16:56:17 volumio startx[1187]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Feb 03 16:56:17 volumio startx[1187]: (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb  3 16:56:17 2024
Feb 03 16:56:17 volumio startx[1187]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Feb 03 16:56:17 volumio startx[1187]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Feb 03 16:56:17 volumio startx[1187]: MESA-LOADER: failed to open drm-rp1-dsi (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
Feb 03 16:56:17 volumio startx[1187]: failed to load driver: drm-rp1-dsi
Feb 03 16:56:18 volumio startx[1187]: V3D 7.1 not supported by this version of Mesa.
Feb 03 16:56:18 volumio startx[1187]: (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
Feb 03 16:56:18 volumio startx[1187]: (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
cat /var/log/Xorg.0.log
[    28.044]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    28.045] Build Operating System: Linux 5.4.0-109-generic armv8l Raspbian
[    28.045] Current Operating System: Linux volumio 6.1.69-v8+ #1710 SMP PREEMPT Thu Dec 21 13:21:40 GMT 2023 aarch64
[    28.045] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 clk_ignore_unused  smsc95xx.macaddr=D8:3A:DD:E5:C1:81 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  splash plymouth.ignore-serial-consoles dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0xF dwc_otg.nak_holdoff=1 quiet console=ttyAMA10,115200 console=tty1 imgpart=/dev/mmcblk0p2 imgfile=/volumio_current.sqsh rootwait bootdelay=5 elevator=noop logo.nologo vt.global_cursor_default=0 net.ifnames=0 snd-bcm2835.enable_compat_alsa= snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 loglevel=0
[    28.045] Build Date: 04 April 2023  07:50:56AM
[    28.045] xorg-server 2:1.20.4-1+rpt4+deb10u9 (https://www.debian.org/support)
[    28.045] Current version of pixman: 0.36.0
[    28.045]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    28.045] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.046] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb  3 16:56:17 2024
[    28.054] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    28.054] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    28.058] (==) No Layout section.  Using the first Screen section.
[    28.058] (==) No screen section available. Using defaults.
[    28.058] (**) |-->Screen "Default Screen Section" (0)
[    28.058] (**) |   |-->Monitor "<default monitor>"
[    28.062] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    28.062] (==) Automatically adding devices
[    28.062] (==) Automatically enabling devices
[    28.062] (==) Automatically adding GPU devices
[    28.065] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    28.066] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    28.066]    Entry deleted from font path.
[    28.067] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        built-ins
[    28.067] (==) ModulePath set to "/usr/lib/xorg/modules"
[    28.067] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    28.067] (II) Loader magic: 0x1fdf80
[    28.067] (II) Module ABI versions:
[    28.067]    X.Org ANSI C Emulation: 0.4
[    28.067]    X.Org Video Driver: 24.0
[    28.068]    X.Org XInput driver : 24.1
[    28.068]    X.Org Server Extension : 10.0
[    28.068] (--) using VT number 2

[    28.068] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    28.070] (II) xfree86: Adding drm device (/dev/dri/card1)
[    28.087] (II) xfree86: Adding drm device (/dev/dri/card0)
[    28.087] (II) xfree86: Adding drm device (/dev/dri/card2)
[    28.088] (II) no primary bus or device found
[    28.088]    falling back to /sys/devices/platform/axi/1000120000.pcie/1f00118000.dsi/drm/card1
[    28.088] (II) LoadModule: "glx"
[    28.089] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    28.104] (II) Module glx: vendor="X.Org Foundation"
[    28.104]    compiled for 1.20.4, module version = 1.0.0
[    28.104]    ABI class: X.Org Server Extension, version 10.0
[    28.104] (==) Matched modesetting as autoconfigured driver 0
[    28.104] (==) Matched fbdev as autoconfigured driver 1
[    28.104] (==) Assigned the driver to the xf86ConfigLayout
[    28.104] (II) LoadModule: "modesetting"
[    28.104] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    28.106] (II) Module modesetting: vendor="X.Org Foundation"
[    28.106]    compiled for 1.20.4, module version = 1.20.4
[    28.106]    Module class: X.Org Video Driver
[    28.106]    ABI class: X.Org Video Driver, version 24.0
[    28.106] (II) LoadModule: "fbdev"
[    28.106] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    28.107] (II) Module fbdev: vendor="X.Org Foundation"
[    28.107]    compiled for 1.20.3, module version = 0.5.0
[    28.107]    Module class: X.Org Video Driver
[    28.107]    ABI class: X.Org Video Driver, version 24.0
[    28.107] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    28.107] (II) FBDEV: driver for framebuffer: fbdev
[    28.142] (II) modeset(0): using drv /dev/dri/card1
[    28.142] (WW) Falling back to old probe method for fbdev
[    28.142] (II) Loading sub module "fbdevhw"
[    28.143] (II) LoadModule: "fbdevhw"
[    28.143] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    28.144] (II) Module fbdevhw: vendor="X.Org Foundation"
[    28.144]    compiled for 1.20.4, module version = 0.0.2
[    28.144]    ABI class: X.Org Video Driver, version 24.0
[    28.144] (II) modeset(G0): using drv /dev/dri/card2
[    28.144] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    28.144] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    28.144] (==) modeset(0): RGB weight 888
[    28.144] (==) modeset(0): Default visual is TrueColor
[    28.144] (II) Loading sub module "glamoregl"
[    28.144] (II) LoadModule: "glamoregl"
[    28.144] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    28.164] (II) Module glamoregl: vendor="X.Org Foundation"
[    28.164]    compiled for 1.20.4, module version = 1.0.1
[    28.164]    ABI class: X.Org ANSI C Emulation, version 0.4
[    28.594] (II) modeset(0): Refusing to try glamor on llvmpipe
[    28.595] (EE) modeset(0): glamor initialization failed
[    28.595] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[    28.595] (II) modeset(0): Output DSI-1 has no monitor section
[    28.595] (II) modeset(0): EDID for output DSI-1
[    28.595] (II) modeset(0): Printing probed modes for output DSI-1
[    28.595] (II) modeset(0): Modeline "320x1480"x53.8   50.00  320 380 440 560  1480 1540 1600 1660 (89.3 kHz eP)
[    28.595] (II) modeset(0): Output DSI-1 connected
[    28.595] (II) modeset(0): Using exact sizes for initial modes
[    28.595] (II) modeset(0): Output DSI-1 using initial mode 320x1480 +0+0
[    28.595] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    28.595] (==) modeset(0): DPI set to (96, 96)
[    28.595] (II) Loading sub module "fb"
[    28.595] (II) LoadModule: "fb"
[    28.596] (II) Loading /usr/lib/xorg/modules/libfb.so
[    28.598] (II) Module fb: vendor="X.Org Foundation"
[    28.598]    compiled for 1.20.4, module version = 1.0.0
[    28.598]    ABI class: X.Org ANSI C Emulation, version 0.4
[    28.598] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    28.598] (==) modeset(G0): RGB weight 888
[    28.598] (==) modeset(G0): Default visual is TrueColor
[    28.598] (II) Loading sub module "glamoregl"
[    28.598] (II) LoadModule: "glamoregl"
[    28.598] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    28.598] (II) Module glamoregl: vendor="X.Org Foundation"
[    28.598]    compiled for 1.20.4, module version = 1.0.1
[    28.598]    ABI class: X.Org ANSI C Emulation, version 0.4
[    28.954] (II) modeset(G0): Refusing to try glamor on llvmpipe
[    28.955] (EE) modeset(G0): glamor initialization failed
[    28.955] (II) modeset(G0): ShadowFB: preferred NO, enabled NO
[    28.957] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    28.959] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[    28.962] (II) modeset(G0): EDID for output HDMI-1-1
[    28.964] (II) modeset(G0): EDID for output HDMI-1-2
[    28.964] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    28.964] (==) modeset(G0): DPI set to (96, 96)
[    28.964] (II) Loading sub module "fb"
[    28.964] (II) LoadModule: "fb"
[    28.964] (II) Loading /usr/lib/xorg/modules/libfb.so
[    28.964] (II) Module fb: vendor="X.Org Foundation"
[    28.964]    compiled for 1.20.4, module version = 1.0.0
[    28.964]    ABI class: X.Org ANSI C Emulation, version 0.4
[    28.964] (II) UnloadModule: "fbdev"
[    28.964] (II) Unloading fbdev
[    28.964] (II) UnloadSubModule: "fbdevhw"
[    28.964] (II) Unloading fbdevhw
[    28.971] (==) modeset(G0): Backing store enabled
[    28.971] (==) modeset(G0): Silken mouse enabled
[    28.974] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    28.974] (==) modeset(G0): DPMS enabled
[    28.975] (==) modeset(0): Backing store enabled
[    28.975] (==) modeset(0): Silken mouse enabled
[    28.979] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    28.979] (==) modeset(0): DPMS enabled
[    28.979] (II) Initializing extension Generic Event Extension
[    28.980] (II) Initializing extension SHAPE
[    28.980] (II) Initializing extension MIT-SHM
[    28.980] (II) Initializing extension XInputExtension
[    28.982] (II) Initializing extension XTEST
[    28.982] (II) Initializing extension BIG-REQUESTS
[    28.982] (II) Initializing extension SYNC
[    28.983] (II) Initializing extension XKEYBOARD
[    28.983] (II) Initializing extension XC-MISC
[    28.983] (II) Initializing extension SECURITY
[    28.984] (II) Initializing extension XFIXES
[    28.984] (II) Initializing extension RENDER
[    28.984] (II) Initializing extension RANDR
[    28.985] (II) Initializing extension COMPOSITE
[    28.985] (II) Initializing extension DAMAGE
[    28.985] (II) Initializing extension MIT-SCREEN-SAVER
[    28.986] (II) Initializing extension DOUBLE-BUFFER
[    28.986] (II) Initializing extension RECORD
[    28.986] (II) Initializing extension DPMS
[    28.987] (II) Initializing extension Present
[    28.987] (II) Initializing extension DRI3
[    28.987] (II) Initializing extension X-Resource
[    28.987] (II) Initializing extension XVideo
[    28.988] (II) Initializing extension XVideo-MotionCompensation
[    28.988] (II) Initializing extension SELinux
[    28.988] (II) SELinux: Disabled on system
[    28.988] (II) Initializing extension GLX
[    28.988] (II) AIGLX: Screen 0 is not DRI2 capable
[    29.034] (II) IGLX: Loaded and initialized swrast
[    29.034] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    29.034] (II) Initializing extension XFree86-VidModeExtension
[    29.034] (II) Initializing extension XFree86-DGA
[    29.034] (II) Initializing extension XFree86-DRI
[    29.036] (II) Initializing extension DRI2
[    29.036] (II) modeset(G0): Damage tracking initialized
[    29.037] (II) modeset(0): Damage tracking initialized
[    29.037] (II) modeset(0): Setting screen physical size to 84 x 391
[    29.110] (II) config/udev: Adding input device 6-0014 Goodix Capacitive TouchScreen (/dev/input/event1)
[    29.110] (**) 6-0014 Goodix Capacitive TouchScreen: Applying InputClass "libinput keyboard catchall"
[    29.110] (**) 6-0014 Goodix Capacitive TouchScreen: Applying InputClass "libinput touchscreen catchall"
[    29.110] (**) 6-0014 Goodix Capacitive TouchScreen: Applying InputClass "Touch rotation"
[    29.110] (II) LoadModule: "libinput"
[    29.110] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    29.119] (II) Module libinput: vendor="X.Org Foundation"
[    29.119]    compiled for 1.20.3, module version = 0.28.2
[    29.119]    Module class: X.Org XInput Driver
[    29.119]    ABI class: X.Org XInput driver, version 24.1
[    29.119] (II) Using input driver 'libinput' for '6-0014 Goodix Capacitive TouchScreen'
[    29.119] (**) 6-0014 Goodix Capacitive TouchScreen: always reports core events
[    29.119] (**) Option "Device" "/dev/input/event1"
[    29.119] (**) Option "_source" "server/udev"
[    29.127] (II) event1  - 6-0014 Goodix Capacitive TouchScreen: is tagged by udev as: Keyboard Touchscreen
[    29.128] (II) event1  - 6-0014 Goodix Capacitive TouchScreen: device is a keyboard
[    29.128] (II) event1  - 6-0014 Goodix Capacitive TouchScreen: device is a touch device
[    29.128] (II) event1  - 6-0014 Goodix Capacitive TouchScreen: device removed
[    29.148] (II) libinput: 6-0014 Goodix Capacitive TouchScreen: needs a virtual subdevice
[    29.148] (**) Option "config_info" "udev:/sys/devices/platform/axi/1000120000.pcie/1f00088000.i2c/i2c-6/6-0014/input/input1/event1"
[    29.148] (II) XINPUT: Adding extended input device "6-0014 Goodix Capacitive TouchScreen" (type: TOUCHSCREEN, id 6)
[    29.148] (**) Option "AccelerationScheme" "none"
[    29.148] (**) 6-0014 Goodix Capacitive TouchScreen: (accel) selected scheme none/0
[    29.148] (**) 6-0014 Goodix Capacitive TouchScreen: (accel) acceleration factor: 2.000
[    29.148] (**) 6-0014 Goodix Capacitive TouchScreen: (accel) acceleration threshold: 4
[    29.150] (II) event1  - 6-0014 Goodix Capacitive TouchScreen: is tagged by udev as: Keyboard Touchscreen
[    29.150] (II) event1  - 6-0014 Goodix Capacitive TouchScreen: device is a keyboard
[    29.150] (II) event1  - 6-0014 Goodix Capacitive TouchScreen: device is a touch device
[    29.151] (II) config/udev: Adding input device 6-0014 Goodix Capacitive TouchScreen (/dev/input/mouse0)
[    29.151] (II) No input driver specified, ignoring this device.
[    29.151] (II) This device may have been added with another device file.
[    29.153] (II) config/udev: Adding input device pwr_button (/dev/input/event0)
[    29.153] (**) pwr_button: Applying InputClass "libinput keyboard catchall"
[    29.153] (II) Using input driver 'libinput' for 'pwr_button'
[    29.153] (**) pwr_button: always reports core events
[    29.153] (**) Option "Device" "/dev/input/event0"
[    29.153] (**) Option "_source" "server/udev"
[    29.153] (II) event0  - pwr_button: is tagged by udev as: Keyboard
[    29.153] (II) event0  - pwr_button: device is a keyboard
[    29.153] (II) event0  - pwr_button: device removed
[    29.176] (**) Option "config_info" "udev:/sys/devices/platform/pwr_button/input/input0/event0"
[    29.176] (II) XINPUT: Adding extended input device "pwr_button" (type: KEYBOARD, id 7)
[    29.176] (**) Option "xkb_model" "pc105"
[    29.176] (**) Option "xkb_layout" "us"
[    29.177] (II) event0  - pwr_button: is tagged by udev as: Keyboard
[    29.177] (II) event0  - pwr_button: device is a keyboard
[    29.177] (II) config/udev: Adding input device vc4-hdmi-0 (/dev/input/event2)
[    29.177] (**) vc4-hdmi-0: Applying InputClass "libinput keyboard catchall"
[    29.177] (II) Using input driver 'libinput' for 'vc4-hdmi-0'
[    29.177] (**) vc4-hdmi-0: always reports core events
[    29.177] (**) Option "Device" "/dev/input/event2"
[    29.177] (**) Option "_source" "server/udev"
[    29.179] (II) event2  - vc4-hdmi-0: is tagged by udev as: Keyboard Pointingstick
[    29.179] (II) event2  - vc4-hdmi-0: device is a pointer
[    29.179] (II) event2  - vc4-hdmi-0: device is a keyboard
[    29.179] (II) event2  - vc4-hdmi-0: device removed
[    29.192] (II) libinput: vc4-hdmi-0: needs a virtual subdevice
[    29.192] (**) Option "config_info" "udev:/sys/devices/platform/soc/107c701400.hdmi/rc/rc0/input3/event2"
[    29.192] (II) XINPUT: Adding extended input device "vc4-hdmi-0" (type: MOUSE, id 8)
[    29.192] (**) Option "AccelerationScheme" "none"
[    29.192] (**) vc4-hdmi-0: (accel) selected scheme none/0
[    29.192] (**) vc4-hdmi-0: (accel) acceleration factor: 2.000
[    29.192] (**) vc4-hdmi-0: (accel) acceleration threshold: 4
[    29.193] (II) event2  - vc4-hdmi-0: is tagged by udev as: Keyboard Pointingstick
[    29.193] (II) event2  - vc4-hdmi-0: device is a pointer
[    29.193] (II) event2  - vc4-hdmi-0: device is a keyboard
[    29.194] (II) config/udev: Adding input device vc4-hdmi-1 (/dev/input/event3)
[    29.194] (**) vc4-hdmi-1: Applying InputClass "libinput keyboard catchall"
[    29.194] (II) Using input driver 'libinput' for 'vc4-hdmi-1'
[    29.194] (**) vc4-hdmi-1: always reports core events
[    29.194] (**) Option "Device" "/dev/input/event3"
[    29.194] (**) Option "_source" "server/udev"
[    29.196] (II) event3  - vc4-hdmi-1: is tagged by udev as: Keyboard Pointingstick
[    29.196] (II) event3  - vc4-hdmi-1: device is a pointer
[    29.196] (II) event3  - vc4-hdmi-1: device is a keyboard
[    29.197] (II) event3  - vc4-hdmi-1: device removed
[    29.220] (II) libinput: vc4-hdmi-1: needs a virtual subdevice
[    29.220] (**) Option "config_info" "udev:/sys/devices/platform/soc/107c706400.hdmi/rc/rc1/input4/event3"
[    29.220] (II) XINPUT: Adding extended input device "vc4-hdmi-1" (type: MOUSE, id 9)
[    29.220] (**) Option "AccelerationScheme" "none"
[    29.220] (**) vc4-hdmi-1: (accel) selected scheme none/0
[    29.220] (**) vc4-hdmi-1: (accel) acceleration factor: 2.000
[    29.220] (**) vc4-hdmi-1: (accel) acceleration threshold: 4
[    29.221] (II) event3  - vc4-hdmi-1: is tagged by udev as: Keyboard Pointingstick
[    29.222] (II) event3  - vc4-hdmi-1: device is a pointer
[    29.222] (II) event3  - vc4-hdmi-1: device is a keyboard
[    29.240] (**) 6-0014 Goodix Capacitive TouchScreen: Applying InputClass "libinput keyboard catchall"
[    29.240] (**) 6-0014 Goodix Capacitive TouchScreen: Applying InputClass "libinput touchscreen catchall"
[    29.240] (**) 6-0014 Goodix Capacitive TouchScreen: Applying InputClass "Touch rotation"
[    29.240] (II) Using input driver 'libinput' for '6-0014 Goodix Capacitive TouchScreen'
[    29.240] (**) 6-0014 Goodix Capacitive TouchScreen: always reports core events
[    29.240] (**) Option "Device" "/dev/input/event1"
[    29.240] (**) Option "_source" "_driver/libinput"
[    29.240] (II) libinput: 6-0014 Goodix Capacitive TouchScreen: is a virtual subdevice
[    29.240] (**) Option "config_info" "udev:/sys/devices/platform/axi/1000120000.pcie/1f00088000.i2c/i2c-6/6-0014/input/input1/event1"
[    29.240] (II) XINPUT: Adding extended input device "6-0014 Goodix Capacitive TouchScreen" (type: KEYBOARD, id 10)
[    29.240] (**) Option "xkb_model" "pc105"
[    29.240] (**) Option "xkb_layout" "us"
[    29.240] (**) vc4-hdmi-0: Applying InputClass "libinput keyboard catchall"
[    29.240] (II) Using input driver 'libinput' for 'vc4-hdmi-0'
[    29.240] (**) vc4-hdmi-0: always reports core events
[    29.240] (**) Option "Device" "/dev/input/event2"
[    29.240] (**) Option "_source" "_driver/libinput"
[    29.240] (II) libinput: vc4-hdmi-0: is a virtual subdevice
[    29.240] (**) Option "config_info" "udev:/sys/devices/platform/soc/107c701400.hdmi/rc/rc0/input3/event2"
[    29.240] (II) XINPUT: Adding extended input device "vc4-hdmi-0" (type: KEYBOARD, id 11)
[    29.240] (**) Option "xkb_model" "pc105"
[    29.240] (**) Option "xkb_layout" "us"
[    29.240] (**) vc4-hdmi-1: Applying InputClass "libinput keyboard catchall"
[    29.240] (II) Using input driver 'libinput' for 'vc4-hdmi-1'
[    29.240] (**) vc4-hdmi-1: always reports core events
[    29.240] (**) Option "Device" "/dev/input/event3"
[    29.240] (**) Option "_source" "_driver/libinput"
[    29.240] (II) libinput: vc4-hdmi-1: is a virtual subdevice
[    29.240] (**) Option "config_info" "udev:/sys/devices/platform/soc/107c706400.hdmi/rc/rc1/input4/event3"
[    29.240] (II) XINPUT: Adding extended input device "vc4-hdmi-1" (type: KEYBOARD, id 12)
[    29.240] (**) Option "xkb_model" "pc105"
[    29.240] (**) Option "xkb_layout" "us"
[    32.310] (II) modeset(0): Disabling kernel dirty updates, not required.
xrandr --display :0 --query
Screen 0: minimum 320 x 200, current 320 x 1480, maximum 4096 x 4096
DSI-1 connected primary 320x1480+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   320x1480      53.79*+

Thanks Wheaten

Seems you’ve been playing with waveshare drivers? drm-rp1-dsi If Yes then factory reset you installation. If not:

Modify /boot/userconfig.txt to:

dtoverlay=vc4-kms-v3d-pi5
dtoverlay=vc4-kms-dsi-waveshare-panel,11_9_inch

To which of the Pi5’s DSI ports is the display connected to?

@gvolt DSI0
@Wheaten no waveshare driver installed.
I’ve tried again without specifing dsi0 param, as you suggested and I didn’t get any display output.

You may try connecting the display to DSI1 using

dtoverlay=vc4-kms-v3d-pi5
dtoverlay=vc4-kms-dsi-waveshare-panel,11_9_inch

connected to DSI1 display port, removing dsi0 parameter.
Unfortunately same result.

Did you add “99-vc4.conf” to “/etc/X11/xorg.conf.d” as described here?