Re: [PATCH xserver] linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open fails

2016-07-08 Thread Adam Jackson
On Thu, 2016-07-07 at 12:24 -0700, Chad Versace wrote: > On Thu 07 Jul 2016, Hans de Goede wrote: > > /dev/vc/0 is a devfs thing which is long dead, so stop trying to > > open > > /dev/vc/0, besides being a (small) code cleanup this will also fix > > the > > "parse_vt_settings: Cannot open

Re: [PATCH xserver] linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open fails

2016-07-07 Thread Chad Versace
On Thu 07 Jul 2016, Hans de Goede wrote: > /dev/vc/0 is a devfs thing which is long dead, so stop trying to open > /dev/vc/0, besides being a (small) code cleanup this will also fix the > "parse_vt_settings: Cannot open /dev/tty0 (%s)\n" error message to > display the actual error, rather then the

Re: [PATCH xserver] linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open fails

2016-07-07 Thread Julien Cristau
On Thu, Jul 7, 2016 at 10:55:04 +0200, Hans de Goede wrote: > /dev/vc/0 is a devfs thing which is long dead, so stop trying to open > /dev/vc/0, besides being a (small) code cleanup this will also fix the > "parse_vt_settings: Cannot open /dev/tty0 (%s)\n" error message to > display the actual

[PATCH xserver] linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open fails

2016-07-07 Thread Hans de Goede
/dev/vc/0 is a devfs thing which is long dead, so stop trying to open /dev/vc/0, besides being a (small) code cleanup this will also fix the "parse_vt_settings: Cannot open /dev/tty0 (%s)\n" error message to display the actual error, rather then the -ENOENT from also trying /dev/vc/0. BugLink: