Subscribe to Blog via Email
Join 296 other subscribers-
Recent Posts
Recent Comments
- Wlodzimierz Kuczynski on Vamvakaris: The flood
- opoudjis on Which Indian states are well known in other countries?
- Test Test on Which Indian states are well known in other countries?
- opoudjis on Karamanlis and their food
- Stazybo Horn on Karamanlis and their food
Archives
- July 2023
- June 2023
- May 2023
- February 2023
- June 2022
- November 2021
- October 2021
- March 2019
- February 2019
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- September 2015
- February 2011
- January 2011
- November 2010
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- July 2008
- June 2008
- November 2006
- October 2006
Categories
Meta
[GEEK]: eeePC travails #4: Polytonic eeePC
Ooh boy. This took a while.
There is a built in Greek keyboard on the eeePC Xandros distro. Just as well, given that Xandros is named after X Windows and the Greek island of Andros. (There’s a Bahaman island of Andros too: who knew…)
The built in Greek keyboard was not difficult to install; and it even came with a polytonic mode. I activated the polytonic mode. Graves, circumflexes, iota subscripts, all OK.
No breathings.
Now that’s odd, especially as noone seemed to have reported that particular problem. I tried to install Simos Xenitellis’ update to the Greek keyboard. That went worse: the keyboard file was not even recognised by Xandros. I then embarked on, I dunno, four or five hours of config file roulette, until I got things working. Herewith the summary.
- The first polytonic keyboard for Linux used dead keys for smooth and rough breathings (psili and dasia): they arbitrarily picked horn and ogonek as the smooth and rough breathing dead keys.
- This was a hack, and intervened with non–Greek-locale use of these Vietnamese and Polish diacritics; so they were corrected in later releases to the backspacing diacritics U0313 and U0314
- which later still were recorrected to U10000313 and U10000314.
- … Overall, the keyboard has been unstable over the years.
- I didn’t find Xenitellis’ post on the keyboard not working—which surprises me; but though it may have given me some hints earlier than I worked them out, I don’t think it would have solved things.
- The built in keyboard and mapping (
/usr/share/X11/xkb/symbols/gr, and/usr/share/X11/locale/el_GR.UTF-8/Composeor/usr/share/X11/locale/en_US.UTF-8/Compose) had U+0313 and U+0314 as the dead keys for breathings. Xandros was treating these strictly as backspacing diacritics, so typing them before the vowel as dead keys had no effect. - Xenitellis’ update defined the new dead keys
dead_psilianddead_dasia. Xandros ignored these. Presumably the new dead key definitions haven’t been compiled into Xandros. - The old hacks
dead_hornanddead_ogonekare still in the composition tables. But switching the keyboard to use these is utterly ignored too. - The eventual solution for me was to grab two other arbitrary dead keys, which were already defined for Latin alphabet keyboards, and were likelier to be recognised than horn and ogonek. I went for caron and cedilla.
- I then globally replaced U+0313 or dead_psili or dead_horn or whatever I got up to in
/usr/share/X11/xkb/symbols/gr(the original, not Xenitellis’) with dead_caron, and dead_ogonek with dead_cedilla - And I did likewise in the keyboard mapping file:
/usr/share/X11/locale/en_US.UTF-8/Compose, not/usr/share/X11/locale/el_GR.UTF-8/Compose, because I had not successfully convinced the eeePC it was in downtown Salonica. - Things then worked. With that familiar sinking feeling of spending five hours to get something working that should have taken five seconds.
- In playing config roulette, I enabled Multi-Key symbol composition, which I had only vaguely heard about twenty years ago, but which I wouldn’t mind making my friend. Multi-keys worked fine with Latin characters, but were ignored for Greek characters, even after I studied up on custom keyboards and told the keyboard file that
key <MENU> { [ Multi_key ] };(“THE MENU KEY IS THE MULTI-KEY DAMMIT!”) Pity, I liked the multi-key mappings… - Caron is used with Greek consonants in Greek dialectology by some practitioners. (So κ̌αι or κ̑αι [tʃe, tɕe] for Standard Greek και [ce].) If I want to transcribe Greek dialect in Greek script, though, I think I might switch over to the Mac…)
The issue with the difficulties you faced is due to the old X.org and gtk+ that Xandros ships.
If you use Ubuntu for eeePC, then Greek Polytonic works out of the box (requires Ubuntu 8.10 or newer).
Ubuntu 9.04 has the new Greek layout that combines modern Greek and Greek Polytonic as the default Greek layout.