[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-xorg
Subject:    Re: xorg 7.6, 2-seat environment, no mice
From:       "StompDagger1 () yahoo ! com" <stompdagger1 () yahoo ! com>
Date:       2012-10-15 6:42:15
Message-ID: 1350283335.20817.YahooMailNeo () web125503 ! mail ! ne1 ! yahoo ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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@d-unger.de>
To: xorg@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@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@yahoo.com


[Attachment #5 (text/html)]

<html><body><div style="color:#000; background-color:#fff; font-family:arial, \
helvetica, sans-serif;font-size:8pt"><div><span>Ditmar,</span></div><div \
style="color: rgb(0, 0, 0); font-size: 10.6667px; font-family: \
arial,helvetica,sans-serif; background-color: transparent; font-style: \
normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: \
10.6667px; font-family: arial,helvetica,sans-serif; background-color: transparent; \
font-style: normal;"><span>as you use recent version of xorg and most probably recent \
udev version, it is recommanded that you setup a hotplugged based \
setup.</span></div><div style="color: rgb(0, 0, 0); font-size: 10.6667px; \
font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: \
normal;"><span>please refer to this tutorial: \
http://wiki.gentoo.org/wiki/Multiseat</span></div><div style="color: rgb(0, 0, 0); \
font-size: 10.6667px; font-family: arial,helvetica,sans-serif; background-color:  \
transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, \
0); font-size: 10.6667px; font-family: arial,helvetica,sans-serif; background-color: \
transparent; font-style: normal;"><span>this will most probably solve all your \
issues.</span></div><div>&nbsp;</div><div>An wise Scandinavian old man once said: "in \
the end, everything is going to be alright"<br></div>  <div style="font-family: \
arial, helvetica, sans-serif; font-size: 8pt;"> <div style="font-family: times new \
roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" \
size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Ditmar \
Unger &lt;ditmar@d-unger.de&gt;<br> <b><span style="font-weight: \
bold;">To:</span></b> xorg@lists.x.org <br> <b><span style="font-weight: \
bold;">Sent:</span></b> Saturday, October 13, 2012 6:39 PM<br> <b><span \
style="font-weight: bold;">Subject:</span></b> xorg 7.6, 2-seat environment, no \
mice<br>  </font> </div> <br>
Hello,<br><br>I've upgraded from OpenSuSE 12.1 to 12.2 with xorg 7.6 in a 2-seat \
environment <br>and cannot separate mice any more.<br>Different to the situation \
before the upgrade I cannot switch off<br><br>Section \
"ServerLayout"<br>&nbsp;&nbsp;&nbsp; Option&nbsp; &nbsp; &nbsp; &nbsp; \
"AutoEnableDevices" "on"<br>&nbsp;&nbsp;&nbsp; Option&nbsp; &nbsp; &nbsp; &nbsp; \
"AutoAddDevices" "on"<br><br>without switching off both mice. Switching it ON leads \
to the input off <br>both keyb. and mice on both screens which makes the multiseat \
environment&nbsp; <br>unusable.<br><br>Switching it OFF leads to \
Xorg.[0,1].log<br><br>config/udev: Adding input device Logitech USB Receiver \
(/dev/input/event0)<br>AutoAddDevices is off - not adding device.<br><br>although the \
keyboards DO work<br><br>and <br>config/udev: Adding input device Logitech Logitech \
BT Mini-Receiver <br>(/dev/input/mouse1)<br>AutoAddDevices is off - not adding \
device.<br><br>and both mice are  dead.<br><br>Any help would be greatly \
appreciated.<br><br>Thanks in advance,<br>Ditmar.<br><br><br>Here are the relevant \
sections of xorg.conf (keyboards use evdev):<br><br>Section "InputDevice"<br>&nbsp; # \
Maus Logitech EX 110<br>&nbsp; # *******************<br>&nbsp; Driver&nbsp; &nbsp; \
&nbsp;  "mouse"<br>&nbsp; Identifier&nbsp;  "Mouse_Logitech_EX110"<br>#&nbsp; \
Option&nbsp; &nbsp; &nbsp;  "Device" \
"/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.5:1.1-<br>mouse"<br>&nbsp; Option&nbsp; \
&nbsp; &nbsp;  "Device" "/dev/input/mouse0"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  \
"Buttons" "12"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  "Name" "ImExPS/2 Logitech \
Explorer Mouse"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  "Protocol" \
"explorerps/2"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  "Vendor" "Sysp"<br>&nbsp; \
Option&nbsp; &nbsp; &nbsp;  "ZAxisMapping" "4 5"<br>EndSection<br><br>Section \
                "InputDevice"<br>&nbsp; # Maus Logitech DiNovo mini<br>&nbsp; #
 *************************<br>&nbsp; Identifier&nbsp;  \
"Mouse_Logitech_DiNovomini"<br>&nbsp; Driver&nbsp; &nbsp; &nbsp;  "mouse"<br>#&nbsp; \
Option&nbsp; &nbsp; &nbsp;  "Device" \
"/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.6.3:1.0-<br>mouse"<br>&nbsp; \
Option&nbsp; &nbsp; &nbsp;  "Device" "/dev/input/mouse1"<br>&nbsp; Option&nbsp; \
&nbsp; &nbsp;  "Buttons" "12"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  "Name" "Logitech \
BT Mini-Receiver"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  "Protocol" \
"explorerps/2"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  "Vendor" "Sysp"<br>&nbsp; \
Option&nbsp; &nbsp; &nbsp;  "ZAxisMapping" "4 5"<br>EndSection<br><br>Section \
"ServerLayout"<br>&nbsp; Identifier&nbsp;  "Layout[TFT]"<br>&nbsp; InputDevice&nbsp; \
"Keyboard_Logitech_EX110" "CoreKeyboard"<br>&nbsp; InputDevice&nbsp; \
"Mouse_Logitech_EX110" "CorePointer"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  "Clone" \
"off"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  "Xinerama" "off"<br>&nbsp; Screen&nbsp; \
&nbsp;  &nbsp;  "Screen_TFT"<br>&nbsp; Option&nbsp; &nbsp; &nbsp; &nbsp; \
"AllowEmptyInput" "off"<br>&nbsp; Option&nbsp; &nbsp; &nbsp; &nbsp; "AutoAddDevices" \
"on"<br>#&nbsp; Option&nbsp; &nbsp; &nbsp;  "AutoAddDevices" "off"<br>&nbsp; \
Option&nbsp; &nbsp; &nbsp; &nbsp; "AutoEnableDevices" "on"<br>#&nbsp; Option&nbsp; \
&nbsp; &nbsp;  "AutoEnableDevices" "off"<br>&nbsp; Option&nbsp; &nbsp; &nbsp; &nbsp; \
"IsolateDevice" "PCI:0:2:0"<br>EndSection<br><br>Section "ServerLayout"<br>&nbsp; \
Identifier&nbsp;  "Layout[Beamer]"<br>&nbsp; InputDevice&nbsp; \
"Keyboard_Logitech_DiNovomini" "CoreKeyboard"<br>&nbsp; InputDevice&nbsp; \
"Mouse_Logitech_DiNovomini" "CorePointer"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  \
"Clone" "off"<br>&nbsp; Option&nbsp; &nbsp; &nbsp;  "Xinerama" "off"<br>&nbsp; \
Screen&nbsp; &nbsp; &nbsp;  "Screen_BEAMER"<br>&nbsp; Option&nbsp; &nbsp; &nbsp; \
&nbsp; "AllowEmptyInput" "off"<br>&nbsp; Option&nbsp; &nbsp; &nbsp; &nbsp; \
"AutoAddDevices" "on"<br>#&nbsp;  Option&nbsp; &nbsp; &nbsp;  "AutoAddDevices" \
"off"<br>&nbsp; Option&nbsp; &nbsp; &nbsp; &nbsp; "AutoEnableDevices" "on"<br>#&nbsp; \
Option&nbsp; &nbsp; &nbsp;  "AutoEnableDevices" "off"<br>&nbsp; Option&nbsp; &nbsp; \
&nbsp;  "IsolateDevice" "PCI:1:0:0"<br>EndSection<br><br>kdmrc \
uses:<br>^^^^^^^^<br>[X-:*-Core]<br>ServerArgsLocal=-nolisten tcp -layout \
Layout[TFT]<br><br>[X-:0-Core]<br>ServerCmd=/usr/bin/X0 \
-br<br><br>[X-:1-Core]<br>ServerArgsLocal=-nolisten tcp -layout Layout[Beamer] \
-sharevts -novtswitch<br>ServerCmd=/usr/bin/X1 -br \
vt8<br>_______________________________________________<br><a \
ymailto="mailto:xorg@lists.x.org" \
href="mailto:xorg@lists.x.org">xorg@lists.x.org</a>: X.Org support<br>Archives: \
http://lists.freedesktop.org/archives/xorg<br>Info: \
http://lists.x.org/mailman/listinfo/xorg<br>Your subscription address: <a \
ymailto="mailto:stompdagger1@yahoo.com" \
href="mailto:stompdagger1@yahoo.com">stompdagger1@yahoo.com</a><br><br><br> </div>  \
</div>  </div></body></html>



_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: freedesktop-xorg@progressive-comp.com

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic