Unable to change keyboard layout

Hi to everyone

Once again I tried to modify my keyboard , because I am crazy keyborad can not be changed using

kbd-s 
eeprom

also I tried to modify /boot/solaris/bootenv.rc

but I tried opensolaris and my keyboard works perfectly

So my question is
Can I transfer settings from opensolaris into my solaris over Virtualbox [samba is configured]

If you have not tried this already, try setting the same values of these settings into your other O/S:

echo "$TERM"
stty -a

you must completely log out of the GUI, then log in as root using the "command line" option under session type on the login screen. Once you are logged in as root, run the kdmconfig command. It will walk you through the process of setting the keyboard type. Once that is done, log out of the root account and log back in as yourself

Thanks "incredible", I completely missed that this was a graphics terminal.

I log out from GUI and logged in the command line and then

kdmconfig

I picked Xorg and then I saw i must edit

/usr/X11/bin/Xorg -configure

try xsun server instead of xorg...

Tried but system was unable to boot , so I returned original Xorg.conf file .

Can I transfer all my settings from OpenSolaris to Solaris ???

root@unknown # kbd -s <---I don't think you left a space before the "-"

  1. Albanian 17. Malta_US
  2. Belarusian 18. Norwegian
  3. Belgian 19. Portuguese
  4. Bulgarian 20. Russian
  5. Croatian 21. Serbia-And-Montenegro
  6. Danish 22. Slovenian
  7. Dutch 23. Slovakian
  8. Finnish 24. Spanish
  9. French 25. Swedish
  10. German 26. Swiss-French
  11. Icelandic 27. Swiss-German
  12. Italian 28. Taiwanese
  13. Japanese-type6 29. TurkishQ
  14. Japanese 30. TurkishF
  15. Korean 31. UK-English
  16. Malta_UK 32. US-English

To select the keyboard layout, enter a number [default 32]:

TRied does not work , I think I will install KDE :confused:

KDE has nothing to do with it.

It would help if you explain first what exactly the problem is.

I can not change the keyboard layout.

Tried with several commands

kbd -s
eeprom kbd-type=Croatian

So the only solution is to configure Xorg.conf

I found which line I have to add

[ Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	"XkbModel"	"pc105"
	Option	"XkbLayout"	"croat"
	Option	"XkbOptions"	""
EndSection

What Solaris release are you using ? on what hardware ?
What keyboard did you choose at installation ?
Does it works fine in the text console (without X11 running) ?
Why do you want to change its layout, i.e. what keys are wrong ?

I am using solaris 10 with latest updates
Platform is Amd x64 [quad core]
I want to change it because , I kave some documents to write in my language.
Traditional letters are missing �� { I am writing from Windows now}
And kbd doesn`t work fine ever in Terminal

What do you mean kbd doesn't work ? That it doesn't change the layout at all or just the layout is missing some keys ?

Do you run "loadkeys" after running "kbd" ?

How do you type one of these letters, say "�" with your keyboard ?

---------- Post updated at 21:29 ---------- Previous update was at 21:28 ----------

What do you mean kbd doesn't work ? That it doesn't change the layout at all or just the layout is missing some keys ?

Do you run "loadkeys" after running "kbd" ?

How do you type one of these letters, say "�" with your keyboard ?

Yes I tried the loadkeys , the kbd doesn`t change the layout at all
�� are standard letters in Croatian keyboard

edit : I just found out that I can use Bosnian keyboard it is the same but some keys are missing and old script does not work

mkdir /etc/dt/config
cp Xstartup /etc/dt/config
cat >> /etc/dt/config/Xstartup <<%EOF%
xmodmap -e "keycode  55 = v V at grave"
xmodmap -e "keycode  24 = q Q backslash Greek_OMEGA"
xmodmap -e "keycode  25 = w W bar Lstroke"
xmodmap -e "keycode  26 = e E EuroSign EuroSign"
xmodmap -e "keycode  41 = f F bracketleft ordfeminine"
xmodmap -e "keycode  42 = g G bracketright ENG"
xmodmap -e "keycode  45 = k K lstroke ampersand"
xmodmap -e "keycode  46 = l L lstroke Lstroke"
xmodmap -e "keycode  56 = b B braceleft apostrophe"
xmodmap -e "keycode  57 = n N braceright braceright"
xmodmap -e "keycode  58 = m M asciicircum masculine"
%EOF