public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Luigi Pinna <mailing-gentoo@sailorferris.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] losting deadkeys layout
Date: Mon, 3 Jul 2006 23:02:03 +0200	[thread overview]
Message-ID: <200607032302.12530.mailing-gentoo@sailorferris.com> (raw)
In-Reply-To: <200607032220.28550.benno.schulenberg@gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alle 22:20, lunedì 3 luglio 2006, Benno Schulenberg ha scritto:
> Luigi Pinna wrote:
> > Probably I found the problem:
> > # setxkbmap -layout de -option "compose:menu,lv3:ralt_switch"
> > Couldn't interpret _XKB_RULES_NAMES property
>
> Googling for that line shows these threads:
>
> http://mail.kde.org/pipermail/freenx-knx/2006-June/003552.html
> http://www.cygwin.com/ml/cygwin-xfree/2004-05/msg00041.html
> http://lists.freebsd.org/pipermail/freebsd-stable/2004-September/0088
>55.html
>
> The first one says that it is some error in Xorg itself, fixed in
> more recent versions.
>
> The second one suggests that you may have a mistaken symlink
> somewhere as a result of downgrading.
>
> The last one found this as a workaround:
> setxkbmap -keycodes "xfree86" -types "default" -symbols
> "en_US(pc105)+de" -geometry "pc(pc102)"

I tried it:
setxkbmap -keycodes "xfree86" -types "default" -symbols "en_US(pc105)+de" -geometry "pc(pc102)"
Couldn't interpret _XKB_RULES_NAMES property
Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
Error loading new keyboard description



> > What does it means? I generated the default config file with the
> > new xorgconfig... It must write already the right rules...
>
> Please post the relevant section of your xorg.conf again, plus the
> output of 'setxkbmap -print'.
>
> Benno

- From my xorg.conf:

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "de"
    Option "XkbVariant" "nodeadkeys"
EndSection

setxkbmap -v 9 de
Setting verbose level to 9
locale is C
Couldn't interpret _XKB_RULES_NAMES property
Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
Warning! Multiple definitions of keyboard layout
         Using command line, ignoring X server
Applied rules from xorg:
model:      pc101
layout:     de
Trying to build keymap using the following components:
keycodes:   xfree86+aliases(qwertz)
types:      complete
compat:     complete
symbols:    pc(pc101)+de
geometry:   pc(pc101)
Error loading new keyboard description

and:

setxkbmap -print
Couldn't interpret _XKB_RULES_NAMES property
Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
xkb_keymap {
        xkb_keycodes  { include "xfree86+aliases(qwerty)"       };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "pc(pc101)+us"  };
        xkb_geometry  { include "pc(pc101)"     };
};

- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEqYXUHmkkjmM/hrcRAgPdAJ9jgXvm0g7e40bbJVoD9+eT7Up7/wCggZoZ
ojcBN1YB6aBxmT5XsRLAWfA=
=yRy1
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2006-07-03 21:11 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-02 18:10 [gentoo-user] losting deadkeys layout Luigi Pinna
2006-07-02 19:15 ` Martins Steinbergs
2006-07-02 19:26 ` Donnie Berkholz
2006-07-02 21:17   ` Luigi Pinna
2006-07-02 21:33     ` Donnie Berkholz
2006-07-02 22:07       ` Luigi Pinna
2006-07-02 22:23         ` Donnie Berkholz
2006-07-02 22:44           ` Luigi Pinna
2006-07-03 20:20             ` Benno Schulenberg
2006-07-03 21:02               ` Luigi Pinna [this message]
2006-07-03 22:20                 ` [gentoo-user] lost " Benno Schulenberg
2006-07-03 22:48                   ` Luigi Pinna
2006-07-04 19:28                     ` Benno Schulenberg
2006-07-05  0:27                       ` Luigi Pinna
2006-07-06 21:12                         ` Benno Schulenberg
2006-07-10 19:45                           ` Luigi Pinna
2006-07-10 20:58                             ` Benno Schulenberg
2006-07-11 18:35                               ` Luigi Pinna
2006-07-11 21:00                                 ` Benno Schulenberg
2006-07-11 21:28                                   ` Luigi Pinna
2006-07-12 20:32                                     ` Benno Schulenberg
2006-07-12 23:42                                       ` Luigi Pinna
2006-07-13 20:28                                         ` Benno Schulenberg
2006-07-17 22:19                                           ` Luigi Pinna
2006-07-19 22:27                                           ` Luigi Pinna
2006-07-20 22:24                                             ` Benno Schulenberg
2006-07-21  6:11                                               ` Luigi Pinna
2006-08-16 16:37                                               ` Luigi Pinna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200607032302.12530.mailing-gentoo@sailorferris.com \
    --to=mailing-gentoo@sailorferris.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox