Linux.com

Author Message
Joined: Aug 05, 2008
Posts: 2
Other Topics
Posted Aug 05, 2008 at 7:40:25 PM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
Hi, please help me... I bought a brand new little Acer Aspire and it came with Linpus Linux Lite v1.0.3.E. I live in FInland so I need Scandinavian keyboard settings but cant find them in the software settings. Now wrong letters come when I try to write anything and Scandinavian letters are missing... ;) The software seems to use English settings (letters EN below the screen) but I can't seem to change them into any language. Do I have download a different driver for the Scandinavian keyboard or something? Where can I get that? Anne
Back to top Profile Email Website

Joined Jul 26, 2008
Posts: 703
Location:

Other Topics
Posted: Aug 05, 2008 8:18:07 PM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
Here is the Linpus contact phone # if you wish to call and find out. http://www.linpus.com/xampp/webmaster/contact.htm

Back to top Profile Email Website
Anne
Joined Aug 05, 2008
Posts: 2

Other Topics
Posted: Aug 06, 2008 9:29:01 AM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
Thanks for the phone number. I managed to find the solution on the web from a Finnish person and here is the link to the page in case anyone else needs help in this. The idea is, you go, starting on the main view, the file: Files > My Documents > File > Terminal > xfterm4 and there, on the last row, (XkbLayout) instead of letters us write fi, us and save it. Likewise change the "nationality" in another place. Do the same opening process again and in the terminal write: sudo mousepad /etc/X11/xorg.conf Here find the row named Keyboard layout, and change likewise the letters us to fi, us. Save and reboot the machine. I could suppose this works also if you want to change the keyboard to work in Swedish or Norwegian - you guys know better if you have to use letters se or no instead for the right language. The instructions in Finnish: www.thatsabsurd.net/2008/07/acer-aspire-onen-ongelmat/#comments http://www.thatsabsurd.net/2008/07/acer-aspire-onen-ongelmat/#comments
Back to top Profile Email Website
Mikael
Joined Aug 07, 2008
Posts: 5

Other Topics
Posted: Aug 07, 2008 8:10:01 PM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
Anne Many thanks. Ive run into the same problem and appreciate your guidance. For some reason I cant access the folders & files you refer to. Can I ask you to be more specific as my Finnish is non/existent. Thx Mikael in need for Swedish keyboard layout
Back to top Profile Email Website
sapiens
Joined Aug 17, 2008
Posts: 1

Other Topics
Posted: Aug 17, 2008 8:30:25 PM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
What originally happened is that you installed your system with the english language by default. so the file used to determine keyboard layout is tellin the script it should use the us keyboard. This solution is clearly a hack, you can either edit "/etc/sysconfig/i18n" or the file mentioned bellow. i chose the latter because i dont know what other effects changing the sysconfig file would have. This hack works for situations where you have installed the system with the english setting, and none other. By reading the file hacked bellow you can try and find out where to alter it. Anne's solution isnt complete, but i managed to translate the original finish thread. here goes the complete solution: The quick and dirty solution : Press Alt+F2 and type xterm in the window that appears. hit enter and you will be in a terminal window type setxkbmap [Language_code] - for example setxkbmap pt because i wanter the portuguese keyboard Ok now for the permanent solution : If you still on the terminal just type(if your not look above for a way to do it) sudo mousepad /usr/bin/xkb_plugin_set_xorg.sh now go to the end of the file. look for the last line that starts with sed -e '/XkbLayout/c\ Option ' you should read something like "us" on it, change it to your language setting. in my case, since i wanted portuguese i changed it to pt,(for sweden i think it might be se) save and close the file for the last touch do (still on the terminal) sudo mousepad / etc/X11/xorg.conf Look for the "xkblayout" line, it should read us, again change it to your language setting save and close reboot the system. you should have everything working now. You can even change the keyboard setting by clicking in the little icon in the lower bar.
Back to top Profile Email Website
Krissaa
Joined Aug 21, 2008
Posts: 1

Other Topics
Posted: Aug 21, 2008 5:12:43 PM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
Hi, I'm having a bit of the sanme problem. I've managed to change the keyboard permanently to norwegian. So far so good. But i'm a language student and I'd like to be able to switch alittle more easily. And I guess the solution above would do that. But i'm a complete newbee :), so... I just didn't get it. Files > My Documents > File > Terminal > xfterm4 and there, on the last row, (XkbLayout) instead of letters us write fi, us and save it. Ok, so I came as far as to Terminal and writing xfterm4 in... then what? if I press enter all i get is another "start phrase"... am I supposed to write XkbLayout there??... And how exactly do I save. I managed it somehow before but then i just quit and rebooted.
Back to top Profile Email Website
frank4360
Joined Aug 29, 2008
Posts: 1

Other Topics
Posted: Aug 29, 2008 11:19:32 AM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
Sapien's solution looks good - but when I change the language code in the files /usr/bin/xkb_plugin_set_xorg.sh and /etc/X11/xorg.conf from "us" to "fr" the only difference is that the icon at the bottom of the screen changes from EN to UNKNOWN. The temporary solution works fine "setxkbmap fr"! I have checked and re-edited the files and they look fine. Is there something else to do??
Back to top Profile Email Website
Christer Hermansson
Joined Aug 31, 2008
Posts: 1

Other Topics
Posted: Aug 31, 2008 12:38:10 PM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
I managed to change the keyboard language just by editing one file and the icon at the bottom of the screen is showing my new language. (I can't find any graphical click-tool to do it.) I did the following: Start the computer and log in. Press Alt and F2. Type in the textfield: sudo mousepad /etc/sysconfig/i18n Click the button "Run" or press the "enter" key. Change the two first lines: LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 to your language: LANG=sv_SE.UTF-8 LANGUAGE=sv_SE.UTF-8 You find your language listed below in the same file (SUPPORTED=...) Save the file and reboot the computer. [Modified by: Christer Hermansson on August 31, 2008 12:42 PM]
Back to top Profile Email Website
vickoxy
Joined Sep 03, 2008
Posts: 2

Other Topics
Posted: Sep 03, 2008 11:09:21 AM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
Ok, i have similar Problem-my default language is German, and among other Languages i can choose finnisch, swedisch ant other, but i need croatioan/serbian and this language is not in my Tastatur Menu. What does it mean: do i have to install it or what? I have there 20-30 Languages but noth Croatioan. So if anybody knows how to help me, i would appreciate it. And yes, i am also using Aspire One with linux linpus, and i am totally newbie. Thanks
Back to top Profile Email Website
Cara Mella
Joined Oct 29, 2008
Posts: 1

Other Topics
Posted: Oct 31, 2008 11:42:16 PM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
The only thing that worked for me was to edit "/etc/sysconfig/i18n". I've not yet experienced any problems, except one minor one: in Norway we have two official languages. I've now got at Norwegian flag icon (I'm happy, thank you guys!), but the "wrong" language. To get the working configuration I copied from the line that listed the supported keyboard(?)languages. That doesn't work with the second of the Norwegian: 1) nn_NO.utf8 2) no_NO.utf8:no_NO I've tried the second with and without :no_NO Both versions give errors and english keyboard. I noticed other languages that seem to have two alternatives separated in the same way, so I hope there's anybody who can help me. [Modified by: Cara Mella on November 01, 2008 12:43 AM]
Back to top Profile Email Website
vickoxy
Joined Sep 03, 2008
Posts: 2

Other Topics
Posted: Nov 01, 2008 4:37:04 AM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
Hi, well i solved my problems by making one update (software install option)-i selected under "languages" the needed language, downloaded it and in setup activated it-all funcitions perfectly.
Back to top Profile Email Website
mike p
Joined Nov 08, 2008
Posts: 1

Other Topics
Posted: Nov 08, 2008 3:27:15 PM
Subject: How to change keyboard language in Linpus Linux Lite 1.0.3E?
We bought a Acer Aspire one 150 Aw a few days ago in France. We installed it in English. Although we are both French speaking my wife is more comfortable with computery things in English. But of course if the language is in English so is the keyboard (qwerty). But the keys are azerty which is not a comfortable match. Looked masses of suggested ways of changing back to French all of which looked a bit daunting for someone new to Linux. Found two really easy solutions: first; make a boot disk on a USB key and reboot. This restores the machine to state it was in when it left the factory. Our machine came with a cd containing recovery boot disk; the instructions are moderately clear and it worked. There are quite a number of language options on the disk but not all, I think. NOTA BENE: Save any data you may have; the HD is reformatted. two; buy a usb key loaded with Ubuntu which enables the change of language at a stroke. This may not be possible on machines with small memories. mike p
Back to top Profile Email Website
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya