Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2007-12-01 3:38:55 pm

jpan1971
Member
From: Mitilini, GREECE
Registered: 2007-10-30
Posts: 14

How to install the Greek keyboard layout?

It is possible to install the Greek keyboard layout in Easy mode? I can write in Greek Language in Advanced mode, but not in Easy mode.

Thanks....

Offline

 

#2 2007-12-01 11:07:16 pm

jpan1971
Member
From: Mitilini, GREECE
Registered: 2007-10-30
Posts: 14

Re: How to install the Greek keyboard layout?

any ideas???

Offline

 

#3 2007-12-01 11:23:19 pm

tnr3euser
Senior Member
Registered: 2007-11-28
Posts: 203

Re: How to install the Greek keyboard layout?

How did you get it working?
I installed Anthy and SCIM-Anthy to get Japanese going (an IME). I just hit ctrl-space when in any text editor and it appears in both Advanced and Easy modes...


700 Blue Xandros/701 Black Dual boot XP(Tweaking Easy Mode XP) & Xandros on SD/701 White Xandros on SSD/901 Black dual boot XP & Easy Peasy/Aspire One - bricked until I get an external DVD to restore LOL

Offline

 

#4 2007-12-01 11:46:35 pm

jpan1971
Member
From: Mitilini, GREECE
Registered: 2007-10-30
Posts: 14

Re: How to install the Greek keyboard layout?

tnr3euser wrote:

How did you get it working?
I installed Anthy and SCIM-Anthy to get Japanese going (an IME). I just hit ctrl-space when in any text editor and it appears in both Advanced and Easy modes...

In advanced mode, I installed the Greek keyboard layout through the KDE Control Center (Peripheral Devices -> Keyboard Layout).

Where is the Greek layout In Easy Mode?

Offline

 

#5 2007-12-02 4:33:25 am

AndyW
Member
Registered: 2007-11-07
Posts: 81

Re: How to install the Greek keyboard layout?

in easy mode...

on the task bar -
right click on the input method
open scim setup
front end - global setup
change the keyboard to greek.

btw are you in athens. I'm in maroussi right now.

Offline

 

#6 2007-12-02 5:43:00 am

kvitrafn
New member
Registered: 2007-12-02
Posts: 1

Re: How to install the Greek keyboard layout?

Changing your KeyoardLayout in xorg.conf:

Press: ctrl + alt + t
Type "sudo nano /etc/X11/xorg.conf"
Press ctrl + _ (ctrl + underline, you may need to press shift to to get the underlinekey)
Type "35" to find the line where you change the keyboard layout.
and change from "us" or what ever you se between the " " on that line, to your countries code. Im guessing "gr" since here in norway we use "no"

Press "ctrl + o" to save after youve made your change.

Now your kayboard layout will stay changed even if you reboot.

EDit : as said under greece is "gr", dunno if i was thinking germany or what ever with "ge". hehe

Last edited by kvitrafn (2007-12-02 7:21:03 am)

Offline

 

#7 2007-12-02 7:15:34 am

AndyW
Member
Registered: 2007-11-07
Posts: 81

Re: How to install the Greek keyboard layout?

greece is gr

Offline

 

#8 2007-12-02 10:02:05 am

jpan1971
Member
From: Mitilini, GREECE
Registered: 2007-10-30
Posts: 14

Re: How to install the Greek keyboard layout?

Thanks to all I installed the Greek layout in Ease mode, but it is impossible to write accented Greek characters. Any ideas???

To AndyW
I live in Mitilini town because I work in University of the Aegean.

Offline

 

#9 2007-12-04 10:22:43 am

waste
Member
Registered: 2007-11-05
Posts: 12

Re: How to install the Greek keyboard layout?

I have the same problem too. it seems that its a bug with an old version of gtk installed in the asus linux. In fact you cant write accented characters in programs like firefox and thunderbird, but you can write accented greek characters in OO and terminal...

im trying to find a solution, do contact asus support.

Offline

 

#10 2007-12-05 2:24:17 am

jpan1971
Member
From: Mitilini, GREECE
Registered: 2007-10-30
Posts: 14

Re: How to install the Greek keyboard layout?

waste wrote:

I have the same problem too. it seems that its a bug with an old version of gtk installed in the asus linux. In fact you cant write accented characters in programs like firefox and thunderbird, but you can write accented greek characters in OO and terminal...

im trying to find a solution, do contact asus support.

My problem is that I can’t write accented Greek characters in OO. My OO writes first the accent and next the character (΄ο, ΄α ΄ε not ό, ά, έ).

Dear friends can list your xorg.conf file? (/etc/X11/xorg.conf)

Offline

 

#11 2007-12-05 11:18:45 am

Elvis
New member
Registered: 2007-11-27
Posts: 5

Re: How to install the Greek keyboard layout?

Changing xorg.conf file is not enough. But take a look into thread
http://forum.eeeuser.com/viewtopic.php?id=1580

There seems to be answer for the problem. I haven't yet have time to check if that works for swedish/finnish/estonian keyboard settings, but I assume so. Greek keyboard layout should work as well.

There still seems to be no wiki entry for this. But I try to do one soon as I have time to take a look into the issue and of course, get it working smile (trust me, that won't happen this week, so if someone has time for that, please...)

This keyboard layout seems to be an issue what xandros haven't thought about...

Offline

 

#12 2007-12-05 1:40:49 pm

adia
New member
From: Athens, Greece
Registered: 2007-12-03
Posts: 4
Website

Re: How to install the Greek keyboard layout?

The problem is that the input method manager, SCIM, is interfering with the built-in X11 input method, so compose sequences don't work.

It's best to disable SCIM if you don't need to type Chinese - Greek accents will work fine afterwards. The easiest way is to remove the "xandros-scim" package. See the following wiki page for information:

http://wiki.eeeuser.com/howto:removeinputmethodicon

Edit: Here's the relevant section from my /etc/X11/xorg.conf:

Code:

Section "InputDevice"
        Identifier  "Keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbLayout" "us,gr"
        Option      "XkbVariant" ""
        Option      "XkbOptions" "grp:alt_shift_toggle"
EndSection

The last line is new, you have to add it. It's the way you toggle between the US and Greek keyboard layout. Other possibilities are (from /usr/share/X11/xkb/rules/xorg.lst):

Code:

  grp:switch           R-Alt switches layout while pressed.
  grp:lswitch          Left Alt key switches layout while pressed.
  grp:lwin_switch      Left Win-key switches layout while pressed.
  grp:rwin_switch      Right Win-key switches layout while pressed.
  grp:win_switch       Both Win-keys switch layout while pressed.
  grp:rctrl_switch     Right Ctrl key switches layout while pressed.
  grp:toggle           Right Alt key changes layout.
  grp:lalt_toggle      Left Alt key changes layout.
  grp:caps_toggle      CapsLock key changes layout.
  grp:shift_caps_toggle Shift+CapsLock changes layout.
  grp:alt_caps_toggle  Alt+CapsLock changes layout.
  grp:shifts_toggle    Both Shift keys together change layout.
  grp:alts_toggle      Both Alt keys together change layout.
  grp:ctrls_toggle     Both Ctrl keys together change layout.
  grp:ctrl_shift_toggle Ctrl+Shift change layout.
  grp:lctrl_lshift_toggle LCtrl+LShift change layout.
  grp:ctrl_alt_toggle  Alt+Ctrl change layout.
  grp:alt_shift_toggle Alt+Shift change layout.
  grp:menu_toggle      Menu key changes layout.
  grp:lwin_toggle      Left Win-key changes layout.
  grp:rwin_toggle      Right Win-key changes layout.
  grp:lshift_toggle    Left Shift key changes layout.
  grp:rshift_toggle    Right Shift key changes layout.
  grp:lctrl_toggle     Left Ctrl key changes layout.
  grp:rctrl_toggle     Right Ctrl key changes layout.

I think there are other ways to configure this, maybe from kcontrol, but that's what I've always done.

Last edited by adia (2007-12-05 1:53:38 pm)

Offline

 

#13 2007-12-05 3:06:23 pm

jpan1971
Member
From: Mitilini, GREECE
Registered: 2007-10-30
Posts: 14

Re: How to install the Greek keyboard layout?

Adia you are the best!!!

Thank you very much.

Offline

 

#14 2007-12-05 6:13:57 pm

adia
New member
From: Athens, Greece
Registered: 2007-12-03
Posts: 4
Website

Re: How to install the Greek keyboard layout?

No problem, glad I could help. We should probably organize this in a wiki page - it's not Greek-specific, anyway.

Offline

 

#15 2007-12-10 6:10:42 pm

waste
Member
Registered: 2007-11-05
Posts: 12

Re: How to install the Greek keyboard layout?

adia thanks alot , I had tried nearly everything on the locales and still couldnt get accented characters....

thanks again

Offline

 

#16 2008-03-23 7:29:07 pm

pavlos340
New member
From: Lagonissi
Registered: 2008-03-23
Posts: 1
Website

Re: How to install the Greek keyboard layout?

adia u r a treasure!!! At last....reboot yes. Lose my keyboard layout NO!!!!
Thanks 2 U!!
Μπράβο ευχαριστούμε!!!!

Offline

 

#17 2008-03-24 1:02:10 pm

markosgr28
New member
Registered: 2008-03-24
Posts: 3

Re: How to install the Greek keyboard layout?

Thank you, it worked!!! Χαιρετισμούς από Ηράκλειο Κρήτης!

Offline

 

#18 2008-04-01 6:41:14 am

panosopc
New member
Registered: 2008-04-01
Posts: 6

Re: How to install the Greek keyboard layout?

i have tried to change the xorg  but when it reboots it stays in the screen that says starting system
the only way is from kcontrol but i have to do it everytime i boot
please help.

Offline

 

#19 2008-04-07 8:34:51 am

d21061965
New member
Registered: 2008-04-04
Posts: 1

Re: How to install the Greek keyboard layout?

Hi everyone,
Pos mporo na valo tonous stis ellhnikes lekseis ?
To ellhniko pliktrologia den moy deixnei tonous.

Offline

 

#20 2008-04-08 2:40:14 pm

adia
New member
From: Athens, Greece
Registered: 2007-12-03
Posts: 4
Website

Re: How to install the Greek keyboard layout?

panospc: If it doesn't start correctly after editing xorg.conf, chances are you have made some small mistake in the file's syntax. Check that all quote marks and punctuation are exactly as in the example. If in doubt, you could send here the changes you are making, so that others could check there are no errors.

d21061965: Το πλήκτρο του τόνου είναι το ";" - αφού γυρίσεις το πληκτρολόγιο στα Ελληνικά, πατάς το ";" και μετά το φωνήεν που θες. Αν εννοείς ότι πατάς τόνο αλλά δε δουλεύει, θα πρέπει να απενεργοποιήσεις το SCIM όπως αναφέρθηκε παραπάνω.
(in English: The accent key is ";" - after switching the keyboard to Greek, you hit ";" and then the vowel key you want. If you do that and accents don't work, make sure you have deactivated SCIM as mentioned above)

Offline

 

#21 2008-05-28 12:51:57 am

asterikios7
New member
Registered: 2008-05-27
Posts: 3

Re: How to install the Greek keyboard layout?

kalhmera dystyxws den mporesa na to kataferw.afou ekana to pwto bhma na apenergopoihsww to scim, katopin egrapsa thn entolh sudo nano /etc/x11/xorg.conf alla mou bgazei keno.please help i'm lost

Offline

 

#22 2008-05-29 1:28:51 am

swannie
Senior Member
From: Ioannina GREECE
Registered: 2008-05-18
Posts: 993

Re: How to install the Greek keyboard layout?

Hi everyone from Ioannina! I'm about to try setting up the Greek keyboard in Easy Mode - will ask for help if I have a problem.


701 4G Surf  Easy Mode + Icewm
901 4G + 16G Ubuntu eee

Offline

 

#23 2008-05-29 6:08:11 am

dio
Member
Registered: 2008-05-18
Posts: 40

Re: How to install the Greek keyboard layout?

greek eee pc? check this out:
http://blog.edu.gr/archives/13

Offline

 

#24 2008-05-29 4:06:47 pm

swannie
Senior Member
From: Ioannina GREECE
Registered: 2008-05-18
Posts: 993

Re: How to install the Greek keyboard layout?

Everything is working.Είναι Θαυμάσια!! Ευχαριστώ....


701 4G Surf  Easy Mode + Icewm
901 4G + 16G Ubuntu eee

Offline

 

#25 2008-05-31 6:19:29 am

asterikios7
New member
Registered: 2008-05-27
Posts: 3

Re: How to install the Greek keyboard layout?

τελειο, γραφει ελληνικα!!!!μπραβο σε οσους βοηθησαν.

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson