xorg 1.6.1 surprises
Posted 06-11-2009 at 07:05 PM by gabim
Tags slackware
After upgrading to xorg 1.6.1, I noticed that my hungarian layout of keyboard switched off at the KDM login.
I checked the xorg.conf, but the
was still there.
I checked the /var/log/Xorg.0.log also and noticed some warnings and errors, mainly the "AllowEmptyInput" warning that it is enabled and will ignore my keyboard definition. Wow!
I set it to false and I surprised again at the KDM login: my keyboard was hungarian, but typed rapidly 3 characters instead of one!
After a little googling I found the solution:
Now everything is correct. 
I checked the xorg.conf, but the
Code:
Option "XkbModel" "pc105"
Option "XkbLayout" "hu"
I checked the /var/log/Xorg.0.log also and noticed some warnings and errors, mainly the "AllowEmptyInput" warning that it is enabled and will ignore my keyboard definition. Wow!
I set it to false and I surprised again at the KDM login: my keyboard was hungarian, but typed rapidly 3 characters instead of one!
After a little googling I found the solution:
Code:
Section "ServerFlags"
Option "AllowEmptyInput" "false"
Option "AutoAddDevices" "false"
EndSection

Total Comments 0




