Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Apple (powerpc) keyboards on etch

 
   Linux (Home) -> Ports PowerPC RSS
Next:  X won't start after upgrade  
Author Message
Frederic Lehobey

External


Since: Dec 27, 2006
Posts: 3



(Msg. 1) Posted: Wed Dec 27, 2006 5:40 pm
Post subject: Apple (powerpc) keyboards on etch
Archived from groups: linux>debian>ports>powerpc (more info?)

Hi,

I am having a hard time configuring, for xorg, French keybords on
respectively an iMac (Bondi Blue Rev. B, USB keyboard) and an iBook
(G3, also called iBook 2 if I do not mistake) I have both upgraded to
etch.

I am failing to find a proper combination for having the |, \ and [ ]
(and such) on those keyboards (quite annoying!).

I know these problems have been discussed at length and are supposed
to be now solved. It used to work properly with xorg 6.9 but has never
worked for me with 7.0 nor 7.1. I am ready to file a bug against
xkb-data but am asking this list just before in case I missed
something. Is it working for anyone on this list (with such French
keyboards) with the xorg in etch?

Below a summary of my attempts.

Thanks,
Frédéric Lehobey
(It seems we are missing Denis Barbier very badly...)

1/ I have read
/usr/share/doc/xkb-data/README.Debian
and
/usr/share/X11/xkb/rules

2/ Attempts with dpkg-reconfigure xorg

a)
Excerpt of /etc/X11/xorg.conf
----
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "ibook"
Option "XkbLayout" "fr"
EndSection

Excerpt of /var/log/Xorg.O.log
----
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
xkb_keycodes { include "macintosh+aliases(azerty)" };
xkb_types { include "complete+numpad(mac)" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+macintosh_vndr/fr+inet(apple)+level3(enter_switch)" };
xkb_geometry { include "macintosh(macintosh)" };

b)
Excerpt of /etc/X11/xorg.conf
----
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "macintosh"
Option "XkbLayout" "fr"
EndSection

Excerpt of /var/log/Xorg.O.log
----
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
xkb_keycodes { include "macintosh+aliases(azerty)" };
xkb_types { include "complete+numpad(mac)" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+macintosh_vndr/fr+inet(apple)
};
xkb_geometry { include "macintosh(macintosh)" };

c)
Excerpt of /etc/X11/xorg.conf
----
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "mac"
EndSection

Excerpt of /var/log/Xorg.O.log
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
xkb_keycodes { include "xfree86+aliases(azerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+fr(mac)" };
xkb_geometry { include "pc(pc105)" };


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Charles Plessy

External


Since: Mar 14, 2008
Posts: 377



(Msg. 2) Posted: Wed Dec 27, 2006 6:20 pm
Post subject: Re: Apple (powerpc) keyboards on etch [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Le Wed, Dec 27, 2006 at 05:30:20PM +0100, Frederic Lehobey a écrit :
>
> 2/ Attempts with dpkg-reconfigure xorg
>
> a)
> Excerpt of /etc/X11/xorg.conf
> ----
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "kbd"
> Option "CoreKeyboard"
> Option "XkbRules" "xorg"
> Option "XkbModel" "ibook"
> Option "XkbLayout" "fr"
> EndSection
>
> Excerpt of /var/log/Xorg.O.log
> ----
> (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
> (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
> xkb_keycodes { include "macintosh+aliases(azerty)" };
> xkb_types { include "complete+numpad(mac)" };
> xkb_compatibility { include "complete" };
> xkb_symbols { include "pc(pc105)+macintosh_vndr/fr+inet(apple)+level3(enter_switch)" };
> xkb_geometry { include "macintosh(macintosh)" };

Dear Frédéric,

I think that you can speed up your tests with the command setxkbmap.
Basically, it accepts options such as -layout, -model, and so on, which
correspond to the Option lines of your xorg.conf.

For the diagnostics, setxkbmap -print will output something similar as
what you found in the logs.

I hope this helps, and joyeuses fêtes de fin d'année anyway.

PS: I do not have a french keyboard.

--
Charles Plessy
http://charles.plessy.org
Wako, Saitama, Japan


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
Bin Zhang

External


Since: Mar 26, 2006
Posts: 22



(Msg. 3) Posted: Wed Dec 27, 2006 8:40 pm
Post subject: Re: Apple (powerpc) keyboards on etch [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 12/27/06, Frederic Lehobey <Frederic.Lehobey DeleteThis @free.fr> wrote:
> a)
> Excerpt of /etc/X11/xorg.conf
> ----
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "kbd"
> Option "CoreKeyboard"
> Option "XkbRules" "xorg"
> Option "XkbModel" "ibook"
> Option "XkbLayout" "fr"
> EndSection

Try Shift + KP_Enter + Key_L = |

Or you can add
Option "XkbOptions" "lv3:lwin_switch"
and try Shift + Apple + Key_L = |

Best regards,
Bin


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Login to vote
Frederic Lehobey

External


Since: Dec 27, 2006
Posts: 3



(Msg. 4) Posted: Wed Dec 27, 2006 10:00 pm
Post subject: (Solved) xorg and French ibook keyboard on etch [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Bin,

On Wed, Dec 27, 2006 at 08:38:57PM +0100, Bin Zhang wrote:
> On 12/27/06, Frederic Lehobey <Frederic.Lehobey RemoveThis @free.fr> wrote:

> >Section "InputDevice"
> > Identifier "Generic Keyboard"
> > Driver "kbd"
> > Option "CoreKeyboard"
> > Option "XkbRules" "xorg"
> > Option "XkbModel" "ibook"
> > Option "XkbLayout" "fr"
> >EndSection
>
> Try Shift + KP_Enter + Key_L = |

Yes, it does work. Thanks for the help and to Charles for the hint.

setxkbmap -rules xorg -model ibook -layout fr

is another way to express the working combination.

Best regards,
Frédéric Lehobey
(alt used to fullfil the role of KP_Enter in the xorg 6.9
configuration)


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Display posts from previous:   
Related Topics:
xkb-data with support for Mac keyboards into unstable - Hi, I just uploaded xkb-data 0.8-13 into unstable, it is available at http://people.debian.org/~barbier/tmp/ and will reach mirrors in almost a day. This version is very similar to 0.8-12exp4, I believe that it is pretty solid, but needs more polishing...

Euro sign [was: Re: xkb-data with support for Mac keyboard.. - Hi Helge I removed the "In-Reply-To:" header, to get a new thread ... I hope you don't mind ... :) On Fri, Sep 29, 2006 at 03:57:55PM +0200, Helge Kreutzmann wrote: > Hello, > On Mon, Sep 25, 2006 at 12:20:23AM +0200, Wolfgang Pfeiffer ...

Potato won't chroot on Etch - PowerPC G5 dual proc running 2.6.12-1-powerpc-smp with Etch testing install trying to run a potato chroot enviro. I have to run as root inside the chroot ( security not at issue) potato's bash ( & etc) won't run ( seg fault) some potato utilities...

Airport Extreme / Etch - Hi, all. I've got Etch running on my iBook G4, and everything is good, excepting the Airport Extreme card. What's the best way for me to get this running (with WPA/PSK) under Etch? Is there a way to patch Linux 2.6.15 and get WPA support, or will I nee...

debootstrap etch (on an embedded ppc) - Hi I tried just running "debootstrap etch...", and it says "no such script under /usr/lib/debootstrap/scripts"... I just could copy another script... Any experiences / ideas? Thanks Guennadi --- Guennadi Liakhovetski -- To UNSU...
       Linux (Home) -> Ports PowerPC All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can 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
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact