Gentoo Archives: gentoo-user

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Switching from X to a VT
Date: Sat, 08 Jul 2006 00:46:08
Message-Id: 44AEFB30.6000003@gentoo.org
In Reply to: [gentoo-user] Switching from X to a VT by Statux
1 Statux wrote:
2 > I don't know if this has been asked yet/recently, but I've noticed that
3 > I cannot use the ctrl+alt+F? sequence to pop out of X since my upgrade
4 > to xorg 7.0. I'm assuming that ctrl+alt+backspace won't kill the server
5 > either.
6
7 This usually means your XKB is broken.
8
9 First, make sure you're on a recent sync and remerge xkeyboard-config
10 --oneshot. Next, try running setxkbmap to see what error messages you get:
11
12 # prints current layout -- should show a few lines of info
13 setxkbmap -print
14 # sets a new layout and model
15 setxkbmap -layout us -model pc105
16
17 Thanks,
18 Donnie

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Switching from X to a VT (SOLVED) Statux <statux@×××××××××.net>