public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Memory leak
       [not found] <773927599.500346297.1424599444565.JavaMail.root@zimbra59-e10.priv.proxad.net>
@ 2015-02-22 10:05 ` Alain Didierjean
  2015-02-22 10:53   ` Frank Steinmetzger
                     ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Alain Didierjean @ 2015-02-22 10:05 UTC (permalink / raw
  To: gentoo-user

My so called memory, located somewhere in what's left of my old brain.

I can't remember nor figure out how to set kdm keymap to azerty.
Help welcome,


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Memory leak
  2015-02-22 10:05 ` [gentoo-user] Memory leak Alain Didierjean
@ 2015-02-22 10:53   ` Frank Steinmetzger
  2015-02-22 15:58     ` Matti Nykyri
  2015-02-22 11:19   ` Mick
  2015-02-22 15:24   ` Rich Freeman
  2 siblings, 1 reply; 8+ messages in thread
From: Frank Steinmetzger @ 2015-02-22 10:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

On Sun, Feb 22, 2015 at 11:05:59AM +0100, Alain Didierjean wrote:
> My so called memory, located somewhere in what's left of my old brain.
> 
> I can't remember nor figure out how to set kdm keymap to azerty.
> Help welcome,

I set mine in an xorg config file to get qwertz not only in KDM but all of X by
default:

cat /etc/X11/xorg.conf.d/input.conf
Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "kbd"
        Option          "XkbRules"              "xorg"
        Option          "XkbModel"              "pc102"
        Option          "XkbLayout"             "de"
        Option          "XkbVariant"            "deadkeys"
EndSection

-- 
Gruß | Greetings | Qapla’
Please do not share anything from, with or about me on any social network.

There is so much sand in Northern Africa that if it were spread out it
would completely cover the Sahara Desert.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Memory leak
  2015-02-22 10:05 ` [gentoo-user] Memory leak Alain Didierjean
  2015-02-22 10:53   ` Frank Steinmetzger
@ 2015-02-22 11:19   ` Mick
  2015-02-22 14:53     ` Alain Didierjean
  2015-02-22 15:24   ` Rich Freeman
  2 siblings, 1 reply; 8+ messages in thread
From: Mick @ 2015-02-22 11:19 UTC (permalink / raw
  To: gentoo-user

On Sunday 22 Feb 2015 11:05:59 Alain Didierjean wrote:
> My so called memory, located somewhere in what's left of my old brain.
> 
> I can't remember nor figure out how to set kdm keymap to azerty.
> Help welcome,

Have a look in /usr/share/keymaps/i386/azerty/

If your desired keymap is say:

  fr-latin9.map.gz

then add fr-latin9 in your /etc/conf.d/keymaps:

keymap="fr-latin9"

then reboot, or use the loadkeys command:

  loadkeys /usr/share/keymaps/i386/azerty/fr-latin9.map.gz

if you don't want to reboot.

-- 
Regards,
Mick


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Memory leak
  2015-02-22 11:19   ` Mick
@ 2015-02-22 14:53     ` Alain Didierjean
  2015-02-22 15:25       ` Mick
  0 siblings, 1 reply; 8+ messages in thread
From: Alain Didierjean @ 2015-02-22 14:53 UTC (permalink / raw
  To: gentoo-user



----- Mail original -----
> De: "Mick" <michaelkintzios@gmail.com>
> À: gentoo-user@lists.gentoo.org
> Envoyé: Dimanche 22 Février 2015 12:19:25
> Objet: Re: [gentoo-user] Memory leak
> 
> On Sunday 22 Feb 2015 11:05:59 Alain Didierjean wrote:
> > My so called memory, located somewhere in what's left of my old
> > brain.
> > 
> > I can't remember nor figure out how to set kdm keymap to azerty.
> > Help welcome,
> 
> Have a look in /usr/share/keymaps/i386/azerty/
> 
> If your desired keymap is say:
> 
>   fr-latin9.map.gz
> 
> then add fr-latin9 in your /etc/conf.d/keymaps:
> 
> keymap="fr-latin9"
> 
> then reboot, or use the loadkeys command:
> 
>   loadkeys /usr/share/keymaps/i386/azerty/fr-latin9.map.gz
> 
> if you don't want to reboot.


I do have keymap set to "fr-latin9". It works for the Desktopk, not for kdm !!

To Frank Steinmetzger : I used to set the keymap in xorg, there's no more a xorg file in my setup. Too bad!


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Memory leak
  2015-02-22 10:05 ` [gentoo-user] Memory leak Alain Didierjean
  2015-02-22 10:53   ` Frank Steinmetzger
  2015-02-22 11:19   ` Mick
@ 2015-02-22 15:24   ` Rich Freeman
  2 siblings, 0 replies; 8+ messages in thread
From: Rich Freeman @ 2015-02-22 15:24 UTC (permalink / raw
  To: gentoo-user

On Sun, Feb 22, 2015 at 5:05 AM, Alain Didierjean
<alain.didierjean@free.fr> wrote:
> My so called memory, located somewhere in what's left of my old brain.
>
> I can't remember nor figure out how to set kdm keymap to azerty.
> Help welcome,
>

Just a suggestion that more accurate subject lines are more likely to
get you help, since an X11 expert might skip over an email thread that
purports to be discussing memory leaks, while the valgrind experts are
probably annoyed at the same time.  It also makes the archives more
useful for posterity.

-- 
Rich


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Memory leak
  2015-02-22 14:53     ` Alain Didierjean
@ 2015-02-22 15:25       ` Mick
  0 siblings, 0 replies; 8+ messages in thread
From: Mick @ 2015-02-22 15:25 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1151 bytes --]

On Sunday 22 Feb 2015 14:53:19 Alain Didierjean wrote:
> ----- Mail original -----
> 
> > De: "Mick" <michaelkintzios@gmail.com>
> > À: gentoo-user@lists.gentoo.org
> > Envoyé: Dimanche 22 Février 2015 12:19:25
> > Objet: Re: [gentoo-user] Memory leak
> > 
> > On Sunday 22 Feb 2015 11:05:59 Alain Didierjean wrote:
> > > My so called memory, located somewhere in what's left of my old
> > > brain.
> > > 
> > > I can't remember nor figure out how to set kdm keymap to azerty.
> > > Help welcome,
> > 
> > Have a look in /usr/share/keymaps/i386/azerty/
> > 
> > If your desired keymap is say:
> >   fr-latin9.map.gz
> > 
> > then add fr-latin9 in your /etc/conf.d/keymaps:
> > 
> > keymap="fr-latin9"
> > 
> > then reboot, or use the loadkeys command:
> >   loadkeys /usr/share/keymaps/i386/azerty/fr-latin9.map.gz
> > 
> > if you don't want to reboot.
> 
> I do have keymap set to "fr-latin9". It works for the Desktopk, not for kdm
> !!

I assume that you also have your LINGUAS set accordingly too?  Have you 
checked the keyboard settings in KDE in case KDM can be configured there too?

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Memory leak
  2015-02-22 10:53   ` Frank Steinmetzger
@ 2015-02-22 15:58     ` Matti Nykyri
  2015-02-26 21:32       ` Frank Steinmetzger
  0 siblings, 1 reply; 8+ messages in thread
From: Matti Nykyri @ 2015-02-22 15:58 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org

> On Feb 22, 2015, at 12:53, Frank Steinmetzger <Warp_7@gmx.de> wrote:
> 
>> On Sun, Feb 22, 2015 at 11:05:59AM +0100, Alain Didierjean wrote:
>> My so called memory, located somewhere in what's left of my old brain.
>> 
>> I can't remember nor figure out how to set kdm keymap to azerty.
>> Help welcome,
> 
> I set mine in an xorg config file to get qwertz not only in KDM but all of X by
> default:
> 
> cat /etc/X11/xorg.conf.d/input.conf
> Section "InputDevice"
>        Identifier      "Keyboard0"
>        Driver          "kbd"
>        Option          "XkbRules"              "xorg"
>        Option          "XkbModel"              "pc102"
>        Option          "XkbLayout"             "de"
>        Option          "XkbVariant"            "deadkeys"
> EndSection

The right place for this in a modern X11 is evdev (event device). The other input devices are deprecated in favor of evdev. There is an old news item with regard to this in the portage. You might find it from some archive.

Any how the X11 is the right place to set the keymap. Then it is set system wise and affects all display-managers you might have.

-- 
-Matti

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Memory leak
  2015-02-22 15:58     ` Matti Nykyri
@ 2015-02-26 21:32       ` Frank Steinmetzger
  0 siblings, 0 replies; 8+ messages in thread
From: Frank Steinmetzger @ 2015-02-26 21:32 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1593 bytes --]

On Sun, Feb 22, 2015 at 05:58:16PM +0200, Matti Nykyri wrote:
> > On Feb 22, 2015, at 12:53, Frank Steinmetzger <Warp_7@gmx.de> wrote:
> > 
> >> I can't remember nor figure out how to set kdm keymap to azerty.
> > 
> > I set mine in an xorg config file to get qwertz not only in KDM but all of X by
> > default:
> > 
> > cat /etc/X11/xorg.conf.d/input.conf
> > Section "InputDevice"
> >        Identifier      "Keyboard0"
> >        Driver          "kbd"
> >        Option          "XkbRules"              "xorg"
> >        Option          "XkbModel"              "pc102"
> >        Option          "XkbLayout"             "de"
> >        Option          "XkbVariant"            "deadkeys"
> > EndSection
> 
> The right place for this in a modern X11 is evdev (event device). The
> other input devices are deprecated in favor of evdev. […]

You’re right and I actually have both in input.conf – an evdev section and
the input section shown above. When I find the time, I shall clean that up.
Plus I think it already has precedence, as I sometimes use the three-finger-
salute to revive a hanging system (usually OOM situations).

Section "InputClass"
	Identifier	"evdev keyboard catchall"
	MatchIsKeyboard	"on"
	MatchDevicePath	"/dev/input/event*"
	Driver		"evdev"

	Option		"XkbLayout"		"de,us"
#	Option		"XkbVariant"		"deadgraveacute"
	Option		"XkbOptions"		"terminate:ctrl_alt_bksp"
EndSection

-- 
Gruß | Greetings | Qapla’
Please do not share anything from, with or about me on any social network.

Hangman is a breathtaking profession.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-02-26 21:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <773927599.500346297.1424599444565.JavaMail.root@zimbra59-e10.priv.proxad.net>
2015-02-22 10:05 ` [gentoo-user] Memory leak Alain Didierjean
2015-02-22 10:53   ` Frank Steinmetzger
2015-02-22 15:58     ` Matti Nykyri
2015-02-26 21:32       ` Frank Steinmetzger
2015-02-22 11:19   ` Mick
2015-02-22 14:53     ` Alain Didierjean
2015-02-22 15:25       ` Mick
2015-02-22 15:24   ` Rich Freeman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox