LINUX.ORG.RU

История изменений

Исправление Kroz, (текущая версия) :

Судя по логу у тебя клавиатура и мышь даже не попытались инициализироваться.

1. Проверяй в ядре:

Device Drivers --->
  Input device support --->
  <*>  Event interface
2. Как тебе уже сказали, INPUT_DEVICES=«evdev synaptics» (без всяких keyboard и mouse). После этого:
$ emerge -pvuND world
3.
$ revdep-rebuild -i
4. Удаляй /etc/X11/xorg.conf и делай startx

Должно все заработать. В /var/log/Xorg.0.log должно быть много сообщений от evdev типа такого:

...
[    25.225] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    25.225] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.225] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    25.225] (II) Using input driver 'evdev' for 'Power Button'
[    25.225] (**) Power Button: always reports core events
[    25.225] (**) evdev: Power Button: Device: "/dev/input/event0"
[    25.225] (--) evdev: Power Button: Vendor 0 Product 0x1
[    25.225] (--) evdev: Power Button: Found keys
[    25.225] (II) evdev: Power Button: Configuring as keyboard
[    25.225] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    25.225] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    25.225] (**) Option "xkb_rules" "evdev"
[    25.225] (**) Option "xkb_model" "evdev"
[    25.225] (**) Option "xkb_layout" "us"
[    25.225] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    25.225] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event3)
[    25.225] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[    25.225] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[    25.226] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
...

Исходная версия Kroz, :

Судя по логу у тебя клавиатура и мышь даже не попытались инициализироваться.

1. Проверяй в ядре:

Device Drivers --->
  Input device support --->
  <*>  Event interface
2. Как тебе уже сказали, INPUT_DEVICES=«evdev synaptics» (без всяких keyboard и mouse). После этого:
$ emerge -pvuND world
3.
$ revdep-rebuild -i
4. Удаляй /etc/X11/xorg.conf и делай startx

После этого смотри /var/log/Xorg.0.log . Должно быть много сообщений от evdev типа такого:

...
[    25.225] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    25.225] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.225] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    25.225] (II) Using input driver 'evdev' for 'Power Button'
[    25.225] (**) Power Button: always reports core events
[    25.225] (**) evdev: Power Button: Device: "/dev/input/event0"
[    25.225] (--) evdev: Power Button: Vendor 0 Product 0x1
[    25.225] (--) evdev: Power Button: Found keys
[    25.225] (II) evdev: Power Button: Configuring as keyboard
[    25.225] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    25.225] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    25.225] (**) Option "xkb_rules" "evdev"
[    25.225] (**) Option "xkb_model" "evdev"
[    25.225] (**) Option "xkb_layout" "us"
[    25.225] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    25.225] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event3)
[    25.225] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[    25.225] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[    25.226] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
...