Re: [PATCH 2/2] systemd-logind: Fix vt-enter not working when using a legacy video driver

2014-03-10 Thread Peter Hutterer
On Fri, Mar 07, 2014 at 11:22:34AM +0100, Hans de Goede wrote: If there is only a single non kms video device (tested with the vesa driver), then we will never get a resume signal for a drm node, so also call vtenter when we get a resume for an input device. Notes: 1) vtenter checks if it

[PATCH 2/2] systemd-logind: Fix vt-enter not working when using a legacy video driver

2014-03-07 Thread Hans de Goede
If there is only a single non kms video device (tested with the vesa driver), then we will never get a resume signal for a drm node, so also call vtenter when we get a resume for an input device. Notes: 1) vtenter checks if it is ok to do the vtenter, so if there are kms video devices the calls

Re: [PATCH 2/2] systemd-logind: Fix vt-enter not working when using a legacy video driver

2014-03-07 Thread Hans de Goede
Hi On 03/07/2014 11:22 AM, Hans de Goede wrote: If there is only a single non kms video device (tested with the vesa driver), then we will never get a resume signal for a drm node, so also call vtenter when we get a resume for an input device. Notes: 1) vtenter checks if it is ok to do the