Update your MANPATH in /etc/profile in include xmodmap and thier interesting 
man pages:
PATH=/usr/sbin:/usr/bin:/usr/sfw/bin:/usr/openwin/bin
MANPATH=/usr/share/man:/usr/sfw/man:/usr/X11/share/man:/usr/openwin/man

# The profile that all logins get before using their own .profile.

trap ""  2 3
export LOGNAME PATH MANPATH

Then resource your /etc/profile in a command line window. i.e:
. /etc/profile 


when I actually run xmodmap not much id defined by default, which these are 
just overriding settings and does not inclode all, so I am not sure how to get 
them all?

$ /usr/openwin/bin/xmodmap
/usr/openwin/bin/xmodmap:  up to 2 keys per modifier, (keycodes in parentheses):

shift       Shift_L (0x32),  Shift_R (0x3e)
lock
control     Control_L (0x25),  Control_R (0x6d)
mod1        Alt_L (0x40),  Alt_R (0x71)
mod2
mod3
mod4
mod5

The problem that I see with both Solaris and OpenSolaris man pages does not 
provide any system default location of a xmodmap configuration file and does 
not mention how it interacts with /usr/openwin/lib/X11/XKeysymDB if this is 
still being used or not?
Otherwise it should be compatible with the Linux version or docs of xmodmap I 
would assume?

But I believe everything is based on how you answered your questions during the 
system configuration or install of Solaris/OpenSolaris.
Other wise this is the bases for all keyboard on the OS side before X windows 
such as gnome , openwin or CDE starts.
This is from my system relevant auto install Jumpstart profile which are the 
same questions are asked during a initial system install:
locale  en_US.UTF-8
geo N_America
and sysidcfg
system_locale=en_US.UTF-8
timezone=US/Eastern
terminal=vt100

login the run su - root
# kbd -l
type=6
layout=33 (0x21)
delay(ms)=500
rate(ms)=40
#

# locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=

So, I believe you probably picked wrong locale see man page to fix it , see man 
sys-unconfig to reconfigure your system like the factory default questions on 
reboot or during a install. and try running this first get a baseline of what 
you need first then adjust the xmodmap settings. this is one solution to get 
you back to a default configuration if this is what you need.
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to