On Mon, 09.09.13 09:28, Damian Ivanov ([email protected]) wrote:

> Hi guys,
> 
> I have the plugable multi seat station but would like to use it for
> extending the desktop. Is there some variable at boot I can set, or
> some file I can edit, rather than manually attaching the device to
> seat0?

"loginctl attach /sys/.... seat0"

Or if you want the entire automatic seat logic to go, just drop the line 

SUBSYSTEM=="usb", ATTR{idVendor}=="2230", ATTR{idProduct}=="000[13]", 
ENV{ID_AUTOSEAT}="1"

from 71-seat.rules (copy it from /usr/lib to /etc for that, otherwise it
will be overriden again on next package upgrade).

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to