Bug 173600
Summary: | XkbLayout "us_intl" breaks Ctrl-Alt-F1, Compose, ISO_Level3_Shift | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alexandre Oliva <oliva> |
Component: | xorg-x11-xkbdata | Assignee: | Mike A. Harris <mharris> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-22 01:53:18 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: | 150222 |
Description
Alexandre Oliva
2005-11-18 15:54:51 UTC
FWIW, I found out that it is this line in /etc/X11/xorg.conf that is the culprit: Option "XkbLayout" "us_intl" If I change that to plain `us', then Ctrl-Alt-F1 works, but compose keys don't. If I log in and then run: setxkbmap us -symbols 'us(pc105compose)+compose(ralt)+us_intl(basic)' then compose works and I'm happy, but users can't use compose keys to enter their login or password, so that would be a problem for a final release. Any idea of why us_intl would have stopped working, or at least some pointer about where I can start looking for clues? Thanks, This is still broken, and not being able to use the keyboard properly nor switch to the text console before logging in will drive a lot of people away from FC5T2 if it's still broken. Any suggestions of where to start looking for a solution? This is actually the same problem than #173267 and #173268 I suggest you test system-config-keyboard to see if it manages to produce a xorking xorg.conf in your case, and if not reopen #173268 (marking this one as duplicate) Note that after you've fixed your xorg.conf you'll probably hit #173267 so you should also test this one Thanks for the pointers. The suggestion of using system-config-keyboard in bug 173268 has enabled me to change my long-ago custom-made xorg.conf such that it works with modular X the way it used to before modular X. As for bug 173267, I'm not going to run into it because I use us_intl exclusively, no layout hot switching. I'll leave this open because there should be some sort of warning somewhere (Xorg.0.log) indicating that us_intl does not work, as opposed to being AFAICT silently ignored. |