Hi, It's been 3 months since I've been using only linux (first month rh then debian) on my pc and only problem left with is using turkish fonts. I tried lots of things but I have nothing! (for X)
The doc on www.linuxdoc.org is for red-hat distro which actually doesn't work for red-hat 7.1 & 7.2 at all. I think it is very old. It would be great if someone help me with this font thing. Here is some info about my system and things I tried. OS : debian woody (up to date) output of $LC_CTYPE=tr_TR locale charmap ANSI_X3.4-1968 $locale LANG=en_US LC_CTYPE=tr_TR LC_NUMERIC="en_US" LC_TIME="en_US" LC_COLLATE="en_US" LC_MONETARY="en_US" LC_MESSAGES="en_US" LC_PAPER="en_US" LC_NAME="en_US" LC_ADDRESS="en_US" LC_TELEPHONE="en_US" LC_MEASUREMENT="en_US" LC_IDENTIFICATION="en_US" LC_ALL= #localedef -ci tr_TR -f iso8859-9 tr_TR debian:/usr/share/i18n/locales# localedef -ci tr_TR -f iso8859-9 tr_TR tr_TR:31: LC_IDENTIFICATION: unknown character in field `address' tr_TR:3430: LC_MESSAGES: unknown character in field `nostr' tr_TR:3459: LC_TIME: unknown character in field `abday' tr_TR:3459: LC_TIME: unknown character in field `abday' tr_TR:3462: LC_TIME: unknown character in field `day' tr_TR:3463: LC_TIME: unknown character in field `day' tr_TR:3464: LC_TIME: unknown character in field `day' tr_TR:3467: LC_TIME: unknown character in field `abmon' tr_TR:3470: LC_TIME: unknown character in field `abmon' tr_TR:3474: LC_TIME: unknown character in field `mon' tr_TR:3477: LC_TIME: unknown character in field `mon' tr_TR:3480: LC_TIME: unknown character in field `mon' tr_TR:3481: LC_TIME: unknown character in field `mon' tr_TR:3483: LC_TIME: unknown character in field `mon' tr_TR:3484: LC_TIME: unknown character in field `mon' tr_TR:3489: LC_TIME: unknown character in field `am_pm' tr_TR:3489: LC_TIME: unknown character in field `am_pm' tr_TR:3517: LC_NAME: unknown character in field `name_gen' tr_TR:1175: symbol `U00000131' not defined Segmentation fault --> I deleted the lines which it complains about... ( I deleted the whole LC_TIME part) #localedef -ci tr_TR -f iso8859-9 tr_TR No definition for LC_TIME category found *** I installed all the fonts including transcoded fonts. I am using fonty to handle fonts out of X. (they are ok) my XF86Config-4 file is attached when I press dotless i, or other turkish fonts nothing happens, just like I don't press anything.. Thanx a lot Furkan Fidan
### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. Section "Files" # FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/usr/lib/X11/fonts/100dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "pex5" Load "record" Load "speedo" Load "type1" Load "vbe" Load "xie" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "tr" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "RIVA TNT2" Driver "nvidia" VideoRam 32768 Option "UseFBDev" "true" EndSection Section "Monitor" Identifier "TNT2 M64" HorizSync 30-70 VertRefresh 50-160 Option "DPMS" UseModes "Modes[0]" EndSection Section "Modes" Identifier "Modes[0]" # Modeline "1024x768" 95.00 1024 1032 1152 1360 768 784 787 823 Modeline "1024x768" 95.00 1024 1036 1132 1372 768 781 784 820 EndSection Section "Screen" Identifier "Default Screen" Device "RIVA TNT2" Monitor "TNT2 M64" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection Section "DRI" Mode 0666 EndSection ### END DEBCONF SECTION