Probably should be a bug report but do not know where it goes.

I'm trying to test ltsp5 with debian etch.
I want to be able to do  local media so I followed the instructions here:
http://wiki.debian.org/LTSP/Howto

The problem is the BusID in ltsp.org is wrong.
Oddly it's the proper value for the server otherwise it's OK.
For that matter running dexconf generates a proper file for the server.
I tried to find out how it's getting the wrong info but did not find it.

As a quick fix I'm removing BusID from xorg.conf in  ltsp-client-setup

       if [ -n "$(which xdebconfigurator)" ] &&
          [ "$root_write_method" = "bind_mounts" ]; then
         # Using dexconf instead of reconfigure to save memory ?
         dexconf -o $xserver_config
       else
         dpkg-reconfigure -fnoninteractive -pcritical $xserver_package
       fi
       sed '/BusID/d' $xserver_config > /tmp/xorg.conf
       cp /tmp/xorg.conf $xserver_config
     fi

John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_____________________________________________________________________
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