View Single Post

   
  #17 (permalink)  
Old 02-20-2008, 07:06 PM
Michael2
 
Posts: n/a
Default Re: how fix undraggable X11 window?


Grant wrote:
> On Mon, 25 Sep 2006 08:00:56 +0200, Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> wrote:
>
> >Grant <g_r_a_n_t_@dodo.com.au> wrote:
> >> We've drifted away from original topic

> >
> >Yes, but it would probably still be interesting to run your X applications
> >at max graphics performance.

>
> magpie is 'doze box, so all I need do is:
>
> grant@sempro:~$ DISPLAY=magpie:0 xterm &
>
> then launch graphics apps from that xterm? It works!
>
> The error:
> grant@sempro:~$ vmware &
> [1] 3411
> grant@sempro:~$ Xlib: connection to "magpie:0.0" refused by server
> Xlib: No protocol specified
>
> Xlib: connection to "magpie:0.0" refused by server
> Xlib: No protocol specified
>
>
> [1]+ Done vmware
>
> happens with xhost status ('doze):
> access control enabled, only authorized clients can connect
> INET:magpie.mire.mine.nu
> LOCAL:
> INET:localhost
> Press any key to continue . . .
>
> The working way is with:
> access control disabled, clients can connect from any host
> INET:magpie.mire.mine.nu
> LOCAL:
> INET:localhost
> Press any key to continue . . .
>
> Another piece of the puzzle I don't need access control here, but
> now I know the source of that last error message, being able to switch
> it on and off, thanks: michael2, for what became:
>
> # Xming Server Resource File
> TRAYICON ",101"
> menu putty {
> pageant exec "f:\bin\PuTTY\pageant f:\bin\PuTTY\private"
> separator
> peetoo execd "f:\bin\PuTTY\putty -load peetoo"
> sempro execd "f:\bin\PuTTY\putty -load sempro"
> }
> menu peetoo {
> ... this section not work yet

I should have explaind my machine names
do you have a passphrase setup for sempro?? if so, you might try using
an empty passphrase, that seems to be tne only way that plink will auto
run the applications
for darkstar, I have an empty passphrase, and for r2d2, I have a set
phrase, darkstar is the only machine that I can run applications from
try from cmd prompt change to the F:\bin\PuTTY directory, and run plink
from there "plink -load sempro top" if it asks for a password, then it
can't work in the menu .. or so it seems to be. ??

Reply With Quote