[systemd-devel] udev hwdb add unknown button

2017-06-09 Thread Floris
to asus-laptop.c line 355 [2] and rebuild the kernel module, I am able to remap and use the media button on the laptop. Is this a flaw in the kernel module or in udev? Floris [1] https://www.asus.com/Laptops/R2E/ [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.gi

Re: [systemd-devel] How to disable systemd multiseat feature?

2017-11-14 Thread Floris
simultaneous on the same machine. GDM just wait till an other user login, which in your case will never happen. Maybe you can disable the fast-user-switch feature? But I'm not sure if this stops GDM from running. Floris *) Correct me if I'm wrong __

Re: [systemd-devel] Multi seats

2015-09-03 Thread Floris
ot; EndSection Section "Device" Identifier "Seat1" Driver "nvidia" BusID "PCI:2:0:0" Option "ProbeAllGpus" "FALSE" MatchSeat "seat1" Option "TripleBuffer" "ON" # Option "CustomEDID" "/etc/X11/nv-edid.raw" EndSection Success, floris ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Multi seats setup How-to

2015-09-03 Thread Floris
Identifier "Seat1" Driver "nvidia" BusID "PCI:2:0:0" Option "ProbeAllGpus" "FALSE" MatchSeat "seat1" EndSection 5. reboot or trigger udev to load the rule 6. Check if the seat is created $

Re: [systemd-devel] help : loginctl won't add new seat

2015-09-03 Thread Floris
s" "FALSE" MatchSeat "seat0" EndSection Section "Device" Identifier "Seat1" Driver "fglrx" BusID "PCI:3:0:0" Option "ProbeAllGpus" "FALSE" MatchSeat "seat1" EndSection Looks good. Success, floris ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Multi seats setup How-to

2015-09-03 Thread Floris
;t have to write a rule for it. success, floris ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Multi seats setup How-to

2015-09-04 Thread Floris
boot) $ loginctl show-session (two users logged in) SESSIONUID USER SEAT 2 1001 Martin seat0 1 1000 Louisseat0 c1 42 gdm seat0 3 sessions listed. $ loginctl list-seats SEAT seat0 1 seats listed.

[systemd-devel] Scroll journalctl

2015-02-17 Thread Floris
he right direction to solve this problem, thanks floris uname -a Linux Jessica 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt4-3 (2015-02-03) x86_64 GNU/Linux systemd --version systemd 218 +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -

Re: [systemd-devel] Scroll journalctl

2015-02-17 Thread Floris
Op Tue, 17 Feb 2015 15:25:42 +0100 schreef Reindl Harald : Am 17.02.2015 um 15:14 schrieb Floris: Dear maintainers, in the past I was able to scroll the journalctl output with the arrow keys. Unfortunately since 215 I have to use the "s", "d", "f", and &

[systemd-devel] seat1 ACL

2014-08-17 Thread Floris
ss a package or is this a bug? Thanks, floris $ systemd --version systemd 208 +PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org

Re: [systemd-devel] seat1 ACL

2014-08-18 Thread Floris
Op Mon, 18 Aug 2014 15:14:31 +0200 schreef Lennart Poettering : On Sun, 17.08.14 20:17, Floris (jkflo...@dds.nl) wrote: Hey, maybe I'm missing something, but a user on the second seat (seat1) does not get the right rights from logind. What version of systemd is this? Please only r

[systemd-devel] joystick doesn't respect seat rule

2014-05-28 Thread Floris
Hey, I have created an udev rule for an usb hub with "loginctl attach" so every device I plug-in will go to seat1 $cat /etc/udev/rules.d/72-seat-usb-pci-_00_1a_0-usb-0_1_4.rules TAG=="seat", ENV{ID_FOR_SEAT}=="usb-pci-_00_1a_0-usb-0_1_4", ENV{ID_SEAT}="seat1" Nevertheless, when I p

Re: [systemd-devel] joystick doesn't respect seat rule

2014-05-28 Thread Floris
Are you logged in as the same user on both seats? Nobody is logged in on seat1 I think the difference is that with `jstest`, the device doesn't interact with your seat, but *you* are interacting directly with its device node, so the only thing that's checked is devnode permissions... When

Re: [systemd-devel] joystick doesn't respect seat rule

2014-05-28 Thread Floris
Op Wed, 28 May 2014 19:06:22 +0200 schreef Zbigniew Jędrzejewski-Szmek : On Wed, May 28, 2014 at 05:45:01PM +0200, Floris wrote: >Are you logged in as the same user on both seats? > Nobody is logged in on seat1 >I think the difference is that with `jstest`, the device doesn&#x

Re: [systemd-devel] joystick doesn't respect seat rule

2014-05-28 Thread Floris
Op Wed, 28 May 2014 20:38:17 +0200 schreef Mantas Mikulėnas : So the seat assignment works fine – gdm is added to the ACL. The problem is that the devnode is *world-readable*. and how can we fix this? tia, floris___ systemd-devel mailing list s

[systemd-devel] send -isolateDevice and -config option to Xserver

2013-11-22 Thread Floris
t-x start the second Xserver with a gdm3 for seat1 But does it also start seat0? And how can I send the -isolateDevice option to the Xservers? thanks, floris ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] send -isolateDevice and -config option to Xserver

2013-11-24 Thread Floris
Op Sat, 23 Nov 2013 01:39:33 +0100 schreef Laércio de Sousa :Hi Floris! The best option for you is to use Nouveau open-source drivers with your NVIDIA card, because they are more systemd-friendly. If you really need the proprietary NVIDIA drivers, you'll need to recompile xorg-server with

[systemd-devel] Not authorized to perform operation

2013-12-02 Thread Floris
drive in Nautilus I get: "Unable to access "video" Not authorized to perform operation" There is no pop-up which ask for a password. Can someone point me how to solve this problem? Some information about my system: Please ask if you need more floris@Alice:~$ groups floris r

[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 mast

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&

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&

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 nee

[systemd-devel] X fatal server error with -seat option

2013-07-08 Thread Floris
ed. [ 2188.890] Fatal server error: [ 2188.890] no screens found [ 2188.890] (EE) Bugs https://bugzilla.redhat.com/show_bug.cgi?id=878605 and https://bugzilla.redhat.com/show_bug.cgi?id=962907 about the same problem already exist, but aren't solved. I hope that some of the developers will fix this issue. Floris ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel