Hi Jonathan,<br><br>Thanks for trying the multiseat stuff.  I haven&#39;t tried Debian 5.0, but if you&#39;re not getting anything at all in /dev/usbseat, it seems like the 50-usbseat.rules are not getting executed at all.  Are the .rules files in the same location on Debian 5.0?  Do the permissions and ownership match those of the other .rules?  There have been some small udev syntax changes in the past, but all recent distros should be the same.  I&#39;d look first for something major out of place (perhaps the point of the hang).  <br>
<br>On that, try disabling the use of the displaylink device as a text console: via <a href="http://libdlo.freedesktop.org/wiki/TextConsole">http://libdlo.freedesktop.org/wiki/TextConsole</a> or some better method.<br><br>
Perhaps also try testing the rules independently: <a href="http://reactivated.net/writing_udev_rules.html#testing">http://reactivated.net/writing_udev_rules.html#testing</a><br><br>Won&#39;t help this problem, but I&#39;ll have some small simplifications to <a href="http://libdlo.freedesktop.org/wiki/MultiSeatTerminal">http://libdlo.freedesktop.org/wiki/MultiSeatTerminal</a> shortly.  Also, the xrandr -o 0 workaround is essential for getting multiseat on Ubuntu 9.04 is working better (but still has some other problems vs. Ubuntu  8.10, e.g. input events getting reflected to the console).  <br>
<br>Thanks for reporting back (or adding to the libdlo wiki) any solutions you find!<br><br>Thanks,<br>Bernie<br><br><div class="gmail_quote">On Tue, Sep 15, 2009 at 5:54 AM, Jonathan D. Proulx <span dir="ltr">&lt;<a href="mailto:jon@csail.mit.edu">jon@csail.mit.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi All,<br>
<br>
I&#39;m trying to get a Multiseat config setup on a Debian 5.0 (lenny)<br>
system.  The &quot;hard&quot; part seems to work.  I have the fb module and xorg<br>
driver built and I get a text terminal and can manually start X on the<br>
DisplayLink device.<br>
<br>
But it seems there something not right with<br>
/etc/udev/rules.d/50-usbseat.rules<br>
<br>
I have the Display link, keyboard and mouse plugged into a powered<br>
USB2 hub (with nothing else on that hub) but I don&#39;t get anything in<br>
/dev/usbseat, infact I don&#39;t even get a /dev/usbseat.  Not quite sure<br>
what to look for,  while I&#39;m not terribly familiar with udev, it seems<br>
pretty simple:<br>
<br>
# aliases for display, kbd, mouse attached to specific hubs<br>
<br>
KERNEL==&quot;fb*&quot;,SUBSYSTEMS==&quot;usb&quot;,PROGRAM=&quot;/bin/cat /sys/%p/../../../devnum&quot;,SYMLINK+=&quot;usbseat/%c/display&quot;<br>
KERNEL==&quot;mouse*&quot;, SUBSYSTEMS==&quot;usb&quot;, ATTRS{bInterfaceClass}==&quot;03&quot;, ATTRS{bInterfaceProtocol}==&quot;02&quot;, PROGRAM=&quot;/bin/cat /sys/%p/../../../../../devnum&quot;,SYMLINK+=&quot;usbseat/%c/mouse&quot;<br>

KERNEL==&quot;event*&quot;, SUBSYSTEM==&quot;input&quot;, ATTRS{bInterfaceClass}==&quot;03&quot;, ATTRS{bInterfaceProtocol}==&quot;01&quot;,PROGRAM=&quot;/bin/cat /sys/%p/../../../../../devnum&quot;,SYMLINK+=&quot;usbseat/%c/keyboard&quot;<br>

<br>
<br>
<br>
Also if I reboot with the display link attached, the boot process<br>
hangs sometime _after_ switching the console to the displaylink<br>
device.  Sorry didn&#39;t quite catch what it was trying to do, so don&#39;t<br>
expect much enlightenment on this point.<br>
<br>
Thanks,<br>
-Jon<br>
_______________________________________________<br>
Libdlo mailing list<br>
<a href="mailto:Libdlo@lists.freedesktop.org">Libdlo@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libdlo" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libdlo</a><br>
</blockquote></div><br>