On 2010-02-01 22:26 +0100, Björn Selander wrote:

> /etc/default/keyboard:
>
> # If you change any of the following variables and HAL and X are
> # configured to use this file, then the changes will become visible to
> # X only if HAL is restarted.  In Debian you need to run
> # /etc/init.d/hal restart
>
> # The following variables describe your keyboard and can have the same
> # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
> # in /etc/X11/xorg.conf.
>
> XKBMODEL="pc105"
> XKBLAYOUT="de"
> XKBVARIANT="nodeadkeys"
> XKBOPTIONS=""

I use the same except for XKBOPTIONS="compose:rwin" which should not
make a difference.

> /etc/X11/xorg.conf:
>
> # xorg.conf (X.Org X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool, using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the xorg.conf manual page.
> # (Type "man xorg.conf" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xorg package upgrades *only*
> # if it has not been modified since the last upgrade of the xserver-xorg
> # package.
> #
> # If you have edited this file but would like it to be automatically updated
> # again, run the following command:
> #   sudo dpkg-reconfigure -phigh xserver-xorg
>
> Section "InputDevice"
>       Identifier      "Generic Keyboard"
>       Driver          "kbd"
>       Option          "XkbRules"      "xorg"
>       Option          "XkbModel"      "pc105"
>       Option          "XkbLayout"     "de"
>       Option          "XkbVariant"    "nodeadkeys"
> EndSection

AFAIK these lines are not even honored anymore unless you specify
Option "AutoAddDevices" "off" in the "ServerLayout" section.

Can you please try emacs23 and see if it has the same problem?

Sven



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to