Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Tastaturlayout in X verdreht und in Konsole lueckenhaft
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
sense.d
n00b
n00b


Joined: 07 Feb 2003
Posts: 62

PostPosted: Fri Oct 15, 2004 5:46 pm    Post subject: Tastaturlayout in X verdreht und in Konsole lueckenhaft Reply with quote

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
View user's profile Send private message
NueX
Apprentice
Apprentice


Joined: 19 Jun 2003
Posts: 196
Location: Germany

PostPosted: Fri Oct 15, 2004 6:00 pm    Post subject: Reply with quote

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
View user's profile Send private message
sense.d
n00b
n00b


Joined: 07 Feb 2003
Posts: 62

PostPosted: Fri Oct 15, 2004 6:07 pm    Post subject: Reply with quote

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
View user's profile Send private message
NueX
Apprentice
Apprentice


Joined: 19 Jun 2003
Posts: 196
Location: Germany

PostPosted: Fri Oct 15, 2004 9:53 pm    Post subject: Reply with quote

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
View user's profile Send private message
sense.d
n00b
n00b


Joined: 07 Feb 2003
Posts: 62

PostPosted: Sun Oct 17, 2004 3:55 pm    Post subject: Reply with quote

kuhl danke unter X geht die tastatur jetzt bestens....

mit der konsole muss ich mal genau nachschauen....

danke erstmal..

gruß
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum