Não consigi usar gpm touchpad nos tty do Sabayon

1. Não consigi usar gpm touchpad nos tty do Sabayon

Leomar de Oliveira
leoCCB

(usa Slackware)

Enviado em 02/01/2020 - 13:12h

Primeiramente, feliz ano novo para todos os colegas do VoL. Muita prosperidade e saúde a todos. Como explicitado no título, o gpm não funciona no sabayon. O engraçado é que no Ubuntu da mesma máquina funciona direitinho. Já tentei os seguintes comandos:

gpm -m /dev/psaux -t ps2
gpm -m /dev/psaux -t synps2 (com o driver synaptics)

gpm -m /dev/input/mouse0 (nm, ps2, synps2, etc)

Achei que seria algum evento, então tentei
gpm -m /dev/input/event1, event2... etc (nm, ps2, synps2, etc). achei que o touch estaria no event12, mas também sem sucesso.

Não dá sinal de vida, e quando dá e eu manipulo o touchpad, ao inves de aparecer o cursor aparece um monte de números. Se ajudar, estão aqui algumas configurações

cat /usr/share/X11/xorg.conf.d/50-vmmouse.conf

Section "InputClass"
Identifier "vmmouse"
MatchIsPointer "on"
MatchTag "vmmouse"
Driver "vmmouse"
EndSection

cat /usr/share/X11/xorg.conf.d/10-evdev.conf

#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection

Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection

Section "InputClass"
Identifier "evdev touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection

Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection

Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection







  


2. Re: Não consigi usar gpm touchpad nos tty do Sabayon

Leomar de Oliveira
leoCCB

(usa Slackware)

Enviado em 02/01/2020 - 13:21h

esqueci do

cat /etc/init.d/gpm

#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

#NB: Config is in /etc/conf.d/gpm

command=/usr/sbin/gpm
command_args="
-m ${MOUSEDEV}
-t ${MOUSE}
${RESPONSIVENESS:+ -r ${RESPONSIVENESS}}
${REPEAT_TYPE:+ -R${REPEAT_TYPE}}
${APPEND}
"

pidfile=/var/run/gpm.pid

depend() {
need localmount
use hotplug logger
}

start_pre() {
if [ -z "${MOUSEDEV}" ] || [ -z "${MOUSE}" ] ; then
eerror "You need to setup MOUSEDEV and MOUSE in /etc/conf.d/gpm first"
return 1
fi
}


e o que aparece no tty quando toco no touch é
[ 534.854041] i2c_hid i2c-ELAN2087:00: i2c_hid_get_input: incomplete report (14/65535)





3. Re: Não consigi usar gpm touchpad nos tty do Sabayon

Leomar de Oliveira
leoCCB

(usa Slackware)

Enviado em 02/01/2020 - 13:23h

quando executo echo $MOUSE e echo $MOUSEDEV não aparece variável nenhuma. Será esse o BO?






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts