Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 27/11/2012, à 21:46

catoune

Re : touchpad scroll

bah oui et très  très honnêtement hormis les maj j'ai pas traficoté dessus (j'évite tu vois bien vu mon niveau big_smile)

Hors ligne

#27 Le 27/11/2012, à 21:48

stevens4c

Re : touchpad scroll

xinput list-props 11

cela te renvoi quoi?

Hors ligne

#28 Le 27/11/2012, à 21:54

catoune

Re : touchpad scroll

xinput list-props 11
Device 'PS/2 Synaptics TouchPad':
	Device Enabled (137):	1
	Coordinate Transformation Matrix (139):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	Device Accel Profile (261):	0
	Device Accel Constant Deceleration (262):	1.000000
	Device Accel Adaptive Deceleration (263):	1.000000
	Device Accel Velocity Scaling (264):	10.000000
	Device Product ID (257):	2, 1
	Device Node (258):	"/dev/input/event9"
	Evdev Axis Inversion (265):	0, 0
	Evdev Axes Swap (267):	0
	Axis Labels (268):	"Rel X" (147), "Rel Y" (148)
	Button Labels (269):	"Button Left" (140), "Button Middle" (141), "Button Right" (142), "Button Wheel Up" (143), "Button Wheel Down" (144)
	Evdev Middle Button Emulation (270):	0
	Evdev Middle Button Timeout (271):	50
	Evdev Third Button Emulation (272):	0
	Evdev Third Button Emulation Timeout (273):	1000
	Evdev Third Button Emulation Button (274):	3
	Evdev Third Button Emulation Threshold (275):	20
	Evdev Wheel Emulation (276):	0
	Evdev Wheel Emulation Axes (277):	0, 0, 4, 5
	Evdev Wheel Emulation Inertia (278):	10
	Evdev Wheel Emulation Timeout (279):	200
	Evdev Wheel Emulation Button (280):	4
	Evdev Drag Lock Buttons (281):	0
catpk@notrepcanous:~$ 

Hors ligne

#29 Le 27/11/2012, à 22:00

stevens4c

Re : touchpad scroll

bon vas dans tes fichiers et copie moi le dossier suivant
usr/share/x11/xorg.conf.d et la normalement tu devrais avoir un 50-synaptics copie le ici que je puisse le voir

Hors ligne

#30 Le 27/11/2012, à 22:03

catoune

Re : touchpad scroll

Désolé Stevens, il va juste falloir que tu m'indiques le chemin pour aller dans les fichiers ...:rolleyes:

Hors ligne

#31 Le 27/11/2012, à 22:08

stevens4c

Re : touchpad scroll

alors tu vas dans tes dossiers. tu sais ton home et la tu clique sur le petit disque en haut a gauche tu clique dessus ensuite tu cherche le dossier usr

Hors ligne

#32 Le 27/11/2012, à 22:13

catoune

Re : touchpad scroll

merci, j'ai appris un truc (très bête jren conviens) ce soir smile

voilà :

/usr/share/X11/xorg.conf.d/10-evdev.conf
/usr/share/X11/xorg.conf.d/11-evdev-quirks.conf
/usr/share/X11/xorg.conf.d/11-evdev-trackpoint.conf
/usr/share/X11/xorg.conf.d/50-mtrack.conf
/usr/share/X11/xorg.conf.d/50-synaptics.conf
/usr/share/X11/xorg.conf.d/50-vmmouse.conf
/usr/share/X11/xorg.conf.d/50-wacom.conf
/usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf

Hors ligne

#33 Le 27/11/2012, à 22:14

stevens4c

Re : touchpad scroll

/usr/share/X11/xorg.conf.d/50-synaptics.conf
ouvre celui ci et copie le

Hors ligne

#34 Le 27/11/2012, à 22:17

catoune

Re : touchpad scroll

# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
#   Option "OptionName" "value"
#
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
      MatchDevicePath "/dev/input/event*"
EndSection

Section "InputClass"
        Identifier "touchpad ignore duplicates"
        MatchIsTouchpad "on"
        MatchOS "Linux"
        MatchDevicePath "/dev/input/mouse*"
        Option "Ignore" "on"
EndSection

# This option enables the bottom right corner to be a right button on
# non-synaptics clickpads.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
EndSection

# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Disable clickpad buttons on Apple touchpads"
        MatchProduct "Apple|bcm5974"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection

Hors ligne

#35 Le 27/11/2012, à 22:22

stevens4c

Re : touchpad scroll

ok je le garde de cote

xinput set-int-prop "11" "Evdev Wheel Emulation" 8 1
xinput set-int-prop "11" "Evdev Wheel Emulation Button" 8 3
xinput set-int-prop "11" "Evdev Wheel Emulation Timeout" 16 200
xinput set-int-prop "11" "Evdev Wheel Emulation Axes" 8 6 7 4 5

et ensuite essais ton scroll et dis moi

Hors ligne

#36 Le 27/11/2012, à 22:24

catoune

Re : touchpad scroll

j'ai pas tout compris, je dois faire quoi là ?

Hors ligne

#37 Le 27/11/2012, à 22:25

stevens4c

Re : touchpad scroll

tu vas dans le terminal et tu tape c est ligne les unes apres les autres

Hors ligne

#38 Le 27/11/2012, à 22:30

catoune

Re : touchpad scroll

j'ai fait, j'ai redémarré ça marche pas sad

Hors ligne

#39 Le 27/11/2012, à 22:36

stevens4c

Re : touchpad scroll

non faut pas redemarrer ca perds les options faut essayer de suite

Hors ligne

#40 Le 27/11/2012, à 22:39

catoune

Re : touchpad scroll

j'ai refait.
ça marche pas sad

Hors ligne

#41 Le 27/11/2012, à 22:44

stevens4c

Re : touchpad scroll

xinput list-props 11

redonne celui ci

Hors ligne

#42 Le 27/11/2012, à 22:47

catoune

Re : touchpad scroll

catpk@notrepcanous:~$ xinput list-props 11
Device 'PS/2 Synaptics TouchPad':
	Device Enabled (137):	1
	Coordinate Transformation Matrix (139):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	Device Accel Profile (261):	0
	Device Accel Constant Deceleration (262):	1.000000
	Device Accel Adaptive Deceleration (263):	1.000000
	Device Accel Velocity Scaling (264):	10.000000
	Device Product ID (257):	2, 1
	Device Node (258):	"/dev/input/event9"
	Evdev Axis Inversion (265):	0, 0
	Evdev Axes Swap (267):	0
	Axis Labels (268):	"Rel X" (147), "Rel Y" (148)
	Button Labels (269):	"Button Left" (140), "Button Middle" (141), "Button Right" (142), "Button Wheel Up" (143), "Button Wheel Down" (144)
	Evdev Middle Button Emulation (270):	0
	Evdev Middle Button Timeout (271):	50
	Evdev Third Button Emulation (272):	0
	Evdev Third Button Emulation Timeout (273):	1000
	Evdev Third Button Emulation Button (274):	3
	Evdev Third Button Emulation Threshold (275):	20
	Evdev Wheel Emulation (276):	1
	Evdev Wheel Emulation Axes (277):	6, 7, 4, 5
	Evdev Wheel Emulation Inertia (278):	10
	Evdev Wheel Emulation Timeout (279):	200
	Evdev Wheel Emulation Button (280):	3
	Evdev Drag Lock Buttons (281):	0
catpk@notrepcanous:~$ 

Hors ligne

#43 Le 27/11/2012, à 22:48

stevens4c

Re : touchpad scroll

xinput set-int-prop "11" "Evdev Wheel Emulation" 8 1

il te renvoi quelque chose quand tu fais ca

Hors ligne

#44 Le 27/11/2012, à 22:49

catoune

Re : touchpad scroll

non, rien

Hors ligne

#45 Le 27/11/2012, à 22:55

catoune

Re : touchpad scroll

Ecoute, c'est pas grave, je vais réinstaller le  noyau et puis voilà smile

Hors ligne

#46 Le 27/11/2012, à 22:56

stevens4c

Re : touchpad scroll

et il veux tjr pas c est fout ce truc

Hors ligne

#47 Le 27/11/2012, à 22:58

catoune

Re : touchpad scroll

bah nan ça marche toujours pas sad

Hors ligne

#48 Le 27/11/2012, à 23:00

stevens4c

Re : touchpad scroll

et ca fonctionnait avant c est vraiment bizare
demain je regarderais sur mon portable j ai un toshiba aussi je verrai pour comparer nos config
sinon ton tuochpad fonctionne ? le clic droit et gauche tout ca

Hors ligne

#49 Le 27/11/2012, à 23:02

catoune

Re : touchpad scroll

oui, oui sinon pour le reste le touchpad fonctionne, je comprends pas non plus, j'ai réfléchi et je vois pas ce que j'aurai pu faire qui ai mené à ça sad

Hors ligne

#50 Le 27/11/2012, à 23:03

stevens4c

Re : touchpad scroll

c est surtout bizare que tout fonctionne sauf ca
on vois ca demain je fini de bosser vers 13h je regarderai demain apres midi
bonne soiree

Hors ligne