Re: Multi-monitor configuration oddness

2017-04-24 Thread Jeffrey Ross



On 04/23/2017 06:36 PM, Tim wrote:

Allegedly, on or about 23 April 2017, Jeffrey Ross sent:

The problem is when the system boots up the system identifies the
screen on the closed lid as a valid and active monitor and puts the
login screen on that monitor while displays 2 and 3 are on but blank.
Once I log in (blindly) the system will properly recognized that the
lid monitor is not active only display on #2 & 3, and in fact if I
choose "Displays" it will show that monitor #1 is a "Built-in display"
and list it as off.

You will have set up that multi-screen configuration as *your* settings.
The login manager has its own.

In the past (on older versions of Gnome, that I have used), if I located
my monitors.xml file (on this OS at /home/tim/.config/monitors.xml), I
could copy it into the home space of GDM (the login manage for my old
OS), which was: /var/lib/gdm/.config/monitors.xml

I mention *my* *old* installations, because I don't know if the current
ones do the same thing in the same way, but I'd guess something similar.
Look for your monitors.xml file.  Find the homespace for your login
display manager.

[tim@paralytic ~]$ locate monitors.xml
/home/tim/.config/monitors.xml

[root@paralytic ~]# grep gdm /etc/passwd
gdm:x:42:42::/var/lib/gdm:/sbin/nologin

[root@paralytic ~]#cp /home/tim/.config/monitors.xml /var/lib/gdm/.config/

And, for good measure, if this is the solution for you.  You can also
copy the xml file into /etc/skel/.config/ so that any newly created
users will get the monitors.xml file put into their homespace as their
account is set up.



That seems to have done it, thanks for the guidance.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Multi-monitor configuration oddness

2017-04-23 Thread Charlie Kravetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Sun, 23 Apr 2017 16:21:38 -0400
Jeffrey Ross  wrote:

>I have a laptop (Lenovo T440P) with the Ultra dock docking station.   I 
>have 2 monitors connected to the docking station both via a the display 
>port interfaces, and the monitors work fine, the system recognizes them 
>as screen numbers 2 and 3.
>
>The problem is when the system boots up the system identifies the screen 
>on the closed lid as a valid and active monitor and puts the login 
>screen on that monitor while displays 2 and 3 are on but blank.  Once I 
>log in (blindly) the system will properly recognized that the lid 
>monitor is not active only display on #2 & 3, and in fact if I choose 
>"Displays" it will show that monitor #1 is a "Built-in display" and list 
>it as off.
>
>I am using the default Gnome desktop with the current updates for Fedora 25.
>
>I'm going to guess there is a simple tweak someplace that I'm missing.
>
>Thanks, Jeff
>___
>users mailing list -- users@lists.fedoraproject.org
>To unsubscribe send an email to users-le...@lists.fedoraproject.org


I found that making the laptop screen be on the right in Xfce Display
settings, it forces the login to the external monitor. It appears that
the left monitor is the primary here.

- -- 
Charlie Kravetz
Linux Registered User Number 425914
[http://linuxcounter.net/user/425914.html]
Never let anyone steal your DREAM.   [http://keepingdreams.com]
-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEG5QK93YKrQMH22ZTiq6LjqbJ0IAFAlj9PuMACgkQiq6LjqbJ
0IANpAgAyrp772vNm1lktc3k6+iZZy9iUOe3X2WUpdjsnUgxWXIbJKHCekJV+s7p
wBLKaSetCacqvp082Mdefw/7jqBjTYkBvaUBWIlZa0/U6RrhuDQ2xcj/PXdkcLFB
LnLD1atalqpOqd2Q6wT4SSuVinKRZuFdXbTuez5lT+KjRkEwYyD37KeK+jOwCZmz
3nNw8ijUAPcc+Ull+fwXdQhCZeZOWl3oAyPBQ9PAI8hbyhzU4DbiqbZNEorhneUN
sVTB4hwZNTAjYVLrIINusyRIm2i/2dU/TQquJXKMMCJ2i3p3z2pwYsz31J6EV3VJ
05RsEGziLL4xSrVKEytv/Gpr6go+Fg==
=FQxY
-END PGP SIGNATURE-
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Multi-monitor configuration oddness

2017-04-23 Thread Ian Pilcher

On 04/23/2017 03:21 PM, Jeffrey Ross wrote:

I'm going to guess there is a simple tweak someplace that I'm missing.


No guarantees, but you can try adding i915.panel_ignore_lid=0 to your
kernel command line.  (This works on my T430s with KDM and Plasma.)

--

Ian Pilcher arequip...@gmail.com
 "I grew up before Mark Zuckerberg invented friendship" 

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Multi-monitor configuration oddness

2017-04-23 Thread Tim
Allegedly, on or about 23 April 2017, Jeffrey Ross sent:
> The problem is when the system boots up the system identifies the
> screen on the closed lid as a valid and active monitor and puts the
> login screen on that monitor while displays 2 and 3 are on but blank.
> Once I log in (blindly) the system will properly recognized that the
> lid monitor is not active only display on #2 & 3, and in fact if I
> choose "Displays" it will show that monitor #1 is a "Built-in display"
> and list it as off. 

You will have set up that multi-screen configuration as *your* settings.
The login manager has its own.

In the past (on older versions of Gnome, that I have used), if I located
my monitors.xml file (on this OS at /home/tim/.config/monitors.xml), I
could copy it into the home space of GDM (the login manage for my old
OS), which was: /var/lib/gdm/.config/monitors.xml

I mention *my* *old* installations, because I don't know if the current
ones do the same thing in the same way, but I'd guess something similar.
Look for your monitors.xml file.  Find the homespace for your login
display manager.

[tim@paralytic ~]$ locate monitors.xml
/home/tim/.config/monitors.xml

[root@paralytic ~]# grep gdm /etc/passwd
gdm:x:42:42::/var/lib/gdm:/sbin/nologin

[root@paralytic ~]#cp /home/tim/.config/monitors.xml /var/lib/gdm/.config/

And, for good measure, if this is the solution for you.  You can also
copy the xml file into /etc/skel/.config/ so that any newly created
users will get the monitors.xml file put into their homespace as their
account is set up.


-- 
[tim@localhost ~]$ uname -rsvp
Linux 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64

Boilerplate:  All mail to my mailbox is automatically deleted, there is
no point trying to privately email me, I only get to see the messages
posted to the mailing list.

Linux servers are always being dæmonised...


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org