charset broken

Asked by mindspin

Some days ago (I guess it was 2 weeks ago) usb devices were not any more
automounted.(dapper on a thinkpad t40, kde 3.5.5 ) After some search in
the forum I deceided to "downgrade" hal by installing Riddel's
hal_0.5.7-1ubuntu18.1_i386.deb and everything seemed to be fine.

Unfortunally I accepted the latest hal update last week, and my keyboard
went "crazy". I had to push every button for about a second to show up.
This behaviour was only experienced in X, not after console log in. The
only solution I found was mentioned in the forum:
editing xorg as follows:
Section "InputDevice"
        Identifier "Generic Keyboard"
# Manually changed this:-
# Driver "kbd"
# to this:-
        Driver "keyboard"
# so as to use the "XkbDisable" option below.
        Option "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "de"
        Option "XkbVariant" "nodeadkeys"
        Option "XkbOptions" "lv3:ralt_switch"
# Manually added this:-
        Option "XkbDisable" "true"
# because otherwise there are keyboard problems.
EndSection

Typing speed was fine but now my german charset was broken. I solved it
by adding de-language versions of several programs ( OO, Firefox,
thunderbird) and managed to type german special characters again ( in
some apps)
I never managed to type an @, AltGr + shows nothing. The consolescreen
shows weird signs and some keys have strange funktions now.
dpkg-reconfigure locales or localeconf gives my some perl errors about
language settings, after typing
export LC_ALL=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 the error won't show up
but the charset is still broken.

So what could be a solution?

thanks in advance

mindspin

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
mindspin
Solved:
Last query:
Last reply:
Revision history for this message
Jonathan Jesse (jjesse) said :
#1

I wonder if this could posbbily be a bug and would need to be reported in launchpad. I will try and search for further information for you.

Revision history for this message
mindspin (markus-wimmer) said :
#2

I am not sure and tend to blame most errors on me and possible misconfiguration, but in this case I'm sure it could be a bug. In my humble opinion, it seems like there is a communication problem between kde and the basic system (regarding the fact, that the first misbehaviour affected onl x applications) the later parts of my problem could be related to my xorg.conf editing. When I do "sudo dpkg-reconfigure xserver-xorg" the "push the button for a second" effect is still there.

Thanks for your reply Jonathan

Revision history for this message
Sod75 (launchpad-net-vernaillen) said :
#3

I have the exact same issue, belgian keyboard.
dapper on an nvidia board, still looking to get a way to get alt-gr working to get the @, |, # etc
If anyone has any advice I'd be grateful :/
anyone know if an upgrade to edgy will actually solve this ?

Revision history for this message
Sod75 (launchpad-net-vernaillen) said :
#4

ok I accidently changed this thing to 'ned more info' and have no idea how to put it back to an "open" staus...sorry

Revision history for this message
mindspin (markus-wimmer) said :
#5

I hope selecting "I'm Still Having This Problem" will reopen it.

Revision history for this message
Best mindspin (markus-wimmer) said :
#6

Hi, today I recognized, that I had "keyboard slow-down" activated in Accessibility, don't ask me why.
After updating the system, I did a dpkg-reconfigure xserver-xorg and now everything works fine. I also changed my charset to iso and will try to go back to utf soon.