Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Δέν έχω τόνους. [ Solved ]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Greek
View previous topic :: View next topic  
Author Message
region-g
Tux's lil' helper
Tux's lil' helper


Joined: 04 May 2005
Posts: 122
Location: Ελλάς

PostPosted: Sun Oct 23, 2005 3:32 pm    Post subject: Δέν έχω τόνους. [ Solved ] Reply with quote

Καλησπερα, μπορω και γραφω με ελληνικους χαρακτηρες αλλα δεν μπορω να χρησιμοποιησω τονους.

Last edited by region-g on Mon Apr 03, 2006 5:47 pm; edited 2 times in total
Back to top
View user's profile Send private message
ntzim1
n00b
n00b


Joined: 26 Nov 2004
Posts: 40
Location: Greece

PostPosted: Mon Oct 24, 2005 4:37 pm    Post subject: Reply with quote

Δώσε μας λεπτομέρειες, που δεν μπορείς να βάλεις τόνους;

Τι σου δείνει η εντολή:
Code:
$ locale


Τσέκαρε έχεις κάνει σωστά αυτά που λέει εδώ;
https://forums.gentoo.org/viewtopic-t-104737.html
Back to top
View user's profile Send private message
region-g
Tux's lil' helper
Tux's lil' helper


Joined: 04 May 2005
Posts: 122
Location: Ελλάς

PostPosted: Fri Mar 31, 2006 2:29 pm    Post subject: Reply with quote

Quote:
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=


Αργησα λιγο να απαντησω αλλα απαντησα :lol:
_________________
wanna react ?
Back to top
View user's profile Send private message
ntzim1
n00b
n00b


Joined: 26 Nov 2004
Posts: 40
Location: Greece

PostPosted: Fri Mar 31, 2006 6:06 pm    Post subject: Reply with quote

Η πλάκα είναι ότι είχα πολύ καιρό να κοιτάξω τα forum και σήμερα έπεσα κατευθείαν στο δικό σου. Φοβερός συγχρονισμός. :)

Στο θέμα μας τώρα.
H locale πρέπει για unicode να σου δίνει:
Code:
....
LC_CTYPE=el_GR.UTF-8
...
LC_COLLATE=el_GR.UTF-8
...


Άνοιξε ένα τερματικό και δώσε:
Code:
export LC_CTYPE=el_GR.UTF-8
export LC_COLLATE=el_GR.UTF-8


Στο ίδιο τερματικό πρέπει να μπορείς να γράφεις ελληνικά με τόνους. Αν ναι φτιάξε σαν root το αρχείο /etc/env.d/99greek με περιεχόμενο:
Code:
LC_CTYPE=el_GR.UTF-8
LC_COLLATE=el_GR.UTF-8

και σε ένα τερματικό σαν root δώσε:
Code:
$ source /etc/profile && env-update


Λογικά θα πρέπει να έχεις ελληνικά παντού. Αν όχι δοκίμασε και μια επανεκίνηση. :)

Προσοχή.
Στο αρχείο /etc/locales.build πρέπει να υπάρχουν οι γραμμές:
Code:
el_GR/ISO-8859-7
el_GR.UTF-8/UTF-8

Αν δεν υπάρχουν βάλε τις και, αν κάποιος δεν ξερει κάτι πιο έξυπνο, καλό emerge -e world :)
Back to top
View user's profile Send private message
region-g
Tux's lil' helper
Tux's lil' helper


Joined: 04 May 2005
Posts: 122
Location: Ελλάς

PostPosted: Sun Apr 02, 2006 4:52 pm    Post subject: Reply with quote

Κατ' αρχάς ευχαριστώ πολύ,
κατά δεύτερον έχω την δυνατότητα να γράφω με τόνους αλλά όχι σε όλες τις εφαρμογές π.χ. Kopete (άλλαξα γραμματοσειρά), επίσης δεν δουλεύει το
Quote:
grp:alt_shift_toggle


Ορίστε και το xorg.conf ---> Keyboard Section

Quote:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "AutoRepeat" "500 30"
Option "XkbLayout" "us, el"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection

_________________
wanna react ?
Back to top
View user's profile Send private message
ntzim1
n00b
n00b


Joined: 26 Nov 2004
Posts: 40
Location: Greece

PostPosted: Mon Apr 03, 2006 9:03 am    Post subject: Reply with quote

Αν εξαιρέσεις το γεγονός ότι στο δικό μου xorg.conf δεν υπάρχει η επιλογή:
Code:
 Option "XkbRules" "xorg"

κατά τα άλλα είναι ίδιο.
Τώρα κατά τα άλλα δεν χρησιμοποιώ το kopete.
Μήπως υπάρχει κάποιο πρόβλημα με συγκεκριμένες γραμματοσειρές στο PC σου; Μήπως δεν είναι δηλωμένες στο xorg.conf;

Σου παραθέτω το δικό μου xorg.conf για να δεις μήπως υπάρχουν διαφορές σε άλλα κρίσιμα σημεία. Προσοχή στην κάρτα οθόνης, στην ανάλυση της και τα FontPath σε περίπτωση που το χρησιμοποιήσεις αυτούσιο.
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/share/fonts/corefonts"
    FontPath    "/usr/share/fonts/TTF2"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts/afms"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/default"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/ukr"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "type1"
   Load  "freetype"
       Load "fbdevhw"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option   "AutoRepeat"  "500 30"

   Option   "XkbModel"    "pc104"
   Option   "XkbLayout"   "us,el"
   Option   "XkbOptions"  "grp:alt_shift_toggle,grp_led:scroll"
EndSection


Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   #   Option       "Device" "/dev/mouse"
   Option        "Device" "/dev/psaux"
   Option        "ZAxisMapping" "4 5"
   Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
   DisplaySize  325   260
   Identifier   "Monitor0"
   VendorName   "HTC"
   ModelName    "CM715"
   HorizSync    30.0 - 95.0
   VertRefresh  50.0 - 120.0
   Option       "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "NoAccel"               # [<bool>]
        #Option     "ShadowFB"              # [<bool>]
        #Option     "UseFBDev"              # [<bool>]
        #Option     "Rotate"                # [<str>]
        #Option     "VideoKey"              # <i>
        #Option     "FlatPanel"             # [<bool>]
        #Option     "FPDither"              # [<bool>]
        #Option     "CrtcNumber"            # <i>
        #Option     "FPScale"               # [<bool>]
        #Option     "FPTweak"               # <i>
   Identifier  "Card0"
#   Driver      "nv"
   Driver      "nvidia"
   VideoRam   32768
#   VendorName  "nVidia Corporation"
#   BoardName   "NV11 [GeForce2 MX/MX 400]"
   #       BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
          DefaultDepth  16
#   SubSection "Display"
#      Viewport   0 0
#      Depth     1
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     4
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     8
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     15
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     16
#   EndSubSection
   SubSection "Display"
#                     Viewport   0 0
      Depth     16
      Modes "1280x1024"
   EndSubSection
EndSection
Back to top
View user's profile Send private message
region-g
Tux's lil' helper
Tux's lil' helper


Joined: 04 May 2005
Posts: 122
Location: Ελλάς

PostPosted: Mon Apr 03, 2006 5:46 pm    Post subject: Reply with quote

Έχει δίκιο το XkbRules το πρόσθεσα εγώ χειροκίνητα, μετά από emerge world.

Τώρα δείχνει να είναι καλύτερα, όσον αφορά τα fonts και συμβατότητα ανά λογισμικό, το έλυσα.

Thanx for the help. Keep UP.
_________________
wanna react ?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Greek All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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