Mathias Uebelacker wrote: > Hello Stefan, > > at first, if you using the "start-xephyr" script from the tutorial you > have to change the exec line (...../bin/xephyr:2....). Change to what? Small 'x'? No space before the colon? Omit the ${prefix}? That won't work. The line in my script is exec ${prefix}/bin/Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac > I start the > xephyr script from a terminal window then i preform a login into > scratchbox export the Display (in my case export DISPLAY=:2) and exec > af-sb-init.sh start. I think I have to start "af-sb-init.sh start" after successfully executing "start-xephyr.sh", which doesn't work. How must I change "start-xephyr.sh"? Stefan