How to change keyboard layout to French

Hi,

Do you know how to change keyboard layout to French?

System configuration:

Solaris 10 (SPARC) installed on SunFire v245

French languages packages installed

Connection to server by a Remote Desktop from WinXP

The output from the kbd command is as follow:

bash-3.00# kbd -t

USB keyboard

bash-3.00# kbd -l

type=6

layout=33 (0x21)

delay(ms)=500

rate(ms)=40

I suppose that layout option should be changed to 8.

Note: bash-3.00# eeprom |grep kbd-type - there is no result after executing this command.

Thanks in advance,

Daniel

[634 byte] By [nagardda] at [2007-11-27 8:07:49]
# 1
You probably already try, but there is "kdmconfig", choose "Xsun Server", F2, read, choose your keyboard and have fun.Result will be operational after Logout/Login (maybe else, but this write).I hope I helped you.
Sun4Developa at 2007-7-12 19:50:35 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
I've checked that kdmconfig command is available only on x86 servers.
nagardda at 2007-7-12 19:50:35 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3

I have resolved that issue.

I am connecting to the Solaris machine using remote desktop called Xmanager. And I made two things:

* In Xmanager I have added French keyboard (French fonts are installed as well)

* Then I have run the command:

# cp /usr/share/lib/keytables/type_6/france /.keytable

After that I have French keyboard.

Regards,

Daniel

nagardda at 2007-7-12 19:50:35 > top of Java-index,Solaris Operating System,Solaris 10 Features...