You are not logged in.
Pages: 1
I've searched the wiki and this forum, but the only thing I can find are tutorials how tot shut it down
My main question is: "How to enable deadkeys?"
What do I use:
- Archlinux
- Gnome
- Xorg
- Logitech UltraX
Some background info:
#locale
LANG=en_US.UTF-8
Configuration files:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
I probly have to add something to the xorg.conf, but don't know what.
Offline
http://wiki.archlinux.org/index.php/Xor … d_Problems
What layout are you using?
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
I see, well I've read the problems. Add some thingies to my Xorg. Now, I've got the following config:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg" ### Xorg is what I use
Option "XkbModel" "logiultrax" ### My keyboard
Option "XkbLayout" "us" ### The language
Option "Xkb_symbols" "intl" ### For the deadkeys I guess?
EndSection
Well, gnome is giving me a message that the keyboard layout has changed and what I want to do. I choose to use the xorg configuration. But still I don't have deadkeys
Offline
Try:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg" ### Xorg is what I use
Option "XkbModel" "logiultrax" ### My keyboard
Option "XkbLayout" "us" ### The language
Option "XkbVariant" "intl" ### For the deadkeys I guess?
EndSection
larch: http://larch.berlios.de
Offline
Section "InputDevice"
#Option "XkbRules" "xorg"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
#Option "XkbVariant" "nodeadkeys"
EndSection
works for me.
Offline
gradgrind, that wôrkś
Cotton that works too I guess
Problem solved.
Offline
Pages: 1