xorg 7.6, 2-seat environment, no mice

StompDagger1@yahoo.com stompdagger1 at yahoo.com
Sun Oct 14 23:42:15 PDT 2012


Ditmar,

as you use recent version of xorg and most probably recent udev version, it is recommanded that you setup a hotplugged based setup.
please refer to this tutorial: http://wiki.gentoo.org/wiki/Multiseat

this will most probably solve all your issues.

 
An wise Scandinavian old man once said: "in the end, everything is going to be alright"


________________________________
 From: Ditmar Unger <ditmar at d-unger.de>
To: xorg at lists.x.org 
Sent: Saturday, October 13, 2012 6:39 PM
Subject: xorg 7.6, 2-seat environment, no mice
 
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
_______________________________________________
xorg at lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: stompdagger1 at yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20121014/0bc8815c/attachment.html>


More information about the xorg mailing list