[OE-core] [PATCH] xserver-nodm-init: Respawn service in case of failure

2018-04-10 Thread Ramon Fried
From: Ramon Fried It appears that sometimes xserver-nodm.service is starting before display driver finished loading causing the following failure in Xorg log: (EE) open /dev/dri/card0: No such file or directory The introduced by this patch is to restart the service, hopefully the display driver

Re: [OE-core] [PATCH] xserver-nodm-init: Respawn service in case of failure

2018-04-10 Thread Nicolas Dechesne
On Tue, Apr 10, 2018 at 1:20 PM, Ramon Fried wrote: > From: Ramon Fried > > It appears that sometimes xserver-nodm.service is starting before > display driver finished loading causing the following failure in > Xorg log: > (EE) open /dev/dri/card0: No such file or directory > > The introduced by

Re: [OE-core] [PATCH] xserver-nodm-init: Respawn service in case of failure

2018-04-12 Thread Khem Raj
On 4/10/18 12:48 PM, Nicolas Dechesne wrote: > On Tue, Apr 10, 2018 at 1:20 PM, Ramon Fried wrote: >> From: Ramon Fried >> >> It appears that sometimes xserver-nodm.service is starting before >> display driver finished loading causing the following failure in >> Xorg log: >> (EE) open /dev/dri/ca

Re: [OE-core] [PATCH] xserver-nodm-init: Respawn service in case of failure

2018-04-12 Thread Nicolas Dechesne
On Thu, Apr 12, 2018 at 5:55 PM, Khem Raj wrote: > On 4/10/18 12:48 PM, Nicolas Dechesne wrote: >> On Tue, Apr 10, 2018 at 1:20 PM, Ramon Fried wrote: >>> From: Ramon Fried >>> >>> It appears that sometimes xserver-nodm.service is starting before >>> display driver finished loading causing the f