felipe.facundes
(usa Arch Linux)
Enviado em 01/10/2014 - 04:20h
No Linux, desde o advento do Kernel 2.6, que o suporte multi touch screen é habilitado por padrão, com suporte a diversos drivers, inclusive, houve a implatação padrão ao suporte, para o Xorg, trazendo o benefício a todos os Unix like.
Destarte,
Se quiser realizar um teste para identificar o suporte, a tarefas a nível da camada Multi touch screen, experimente o "pinch-zoom" nativo em seu navegador chromium
Execute o comando:
chromium --enable-pinch
Infelizmente, o chromium é um dos poucos projetos open source, que vem com este recurso por padrão.
Se quiser habilitar tal suporte para todas as aplicações.
Use o gerenciador de janelas compiz.
Todavia, o COMPIZ não vem com o plugin, que dá suporte aos recursos multi-touch screen.
Desta feita, compile o plugin conforme orientações do site, consoante link infra:
https://www.youtube.com/watch?v=rY-85BUqWgY
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
ENGLISH
-----------------------------------------------------------------------------------------
This is not a problem with "multitouch", it is a problem with "touch".
Before the 14.04 update, the touchscreen was interpreted as another mouse. After the update it is not, but unfortunately Chromium is not reporting touch-events. This means that no graphical web app can be used with Ubuntu on a touch screen.
It's quite tragic. I haven't figured out any way around it yet. I'm not sure whether it is a bug in Chromium or somewhere else. I hope it gets resolved eventually.
UPDATE: I managed to make it work on my computer by starting chromium with the command:
chromium --enable-pinch
or
chromium --enable-pinch --touch-events=enabled
for
context menu
create shortcut application (.desktop)
/home/"your user"/.local/share/applications
OR
support all aplications
search:
multi touch compiz plugin
https://www.youtube.com/watch?v=rY-85BUqWgY