
		tec_samuel
		
		(usa Fedora)
		
		Enviado em 14/04/2013 - 22:46h 
		Buckminster escreveu:
tec_samuel escreveu:
Buckminster escreveu:
tec_samuel escreveu:
Sou novo no mundo linux. Instalei o fedora 18 e estou sofrendo com esse problema do touchpad.
Olhei algumas dicas aqui no viva linux, mas não consegui resolver esse problema.
Executei esse comando para mostrar o meu dispositivo:
egrep -i 'synap|alps|etps|sent' /proc/bus/input/devices
Ele retornou:
N: Name="ETPS/2 Elantech Touchpad"
Já instalei o synaptics com o seguinte comando:
yum install synaptics -y
Meu notebook é um Samsung RV415 BD4BR, se alguém puder me ajudar ficarei grato... 
Execute este comando, teste e veja se funciona:
xinput --set-prop "ETPS/2 Elantech Touchpad" "Device Enabled" 1 
 
Executei o comando sugerido reiniciei o note, porém não deu certo. 
 
Espero que você tenha executado o comando e testado sem reiniciar também.
Faça o seguinte:
como root digite:
xinput
Na lista que se abrir encontre ETPS/2 Elantech Touchpad, veja o número do id dele.
Depois execute:
xinput list-props xx  (o x ou os xx são o id)
Na lista que aparecer verifique se a opção Device Enabled está setada como 1.
Nessa lista estão as opções de configurações do touchpad. Veja se ali você encontra o problema.
Basicamente, 0 está desabilitado e 1 habilitado. 
 
O comando xinput retornou:
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳  USB OPTICAL MOUSE                      	id=10	[slave  pointer  (2)]
⎜   ↳ ETPS/2 Elantech Touchpad                	id=13	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Power Button                            	id=8	[slave  keyboard (3)]
    ↳ Sleep Button                            	id=9	[slave  keyboard (3)]
    ↳ WebCam SC-0311139N                      	id=11	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=12	[slave  keyboard (3)]
Depois executei o outro comando dessa forma:
xinput list-props 13
Ele retornou:
Device 'ETPS/2 Elantech Touchpad':
	Device Enabled (136):	1
	Coordinate Transformation Matrix (138):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	Device Accel Profile (262):	1
	Device Accel Constant Deceleration (263):	2.500000
	Device Accel Adaptive Deceleration (264):	1.000000
	Device Accel Velocity Scaling (265):	12.500000
	Synaptics Edges (285):	100, 2408, 71, 1249
	Synaptics Finger (286):	1, 1, 256
	Synaptics Tap Time (287):	180
	Synaptics Tap Move (288):	124
	Synaptics Tap Durations (289):	180, 180, 100
	Synaptics ClickPad (290):	0
	Synaptics Tap FastTap (291):	0
	Synaptics Middle Button Timeout (292):	75
	Synaptics Two-Finger Pressure (293):	282
	Synaptics Two-Finger Width (294):	7
	Synaptics Scrolling Distance (295):	-56, -56
	Synaptics Edge Scrolling (296):	1, 0, 0
	Synaptics Two-Finger Scrolling (297):	0, 0
	Synaptics Move Speed (298):	1.000000, 1.750000, 0.070572, 40.000000
	Synaptics Edge Motion Pressure (299):	30, 160
	Synaptics Edge Motion Speed (300):	1, 226
	Synaptics Edge Motion Always (301):	0
	Synaptics Off (302):	0
	Synaptics Locked Drags (303):	0
	Synaptics Locked Drags Timeout (304):	5000
	Synaptics Tap Action (305):	0, 0, 0, 0, 1, 3, 2
	Synaptics Click Action (306):	1, 1, 1
	Synaptics Circular Scrolling (307):	0
	Synaptics Circular Scrolling Distance (308):	0.100000
	Synaptics Circular Scrolling Trigger (309):	0
	Synaptics Circular Pad (310):	0
	Synaptics Palm Detection (311):	0
	Synaptics Palm Dimensions (312):	10, 200
	Synaptics Coasting Speed (313):	20.000000, 50.000000
	Synaptics Pressure Motion (314):	30, 160
	Synaptics Pressure Motion Factor (315):	1.000000, 1.000000
	Synaptics Grab Event Device (316):	1
	Synaptics Gestures (317):	1
	Synaptics Capabilities (318):	1, 0, 1, 1, 1, 1, 1
	Synaptics Pad Resolution (319):	1, 1
	Synaptics Area (320):	0, 0, 0, 0
	Synaptics Noise Cancellation (321):	14, 14
	Device Product ID (257):	2, 14
	Device Node (258):	"/dev/input/event6"
Pelo o que vi está habilitado.
Buckminster, o touchpad funciona parcialmente, ou seja, se eu mexer bastante no touchpad o curso se movimenta um pouco. Pode ser a sensibilidade, o que você acha?