Comment 12 for bug 13485

Revision history for this message
Andreas Mueller (amu) wrote :

(In reply to comment #11)
> I just tested the current live-cd on my i386 system and my keyboard was set to
> pc105 with german layout. So it seems that it does not affect i386.

works on i386, same error like pitti but on a Powerbook G4

ubuntu@ppc:~$ sudo ./detect-keyboard.sh
layout is de
rules are xorg
model is pc104
options are nodeadkeys

--- xorg.conf ----
Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "keyboard"
        Option "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc104"
        Option "XkbLayout" "us"
EndSection

------------------