
Code: Select all
[ 81.801] (II) Initializing extension GLX
[ 82.744] (II) config/udev: Adding input device Logitech USB Trackball (/dev/input/mouse0)
[ 82.744] (**) Logitech USB Trackball: Applying InputClass "Mouse0"
[ 82.744] (II) LoadModule: "mouse"
[ 82.744] (II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
[ 82.780] (II) Module mouse: vendor="X.Org Foundation"
[ 82.780] compiled for 1.10.0.902, module version = 1.7.0
[ 82.780] Module class: X.Org XInput Driver
[ 82.780] ABI class: X.Org XInput driver, version 12.2
[ 82.780] (II) Using input driver 'mouse' for 'Logitech USB Trackball'
[ 82.781] (II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
[ 82.781] (**) Logitech USB Trackball: always reports core events
[ 82.781] (**) Option "Device" "/dev/input/mouse0"
[ 82.814] (II) Logitech USB Trackball: Setting mouse protocol to "PS/2"
[ 82.814] (==) Logitech USB Trackball: Protocol: "Auto"
[ 82.814] (**) Logitech USB Trackball: always reports core events
[ 82.854] (**) Option "Emulate3Buttons" "no"
[ 82.854] (**) Option "ZAxisMapping" "4 5"
[ 82.854] (**) Logitech USB Trackball: ZAxisMapping: buttons 4 and 5
[ 82.854] (**) Logitech USB Trackball: Buttons: 9
[ 82.854] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.4/usb5/5-1/5-1:1.0/input/input6/mouse0"
[ 82.854] (II) XINPUT: Adding extended input device "Logitech USB Trackball" (type: MOUSE)
[ 82.854] (**) Logitech USB Trackball: (accel) keeping acceleration scheme 1
[ 82.854] (**) Logitech USB Trackball: (accel) acceleration profile 0
[ 82.854] (**) Logitech USB Trackball: (accel) acceleration factor: 2.000
[ 82.854] (**) Logitech USB Trackball: (accel) acceleration threshold: 4
[ 82.898] (II) Logitech USB Trackball: Setting mouse protocol to "PS/2"
[ 83.046] (II) Logitech USB Trackball: ps2EnableDataReporting: succeeded
[ 125.840] (II) UnloadModule: "mouse"
[ 125.840] (II) Unloading mouse
Code: Select all
Section "Device"
Identifier "Nvidia Card"
Driver "nvidia"
EndSection
Code: Select all
Section "InputClass"
Identifier "Mouse0"
MatchIsPointer "on"
Driver "mouse"
Option "AutoEnableDevices" "true"
Option "AutoAddDevices" "true"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputClass"
Identifier "Keyboard0"
MatchIsKeyboard "yes"
Driver "kbd"
Option "AutoRepeat" "500 5"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "lb3:ralt_switch"
Option "RightAlt" "ModeShift"
EndSection


Code: Select all
# ls /dev/input
by-id by-path mice mouse0

Code: Select all
[ 117.881] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 117.881] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 117.881] (**) Power Button: Applying InputClass "Keyboard default"
[ 117.881] (II) LoadModule: "evdev"
[ 117.881] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 117.886] (II) Module evdev: vendor="X.Org Foundation"
[ 117.886] compiled for 1.10.1, module version = 2.6.0
[ 117.886] Module class: X.Org XInput Driver
[ 117.886] ABI class: X.Org XInput driver, version 12.2
[ 117.886] (II) Using input driver 'evdev' for 'Power Button'
[ 117.886] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 117.886] (**) Power Button: always reports core events
[ 117.886] (**) Power Button: Device: "/dev/input/event1"
[ 117.902] (--) Power Button: Found keys
[ 117.902] (II) Power Button: Configuring as keyboard
[ 117.902] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 117.902] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 117.902] (**) Option "xkb_rules" "evdev"
[ 117.902] (**) Option "xkb_model" "pc105"
[ 117.902] (**) Option "xkb_layout" "de"
[ 117.902] (**) Option "xkb_variant" "nodeadkeys"
[ 117.902] (**) Option "xkb_options" "lb3:ralt_switch"
[ 117.947] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 117.947] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 117.947] (**) Power Button: Applying InputClass "Keyboard default"
[ 117.947] (II) Using input driver 'evdev' for 'Power Button'
[ 117.947] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 117.947] (**) Power Button: always reports core events
[ 117.947] (**) Power Button: Device: "/dev/input/event0"
[ 117.958] (--) Power Button: Found keys
[ 117.958] (II) Power Button: Configuring as keyboard
[ 117.958] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 117.958] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 117.958] (**) Option "xkb_rules" "evdev"
[ 117.958] (**) Option "xkb_model" "pc105"
[ 117.958] (**) Option "xkb_layout" "de"


OK, a bit more digging found this in my syslog:Matrix7 wrote:More to report:
emerged xorg-server like this:
[ebuild R ] x11-base/xorg-server-1.10.0.902 USE="-ipv6 -kdrive -nptl udev xorg -dmx -doc -minimal -static-libs -tslib" 0 kB
and now it works fine. Not sure which USE flag causes the trouble, but I will report back further when I find out.
EDIT:
Sadly it only worked once. Having recompiled xorg-server with different use flag combinations, I can't reproduce the functioning combination. I've had to revert to xorg-server-1.9 and compatible nvidia-drivers.
Code: Select all
May 13 09:11:37 hostname kernel: nvidia 0000:03:00.0: PCI INT A disabled
May 13 09:11:37 hostname kernel: nvidia 0000:04:00.0: PCI INT A disabled
May 13 09:15:11 hostname kernel: nvidia 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
May 13 09:15:11 hostname kernel: nvidia 0000:03:00.0: setting latency timer to 64
May 13 09:15:11 hostname kernel: vgaarb: device changed decodes: PCI:0000:03:00.0,olddecodes=none,decodes=none:owns=io+mem
May 13 09:15:11 hostname kernel: nvidia 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
May 13 09:15:11 hostname kernel: nvidia 0000:04:00.0: setting latency timer to 64
May 13 09:15:11 hostname kernel: NVRM: loading NVIDIA UNIX x86 Kernel Module 270.41.06 Mon Apr 18 14:54:25 PDT 2011
May 13 09:15:13 hostname acpid: client connected from 4744[0:0]
May 13 09:15:13 hostname acpid: 1 client rule loaded
May 13 09:15:21 hostname kernel: vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
May 13 09:15:21 hostname kernel: NVRM: RmInitAdapter failed! (0x26:0xffffffff:1050)
May 13 09:15:21 hostname kernel: NVRM: rm_init_adapter(1) failed
May 13 09:15:22 hostname kdm[4742]: X server died during startup
May 13 09:15:22 hostname kdm[4742]: X server for display :0 cannot be started, session disabled