Date: Sat, 18 Sep 2004 17:04:23 +0200 From: Lars Tunkrans <lars.tunkrans@bredband.net> To: freebsd-amd64@freebsd.org Subject: Re: FBSD 5.3 AMD64-BETA4 X.ORG is not obeying XKB directives Message-ID: <414C4E77.70007@bredband.net>
index | next in thread | raw e-mail
Shaun Jurrens wrote:
> hey Lars,
>
> this seems to work for me on my .no kbd... YMMV
>
I edited it to this
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "keyboard"
> Option "XkbRules" "xfree86"
> Option "XkbModel" "pc105"
> Option "XkbLayout" "se"
> EndSection
>
>
1)
Yes does work but is against advice given by Marcus Clarke and others
where they say that the line :
Option "XkbRules" "xfree86"
is to be replaced by
Option "XkbRules" "xorg"
or deleted.
I noticed That /usr/X11R6/lib/X11/Xkb seems to be the old xfree86 directory and
does not contain any references to Xorg.
2)
With the above in /etc/x11/xorg.conf
I get an error message from GNOME startup that says:
----------------
Error activating XKB configuration.
Probably internal X server problem.
X server version data:
The X.Org Foundation
60700000
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
----------------
capella# xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xfree86", "pc105", "se", "", ""
_XKB_RULES_NAMES(STRING) = "xfree86", "pc105", "se", "", ""
capella# gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb
layouts = [us]
model = pc105
overrideSettings = false
options = []
capella#
//Regards //Lars
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?414C4E77.70007>
