Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2071  / 2 Years ago, tue, november 1, 2022, 7:10:31

Errors messages trying to install 3DxWare on Ubuntu:



/etc/3DxWare/daemon/3dxsrv: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory


Errors messages trying to execute the cube demo on Ubuntu:



./xcube
stderr, basicwin: cannot open 9x15 font

More From » mouse

 Answers
6

Installation instructions for 3DxWare for Linux (x86_64) - V 1.8.0


To install the files for 3DxWare for Ubuntu to the corresponding directories
and to run the driver you need root privileges.


Make sure you fulfill the following prerequisites:


You should have installed the X/Motif shared library. Where is included the libXm.so.3

sudo apt-get install libmotif-dev

In some cases some X11 fonts may not have been installed, which are used to
draw on the device LCD.
Please make sure you have installed the 75 and/or 100DPI fonts for X11.

apt install xfonts-75dpi
apt install xfonts-100dpi

The files for the driver are provided with the following archive:


3dxware-linux-v1-8-0.x86_64.tar.gz

Please copy the file 3dxware-linux-v1-8-0.x86_64.tar.gz directly into the /tmp directory
and extract and run the script install-3dxunix.sh:


tar xfz 3dxware-linux-v1-8-0.x86_64.tar.gz install-3dxunix.sh
./install-3dxunix.sh

Please make sure the driver is started before you launch your application.


For the USB devices start the driver with the following command:


/etc/3DxWare/daemon/3dxsrv -d usb

I don't like the process in background, so I prefer to run the driver when I need it.
I created a shortcut in the desktop


[Desktop Entry]
Name=3DxWare
Exec=sudo /etc/3DxWare/daemon/3dxsrv -userName ${USER} -d usb
Terminal=true
Type=Application
Icon=/<your_custom_folder>/icon.png
Name[en_US]=3DxWare

enter image description here


Demos:


After unpacking 3dxware-linux-v1-8-0.x86_64.tar you can find two demos:
The cube demo: /tmp/xcube and
a value demo: /tmp/xvalue

Those are two simple demos that work with the setting "Any Application". You may copy the
binaries to your favourite location for binaries.

Supported devices:



  • SpaceMouse Pro Wireless

  • SpaceMouse Wireless

  • SpaceMouse Pro

  • Space Pilot Pro

  • Space Pilot

  • Space Explorer (Serial, USB)

  • Space Navigator for Notebooks

  • Space Navigator


[#3983] Wednesday, November 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
doredtness

Total Points: 153
Total Questions: 113
Total Answers: 106

Location: South Georgia
Member since Fri, Nov 13, 2020
4 Years ago
;