[SOLVE] Problem with acer S1002

I’m trying to finalize the installation of klipper screen on the Acer S1002 tablet with debian12 I’m not getting a solution

systemctl status KlipperScreen

"KlipperScreen.service - KlipperScreen
Loaded: loaded (/etc/systemd/system/KlipperScreen.service; enabled; preset: enabled)
Active: active (running) "

cat /var/log/Xorg.0.log

“[ 2664.904] _XSERVTransSocketUNIXCreateListener: …SocketCreateListener() failed
[ 2664.904] _XSERVTransMakeAllCOTSServerListeners: server already running
[ 2664.904] (EE)
Fatal server error:
[ 2664.904] (EE) Cannot establish any listening sockets - Make sure an X server isn’t already running(EE)
[ 2664.904] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org/
for help.
[ 2664.904] (EE) Please also check the log file at “/var/log/Xorg.0.log” for additional information.
[ 2664.904] (EE)
[ 2664.905] (EE) Server terminated with error (1). Closing log file.”

all solutions send to rPI, but none works for me :frowning_with_open_mouth:
Distro is Debian12 with xfce

sudo systemctl stop lightdm
then
sudo Xorg -configure
then restart
sudo service KlipperScreen restart
it is ok

to disable on boot lightdm
sudo systemctl disable lightdm

now it is solved!