Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XKB errors after upgrading to X v7.0
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
wizkid
n00b
n00b


Joined: 23 Sep 2004
Posts: 54

PostPosted: Mon Jul 17, 2006 5:43 pm    Post subject: XKB errors after upgrading to X v7.0 Reply with quote

Hi All,
I've been trying to figure this out, but I'm not getting any errors in my log, but I'm getting a popup window stating there's the XKB configuration error. I've deleted the /usr/share/xkb and /usr/x11/bla bla and re-emerged keyboard config, so it shouldn't be a bad xkb file. Here's what I have in my xorg.conf.


Section "InputDevice"

Identifier "Keyboard0"
Driver "keyboard"


Option "AutoRepeat" "500 30"



# Option "XkbRules" "xorg"
Option "XkbModel" "microsoft"
Option "XkbLayout" "us"
Option "XkbVariant" ""

EndSection

Where else can I look to find the root of this error?
Thanks in advance!
_________________
Linux Rules --- NT (And XP) Drools
Back to top
View user's profile Send private message
lost+found
Guru
Guru


Joined: 15 Nov 2004
Posts: 509
Location: North~Sea~Coa~s~~t~~~

PostPosted: Wed Jul 19, 2006 5:12 am    Post subject: Reply with quote

The "us" file in /usr/share/X11/xkb/symbols is worse than the one included in xorg-x11-6.8.2...

I couldn't do:
Code:
...
   Option      "XkbModel"      "pc104"
   Option      "XkbLayout"      "intl"
   Option      "XkbOptions"      "grp:switch"
...
Resulted in this error in kdm.log:
Code:
...
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            No Symbols named "pc104compose" in the include file "us"
>                   Exiting
>                   Abandoning symbols file "default"
...


Putting back the old "us" from 6.8.2 solved it for me. Maybe it works for your desired layout too.

N.B. You probably have a "pc10x" model too. Just count the number of keys (incl. those 2 bad M$ logo keys).
Back to top
View user's profile Send private message
wizkid
n00b
n00b


Joined: 23 Sep 2004
Posts: 54

PostPosted: Wed Jul 19, 2006 1:00 pm    Post subject: Reply with quote

I currently have "us" in layout. And I have the Microsoft keyboard also. Options is blank. I didn't realize kdm maintained a log file. I'll look for it. Thanks for the input.
Rich
_________________
Linux Rules --- NT (And XP) Drools
Back to top
View user's profile Send private message
fxjr
n00b
n00b


Joined: 16 Oct 2004
Posts: 65

PostPosted: Wed Jul 19, 2006 1:27 pm    Post subject: Reply with quote

Also, take a look here:

http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml

At bottom there is a how to about xkb problems.

I hope it helps.
_________________
Regards,

Francisco Figueiredo Jr.
Back to top
View user's profile Send private message
wizkid
n00b
n00b


Joined: 23 Sep 2004
Posts: 54

PostPosted: Wed Jul 19, 2006 3:29 pm    Post subject: Reply with quote

I've been through the Mod. X migration howto. It didn't help. I've deleted all the stuff, including the entries in lib64 that the migration guide doesn't mention.
_________________
Linux Rules --- NT (And XP) Drools
Back to top
View user's profile Send private message
lost+found
Guru
Guru


Joined: 15 Nov 2004
Posts: 509
Location: North~Sea~Coa~s~~t~~~

PostPosted: Wed Jul 19, 2006 4:18 pm    Post subject: Reply with quote

Seems that xorg v7 wants me to do this:
Code:
   Option      "XkbModel"      "pc104"
   Option      "XkbOptions"      "compose:rwin,eurosign:5,lv3:ralt_switch"
to have the former us layout, without dead keys (euro sign + compose key instead).

But still I think there's something wrong (bug). The default rules file in v7 talks about non-existing symbols, like "us(%mcompose)". Should be removed imho...

Cheeers.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum