Hi all.

I change my Keyboard layout to spanish just adding these three lines to
lts.conf:

        XkbSymbols   =   "es(pc105)"
        XkbModel     =   "pc105"
        XkbLayout    =   "es"

Because all my workstations need this setup I put this lines in the
"[Default]" section of lts.conf (just after "RUNLEVEL=5") for global
usage on all the clients. I think that this is the only change required.
(at least it was the only change that I have made, until I remember, and
it works for me). This is fine for X but on runlevel 3 the keyboard is
still in US layout.

Hope this helps.

Cheers,

Offray Vladimir.

P.D: Yes David, I think that maybe for newbies would be easier to have
the language codes for the internationalization project.


On vie, 2002-01-25 at 05:56, Ragnar Wisløff wrote:
>  Arne Vidar <[EMAIL PROTECTED]>:
> 
> > Ok. I still cant get it to work, let me know if you se any errors in my 
> > configs please:
> > /opt/ltsp/i386/etc/lts.conf:
> > [Default]
> > XkbLayout = "no"
> 
> OK.
> 
> > [ws001]
> > XkbLayout = "no"
> 
> No need to duplicate it, once in the default section, it applies to all clients.
> 
> > 
> > /opt/ltsp/i386/etc/rc.setupx:
> > Section "InputDevice"
> >        Identifier  "Keyboard0"
> >        Driver      "keyboard"
> >        Option      "XkbLayout" "${XkbLayout:-"no"}"
> > EndSection
> > 
> > /opt/ltsp/i386/etc/rc.setupx3:
> > XkbTypes=`   get_cfg XkbTypes    "default"`
> > XkbCompat=`  get_cfg XkbCompat   "default"`
> > XkbSymbols=` get_cfg XkbSymbols  "en_US(pc105)+no"` //also tried
> > no(pc102) 
> > no(pc105) but en_US(pc105)+no is the one used in xfree86
> > XkbModel=`   get_cfg XkbModel    "pc102"`
> > XkbLayout=`  get_cfg XkbLayout   "no"`
> > 
> > 
> > /opt/ltsp/i386/usr/X11R6/lib/X11/xkb/xfree86:
> > removed default from xkb_keymap "us"
> > inserteted default to xkb_keymap "no"
> > default xkb_keymap "no"  {
> >     xkb_keycodes        { include "xfree86"             };
> >     xkb_types           { include "default"             };
> >     xkb_compatibility   { include "default"             };
> >     xkb_symbols         { include "en_US(pc105)+no"     };
> >     xkb_geometry        { include "pc(pc102)"           };
> > 
> > 
> > Ok. that was my configs :\
> > anyone got any tips on whats wrong?
> > 
> 
> I've never touched the other files, only lts.conf. All my keyboards work as 
> Norwegian ones.
> 
> --
> Mvh Ragnar Wisløff
> 
> _____________________________________________________________________
> 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.openprojects.net



_____________________________________________________________________
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.openprojects.net

Reply via email to