Announcement

Collapse
No announcement yet.

What is the correct way to fix (get) missing xkb rules ?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    What is the correct way to fix (get) missing xkb rules ?

    I did notice that i have missing keys in the keyboard and Xorg.0.log told:

    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
    told:
    Couldn't interpret _XKB_RULES_NAMES property
    Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
    Couldn't find rules file (xorg)
    So rules are missing ?

    In the dapper usr/X11R6/lib/X11/:
    fonts icons locale xkb
    But in the feisty usr/X11R6/lib/X11/ only have
    fonts icons

    Quick and dirty fix: Copy dirs from dapper to feisty. Seems to work.

    But what is the right way (tm ) ?
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    #2
    Re: What is the correct way to fix (get) missing xkb rules ?

    Originally posted by Rog131
    So rules are missing?
    I'd rather cast doubt on the configuration of your system's X server ...
    in particular, what does more /etc/X11/xorg.conf | grep 'Xkb' result in?

    Comment


      #3
      Re: What is the correct way to fix (get) missing xkb rules ?

      I think that configuration is ok.

      Code:
      :~$ more /etc/X11/xorg.conf | grep 'Xkb'
       option "XkbRules" "xorg"
       option "XkbModel" "pc105"
       option "XkbLayout" "fi"
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: What is the correct way to fix (get) missing xkb rules ?

        Try
        option "XkbRules" "base"

        Comment

        Working...
        X