On Tue, Apr 18, 2017 at 5:20 AM, Bob Marcan <bob.marcan@gmail.com> wrote:
On Mon, 17 Apr 2017 09:36:03 -0600
InvalidPath <invalid.path@gmail.com> wrote:

> This morning I had some time spent trying to get my Dell XPS 13 9550 to
> output to three displays.  Using the thunderbolt/USB-C Dell 3100 dock, and
> HDMI cable/monitor and a DP to mini-DP/monitor.  But my question is, during
> this fight, I attempts to run the laptop with the lid shut.  Outputting to
> the two external displays, powered up by power button on the dock.  Long
> story short it did not work.. but what's weird is that I raised the lid
> ever so slightly and could tell that it was on.
> Now if the system senses the lid when it shuts to suspend.. why not in this
> case?  Could this have anything to do with the hybrid graphics?
>
> Thanks!

[~]$  diff /etc/systemd/logind.conf.ORG /etc/systemd/logind.conf
24a25
> HandleLidSwitch=ignore
[~]$
BR, Bob
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org


I only have the one logind.conf file:

 bhart@Vostok  /etc/systemd cat logind.conf  
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See logind.conf(5) for details.

[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
#HandlePowerKey=poweroff
#HandleSuspendKey=suspend
#HandleHibernateKey=hibernate
#HandleLidSwitch=suspend
#HandleLidSwitchDocked=ignore
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#HoldoffTimeoutSec=30s
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RemoveIPC=yes
#InhibitorsMax=8192
#SessionsMax=8192
#UserTasksMax=33%
bhart@Vostok  /etc/systemd