LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-29-2005, 12:32 PM   #1
fails
LQ Newbie
 
Registered: May 2005
Distribution: Ubuntu
Posts: 23

Rep: Reputation: 15
error activating XKB configuration


Hi guys

I have the following error appearing after login/final startup. Not a disaster, just more annoying and buggin me more than anything

Quote:
error activating XKB configuration
Probably internal X server problem.

X server version data:
The XFree86 Project, Inc
40300001
You are using XFree 4.3.0.
There are known problems with complete XKB configurations.
Try using simpler configuration or taking more fresh version of XFree software.
If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB
- The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb
thanks
Dan
 
Old 09-29-2005, 12:35 PM   #2
fails
LQ Newbie
 
Registered: May 2005
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 15
the results

xprop -root | grep XKB

Quote:
_XKB_RULES_NAMES_BACKUP(STRING) = "xfree86", "pc105", "uk", "", ""
_XKB_RULES_NAMES(STRING) = "xfree86", "pc105", "uk", "", ""

gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb

Quote:
layouts = [us]
model = pc105
overrideSettings = true
options = []
update_handlers = []
 
Old 09-30-2005, 02:49 AM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Try configuring your GNOME keyboard language to be the same as that of X.
 
Old 09-30-2005, 07:48 AM   #4
fails
LQ Newbie
 
Registered: May 2005
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 15
how do i change 'everything' to UK ?
 
Old 09-30-2005, 11:13 AM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You need to edit /etc/X11/xorg.config and change the lines similar to whats below
Code:
Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
to something like this
Code:
Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "gb"
As for GNOME, you need to use the keyboard configuration utility.
 
Old 09-30-2005, 11:37 AM   #6
fails
LQ Newbie
 
Registered: May 2005
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 15
thanks red

but I can't edit xorg.config as it doesn't seem to exist ???
 
Old 09-30-2005, 11:40 AM   #7
fails
LQ Newbie
 
Registered: May 2005
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 15
ok, after some digging, you mean XF86Config-4 ?
 
Old 09-30-2005, 11:47 AM   #8
fails
LQ Newbie
 
Registered: May 2005
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 15
well its now fixed anyway thanks Red, your a star!
 
Old 09-30-2005, 11:53 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Well most modern distros use xorg instead of xfree86 so my bad for assuming you were using xorg. Anyway I'm glad you got it sorted out.
 
Old 07-29-2009, 04:11 AM   #10
zino888
LQ Newbie
 
Registered: Jul 2009
Posts: 1

Rep: Reputation: 0
I had the same problem. I have tried the above solutions, but they didn't fix the problem. The following worked for me:
Code:
$ sudo apt-get update
$ sudo apt-get install debconf
$ sudo dpkg-reconfigure locales
Since I use more than one language (and keyboard layout), I've made sure English was set as default during $ sudo dpkg-reconfigure locales

I've added keyboard indicator to my gnome panel, right clicked it, chosen 'keyboard preferences'. English was default. I added another language (you could chose US en, or UK en) and made it default. Removed the previous default language, and re-added it again. Problem was fixed. I've made English default again, and never saw the warning since.
 
Old 02-23-2010, 05:51 AM   #11
colintivy
LQ Newbie
 
Registered: Feb 2010
Location: Wales UK
Distribution: Mint 11
Posts: 22

Rep: Reputation: 0
Question More Error activating XKB config evidence

Hi Folks!

I have looked at a lot of the previous posts on this subject but they are either somewhat dated or not involving my software. I am on Ubuntu 8.04 and OOo Writer.

My problem that has caused the Error Message is no more than I have lost the UK GBP Symbol normally found on Shift 3. All I get is a plain 3! All the other Shift Numbers are fine. I have tried most other fixes but nothing seems to work. I note that if I try to change the action of the key to the Euro sign as permitted in the Keyboard options, nothing happens..only 3!

Knowing that most of youy seem to be USA-based this is probably not one you will have seen. But not many UK users seem to seen it either. I hope for words of wisdom.

colintivy

Last edited by colintivy; 02-23-2010 at 05:52 AM. Reason: Typos removed
 
Old 02-23-2010, 06:09 AM   #12
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Hi,

Have you tried Right-Alt+3
In my bilingual keyboard (us/gr) the euro sign is typed when I press Right-Alt+E (or 5). And guess what? I have also the pound symbol by pressing Right-Alt+3 (£)
 
Old 04-07-2010, 11:02 AM   #13
colintivy
LQ Newbie
 
Registered: Feb 2010
Location: Wales UK
Distribution: Mint 11
Posts: 22

Rep: Reputation: 0
Question

Quote:
Originally Posted by bathory View Post
Hi,

Have you tried Right-Alt+3
In my bilingual keyboard (us/gr) the euro sign is typed when I press Right-Alt+E (or 5). And guess what? I have also the pound symbol by pressing Right-Alt+3 (£)
Sorry to be so long in furthering this problem, many conflicting things including a very nasty stomach bug which laid us low (and almost out!)

No, the alternative keying did not achieve anything. Another oddity that has cropped up is that I can no longer get the vertical bar (Alt Gr + key to left of 1) which is a bother, since it is necessary to type the first item required ie "xprop -root" etc., in the error panel. I am hoping that it is not a hardware bug that stops the 3 key from seeing the Shift signal, but that does not explain the absenceof the bar does it?

colintivy
 
Old 05-05-2010, 10:55 AM   #14
colintivy
LQ Newbie
 
Registered: Feb 2010
Location: Wales UK
Distribution: Mint 11
Posts: 22

Rep: Reputation: 0
I have got round to looking at this again. I have now found the | which is on Shift \ which is a normal combination on laptops. Why I used to get it as above I do not know.

As far as the pounds symbol is concerned no change, all I get is 3 whether it is shifted or not. This looks like a key problem in that it does not seem to see the shift signal BUT why do I get the error message indicating the "activating XKB configuration"? which suggests indigestion in that area???

I have tried to cat the two files listed without success, I only get another error message from that telling me that an invalid option has been used. The help file does not list this and using some of the options that might work no improvement is achieved. I have used a plain cat before but with no difficulty. The files in the original message are:-
xprop -root | grep XKB and gconftool-2 -R /desktop/gnome/peropherals/keyboard/kbd

Any clues out there?


colintivy

Last edited by colintivy; 05-05-2010 at 10:57 AM. Reason: Typos removed.
 
Old 05-05-2010, 11:42 AM   #15
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Hi,

As I told you, I'm using an us/el(gr) keyboard and Ctrl-LShift to change between keyboard layouts, but I guess using just the gb keyboard layout should work.
Are you using the old kbd driver, or the new evdev driver?
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error activating XKB configuration ----- Probably internal X server problem. w0lv3rin3 Linux - Software 13 07-03-2011 03:27 PM
Error activating XKB configuration Pulka Linux - General 0 08-13-2004 01:42 PM
Error activating XKB configuration + 2 other questions tcn03u Fedora 9 06-28-2004 12:36 AM
Error activating XKB message on Desktop on FC2 beachkid Fedora 2 06-18-2004 07:15 AM
error activating xkb configuration in XFree86 4.3 bfay Linux - Software 0 12-29-2003 12:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration