Re: [systemd-devel] seat-master example

2013-06-02 Thread Floris
Op Sun, 02 Jun 2013 18:29:13 +0200 schreef Floris : Op Sun, 02 Jun 2013 15:32:15 +0200 schreef Tom Gundersen : On Sun, Jun 2, 2013 at 3:07 PM, Floris wrote: And what should I add if I didn't use a mainline graphics driver or a driver that taints the kernel? Then you'll need to add a rule

Re: [systemd-devel] seat-master example

2013-06-02 Thread Floris
Op Sun, 02 Jun 2013 15:32:15 +0200 schreef Tom Gundersen : On Sun, Jun 2, 2013 at 3:07 PM, Floris wrote: And what should I add if I didn't use a mainline graphics driver or a driver that taints the kernel? Then you'll need to add a rule equivalent to SUBSYSTEM=="graphics", KERNEL=="fb[0-9

Re: [systemd-devel] seat-master example

2013-06-02 Thread Tom Gundersen
On Sun, Jun 2, 2013 at 3:07 PM, Floris wrote: > And what should I add if I didn't use a mainline graphics driver or a driver > that taints the kernel? Then you'll need to add a rule equivalent to SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat", TAG+="master-of-seat" but replace fb[0-9] w

Re: [systemd-devel] seat-master example

2013-06-02 Thread Floris
Op Sun, 02 Jun 2013 14:07:25 +0200 schreef Tom Gundersen : On Sun, Jun 2, 2013 at 1:01 PM, Floris wrote: on http://www.freedesktop.org/wiki/Software/systemd/multiseat/ there is a paragraph about udev-rules and the tag "master-of-seat". (or is it renamed to "seat-master"?) Nevertheless, can

Re: [systemd-devel] seat-master example

2013-06-02 Thread Tom Gundersen
On Sun, Jun 2, 2013 at 1:01 PM, Floris wrote: > the tag "master-of-seat". (or is it renamed to "seat-master"?) "master-of-seat" is the correct tag: . -t

Re: [systemd-devel] seat-master example

2013-06-02 Thread Tom Gundersen
On Sun, Jun 2, 2013 at 1:01 PM, Floris wrote: > on http://www.freedesktop.org/wiki/Software/systemd/multiseat/ there is a > paragraph about udev-rules and the tag "master-of-seat". (or is it renamed > to "seat-master"?) Nevertheless, can some give me an example of the udev > rule > how I can creat

[systemd-devel] seat-master example

2013-06-02 Thread Floris
Hey, on http://www.freedesktop.org/wiki/Software/systemd/multiseat/ there is a paragraph about udev-rules and the tag "master-of-seat". (or is it renamed to "seat-master"?) Nevertheless, can some give me an example of the udev rule how I can create a seat master? thanks, floris _