Mike DeMarco wrote:
> build 134.
>   dtcalc was left out of this build so I copied the binary over from my build 
> 121. 

dtcalc is a CDE application, so has never been included in any OpenSolaris build
- your build 121 must have been the SXCE that still had CDE.

> whenever I press the right mouse button inside of dtcalc application the 
> mouse pointer changes and becomes bound inside the application box. Only way 
> I have been able to get it back is with a reboot.
> 
> A) any keystroke combo that will do a global unbind of the mouse pointer ?

No.   You can enable a keystroke to kill the X server, which is slightly
less disruptive than rebooting the whole system, or you can enable virtual
terminals (as long as you're not on a SPARC framebuffer missing that support)
and then switch to another VT and pkill dtcalc.

To enable the Ctrl-Alt-Backspace kill keystroke in one session:
        setxkbmap -option "terminate:ctrl_alt_bksp"

To enable it for all future sessions, create a file
        /etc/hal/fdi/policy/30user/10-x11-input.fdi
and put in it:

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
    <!--
         Default X.org input configuration is defined in:
             /etc/hal/fdi/policy/30user/10-x11-input.fdi
         Settings here modify or override the default configuration.
         See comment in the file above for more information.

         To see the currently active hal X.org input configuration
         run lshal or hal-device(1m) and search for "input.x11*" keys.

         Hal and X must be restarted for changes here to take any effect
    -->
    <match key="info.capabilities" contains="input.keys">
      <merge key="input.x11_options.XkbOptions"
type="string">terminate:ctrl_alt_bksp</merge>
    </match>
  </device>
</deviceinfo>

and then svcadm restart hal.
[That's for Xorg 1.4 through 1.7 - it will change when we move to 1.8 & beyond.]

To enable vt-switching, see the instructions on:

http://hub.opensolaris.org/bin/view/Project+vconsole/

> I have not been able to find a comparable scientific calculator to use.

gnome-calculator does not meet your needs?  That and xcalc are the two I know
of available in opensolaris.

-- 
        -Alan Coopersmith-        alan.coopersm...@oracle.com
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to