Mailinglist Archive: radeonhd (408 mails)
| < Previous | Next > |
Re: [radeonhd] X Locks Hard
- From: kristof <cakristof@xxxxxxxxx>
- Date: Thu, 4 Jun 2009 14:56:21 -0400
- Message-id: <f57ac7ad0906041156hc46aac9k1870a3eff7398bb5@xxxxxxxxxxxxxx>
On Thu, Jun 4, 2009 at 1:15 PM, Harald Koenig
<koenig@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I added the following to my xorg.conf:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
Option "Xkbvariant" ""
EndSection
Now I'm getting these errors in my Xorg.log:
(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
...
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(WW) Option "XkbVariant" requires an string value
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
...
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
I tried manually:
setxkbmap -v 10 -rules xorg -model pc104 -layout us -option ""
Here's the output:
Setting verbose level to 10
locale is C
Warning! Multiple definitions of rules file
Using command line, ignoring X server
Warning! Multiple definitions of keyboard model
Using command line, ignoring X server
Warning! Multiple definitions of keyboard layout
Using command line, ignoring X server
Applied rules from xorg:
model: pc104
layout: us
Trying to build keymap using the following components:
keycodes: xfree86+aliases(qwerty)
types: complete
compat: complete
symbols: pc+us
geometry: pc(pc104)
Error loading new keyboard description
This is what I originally did you get my Xorg:
I used Xorg's "build-from-tarballs.sh" script to build Xorg and
install it to a custom prefix. I removed all debian Xorg packages and
pointed everything to my custom X install.
That seemed like enough to get everything working. I guess there is
additional configuration needed for xkbd.
I should probably take this to an Xorg list.
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
<koenig@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
On Jun 03, kristof wrote:
I have one more question for the list. My virtual terminals
(Ctrl-Alt-Fn) aren't working and I haven't been able to figure out the
problem. They worked fine when running stock debian (testing)
packages but not since I've run the self-compiled kernel and X stack
for radeonhd.
same happend to me too (using "US" keyboard btw). Ctrl-Alt-Backspace didn't
work either.
in xorg.conf check the driver in the Section "InputDevice"
for your keyboard:
Driver "evdev"
caused my problems, and switching to
Driver "kbd"
fixed them...
I added the following to my xorg.conf:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
Option "Xkbvariant" ""
EndSection
Now I'm getting these errors in my Xorg.log:
(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
...
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(WW) Option "XkbVariant" requires an string value
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
...
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
I tried manually:
setxkbmap -v 10 -rules xorg -model pc104 -layout us -option ""
Here's the output:
Setting verbose level to 10
locale is C
Warning! Multiple definitions of rules file
Using command line, ignoring X server
Warning! Multiple definitions of keyboard model
Using command line, ignoring X server
Warning! Multiple definitions of keyboard layout
Using command line, ignoring X server
Applied rules from xorg:
model: pc104
layout: us
Trying to build keymap using the following components:
keycodes: xfree86+aliases(qwerty)
types: complete
compat: complete
symbols: pc+us
geometry: pc(pc104)
Error loading new keyboard description
This is what I originally did you get my Xorg:
I used Xorg's "build-from-tarballs.sh" script to build Xorg and
install it to a custom prefix. I removed all debian Xorg packages and
pointed everything to my custom X install.
That seemed like enough to get everything working. I guess there is
additional configuration needed for xkbd.
I should probably take this to an Xorg list.
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |