I did notice that i have missing keys in the keyboard and Xorg.0.log told:
Also -
told:
So rules are missing ?
In the dapper usr/X11R6/lib/X11/:
But in the feisty usr/X11R6/lib/X11/ only have
Quick and dirty fix: Copy dirs from dapper to feisty. Seems to work.
But what is the right way (tm ) ?
Code:
:~$ cat /var/log/Xorg.0.log | grep "(WW)" (WW) warning, (EE) error, (NI) not implemented, (??) unknown. ... (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap ...
Also -
Code:
:~$ setxkbmap -model pc105 -layout fi -variant basic
Couldn't interpret _XKB_RULES_NAMES property
Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
Couldn't find rules file (xorg)
Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
Couldn't find rules file (xorg)
In the dapper usr/X11R6/lib/X11/:
fonts icons locale xkb
fonts icons
Quick and dirty fix: Copy dirs from dapper to feisty. Seems to work.
But what is the right way (tm ) ?
Comment