You are not logged in.

#1 2006-02-20 12:42:06

rafal
Member
From: Poland
Registered: 2005-05-18
Posts: 49

xorg 7, mouse, keyboard problems

After upgrading to xorg 7, I cannot start X and I get the following errors

(II) UnloadModule: "mouse"
(EE) Failed to load module "mouse" (module does not exist, 0)
(II) LoadModule: "keyboard"
(WW) Warning, couldn't open module keyboard
(II) UnloadModule: "keyboard"
(EE) Failed to load module "keyboard" (module does not exist, 0)
...
(II) Initializing extension GLX
(EE) No Input driver matching `mouse'
(EE) No Input driver matching `keyboard'
(WW) No core pointer registered
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
No core keyboard

Fatal server error:
failed to initialize core devices

my xorg.conf

Section "InputDevice"
    Identifier    "Keyboard1"
    Driver    "keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"    "xorg"
    Option "XkbModel"    "pc104"
    Option "XkbLayout"    "pl"
EndSection
Section "InputDevice"
    Identifier    "Mouse1"
    Driver    "mouse"
    Option "Protocol"         "IMPS/2"
    Option "Device"           "/dev/input/mice"
    Option "Emulate3Buttons"  "true"
    Option "ZAxisMapping"     "4 5"
EndSection

Any idea what is wrong?

I reinstalled nvidia but it didn't help either.

Offline

#2 2006-02-20 12:45:47

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: xorg 7, mouse, keyboard problems

you need to install the mouse and keyboard drivers wink

xf86-input-keyboard
xf86-input-mouse

Offline

Board footer

Powered by FluxBB