On Mon, 30 Aug 2010 21:16:19 +0200, martin wrote:

> I have a strange trouble with my logitech dinovo keyboard. When my
> system has started up, the layout in X is English instead of my selected
> Swedish layout.

(...)

Does "setxkbmap -layout se" works?

If yes, you can just force X server to load the right keymap by setting 
so at "/etc/X11/xorg.conf" (in lenny):

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "se"
EndSection

Or in Squeeze, look at "/etc/default/keyboard" xkblayout value :-?

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to [email protected] 
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to