On Thu, 2004-07-15 at 00:59, Marc Heckmann wrote:
> On Wed, Jul 14, 2004 at 02:07:07PM -0500, Steven G. Spencer wrote:
> > I'm using gnome.  Did you download the ltsp-4.iso from the web site? 
> > The iso has a ltspcfg utility that is very handy.  I did have to modify
> > it to deal with xorg (as opposed to XFree86), but otherwise it was
> 
> What modifications did you have to make exactly? I had no such
> problems.
> 
> -m

Marc,

When I used the default configuration and installation routine, I ended
up with a pile of XFree86 errors when X was started on the thin-client. 
I did some research on the net, and they said that this had to do with
an incompatibility-mostly in naming and referencing-between xorg and
XFree86.  I added the following lines to my ltspcfg script and this
fixed the problem for me.  Maybe not everyone was having the problem:

#!/bin/bash
#cd I solved this by simply adding a symlink in
/usr/X11R6/lib/X11/xkb/rules:
echo " changing to /usr/X11R6/lib/X11/xkb/rules to fix weird xorg
xfree86 incompatibility."
 
cd /usr/X11R6/lib/X11/xkb/rules
echo " creating symbolic link pointing old xfree86.lst to xorg.lst..."
ln -s xorg.lst xfree86.lst
echo "DONE"



> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
> _____________________________________________________________________
> 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
-- 
Steven G. Spencer <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_____________________________________________________________________
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