On 20:32 Thu 30 Sep , D.P. wrote:
> i686 on MSI laptop, nVidia Corporation C51 [GeForce Go 6100] + AMD chipset
> Athlon64.
>
> Synaptics works well, but all additional keys don`t work - like Alt, Ctrl,
> Win etc.
>
> Tryed all variations of xorg.conf found in the net and without xorg.conf, but
> nothing good is happened.
>
> //Dima
>
> On Thu, 30 Sep 2010 19:51:23 +0400
> Fess <[email protected]> wrote:
>
> > Well, i think, i should say some words.
> > But some of you will say that i'm "out of line".
> > So, i'll just dicribe details of the update.
Try /etc/X11/xorg.conf.d/10-evdev.conf
Clean your xorg.conf and add your preferences to this file(for keyboard).
You need to copy only options, and this will be something like that:
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbRules" "xorg"
Option "XkbLayout" "us,ru"
Option "XkbOptions"
"grp:caps_toggle,grp_led:caps,terminate:ctrl_alt_bksp,compose:menu"
EndSection
--