Vla wrote:
Hello,

i installed ltsp 4.2 local dev on my gentoo ltsp-server. Problem is, i have to execute 'sh /etc/X11/xinit/xinitrc.d/lbus-start.sh' in an xterm on the client to get my floppy working.

my /etc/X11/xinit/xinitrc after modification:
---------------
 # First try ~/.xinitrc
 if [ -f "$HOME/.xinitrc" ]; then
         XINITRC="$HOME/.xinitrc"
         sh /etc/X11/xinit/xinitrc.d/lbus-start.sh
         exec /bin/sh "$HOME/.xinitrc"
 # If not present, try the system default
 elif [ -n "`/etc/X11/chooser.sh`" ]; then
         sh /etc/X11/xinit/xinitrc.d/lbus-start.sh
         exec "`/etc/X11/chooser.sh`"

-----------------

whats wrong with the entries?

What do you expect this to do?

I'm no LTSP expert, but your X processes are all running on the LTSP server, none on the client. The presence of that .xinitrc file will be the same whether you log in at the console or in a terminal.

What you are after is determining where X is running. This can be done, but I forget how. Look at how Audio is done on an LTSP terminal. There's a script in there that determines if you are on a terminal or console and then runs a script if you are on a terminal.

--
-Michael George
 Ideal Solutions, LLC


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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

Reply via email to