You are not logged in.
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
you need to install the mouse and keyboard drivers
xf86-input-keyboard
xf86-input-mouse
Offline