Problemer med dansk layout i X paa arch [LØST]
Hej
Jeg har lige installeret arch og jeg har nogle problemer med tastetur layoutet. Hvis jeg ikke starter X er der dansk layout, men naar X startes er der amerikansk layout. Jeg har defineret dansk layout i xorg.conf, saa jeg kan ikke se hvad jeg har gjort galt. Min computer er en Dell latitude d620, hvis det kan hjaelpe.
Indhold af xorg.conf:
Jeg har lige installeret arch og jeg har nogle problemer med tastetur layoutet. Hvis jeg ikke starter X er der dansk layout, men naar X startes er der amerikansk layout. Jeg har defineret dansk layout i xorg.conf, saa jeg kan ikke se hvad jeg har gjort galt. Min computer er en Dell latitude d620, hvis det kan hjaelpe.
Indhold af xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "SynapticsTouchpad" "SendCoreEvents"
EndSection
Section "Files"
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 "dbe"
Load "extmod"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "SynapticsTouchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "RightEdge" "840"
Option "SHMConfig" "on"
Option "Emulate3Buttons" "on"
EndSection
Section "Monitor"
#DisplaySize 300 190 # mm
Identifier "Monitor0"
VendorName "SEC"
ModelName "3157"
EndSection
Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # []
#Option "SWcursor" # []
#Option "ColorKey" #
#Option "CacheLines" #
#Option "Dac6Bit" # []
#Option "DRI" # []
#Option "NoDDC" # []
#Option "ShowCache" # []
#Option "XvMCSurfaces" #
#Option "PageFlip" # []
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
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
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Kommentarer3
Re: Problemer med dansk layout i X paa arch
Den nyeste xorg bruger input hotpluging. Derfor kan du ikke længere sætte keyboard via xorg.conf med mindre du disabler hotpluging. Det hele står i begynderguiden på arch's wiki.
Re: Problemer med dansk layout i X paa arch
Jeg kan godt forstå rationalet, men jeg synes fortsat, at det er en irriterende måde.
Re: Problemer med dansk layout i X paa arch