diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/weblogs/ArneBab.mdwn | 2 | ||||
-rw-r--r-- | community/weblogs/ArneBab/xkb-woes-trying-to-get-a-german-keyboard-layout.mdwn | 46 |
2 files changed, 47 insertions, 1 deletions
diff --git a/community/weblogs/ArneBab.mdwn b/community/weblogs/ArneBab.mdwn index d2b15eab..364672e0 100644 --- a/community/weblogs/ArneBab.mdwn +++ b/community/weblogs/ArneBab.mdwn @@ -8,7 +8,7 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU_Free_Documentation_License|/fdl]]."]]"""]] -Just a Hurd dabbler who likes the ideas behind the Hurd: +I'm just a Hurd dabbler who likes the ideas behind the Hurd: "With the Hurd, users can change anything in their system which doesn't affect other users." diff --git a/community/weblogs/ArneBab/xkb-woes-trying-to-get-a-german-keyboard-layout.mdwn b/community/weblogs/ArneBab/xkb-woes-trying-to-get-a-german-keyboard-layout.mdwn new file mode 100644 index 00000000..78b8b116 --- /dev/null +++ b/community/weblogs/ArneBab/xkb-woes-trying-to-get-a-german-keyboard-layout.mdwn @@ -0,0 +1,46 @@ +[[meta copyright="Copyright � 2008 Free Software Foundation, Inc."]] + +[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]]"""]] + +Yesterday I spent a few hours trying to get my german keyboard to let me use my umlauts (and to let me type without having to hunt down the right keys), but without much luck. + +I got xkb installed after following this FaQ answer: + +- http://www.gnu.org/s/hurd/faq.en.html#q4-4 + +and this info: + +- http://people.debian.org/~mbanck/hurd-console.default + +(you can find the second under /etc/default/hurd-console ). + +But I didn't get it to work. + +What I did in short: + + +First I got the needed apt-sources: + +- http://debian.duckcorp.org/ + +Then I installed the xkb console: + +# apt-get install console-driver-xkb + + +And set it in the file /etc(default/hurd-console + + +Sadly it didn't work, but maybe this posts will give You the needed headstart for success :) (I'd be glad to see a guide from you!). + + +Some additional info: +- http://kerneltrap.org/node/420 +- http://www.bddebian.com/~wiki/hurd/console/ + |