Click to See Complete Forum and Search --> : X11 6000


Legg83
11-29-2001, 01:56 AM
How can I close port 6000 which is owned by X11? I've heard that I need to start the x server with the --nolisten command, but whenever i start my xserver by using...

"startx --nolisten"

it doesn't close the port.. any suggestions?

stiles
11-29-2001, 03:41 AM
startx is a shell script which can be modified. Try this:

open startx with your fav editor

serch for serverargs=""

and change that to serverargs="-nolisten tcp"

save startx and try it out

[ 29 November 2001: Message edited by: stiles ]