Bug #104
closedX.org configuration is missing keyboard and mouse modules.
100%
Description
There are errors on starting X related to the keyboard and mouse, and neither works when matchbox is running.
Updated by Hammel over 12 years ago
The errors on startup are as follows:
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) Failed to load module "kbd" (module does not exist, 0)
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) No input driver matching `mouse'
(EE) Failed to load module "kbd" (module does not exist, 0)
(EE) No input driver matching `kbd'
glx and dri are not a problem right now. It's the mouse and kbd modules that I need to find.
Update:
Looks like these drivers were not enabled in the buildroot config. I've enabled them and am rerunning the rootfs build.
Updated by Hammel over 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Compiled drivers fixed this issue.
Updated Buildroot config has been committed.