You are not logged in.
Pages: 1
I installed the xfce4 desktop environment successfully but then everytime i run it, my keyboard stops responding. Any help on how i can fix this?
Last edited by rhomheow (2017-05-11 22:21:16)
Offline
Can you enter into tty? When you press numlock does the led on your keyboard turn on-off?
Check the logs.
Offline
No. I can't enter into tty. No key on the keyboard responds at all.
Offline
how do you run it and how did you configure your keyboard?
Offline
Today i tried again and my keyboard-light button was working. I was able to turn my back light on and off. However, no other key was working. My mouse too works fine. I put startxfce4 in the .xinitrc file and so used the startx command to start it.
Offline
Try replacing xf86-input-libinput with xf86-input-evdev (install the latter and add some /etc/X11/xorg.conf.d/11-keyboard.conf)
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbModel" "evdev"
Option "XkbRules" "xorg"
Option "XkbKeycodes" "evdev"
Driver "evdev"
EndSection
The three options may be required for reasonable input behavior.
Also try to ssh into the machine to inspect dmesg and maybe the xorg log.
Offline
Tried this. System told me that "MatchisKeyboard" could not be recognized. However, when I commented that line out, the DE loaded and I could enter tty but then my mouse also stopped responding.
Try replacing xf86-input-libinput with xf86-input-evdev (install the latter and add some /etc/X11/xorg.conf.d/11-keyboard.conf)
Section "InputClass" Identifier "Keyboard Defaults" MatchIsKeyboard "yes" Option "XkbModel" "evdev" Option "XkbRules" "xorg" Option "XkbKeycodes" "evdev" Driver "evdev" EndSection
The three options may be required for reasonable input behavior.
Also try to ssh into the machine to inspect dmesg and maybe the xorg log.
Offline
Yes, thus "MatchIsKeyboard" and btw. not "MatchisKeyboard" - case matters.
What's the exact error message?
Offline
I edited the keyboard.conf file again and it worked this time. Thank you so much.
Yes, thus "MatchIsKeyboard" and btw. not "MatchisKeyboard" - case matters.
What's the exact error message?
Offline
So is there a pending problem with the keyboard input or did this fix the the initial problem as well?
(In case, please always remember to mark a thread as solved - to hint others; and in this case me as well ;-)
Offline
[SOLVED] No this fixed all the problems. Thank you.
So is there a pending problem with the keyboard input or did this fix the the initial problem as well?
(In case, please always remember to mark a thread as solved - to hint others; and in this case me as well ;-)
Offline
No, you got to edit the first posts title ;-)
Offline
Done
No, you got to edit the first posts title ;-)
Offline
Pages: 1