qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] How to send Ctrl+Alt+F1 to guest OS?


From: Ian C. Blenke
Subject: Re: [Qemu-devel] How to send Ctrl+Alt+F1 to guest OS?
Date: Sat, 7 Feb 2004 03:32:14 -0500
User-agent: Mutt/1.3.28i

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 <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]