Missing keyboard distribution

Sergey Manucharyan sm at netsys.am
Tue Aug 1 08:18:26 CEST 2006


Hi Julian,

You need to put an "Option" line into your /etc/X11/xorg.conf file.
For example, in my case I have added a line for US English, Russian and
Armenian languages:

--------------------------------------
Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

. . . .

    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"

# US, Russian, Armenian:

    Option "XkbLayout"  "us,ru,am"

EndSection
--------------------------------------

On Tue, 01 Aug 2006 09:05:19 +0300
Julian Daich <julianlx at gmail.com> wrote:

> Hi all,
> 
> I have installed Xubuntu as virtual machine with Vmplayer. I use three
> languages in my PC and the only keyboard distribution available in the
> properties of the keyboard icon on the system tray of Xfce is the US
> one. I tried to find more distributions in the keyboard settings and
> added the language packages from Ubuntu, but the keyboard
> distributions are still missing. Any hint?



More information about the Xfce mailing list