Bug 132186
| Summary: | Cannot switch from X to console anymore using Ctrl-Alt-F1..F6 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | jeroen <jeroen> |
| Component: | xorg-x11 | Assignee: | X/OpenGL Maintenance List <xgl-maint> |
| Status: | CLOSED WORKSFORME | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | benh, byte |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | powerpc | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-20 13:04:35 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 121179 | ||
|
Description
jeroen
2004-09-09 18:57:58 UTC
I have noticed the same thing on my 15 inch titanium. Running latest rawhide updates. What are you guys (both dkl and jeroen) having in /etc/X11/xorg.conf
as your keyboard identifiers?
If your:
Option "XkbModel" "pc105"
the switching should work. It only breaks when XkbModel is set to
"macintosh" right?
Looks like an upstream xkb issue (and mharris hates xkb :P)
Confirmed, that the problem exists in 0903 nightly install. Same issue, I confirm that it breaks with both the "macintosh/us" keymap that comes with Xorg CVS and with my home hacked "fr" one (see xorg list, though I can include it if you want). I haven't been able to reproduce the bug (I don't have PPC hardware), but here's a thing to try out: Add this line to /usr/X11R6/lib/X11/xkb/symbols/macintosh/us at line 150 (after the other include statements): include "srvr_ctrl(xfree86)" That may or may not fix it, please let me now. This is working for me in rawhide, and was working in FC3. Is anyone else still suffering? |