
If you are unsure whether all write buffers have been written to a storage device or whether your
application is flushing buffers correctly please examine the number of dirty memory buffers in use like
this:
root@mvblx:~# cat /proc/meminfo | grep Dirty
Dirty: 0 kB
If this value is greater than
0 kB
then it is necessary to issue a
sync
command or to wait for a
sufficient time (usually > 30 seconds!) before removing power, otherwise data loss is certain.
A
reboot
,
halt
or
shutdown
command implies a
sync
command.
umount
of an external file system (e.g. USB device) will flush data for that device automatically.
11.7 X11
By default
, the X window systems a.k.a. X-server is activated. To deactivate the server,
open console and
1.
type in
chmod -x /etc/init.d/psplash
chmod -x /etc/init.d/gpe-dm
2.
Reboot afterwards.
3.
To turn the X-server back on again by default
chmod +x /etc/init.d/psplash
chmod +x /etc/init.d/gpe-dm
Now reboot.
11.7.1 X11Forwarding
X window systems like Enlightenment support X windows forwarding to access the camera's desktop via
Linux or Windows PC's.
By default
, the X11Forwarding is disabled.
To use this functionality, you have to
Edit the file
/etc/ssh/sshd_config
on the mvBlueLYNX-X.
1.
Change the line
X11Forwarding no
to read
X11Forwarding yes
2.
Now create an empty authority file:
touch /home/root/.Xauthority
3.
Restart the mvBlueLYNX-X and
4.
then login via
ssh
like this: (substituting the camera's IP address as appropriate):
ssh -X [email protected]
If you use this form then the data will be compressed using a fast Blowfish algorithm which might be
useful on a narrow bandwidth link:
ssh -X -c blowfish [email protected]
5.
mvBlueLYNX-X Technical Manual
MATRIX VISION GmbH
22 April 2016 Version - 1.49
85
Summary of Contents for mvBlueLYNX-X
Page 1: ...mvBlueLYNX X Technical Manual 22 April 2016 Version 1 49 Copyright 2017 MATRIX VISION GmbH...
Page 2: ......
Page 10: ...VIII...
Page 11: ...1 mvBlueLYNX X Technical Manual MATRIX VISION GmbH 22 April 2016 Version 1 49 1...
Page 12: ...mvBlueLYNX X Technical Manual 2 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 22: ...mvBlueLYNX X Technical Manual 12 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 24: ...mvBlueLYNX X Technical Manual 14 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 27: ...mvBlueLYNX X Technical Manual MATRIX VISION GmbH 22 April 2016 Version 1 49 17...
Page 28: ...mvBlueLYNX X Technical Manual 18 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 30: ...mvBlueLYNX X Technical Manual 20 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 50: ...mvBlueLYNX X Technical Manual 40 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 108: ...mvBlueLYNX X Technical Manual 98 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 124: ...mvBlueLYNX X Technical Manual 114 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 190: ...mvBlueLYNX X Technical Manual 180 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 214: ...mvBlueLYNX X Technical Manual 204 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 226: ...mvBlueLYNX X Technical Manual 216 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 230: ...mvBlueLYNX X Technical Manual 220 22 April 2016 Version 1 49 MATRIX VISION GmbH...
Page 236: ...mvBlueLYNX X Technical Manual 226 22 April 2016 Version 1 49 MATRIX VISION GmbH...