Had this problem a while ago with some Compaq thin clients. What I did (ltsp5 on Ubuntu 9.04):
In /opt/ltsp/i386/etc/rc2.d, I moved the ltsp-client-core script priority from 25 to 99: cd /opt/ltsp/i386/etc/rc2.d sudo mv S25ltsp-client-core S99ltsp-client-core cd sudo ltsp-update-image I found that the S24hal script (the script supposed to discover devices like mouse, etc) did not have enough time to do it before S25ltsp-client-core was calling xinit. Hope this helps. Pierre Krzysztof Paliga a écrit : > Hi, > > nobody answering my query makes me a sad panda... > > Putting a "sleep 5" at the beginning of /usr/share/ltsp/xinitrc solves > the problem. > > I guess its more a workaround than a real solution. > > Any ideas? > > best wishes, > krzychu > > Zitat von Krzysztof Paliga <[email protected]>: > >> Hi, >> >> Im using Ubuntu 10.4 with ltsp5. >> >> I have modified the ldm screen Script at only(!) one point: >> xinit $xinitrc /usr/sbin/ldm -- ${DISPLAY} vt${TTY} -auth >> ${XAUTHORITY} ${X_ARGS} -br >/dev/null 2>&1 >> ---> >> xinit $xinitrc idesk -- ${DISPLAY} vt${TTY} -auth ${XAUTHORITY} >> ${X_ARGS} -br >/dev/null 2>&1 >> >> xserver and idesk start as expected... but mouse is not working.. >> any ideas? >> >> thanks in advance, >> krzychu >> >> -- >> ________________________________________ >> >> Krzysztof Paliga >> >> Technische Universitaet Berlin >> tubIT - Server und Systeme >> Einsteinufer 17 >> 10587 Berlin >> >> Tel : +49-30-314-21240 >> Mail : [email protected] >> Web : http://www.tubit.tu-berlin.de >> ________________________________________ >> ------------------------------------------------------------------------------ _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
