I didn't start X in a while on my RPI3b with RPI 7in touch screen ...
And now I get: "unable to connect to X server: connection refused"
Anybody have an idea?
"tail -f ~/.local/share/xorg/Xorg.0.log | ts"
[code]
May 26 21:34:00 [ 32.381] (II) XINPUT: Adding extended input device "raspberrypi-ts" (type: TOUCHSCREEN, id 10)
May 26 21:34:00 [ 32.381] (**) Option "AccelerationScheme" "none"
May 26 21:34:00 [ 32.381] (**) raspberrypi-ts: (accel) selected scheme none/0
May 26 21:34:00 [ 32.381] (**) raspberrypi-ts: (accel) acceleration factor: 2.000
May 26 21:34:00 [ 32.381] (**) raspberrypi-ts: (accel) acceleration threshold: 4
May 26 21:34:00 [ 32.384] (II) event4 - raspberrypi-ts: is tagged by udev as: Touchscreen
May 26 21:34:00 [ 32.385] (II) event4 - raspberrypi-ts: device is a touch device
May 26 21:34:00 [ 32.387] (II) config/udev: Adding input device raspberrypi-ts (/dev/input/mouse0)
May 26 21:34:00 [ 32.387] (II) No input driver specified, ignoring this device.
May 26 21:34:00 [ 32.387] (II) This device may have been added with another device file.
[/code]
"config.txt"
[code]
initramfs initramfs-linux.img followkernel
# Automatically load overlays for detected cameras
camera_auto_detect=1
# Automatically load overlays for detected DSI displays
display_auto_detect=1
# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d
max_framebuffers=2
# lcd_rotate=2
# Uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
dtoverlay=disable-bt
arm_boost=1
[cm4]
otg_mode=1
[all]
[/code]
"cmdline.txt"
[code]
root=/dev/mmcblk0p2 rw rootwait console=serial0,115200 console=tty1 fsck.repair=
yes fbcon=rotate:2
[/code]