View previous topic :: View next topic |
Author |
Message |
sense.d n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Feb 2003 Posts: 62
|
Posted: Fri Oct 15, 2004 5:46 pm Post subject: Tastaturlayout in X verdreht und in Konsole lueckenhaft |
|
|
hallo...
ich wuerde gern wissen, wie ich in konsole, sowie in X das richtige tastaturlayout (deutsch) einstelle...
(habe notebook)
in X hat er das amerikanische design und in der konsole sind einiger tasten leer bzw funktionieren die umlaute nicht richtig....
hab auch schon die eintraege in der rc.conf und der xorg.conf ueberprueft... sind alle laut doku richtig...
woran kanns noch liegen?
danke |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NueX Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/17617519123ef19ccc308c9.png)
Joined: 19 Jun 2003 Posts: 196 Location: Germany
|
Posted: Fri Oct 15, 2004 6:00 pm Post subject: |
|
|
Poste doch bitte erstmal deine Configs (/etc/rc.conf, xorg.conf [sofern du xorg-x11 benutzt]... aber ohne Kommentare!).
Dann können wir dir weiterhelfen.
Gruß, NueX |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sense.d n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Feb 2003 Posts: 62
|
Posted: Fri Oct 15, 2004 6:07 pm Post subject: |
|
|
ok...
rc.conf
⚬ Code: |
KEYMAP="de-latin1-nodeadkeys"
SET_WINDOWKEYS="yes"
CONSOLEFONT="lat9w-16"
CLOCK="UTC"
EDITOR="/bin/nano"
PROTOCOLS="1 2"
XSESSION="fluxbox"
|
hier die xorg.conf
Code: |
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
Load "speedo"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbModel" "pc102"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "neomagic"
VendorName "Neomagic Corporation"
BoardName "NM2200 [MagicGraph 256AV]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768 800x600 640x480"
EndSubSection
EndSection
Section "ServerFlags"
Option "standby time" "10"
EndSection
|
hoffe, dass das hilft
danke |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NueX Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/17617519123ef19ccc308c9.png)
Joined: 19 Jun 2003 Posts: 196 Location: Germany
|
Posted: Fri Oct 15, 2004 9:53 pm Post subject: |
|
|
Also zu deinem Problem in der Konsole kann ich dir auch nicht helfen. Die Einstellungen sollten soweit eigentlich OK sein. Vielleicht musst du da nochmal genauer beschreiben, welche Tasten wie belegt sind (und wie sie eigentlich belegt sein sollten).
In deiner xorg.conf solltest du die InputDevices lieber so festlegen: Code: | Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbModel" "pc105"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection | Lass dir die Config doch einfach durch "xorgconfig" (als root) erzeugen. Dann sollte das schön laufen.
Gruß, NueX |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sense.d n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Feb 2003 Posts: 62
|
Posted: Sun Oct 17, 2004 3:55 pm Post subject: |
|
|
kuhl danke unter X geht die tastatur jetzt bestens....
mit der konsole muss ich mal genau nachschauen....
danke erstmal..
gruß |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|