qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Ian C. Blenke" <ian@blenke.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] How to send Ctrl+Alt+F1 to guest OS?
Date: Sat, 7 Feb 2004 03:32:14 -0500	[thread overview]
Message-ID: <20040207083213.GA5082@fresh-install> (raw)
In-Reply-To: <20040207075831.GG666@stud.uni-erlangen.de>

If you have the vlock package installed on your host, try running "vlock -a"
from the command line.

You can make this change permanent as well. XFree86 4.3.0 and later have
the "DontVTSwitch" option in the "ServerFlags" section to disable VT console 
switching (CNTL-ALT-Fn)

Older versions have a similar "DontZap" option for the CNTL-ALT-BKSP sequence,
as well as a "DontZoom" option for the CNTL-ALT-+/- sequence.

# /etc/X11/XF86Config-4
Section "ServerFlags"
	...
	Option "DontVTSwitch" "true"
	Option "DontZap" "true"
	Option "DontZoom" "true"
	...
EndSection

Hope this helps.

- Ian C. Blenke <ian@blenke.com>

  reply	other threads:[~2004-02-07  8:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-07  0:16 [Qemu-devel] How to send Ctrl+Alt+F1 to guest OS? Josh Metzler
2004-02-07  7:33 ` Lionel Ulmer
2004-02-07  7:58   ` Thomas Glanzmann
2004-02-07  8:32     ` Ian C. Blenke [this message]
2004-02-07  9:35       ` Thomas Glanzmann
2004-02-07 15:07 ` Josh Metzler
2004-02-07 15:13   ` Thomas Glanzmann
2004-02-19 23:51     ` Fabrice Bellard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040207083213.GA5082@fresh-install \
    --to=ian@blenke.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).