xorg 7.6, 2-seat environment, no mice

Ditmar Unger ditmar at d-unger.de
Sat Oct 13 09:39:47 PDT 2012


Hello,

I've upgraded from OpenSuSE 12.1 to 12.2 with xorg 7.6 in a 2-seat environment 
and cannot separate mice any more.
Different to the situation before the upgrade I cannot switch off

Section "ServerLayout"
	Option        "AutoEnableDevices" "on"
	Option        "AutoAddDevices" "on"

without switching off both mice. Switching it ON leads to the input off 
both keyb. and mice on both screens which makes the multiseat environment  
unusable.

Switching it OFF leads to Xorg.[0,1].log

config/udev: Adding input device Logitech USB Receiver (/dev/input/event0)
AutoAddDevices is off - not adding device.

although the keyboards DO work

and 
config/udev: Adding input device Logitech Logitech BT Mini-Receiver 
(/dev/input/mouse1)
AutoAddDevices is off - not adding device.

and both mice are dead.

Any help would be greatly appreciated.

Thanks in advance,
Ditmar.


Here are the relevant sections of xorg.conf (keyboards use evdev):

Section "InputDevice"
  # Maus Logitech EX 110
  # *******************
  Driver       "mouse"
  Identifier   "Mouse_Logitech_EX110"
#  Option       "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.5:1.1-
mouse"
  Option       "Device" "/dev/input/mouse0"
  Option       "Buttons" "12"
  Option       "Name" "ImExPS/2 Logitech Explorer Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  # Maus Logitech DiNovo mini
  # *************************
  Identifier   "Mouse_Logitech_DiNovomini"
  Driver       "mouse"
#  Option       "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.6.3:1.0-
mouse"
  Option       "Device" "/dev/input/mouse1"
  Option       "Buttons" "12"
  Option       "Name" "Logitech BT Mini-Receiver"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "ServerLayout"
  Identifier   "Layout[TFT]"
  InputDevice  "Keyboard_Logitech_EX110" "CoreKeyboard"
  InputDevice  "Mouse_Logitech_EX110" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen_TFT"
  Option        "AllowEmptyInput" "off"
  Option        "AutoAddDevices" "on"
#  Option       "AutoAddDevices" "off"
  Option        "AutoEnableDevices" "on"
#  Option       "AutoEnableDevices" "off"
  Option        "IsolateDevice" "PCI:0:2:0"
EndSection

Section "ServerLayout"
  Identifier   "Layout[Beamer]"
  InputDevice  "Keyboard_Logitech_DiNovomini" "CoreKeyboard"
  InputDevice  "Mouse_Logitech_DiNovomini" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen_BEAMER"
  Option        "AllowEmptyInput" "off"
  Option        "AutoAddDevices" "on"
#  Option       "AutoAddDevices" "off"
  Option        "AutoEnableDevices" "on"
#  Option       "AutoEnableDevices" "off"
  Option       "IsolateDevice" "PCI:1:0:0"
EndSection

kdmrc uses:
^^^^^^^^
[X-:*-Core]
ServerArgsLocal=-nolisten tcp -layout Layout[TFT]

[X-:0-Core]
ServerCmd=/usr/bin/X0 -br

[X-:1-Core]
ServerArgsLocal=-nolisten tcp -layout Layout[Beamer] -sharevts -novtswitch
ServerCmd=/usr/bin/X1 -br vt8


More information about the xorg mailing list