Nordmende
Semiprofi
Hallo !
Ich habe nach dem letzten System-Update ein aergerliches Problem:
Unter Fluxbox ist mein Tastaturlayout auf englisch - obwohl in den Einstellungen meines ArchLinux (/etc/rc.conf und xorg.conf) alles auf deutsch steht !
Das komische ist aber: Bevor ich den X-Server starte, hab ich in der Konsole noch das deutsche Layout, starte ich X ist es in englisch......
Meine /etc/rc.conf (Ausschnitt)
Der befehl locale ergibt:
Meine /etc/X11/xorg.conf
Die Zeile die ich auskommentieren musste, hab ich hervorgehoben, die fuer das "InputDevice" ist kursiv geschrieben.
Der Fehler trat erst auf, als ich in der xorg.conf folgende fettgedruckte Zeile auskommentiert habe, da der X-Server sonst nicht mehr gestartet ist....
Woran kann das liegen ??
Ich habe nach dem letzten System-Update ein aergerliches Problem:
Unter Fluxbox ist mein Tastaturlayout auf englisch - obwohl in den Einstellungen meines ArchLinux (/etc/rc.conf und xorg.conf) alles auf deutsch steht !
Das komische ist aber: Bevor ich den X-Server starte, hab ich in der Konsole noch das deutsche Layout, starte ich X ist es in englisch......
Meine /etc/rc.conf (Ausschnitt)
Code:
LOCALE="de_DE.UTF-8"
HARDWARECLOCK="UTC"
USEDIRECTISA="no"
TIMEZONE="Europe/Berlin"
KEYMAP="de-latin1-nodeadkeys"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
Der befehl locale ergibt:
Code:
LANG=de_DE.UTF-8
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE=C
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
Meine /etc/X11/xorg.conf
Die Zeile die ich auskommentieren musste, hab ich hervorgehoben, die fuer das "InputDevice" ist kursiv geschrieben.
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Mon May 19 00:33:37 PDT 2008
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
[B]# RgbPath "/usr/share/X11/rgb"[/B]
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "record"
Load "dbe"
Load "xtrap"
Load "extmod"
Load "freetype"
Load "glx"
EndSection
[I]Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbModel" "pc105"[/I]
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30,0 - 82,0
VertRefresh 56,0 - 76,0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Option "NoLogo" "false"
Option "Coolbits" "1"
#Option "nvagp" "0"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G70 [GeForce 7600 GT]"
EndSection
Section "Screen"
#"1280x1024" "1024x768" "800x600"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
#Modes "1680x1050"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
#Modes "1680x1050"
EndSubSection
EndSection
Der Fehler trat erst auf, als ich in der xorg.conf folgende fettgedruckte Zeile auskommentiert habe, da der X-Server sonst nicht mehr gestartet ist....
Woran kann das liegen ??