Привет, Александр!!! В общем выкладываю всё что есть.
Тачскрин вот такой:
http://ru.aliexpress.com/item/Tontec-7-Raspberry-Pi-LCD-Touch-Screen-Display-TFT-Monitor-AT070TN90-with-Touchscreen-Kit-HDMI-VGA/2052514511.htmlНа диске к тачу лежат драйвера:
https://yadi.sk/d/rv_Civ-spFgf3Там же лежит вот такая инструкция по установке: во вложении.
Первый пункт инструкции выполнил, установил библиотеки. Правда пришлость установить пакет tcl, так как ругался на его отсутствие.
На втором пункте застрял. Пишет вот что:
orangepi@orangepi:/tmp/touchkit/include$ sudo su
[sudo] password for orangepi:
root@orangepi:/tmp/touchkit/include# make new
rm -f configSTR.h configSTR.mak configINT.h configINT.mak touch.tcl
tclsh ../utility/tcl2h.tcl configSTR.tcl > configSTR.h
tclsh ../utility/tcl2mak.tcl configSTR.tcl > configSTR.mak
tclsh ../utility/tcl2h.tcl configINT.tcl > configINT.h
tclsh ../utility/tcl2mak.tcl configINT.tcl > configINT.mak
tclsh ../utility/ini2tcl.tcl touch.ini > touch.tcl
root@orangepi:/tmp/touchkit/include#
- это выполнен первый пункт инструкцииorangepi@orangepi:/tmp/touchkit$ sudo su
[sudo] password for orangepi:
root@orangepi:/tmp/touchkit# make a
ll - а это второй (старт)for n in include driver utility xf86drv diag usb; do \
make -C $n || exit 1; \
done
make[1]: Entering directory `/tmp/touchkit/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/touchkit/include'
make[1]: Entering directory `/tmp/touchkit/driver'
for t in tpaneld; do \
if [ -f $t ]; then \
cp -f $t bin; \
fi; \
done
make[1]: Leaving directory `/tmp/touchkit/driver'
make[1]: Entering directory `/tmp/touchkit/utility'
for t in PanelInfo WriteConf; do \
if [ -f $t ]; then \
cp -f $t bin; \
fi; \
done
make[1]: Leaving directory `/tmp/touchkit/utility'
make[1]: Entering directory `/tmp/touchkit/xf86drv'
xmkmf: Command not found (package XFree86-devel required)
- и вот тут ругается на отсутствие XFree86make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/tmp/touchkit/xf86drv'
make: *** [all] Error 1
root@orangepi:/tmp/touchkit#
Я когда прочитал как устанавливать XFree86, то у меня началась "легкая паника".

Вот вроде бы пока всё.