Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Translations:X Window System/19/en
Jump to navigation
Jump to search
If you have no keyboard/mouse input in x11, check if your kernel supports dev
root # zgrep EVDEV /proc/config.gz
if your output is:
CONFIG_INPUT_EVDEV=y
Install xf86-input-evdev
root # emerge xf86-input-evdev