View previous topic :: View next topic |
Author |
Message |
bienchen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/9701399674aca5f2fea6b8.jpg)
Joined: 14 Sep 2004 Posts: 261 Location: Hamburg, Germany
|
Posted: Tue Sep 27, 2005 6:03 pm Post subject: serious problem with keyboard |
|
|
Hello,
IŽm in big trouble with my keyboard. Several weeks ago, I bought myself a american-layout keyboard (yeah!).
Before, I had a german-qwertz (buh!).
Now my keyboard is not working correctly and I have absolotely no idea what to do!
How do I change my system to accept a us board with no dead keys?
Even a few keys are not work. The backtick for example:Ž
And typing some keys twice is so annoying!
Me needs help!
greetings,
bienchen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dlareh Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/gallery/BaldursGate/baldursgate_minsc.gif)
Joined: 06 Aug 2005 Posts: 2102
|
Posted: Tue Sep 27, 2005 6:09 pm Post subject: |
|
|
$EDITOR /etc/conf.d/keymaps _________________ "Mr Thomas Edison has been up on the two previous nights discovering 'a bug' in his phonograph." --Pall Mall Gazette (1889)
Are we THERE yet? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bienchen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/9701399674aca5f2fea6b8.jpg)
Joined: 14 Sep 2004 Posts: 261 Location: Hamburg, Germany
|
Posted: Tue Sep 27, 2005 6:23 pm Post subject: |
|
|
my /etc/conf.d/keymaps:
# Use KEYMAP to specify the default console keymap. There is a complete tree
# of keymaps in /usr/share/keymaps to choose from.
KEYMAP="us"
# Should we first load the 'windowkeys' console keymap? Most x86 users will
# say "yes" here. Note that non-x86 users should leave it as "no".
SET_WINDOWKEYS="no"
# The maps to load for extended keyboards. Most users will leave this as is.
EXTENDED_KEYMAPS=""
#EXTENDED_KEYMAPS="backspace keypad euro"
# Tell dumpkeys(1) to interpret character action codes to be
# from the specified character set.
# This only matters if you set UNICODE="yes" in /etc/rc.conf.
# For a list of valid sets, run `dumpkeys --help`
DUMPKEYS_CHARSET=""
What does "SET_WINDOWKEYS" do?
greetings,
bienchen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dlareh Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/gallery/BaldursGate/baldursgate_minsc.gif)
Joined: 06 Aug 2005 Posts: 2102
|
Posted: Tue Sep 27, 2005 6:27 pm Post subject: |
|
|
WINDOWKEYS are they keys with the windows/XP logo.
It seems you are asking about the X keyboard layout, not the console. For that you have to edit /etc/X11/xorg.conf. Try something like:
Code: | Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
#Option "XkbVariant" "nodeadkeys"
EndSection |
_________________ "Mr Thomas Edison has been up on the two previous nights discovering 'a bug' in his phonograph." --Pall Mall Gazette (1889)
Are we THERE yet? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bienchen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/9701399674aca5f2fea6b8.jpg)
Joined: 14 Sep 2004 Posts: 261 Location: Hamburg, Germany
|
Posted: Tue Sep 27, 2005 9:24 pm Post subject: |
|
|
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "en_US"
Option "XkbModel" "pc105"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection
This is what I have in my XF86conf. But nothing changed.
When I type into the Adressline of firefox I can get a backtick: ´,
But typing into konsole, emacs, kwrite leaves me with:
By the way: Is the Xserver restarted, every time I leave a session?
greetings,
bienchen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bienchen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/9701399674aca5f2fea6b8.jpg)
Joined: 14 Sep 2004 Posts: 261 Location: Hamburg, Germany
|
Posted: Tue Sep 27, 2005 9:35 pm Post subject: |
|
|
Now I got some hint:
I've set my keyboard layout in KDE to pc105-us(intl) or something like this.
From kde I got that this is enabled by "setxkbmap -model pc105 -layout us -variant intl".
Now because I have no "intl" keyboard, I tried
"setxkbmap -model pc105 -layout us"
And got everything I wanted...but KDE has no adjustment I can see in Kontrolcenter to have this permanently...any clue how I set this system-wide and forever?
greetings,
bienchen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|