|
Bugzilla – Full Text Bug Listing |
| Summary: | Changed keycodes break custom .Xmodmap | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Christian Boltz <suse-beta> |
| Component: | X.Org | Assignee: | E-mail List <xorg-maintainer-bugs> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <xorg-maintainer-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE 12.2 | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Christian Boltz
2012-06-15 17:38:44 UTC
Sounds more like a dup of bnc#551727. Could it be that you still used the "keyboard" driver with openSUSE 12.1 due to still using an old xorg.conf (and now switched to "evdev" driver by no longer using any xorg.conf). I'm still using an (old) xorg.conf, but I had to do some changes when updating 12.1 to Factory. (I also have a quite new keyboard and mouse, but they worked on 12.1 without changing xorg.conf.)
The changes I did after the 12.1 -> Factory update are:
--- xorg.conf-dualhead 2011-04-30 13:40:57.000000000 +0200
+++ xorg.conf 2012-06-13 11:44:26.000000000 +0200
@@ -68,7 +68,7 @@
Section "ServerFlags"
- Option "AutoAddDevices" "off"
+ Option "AutoAddDevices" "on"
Option "AutoAddDevices" "off"
Option "AllowMouseOpenFail" "on"
[...]
(hmm, that duplicated AutoAddDevices is strange, but it isn't new)
This change in AutoAddDevices was needed because the USB keyboard didn't work on Factory.
@@ -134,40 +134,40 @@
-Section "InputDevice"
- Identifier "Mouse[5]"
- Driver "synaptics"
- Option "AccelFactor" "0.01"
- [... whole section removed ...]
This confirms it. AutoAddDevices "on" (our and upstream default) means "evdev" driver, AutoAddDevices "off" means using the keyboard driver specified in xorg.conf (very likely "keyboard"). You get different keycodes with "keyboard" and "evdev" driver. ==> Closing as duplicate *** This bug has been marked as a duplicate of bug 551727 *** |