Jan 9, 2012 #1 P pini_1 Banned Joined Jun 18, 2007 Messages 10 Helped 59 Reputation 118 Reaction score 27 Trophy points 1,293 Activity points 0 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,
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,
Jan 9, 2012 #2 bjuric Advanced Member level 4 Joined May 4, 2011 Messages 115 Helped 32 Reputation 64 Reaction score 30 Trophy points 1,308 Location Serbia Activity points 1,980 Create a new file /etc/gdm/custom.conf with this content: Code: [security] DisallowTCP=false