View previous topic :: View next topic |
Author |
Message |
-flash- n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1912926244418281c314121.jpg)
Joined: 26 Oct 2004 Posts: 20
|
Posted: Tue Oct 26, 2004 11:20 pm Post subject: Mouse Wheel |
|
|
Ragazzi.. Gentoo mi gira perfettamente pero' ho un problema:
Ho provato 100 conf diverse per far funzionare il wheel del mouse ma non ci sono riuscito.. Qualche idea? E' pluggato nell'USB..
E' un Logitech MX 510 ..
![Shocked 8O](images/smiles/icon_eek.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Manuelixm l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/210343539345a8cbc8094cb.jpg)
Joined: 03 Apr 2004 Posts: 832 Location: Brescia
|
Posted: Tue Oct 26, 2004 11:24 pm Post subject: |
|
|
Prova a postare il tuo xorg.conf o il tuo xf86config.
Prova a controllare se è decommentata l'emulazione del 3° tasto.
Probabilmente avrai già messo le canoniche
Code: |
Option "ZAxisMapping" "4 5"
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
-flash- n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1912926244418281c314121.jpg)
Joined: 26 Oct 2004 Posts: 20
|
Posted: Tue Oct 26, 2004 11:26 pm Post subject: |
|
|
Si ho messo le canoniche e ho anche il Emulate3Buttons off..
;_; |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fedeliallalinea Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/161653968057192eb39329f.jpg)
Joined: 08 Mar 2003 Posts: 31470 Location: here
|
Posted: Tue Oct 26, 2004 11:38 pm Post subject: |
|
|
Posta la sezione riguardante l mouse del tuo file di configurazine di X _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
-flash- n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1912926244418281c314121.jpg)
Joined: 26 Oct 2004 Posts: 20
|
Posted: Tue Oct 26, 2004 11:45 pm Post subject: |
|
|
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
comio Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/761284344415a971047e47.gif)
Joined: 03 Jul 2003 Posts: 2191 Location: Taranto
|
Posted: Tue Oct 26, 2004 11:47 pm Post subject: |
|
|
il protocollo dovrebbe essere IMPS/2? o sbaglio?
ciao _________________ RTFM!!!!
e
http://www.comio.it
![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
-flash- n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1912926244418281c314121.jpg)
Joined: 26 Oct 2004 Posts: 20
|
Posted: Tue Oct 26, 2004 11:48 pm Post subject: |
|
|
Provato anche con ImPS/2 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Manuelixm l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/210343539345a8cbc8094cb.jpg)
Joined: 03 Apr 2004 Posts: 832 Location: Brescia
|
Posted: Tue Oct 26, 2004 11:48 pm Post subject: |
|
|
Non era off:
Code: |
Option "Emulate3Buttons" "true"
|
Prova ad editarla così:
Code: |
#Option "Emulate3Buttons" "true"
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
-flash- n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1912926244418281c314121.jpg)
Joined: 26 Oct 2004 Posts: 20
|
Posted: Tue Oct 26, 2004 11:49 pm Post subject: |
|
|
Ho provato anche cosi', ![Neutral :|](images/smiles/icon_neutral.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Manuelixm l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/210343539345a8cbc8094cb.jpg)
Joined: 03 Apr 2004 Posts: 832 Location: Brescia
|
Posted: Tue Oct 26, 2004 11:52 pm Post subject: |
|
|
Questo è il mio e funziona tutto:
Code: |
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[usb]"
Option "Device" "/dev/input/mice"
# Option "Emulate3Buttons" "off"
Option "Name" "AutoDetected"
Option "Protocol" "auto"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
EndSection
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
-flash- n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1912926244418281c314121.jpg)
Joined: 26 Oct 2004 Posts: 20
|
Posted: Wed Oct 27, 2004 12:04 am Post subject: |
|
|
L'ho messo ma non va...
Il mouse funziona ma niente wheel.. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cazzantonio Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/195356323743686d76373d8.jpg)
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Wed Oct 27, 2004 12:07 am Post subject: |
|
|
-flash- wrote: | Provato anche con ImPS/2 |
Option "Protocol" "IMPS/2"
Prova a scriverlo correttamente tutto maiuscolo... _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
-flash- n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1912926244418281c314121.jpg)
Joined: 26 Oct 2004 Posts: 20
|
Posted: Wed Oct 27, 2004 12:26 am Post subject: |
|
|
Eh non cambia naturalmente |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Manuelixm l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/210343539345a8cbc8094cb.jpg)
Joined: 03 Apr 2004 Posts: 832 Location: Brescia
|
Posted: Wed Oct 27, 2004 12:29 am Post subject: |
|
|
Scusa la banalità, ma riavvii X dopo ogni cambiamento? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
-flash- n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1912926244418281c314121.jpg)
Joined: 26 Oct 2004 Posts: 20
|
Posted: Wed Oct 27, 2004 1:03 am Post subject: |
|
|
Owio |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fedeliallalinea Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/161653968057192eb39329f.jpg)
Joined: 08 Mar 2003 Posts: 31470 Location: here
|
Posted: Wed Oct 27, 2004 5:53 am Post subject: |
|
|
Metti il protocollo IMPS/2 e il Device /dev/psaux _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Giepi Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 29 Sep 2004 Posts: 164 Location: Non pallo, io!
|
Posted: Wed Oct 27, 2004 7:16 pm Post subject: |
|
|
Mi accodo, ho lo stesso identico problema O_O
E il bello era che un mesetto fa andava... qualche nuovo buggozzo?
Configurazione:
Code: |
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection |
_________________ I SEE THE FLASH! THE FLAAASH!
AND YOU INFEDEL WILL DIE!!!
SLEEEPEEER AWAAAKEE!!!
* allucinato * |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tùrin_Mormegil Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/173608591341992a8ea1dde.gif)
Joined: 21 Sep 2004 Posts: 478 Location: Gorizia - Milano
|
Posted: Wed Oct 27, 2004 7:40 pm Post subject: |
|
|
xorg.conf wrote: | # Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
|
così a me funziona.... _________________ Как я рад! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Giepi Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 29 Sep 2004 Posts: 164 Location: Non pallo, io!
|
Posted: Wed Oct 27, 2004 8:14 pm Post subject: |
|
|
Scusa, eh, ma abbiamo la configurazione uguale eppure non va ![Shocked 8O](images/smiles/icon_eek.gif) _________________ I SEE THE FLASH! THE FLAAASH!
AND YOU INFEDEL WILL DIE!!!
SLEEEPEEER AWAAAKEE!!!
* allucinato * |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Manuelixm l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/210343539345a8cbc8094cb.jpg)
Joined: 03 Apr 2004 Posts: 832 Location: Brescia
|
Posted: Wed Oct 27, 2004 8:40 pm Post subject: |
|
|
Nel kernel il modulo evdev è abilitato? Altro proprio non saprei... bo. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Giepi Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 29 Sep 2004 Posts: 164 Location: Non pallo, io!
|
Posted: Fri Oct 29, 2004 10:45 pm Post subject: |
|
|
Ti ripeto che con lo stesso kernel prima di un update funzionava _________________ I SEE THE FLASH! THE FLAAASH!
AND YOU INFEDEL WILL DIE!!!
SLEEEPEEER AWAAAKEE!!!
* allucinato * |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zolar czakl Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/89931573415592ef0130d.jpg)
Joined: 25 Sep 2004 Posts: 162 Location: UMRK
|
Posted: Sat Oct 30, 2004 1:33 am Post subject: |
|
|
Come suggerito da Manuelixm
Code: | # Input device support
#
# Userland interfaces
CONFIG_INPUT_EVDEV=m |
in xorg.conf (stiamo parlando di Xorg, giusto?)
Code: | Option "Protocol" "evdev"
Option "Device" "/dev/input/event1"
Option "Dev Name" "B16_b_02 USB-PS/2 Optical Mouse"
Option "Dev Phys" "usb-0000:00:1d.0-1/input0"
Option "Buttons" "10"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
Option "CorePointer" |
per Device
dovrebbe esserci qualche event"n", prova
Code: | cat /dev/input/event"n" |
muovi il mouse che quello giusto si fa notare
per Dev Name e Dev Phys
Code: | cat /proc/bus/input |
in ~/.Xmodmap aggiungi
Code: | pointer = 1 2 3 6 7 8 9 10 4 5 |
verifica con xev qual'e' il comportamento del mouse ed eventualmente gioca un po' con l'ordine dei bottoni.
Vista l'ora magari hai gia' risolto.
P.S. io ancora non riesco ad ottenere il comportamento che vorrei (MX500) - prima o poi dovro' indagare bene - ma almeno la rotella.![Cool 8)](images/smiles/icon_cool.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Peach Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/113917422347ec3b2cbcf21.gif)
Joined: 08 Mar 2003 Posts: 3686 Location: London, UK
|
Posted: Sat Oct 30, 2004 9:32 am Post subject: |
|
|
ho l'MX-310 (funzionante anche se non ho settato tutti i diecimila tastini per me inutili) e questa è la mia sezione di xorg:
Code: | Section "InputDevice"
Identifier "USBMouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection |
oltre a questo in dmesg mi appare pure questo:
Code: | $ dmesg | grep usb
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usb 1-2: new low speed USB device using address 2
input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-2
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver |
_________________ Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
battistis Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/537986031451fa976346f3.jpg)
Joined: 20 Jul 2006 Posts: 249
|
Posted: Wed Feb 14, 2007 11:46 am Post subject: |
|
|
mi accodo scetto problema con un mouse ottico a 9 tasti (ma me ne bastano 3 ) della KRAUN
settimana scorsa tutto ok
da 2-3 giorni niente piu' rotella ... che marrone insopportabile ![Mad :x](images/smiles/icon_mad.gif) _________________ \\ba7/ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Onip Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/14414636074b138f3ed54ce.png)
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Wed Feb 14, 2007 2:25 pm Post subject: |
|
|
non è che fare la stessa domanda più di una volta ti aiuti ad avere più risposte, sai?
Anzi è una di quelle cose che danno fastidio di solito... _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|