Hello, my name is Stefan, I'm new to the list and to maemo. I'd like to set up maemo to be able to write applications for a Nokia 770. What I've done so far: 1. I set up a virtual machine running a debian base system plus xorg plus openssh. 2. I installed scratchbox and set up an x86 and arm target. I selected the x86 target. What I do to come to my problem: I login to the machine using ssh with X11 forwarded. I echo my DISPLAY variable, which is, say, localhost:11.0. I login to the scratchbox and set "export DISPLAY=localhost:11.0". Then I execute "./start-xephyr.sh" and see the following output: --------------------------------8<------------------------------------- X11 connection rejected because of wrong authentication. X connection to localhost:11.0 broken (explicit kill or server shutdown). --------------------------------8<------------------------------------- What must be done so that Xephyr can use my xserver? Regards Stefan