====== Les Limes mollusques ====== Divers projets et doc autour des Limes d'Olimex ===== Crépidules ===== Sur base a13-som-512: * une carte wifi/USB * un écran 4" Faire une petite machine GNU/Linux pouvant servir de modules sonores interconnectés. La base est le debian avec un bureau matchbox * http://git.yoctoproject.org/cgit.cgi/matchbox-history/plain/matchbox-website/current/overview.html * des idées par là http://wiki.openmoko.org/wiki/Debian#fbpanel_.2B_Matchbox * http://wiki.openmoko.org/wiki/Manuals/Om_2007.2#Matchbox_keyboard * http://wiki.openmoko.org/wiki/Qwo * https://olivier.dossmann.net/wiki/materiel/neofreerunner#installer_le_clavier_matchbox-keyboard * http://www.gusnan.se/devilspie2/ http://raspberrypi.stackexchange.com/questions/6764/raspberry-pi-raspbian-web-kiosk-virtual-keyboard-solution Ca roule pour le moment, travail sur le clavier : ... http://download.savannah.gnu.org/releases/qwo/ ===== Matchbox ===== http://git.yoctoproject.org/ ===== LXDE ===== C'est de base pas si mal, j'ai fais qlq modifs: * un clavier matchbox-keyboard en français {{:olimex:keyboard-fr.xml|}} * un toggle pour accéder au clavier : /usr/local/bin/toggle-matchbox-keyboard.sh #!/bin/bash # le clavier français à été copier en keyboard.xml par défaut PID=`pidof matchbox-keyboard` if [ ! -e $PID ]; then killall matchbox-keyboard else matchbox-keyboard & #matchbox-keyboard -o landscape & fi A tester : * easystroke , reconnaissance de geste : http://sourceforge.net/projects/easystroke/ * ardesia pour garder des gribouillis et les partager , il faut un compositeur ...