PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ALT-GR funktioniert nicht



ballaballa
07.01.04, 01:02
Hi,

ich habe jetzt schon ewig gesucht, vieles gefunden, aber nichts hat was gebracht.
Meine ALT-GR-Taste will einfach nicht funktionieren. So kann also den Strich auf der <>-Taste, die Tilde, das AT-Zeichen, eckige/geschweifte, etc. nicht schreiben. Das amerikanische Tastaturlayout kann ich aber 100%ig nicht haben, da ich die Umlaute äöüß schreiben kann...
In der Shell (also nicht über X) funktioniert das aber alles.

Meine XF86Config:
# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
#Fontpath "/usr/X11R6/lib/X11/fonts/misc"
#Fontpath "/usr/X11R6/lib/X11/fonts/misc"
#Fontpath "/usr/X11R6/lib/X11/fonts/local"
#Fontpath "/usr/X11R6/lib/X11/fonts/CID"
#Fontpath "/usr/X11R6/lib/X11/fonts/Speedo"
#Fontpath "/usr/X11R6/lib/X11/fonts/TTF"
#Fontpath "/usr/X11R6/lib/X11/fonts/encodings"
#Fontpath "/usr/X11R6/lib/X11/fonts/util"
#Fontpath "/usr/X11R6/lib/X11/fonts/misc"
#Fontpath "/usr/X11R6/lib/X11/fonts/75dpi"
#Fontpath "/usr/X11R6/lib/X11/fonts/100dpi"
#Fontpath "/usr/X11R6/lib/X11/fonts/Type1"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de-latin1-nodeadkeys"
#Option "XkbVariant"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "L767"
DisplaySize 380 300
HorizSync 24.0 - 80.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection



Vielen Dank für eure Hilfe schon einmal im Voraus!

nunja
07.01.04, 06:07
Ersetze mal die Zeile

Option "XkbLayout" "de-latin1-nodeadkeys"

gegen

Option "XkbLayout" "nodeadkeys"

und schau mal in /etc/sysconfig/keyboard ob dort die Zeile

KEYTABLE="de-latin1-nodeadkeys"

steht. Dann sollte eigentlich alles klappen.

ballaballa
07.01.04, 15:46
Die Zeile hab ich ersetzt, das Verzeichnis sysconfig existiert bei mir nicht.
Hat leider nichts gebracht, die ALTGR-Taste geht immernoch nicht :(

core
07.01.04, 18:01
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "Xleds" "1 2 3"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

So sieht's bei mir aus... try and figure :-)

Doh!
07.01.04, 19:31
Mal dran gedacht, dass die Taste physikalisch im Poppes ist? Tastatur getauscht?

ballaballa
07.01.04, 19:55
(AT)Doh!:

Original geschrieben von mir
In der Shell (also nicht über X) funktioniert das aber alles.

(AT)core:Nein, hat leider auch nichts gebracht... :(

ballaballa
07.01.04, 20:17
Hab hier (http://lists.debian.org/debian-user-german/2002/debian-user-german-200209/msg00409.html) mit Google was gefunden. Nur leider existiert die Datei /etc/X11/xkb/X0-config.keyboard bei mir nicht, da noch nicht einmal das Verzeichnis /etc/X11/xkb vorhanden ist.

Was mich übrigens wundert ist, dass ich auf dem Nummernblock unter X auch dann Zahlen schreiben kann, wenn NUM LOCK aus ist. Ich weiß nicht, ob das wichtig ist, aber ich wollte es lieber mal gesagt haben...

Ich habe aus meiner XF86Config nun die ganzen Kommentare entfernt. Sie sollte jetzt besser lesbar sein...
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "Keyboard"
Option "Xleds" "1 2 3"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "L767"
DisplaySize 380 300
HorizSync 24.0 - 80.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

nunja
08.01.04, 04:21
Du schreibst:

"Die Zeile hab ich ersetzt, das Verzeichnis sysconfig existiert bei mir nicht. "

Wenn - siehe meine Nachricht weiter oben - das Verzeichnis /etc/sysconfig nicht existiert wundert es mich das Deine RH Installation überhaupt läuft.

Melde Dich mal als Anwender root an uns schau ob der Eintrag aus meiner vorherigen Nachricht in /etc/sysconfig/keyboard vorhanden ist. Ansonsten kannst Du viel rumdoktern und es bringt alles nichts.

ballaballa
08.01.04, 12:11
Original geschrieben von nunja
Deine RH Installation Oh, nein, ich hab vergessen euch zu sagen, dass ich Debian SID benutze. Ich hatte bisher RedHat9, bin dann aber wegen Apt umgestiegen und habe nur die XF86Config übernommen...
Sorry!

ballaballa
09.01.04, 14:53
so, habs geschafft!
Wenn jemand dasselbe Problem haben sollte, hier schauen: http://forums.gentoo.org/viewtopic.php?t=33624#197217

Trotzdem danke für eure Hilfe!