Skip to main content

Posts

Showing posts with the label electronic

Electronic whiteboard for Linux (ubuntu)

How to convert our computer screen on to a digital electronic whiteboard, under Linux, could not be simpler. Only need a knob for Wii (Nintendo Console), an infrared emitter (such as a remote control), and the software for it (see the " Linux electronic whiteboard "). Download list: Here is the list of available packages and versions for download InstallingFromDebPackage Normal INSTALL: open a terminal: Applications > Accessories > Terminal and type: $ sudo apt-get install libbluetooth3 libc6 libcairomm-1.0-1 libcwiid1 libgcc1 libglademm-2.4-1c2a libglib2.0-0 libglibmm-2.4-1c2a libgtk2.0-0 libgtkmm-2.4-1c2a libsigc++-2.0-0c2a libstdc++6 libx11-6 libxtst6 $ sudo dpkg -i whiteboard_ x.x.x.x.-x xxxxxxxxxxx .deb Replace x.x.x.x.-x xxxxxxxxxxx with the version you downloaded. $ dpkg -l whiteboard Alternately: System > Administration > Synaptic Package Manager install these packages: libbluetooth3 libc6 libcairomm-1.0-1 libcwiid1 libgcc1 libglademm-2.4-1c2a lib...