| View previous topic :: View next topic |
| Author |
Message |
Seppel Tux's lil' helper

Joined: 10 Nov 2002 Posts: 113
|
Posted: Sat Apr 21, 2007 12:48 pm Post subject: xmodmap change in behaviour |
|
|
Hello,
Since some X11 update today, "xmodmap" no longer works as expected. It only affects applications started after the xmodmap change, but not the already running ones. Is this a feature or a bug? How can I get the old behaviour?
Thanks in advance |
|
| Back to top |
|
 |
escor l33t

Joined: 20 Sep 2004 Posts: 865
|
Posted: Sat Apr 21, 2007 1:07 pm Post subject: |
|
|
| same problem :( |
|
| Back to top |
|
 |
osugi_sakae n00b


Joined: 24 Oct 2002 Posts: 25 Location: Columbus, OH
|
Posted: Sun Apr 22, 2007 12:20 am Post subject: related to KDE keyboard switching problem, too? |
|
|
Same problem here. KDE's keyboard switching is affected as well (I assume they just use xmopmap). Switching only affects newly started programs.
I don't know if it is related but I recently noticed the following in the xorg log:
| Code: |
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc105)" };
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
xkb_types { include "%" };
xkb_compatibility { include "%" };
xkb_symbols { include "%" };
xkb_geometry { include "%" };
(EE) Error loading keymap /usr/share/X11/xkb/compiled/server-0.xkm
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us(dvorak)" };
xkb_geometry { include "pc(pc105)" };
|
I don't recall seeing the { include "[whatever]" }; lines before, but then, I haven't checked the xorg log in a while.
Using the nvidia driver, if it helps. _________________ I am not a number, I am a free man.
---- The Prisoner |
|
| Back to top |
|
 |
osugi_sakae n00b


Joined: 24 Oct 2002 Posts: 25 Location: Columbus, OH
|
Posted: Sun Apr 22, 2007 6:18 am Post subject: Solved |
|
|
I believe this is the same issue:
http://forums.gentoo.org/viewtopic-t-554399.html
Solution is to reemerge xorg-server. Now, kde switching and kde keyboard shortcuts work as expected. _________________ I am not a number, I am a free man.
---- The Prisoner |
|
| Back to top |
|
 |
dariohy n00b

Joined: 04 Jun 2006 Posts: 29
|
Posted: Sun Apr 22, 2007 10:40 pm Post subject: |
|
|
just do
That should do, it did for me. Thanks for the info osugi_sakae. |
|
| Back to top |
|
 |
|