Hans Ekbrand wrote:
> Debugging this, I found out that the client creates a xorg.conf.new in
> /tmp with the correct keyboard settings, but this xorg.conf.new is not
> used in the X command line:
>
> X -depth 16 -terminate -br vt7 :7
>
>
> If I login to the clients virtual console as root, and issue
>
> X -config /tmp/xorg.conf.new -depth 16 -terminate -br vt8 :8
>
> I get what I want. Perhaps I have messed with the scripts that starts
> X, I'll have to look into them.
>   

/usr/share/ltsp/screen-x-common looks for a generated xorg-conf file at
/var/run/ltsp-xorg.conf, but the client creates it at /tmp/xorg.conf.new.

I cannot remember messing with these scripts. For the time being, I added

if [ -f /tmp/xorg.conf.new ]; then
    X_CONF=/tmp/xorg.conf.new    
fi

And now everything works for me.

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
_____________________________________________________________________
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