[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: export DISPLAY / remote Xclient?



arief_mulya said:
> Dear all,
>
>
> I install Debian Woody in my laptop which works perfectly!
>
> Something I haven't able to accomplish is:
> - telnet to a HP-UX machine
> - do export DISPLAY=my.host.name:0.0
> - type a program name

you need to turn off the nolisten option for the X server

quick way to find the file

grep -nri "nolisten tcp" /etc/*

and remove any instances of that option, restart your X server(and your
display manager if your using one). telnet to localhost 6000 to be
sure it connects, after that it should work. also be sure
to xhost +hostname_of_hpux_box on the debian side.

nate





Reply to: