On Thu, 13 May 2004, Adam Voigt wrote: > On Thu, 2004-05-13 at 13:39, Guy Fraser wrote: > > Yes FC1 does use TCP ports for X11. > > > > Display :0.0 = TCP port 6000 > > So why does nmap'ing localhost and your actual IP reveal no X11 ports? One can also try: netstat -p |grep X11 For me - it shows that X11 is using unix-sockets. Staish