[PATCH] bsd: Add support for -novtswitch.
Julien Cristau
jcristau at debian.org
Sat May 14 04:05:43 PDT 2011
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 the life of display manager developers easier,
> especially when it comes to handling multiple users.
>
> X.Org Bug 37174 <http://bugs.freedesktop.org/show_bug.cgi?id=37174>
>
> Signed-off-by: Cyril Brulebois <kibi at debian.org>
> ---
> hw/xfree86/os-support/bsd/bsd_init.c | 8 +++++++-
> 1 files changed, 7 insertions(+), 1 deletions(-)
>
> Patch tested on a GNU/kFreeBSD VM, on top of 1.10.2rc1. Applies on top
> of master too, but not tested against it.
>
Compared to the Linux path, this is missing the regen case
(serverGeneration > 1 in OpenConsole()), and the Xorg -help text in
xf86UseMsg().
Cheers,
Julien
More information about the xorg-devel
mailing list