View previous topic :: View next topic |
Author |
Message |
zorgtool n00b
Joined: 11 Sep 2003 Posts: 15
|
Posted: Mon Mar 19, 2007 2:33 pm Post subject: Keyboard with us_intl |
|
|
Hi all
Until today I use FreeBSD and now I need some software don't run under FreeBSD (vmware).
I alway use qwerty keyboard with
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "alt-intl"
EndSection
in my xorg.conf and with this I can type "é" with ' + e, or "ë" with " + e etc....
I want something like that under gentoo. I've try all combinaison with at-intl, us_intl (old name) in XkbModel/XkbLayout/XkbVariant etc...
I've already try the tips on http://www.gentoo.org/proj/fr/desktop/x/x11/modular-x-howto.xml and nothing work.
But if I enter
setxkbmap -v us_intl
on xterm it's working that's mean (for me) it can work.
How can I configure my xorg to do this very fine thing work ?
Regards. |
|
Back to top |
|
|
chrismcdirty Apprentice
Joined: 18 Jul 2003 Posts: 160 Location: Newark, DE
|
Posted: Mon Mar 19, 2007 2:54 pm Post subject: |
|
|
This should work:
Code: | Option "XkbLayout" "us"
Option "XkbVariant" "intl" |
|
|
Back to top |
|
|
zorgtool n00b
Joined: 11 Sep 2003 Posts: 15
|
Posted: Mon Mar 19, 2007 3:26 pm Post subject: |
|
|
chrismcdirty wrote: | This should work:
Code: | Option "XkbLayout" "us"
Option "XkbVariant" "intl" |
|
not for me.....
It' s not working..
In my /var/log/Xferlog.0 I've
Quote: | (**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "XkbVariant" "intl"
(**) Keyboard0: XkbVariant: "intl"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled |
and I've
Quote: | [root@localhost ~]$ equery list xo
[ Searching for package 'xo' in all categories among: ]
* installed packages
[I--] [ ] app-doc/xorg-docs-1.2 (0)
[I--] [ ] x11-base/xorg-server-1.1.1-r4 (0)
[I--] [ ] x11-base/xorg-x11-7.1 (0)
[I--] [ ] x11-misc/xorg-cf-files-1.0.2 (0)
[root@localhost ~]$ |
Very thanks you for your helping
Z |
|
Back to top |
|
|
|