Re: Issues with Xorg Update
Reply #8 –
Hmm - X has changed a lot since I used to hack it by hand
[ruben@flatbush X11]$ cat /etc/X11/xinit/xserverrc
#!/bin/sh
if [ -z "$XDG_VTNR" ]; then
exec /usr/bin/X -nolisten tcp "$@"
else
exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
fi
Also note this
https://www.wikihow.com/Configure-X11-in-Linux