pini_1
Banned
I modified /etc/X11/xinit/xserverrc
#!/bin/sh
#exec /usr/bin/X -nolisten tcp "$@"
exec /usr/bin/X "$@"
But it still does not work:
ps -ef | grep nolisten
root 3023 3022 0 Jan08 tty8 00:01:06 /usr/bin/Xorg :0 -br -verbose -audit 0 -novtswitch -auth /var/run/gdm3/auth-for-Debian-gdm-BUOIk9/database -nolisten tcp vt8
Any suggestions
Thanks,
#!/bin/sh
#exec /usr/bin/X -nolisten tcp "$@"
exec /usr/bin/X "$@"
But it still does not work:
ps -ef | grep nolisten
root 3023 3022 0 Jan08 tty8 00:01:06 /usr/bin/Xorg :0 -br -verbose -audit 0 -novtswitch -auth /var/run/gdm3/auth-for-Debian-gdm-BUOIk9/database -nolisten tcp vt8
Any suggestions
Thanks,