Добрый вечер.
Помогите пожалуйста разобраться, от чего не работает ввод в иксах.
Дано - ядро 2.6.39.3, xorg 7, самодельный дистрибутив.
Проблема - ни мышь, ни клавиатура под иксами не работает.
Вывод xinit:
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
[dix] Could not init font path element /usr/share/fonts/X11//OTF, removing from list!
Warning: locale not supported by Xlib, locale set to C
Warning: X locale modifiers not supported, using default
Failed to open input method
Warning: locale not supported by Xlib, locale set to C
Warning: X locale modifiers not supported, using default
Failed to open input method
Warning: locale not supported by Xlib, locale set to C
Warning: X locale modifiers not supported, using default
Warning: Unable to load any usable fontset
xorg.conf:
Section "Module"
Load "type1"
Load "freetype"
EndSection
Section "Files"
FontPath "/usr/share/fonts/liberation"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/encodings"
FontPath "/usr/share/fonts/X11/TTF"
FontPath "/usr/share/fonts/X11/Type1"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "evdev"
Option "CoreKeyboard"
Option "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "fbdev"
VideoRam 4096
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Мышь и клава находится:
input: AT Raw Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input1
Устройства есть и работают, cat /dev/psaux и /dev/input/event0 даёт правильный мусор.
Много чего пробовал менять в xorg.conf по нагугленным советам, толку ноль.
От чего такое может быть?
Как исправлять?
Помогите пожалуйста.