Bug 216703
| Summary: | CTRL-ALT-<plus/minus> will not change screen resolution in X | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | William W. Austin <waustin> | ||||
| Component: | xorg-x11-server | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-12-01 18:27:27 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: | |||||||
| Attachments: |
|
||||||
|
Description
William W. Austin
2006-11-21 16:51:53 UTC
Created attachment 141789 [details]
/etc/X11/xorg.conf and Xorg.0.log in gzipped tar file
In case it not clear, the same bug occurs identically whether I use the default "nv" driver or the 3rd part "nvidia" driver. After a lot more investigation the problem seems to be that on the number keypad
only the "Num Lock" and "Enter" keys are recognized under fc6 (on this keyboard,
anyway). If I boot back to the fc5 partition, they are recognized just fine
under X11. The xorg.conf files are essentially identical except for the
necessary difference in module path (/usr/lib64/xorg/modules vs.
/usr/X11R6/lib64/modules + /usr/X11R6/lib/modules).
The problem is also definitely independent of whether I use stock ('nv') driver
or closed-source 'nvidia' driver - identical results with either.
Tried swapping keyboards with identical results (this kbd works fine on another
fc5 machine I have here and the kbd from that box shows the same problem under
fc6 although it works fine on the fc5 machine).
In text (non-X) mode, the numeric keypad works fine on both fc5 and fc6.
FWIW, in X, xkeycaps cannot detect presses from any of the "ignored" keys in the
numeric keypad (no xevents): '/', '*', '-', '[0-9]', '+', '.' . Yep, only enter
and numlock are detected - have tried 3 different kbds with same results from all 3.
I think this is a duplicate of the other resolution-switching bugs. Once the fixed X server is available, please test it out. If that doesn't fix the problem, feel free to reopen this bug. *** This bug has been marked as a duplicate of 216656 *** (In reply to comment #4) > I think this is a duplicate of the other resolution-switching bugs. Once the > fixed X server is available, please test it out. If that doesn't fix the > problem, feel free to reopen this bug. > > *** This bug has been marked as a duplicate of 216656 *** I am a bit concerned because of two major differences between the bugs: A) The entire number keypad is dead here, not just the +/- keys (although they were what made me notice it to begin with). B) Also this is nvidia, not radeon, and the same thing occurs with either the "normal" nv driver or the NIVIDIA "nvidia" driver. That seems a touch significant. Otherwise I hope it works. |