mijn probleem
: toetsenbord blijft in us staan hoe ik het ook wijzig
-ik kan het wel veranderen in kde met kde keyboard tool maar dat geld alleen voor kde, en since dat ik fluxbox gebruik staat dat nog altijd in qwerty, ik heb het ook aangepast met x-display in kde, dat moest het normaal aanpassen voor alle window managers.lukt ook niet, ook geprobeert manueel xf86config file aan te passen, ook zonder succes, misschien kan iemand me hier mee helpen
pz & cheers
keyboard & layout onder slackware 9.1
hmm bedank voor de moeite,maar since dit het non windows gedeelte is ben ik daar niet veel mee,slackware is namelijk een linux distro
Hij spreekt over een linux distributie Blue-Sky, geen windows. ;)
http://groups.google.com/groups?hl=en&l ... esktop.lan
man -k keyboard zal ook wel wat opleveren denk ik.
http://groups.google.com/groups?hl=en&l ... esktop.lan
For the shell, look in /usr/share/kbd/keymaps/i386 and try "loadkeys" and
if you find the correct layout, have /etc/rc.d/rc.keymap reflect it.
For X, try (backing up your old config) and running "xf86config". But you
might only have to change "us" in "es" (in the config). If that fails -
try messing about "xev" and "xmodmap".
man -k keyboard zal ook wel wat opleveren denk ik.
this eigenlijk heel raar allemaal
rc.keymap ziet der ok uit
#!/bin/sh
# Load the keyboard map. More maps are in /usr/share/kbd/keymaps.
if [ -x /usr/bin/loadkeys ]; then
/usr/bin/loadkeys be-latin1.map
fi
ik start ook op in textmode, daar word wel be-layout toegepast,das het moet wel aan x config liggen
rc.keymap ziet der ok uit
#!/bin/sh
# Load the keyboard map. More maps are in /usr/share/kbd/keymaps.
if [ -x /usr/bin/loadkeys ]; then
/usr/bin/loadkeys be-latin1.map
fi
ik start ook op in textmode, daar word wel be-layout toegepast,das het moet wel aan x config liggen
xf86config voor toetsenbord ziet er zo uit
Section "InputDevice"
Identifier "Keyboard"
Option "XkbModel" "pc104"
Option "XkbLayout" "be"
Driver "keyboard"
EndSection
niets mis me volgens mij
Section "InputDevice"
Identifier "Keyboard"
Option "XkbModel" "pc104"
Option "XkbLayout" "be"
Driver "keyboard"
EndSection
niets mis me volgens mij
- Simplicity
- Member
- Berichten: 83
- Lid geworden op: 03 jan 2003, 00:44
- Locatie: wsmnstr
Als het een hulp ik kan ik mijn XF86Config ff posten (Fedora 1)
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection
Uw Identifier is eigen aan uw distributie dus het zou wel kunnen dat het bij u zonder die 0 is, het model kan je mss es op 105 proberen zetten, maar ik denk da het aan xkbrules ligt, probeer anders eens zoals het er bij mij staat, werkt het niet, dan zet je het weer terug zoals het stond.
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection
Uw Identifier is eigen aan uw distributie dus het zou wel kunnen dat het bij u zonder die 0 is, het model kan je mss es op 105 proberen zetten, maar ik denk da het aan xkbrules ligt, probeer anders eens zoals het er bij mij staat, werkt het niet, dan zet je het weer terug zoals het stond.