Welche Keymap nutzt du denn?
de-latin1-nodeadkeys funktioniert bei mir wunderbar.
Gruß
derJoe
Edit: 
Auszug aus der xorg.conf:
	
		
			
				|   | Quellcode | 
			
				| 1
2
3
4
5
6
7
8
9
10
 | Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules"      "xorg"
        Option      "AutoRepeat" "500 30"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
EndSection |