hainan
February 18th, 2011, 15:24
Hi to everyone
First of all sorry about my English.
Previously I used FreeBSD 8.1 with Gnome desktop (hald_enable, login with gdm, everything working fine also Turkish keyboard). Now I'm trying to use Enlightenment on FreeBSD 8.2-RC3. But I have a problem about keyboard locale. I'm using Turkish keyboard layout. Below I send you some of my system configs.
rc.conf
keymap=”tr.iso9.q”
font8×16=”iso09-8×16”
hald_enable=”YES”
dbus_enable=”YES”
login.conf
turkce|Turk Kullanici Hesaplari:\
:charset=UTF-8:\
:lang=tr_TR.UTF-8:\
:tc=default:
profile
LANG=tr_TR.UTF-8; export LANG
MM_CHARSET=UTF-8; export MM_CHARSET
csh.login
setenv LANG tr_TR.UTF-8
setenv MM_CHARSET UTF-8
.xinitrc
exec /usr/local/bin/ck-launch-session /usr/local/bin/enlightenment_start
setxkbmap -layout tr & //with or without nothing change
LANG=tr_TR.UTF-8; export LANG //with or without nothing change
command
startx | xinit
Xorg.conf.log
Option "XkbLayout" "us"
It must be
Option "XkbLayout" "tr"
I use HAL so there is no xorg.conf file. Turkish keyboard running very well on terminal (both root and user). But when I start Enlightenment with the startx command, it uses US keyboard layout. How can I use a Turkish keyboard on Enlightenment?
Best regards
Hasan
First of all sorry about my English.
Previously I used FreeBSD 8.1 with Gnome desktop (hald_enable, login with gdm, everything working fine also Turkish keyboard). Now I'm trying to use Enlightenment on FreeBSD 8.2-RC3. But I have a problem about keyboard locale. I'm using Turkish keyboard layout. Below I send you some of my system configs.
rc.conf
keymap=”tr.iso9.q”
font8×16=”iso09-8×16”
hald_enable=”YES”
dbus_enable=”YES”
login.conf
turkce|Turk Kullanici Hesaplari:\
:charset=UTF-8:\
:lang=tr_TR.UTF-8:\
:tc=default:
profile
LANG=tr_TR.UTF-8; export LANG
MM_CHARSET=UTF-8; export MM_CHARSET
csh.login
setenv LANG tr_TR.UTF-8
setenv MM_CHARSET UTF-8
.xinitrc
exec /usr/local/bin/ck-launch-session /usr/local/bin/enlightenment_start
setxkbmap -layout tr & //with or without nothing change
LANG=tr_TR.UTF-8; export LANG //with or without nothing change
command
startx | xinit
Xorg.conf.log
Option "XkbLayout" "us"
It must be
Option "XkbLayout" "tr"
I use HAL so there is no xorg.conf file. Turkish keyboard running very well on terminal (both root and user). But when I start Enlightenment with the startx command, it uses US keyboard layout. How can I use a Turkish keyboard on Enlightenment?
Best regards
Hasan