You are not logged in.

#1 2009-04-17 13:04:51

l3nko
Member
Registered: 2009-04-17
Posts: 18

keyboard on DE

Hi, i come from ubuntu. I've installed arch from ftp, after i've installed kde but on kde the keyboard doesn't start.
I post my xorg.conf:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
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  "record"
    Load  "extmod"
    Load  "glx"
    Load  "dbe"
    Load  "dri2"
    Load  "dri"
    #for the touchpad
    Load "synaptics"
EndSection


Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "CoreKeyboard"
    Option      "XkbRules"   "xorg"   
    Option      "XkbLayout"   "it"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "synaptics"
    Option        "Protocol" "auto-dev"
    Option        "Device" "/dev/psaux"
    #Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
    HorizSync 28.0 - 96.0
    VertRefresh 50-75
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     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile GM965/GL960 Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
    Option "PanelSize" "1280x800"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Modes "1280x800" "800x600" "640x480"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Modes "1280x800" "800x600" "640x480"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Modes "1280x800" "800x600" "640x480"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Modes "1280x800" "800x600" "640x480"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

where is the problem?
thanks

Offline

#2 2009-04-17 13:14:10

bodo
Member
From: Slovakia
Registered: 2007-10-29
Posts: 8
Website

Re: keyboard on DE

Try to set like this:

Option  "XkbLayout"     "de"

Offline

#3 2009-04-17 19:33:18

l3nko
Member
Registered: 2009-04-17
Posts: 18

Re: keyboard on DE

bodo wrote:

Try to set like this:

Option  "XkbLayout"     "de"

hi, for de in would say Desktop Environment like KDE.
I've installed xf86-input-keyboard but the keyboard after i start X didn't go.

Offline

#4 2009-04-17 20:01:33

evr
Arch Linux f@h Team Member
Registered: 2009-01-23
Posts: 554

Re: keyboard on DE

are you saying that you weren't able to type once kde started?  Is HAL starting correctly?

Offline

#5 2009-04-17 20:14:04

l3nko
Member
Registered: 2009-04-17
Posts: 18

Re: keyboard on DE

evr wrote:

are you saying that you weren't able to type once kde started?  Is HAL starting correctly?

thank you...the problem was HAL!

Offline

#6 2009-04-17 20:23:40

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: keyboard on DE


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#7 2009-04-17 20:49:12

evr
Arch Linux f@h Team Member
Registered: 2009-01-23
Posts: 554

Re: keyboard on DE

l3nko wrote:
evr wrote:

are you saying that you weren't able to type once kde started?  Is HAL starting correctly?

thank you...the problem was HAL!

no problem, glad to help smile

and if you're problem is solved now, don't forget to mark the title as such by editing your first post

Offline

Board footer

Powered by FluxBB