[PATCH] bsd: Add support for -novtswitch.

2011-05-13 Thread Cyril Brulebois
VT switching back to the initial VT is possible in the following case: #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) Make it possible to prevent that from happening if -novtswitch was passed, which should make the life of display manager developers easier, especially when it comes to h

Re: [PATCH] bsd: Add support for -novtswitch.

2011-05-13 Thread Alan Coopersmith
On 05/13/11 07:57 AM, Cyril Brulebois wrote: > VT switching back to the initial VT is possible in the following case: > #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) > > Make it possible to prevent that from happening if -novtswitch was > passed, which should make the life of display m

Re: [PATCH] bsd: Add support for -novtswitch.

2011-05-14 Thread Matthieu Herrb
On Fri, May 13, 2011 at 04:57:13PM +0200, Cyril Brulebois wrote: > VT switching back to the initial VT is possible in the following case: > #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) > > Make it possible to prevent that from happening if -novtswitch was > passed, which should make t

Re: [PATCH] bsd: Add support for -novtswitch.

2011-05-14 Thread Julien Cristau
On Sat, May 14, 2011 at 12:53:48 +0200, Matthieu Herrb wrote: > On Fri, May 13, 2011 at 04:57:13PM +0200, Cyril Brulebois wrote: > > VT switching back to the initial VT is possible in the following case: > > #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) > > > > Make it possible to pre

Re: [PATCH] bsd: Add support for -novtswitch.

2011-05-14 Thread Julien Cristau
On Fri, May 13, 2011 at 16:57:13 +0200, Cyril Brulebois wrote: > VT switching back to the initial VT is possible in the following case: > #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) > > Make it possible to prevent that from happening if -novtswitch was > passed, which should make th

Re: [PATCH] bsd: Add support for -novtswitch.

2011-05-16 Thread Cyril Brulebois
Hi, Alan Coopersmith (13/05/2011): > Our gdm maintainer has been poking me about -novtswitch as well, so > maybe we should consider moving it up to the xfree86 ddx common > layer, instead of replicating for each OS. are there any prospective patches in that direction? Or should I address the poi