Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2006 21:46:21 -0500
From:      Parv <parv@pair.com>
To:        Ian Moore <no-spam@swiftdsl.com.au>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Ctrl+Alt+number terminal switching stopped working
Message-ID:  <20060130024621.GA7895@holestein.holy.cow>
In-Reply-To: <200601282258.11962.no-spam@swiftdsl.com.au>
References:  <200601282258.11962.no-spam@swiftdsl.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <200601282258.11962.no-spam@swiftdsl.com.au>, wrote Ian
Moore thusly...
>
> I've just noticed I can't switch from my X session back to the
> other vtty screens using Ctrl+Alt+1, Ctrl+Alt+2 etc.  I can't seem
> to find any info on this - is it a known issue or is it just my
> system?

I can't say if "XkbDisable" would help in your case ...

  Section "ServerFlags"
    Option "DontZap"        "false"
    Option "AllowMouseOpenFail"     "true"

    #  XFree86 4.[34].x - Add "DontVTSwitch" to be false (for console
    #  switching).
    Option "DontVTSwitch"   "false"

    Option "HandleSpecialKeys"      "Always"

    #  Xorg 6.8.(2|99.903) - Add "XkbDisable" to be true (for console
    #  switching).
    Option "XkbDisable"      "true"
  EndSection


... but try it.


  - Parv

-- 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060130024621.GA7895>