Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[input] Mouse Logitech driver
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
seryna
n00b
n00b


Joined: 27 Jan 2005
Posts: 36

PostPosted: Thu Feb 17, 2005 11:17 am    Post subject: [input] Mouse Logitech driver Reply with quote

Ciao, ho un mouse della Logitech ma è un po' vecchiotto, è di quelli con i tre tasti! Il modello dovrebbe essere m-s35, ma non ne sono sicura. Sul sito della Logitech non ci sono i driver per linux, sapete dove posso trovare quelli adatti? Ho il touchpad ma non posso andare avanti a vita con questo.
GRazie
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Thu Feb 17, 2005 12:09 pm    Post subject: Reply with quote

Hai provato a vedere se con xorg funziona senza driver aggiuntivi.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1561
Location: switzerland

PostPosted: Thu Feb 17, 2005 12:30 pm    Post subject: Reply with quote

ciao! secondo me funziona da solo senza bisogno di driver particolare come dice gutter.

ho già usato diversi mouse logitech e nessuno mi ha mai dato problemi oppure richiesto driver particolari (mouse bluetooth a parte :( , che per il momento rimane nella scatola).

ciao
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31449
Location: here

PostPosted: Thu Feb 17, 2005 12:31 pm    Post subject: Reply with quote

Posta la parte relativa al mouse del tuo xorg.conf
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
seryna
n00b
n00b


Joined: 27 Jan 2005
Posts: 36

PostPosted: Thu Feb 17, 2005 1:16 pm    Post subject: Reply with quote

Code:
Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/mouse"


spero di non aver sbagliato parte...mi sa che manca qualcosa vero?!
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Thu Feb 17, 2005 1:19 pm    Post subject: Reply with quote

Dovresi prima controllare che il device sia corretto.
Spesso non è /dev/mouse ma /dev/input/mouse.
Poi, nella voce Protocol di Xorg, prova a settare o PS2 (se non hai la rotellina) o IMPS/2 (per la rotellina).
Inoltre, con la rotellina, devi aggiungere
Code:

ZAxisMapping "3 4"

sempre nella sezione del mouse.

My 2 eurocent
Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Thu Feb 17, 2005 2:44 pm    Post subject: Reply with quote

@muser: ma /dev/input/mouse non si riferisce solo ai mouse USB?
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Thu Feb 17, 2005 2:48 pm    Post subject: Reply with quote

gutter wrote:
@muser: ma /dev/input/mouse non si riferisce solo ai mouse USB?

sul portatile di mio fratello (con il mouse ps/2) avevo utilizzato /dev/input/mouse ..... però non mi ricordo se avevo creato un link ad un'altro device ..... :lol:
in caso di errore.... venia a tutti :oops:

mouser :wink:
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Thu Feb 17, 2005 3:03 pm    Post subject: Reply with quote

in ogni caso non ho mai sentito dire di mouse che richiedessero driver esterni.... prova a vedere se nel tuo kernel è attivato il supporto per i mouse....
_________________
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
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1561
Location: switzerland

PostPosted: Thu Feb 17, 2005 3:34 pm    Post subject: Reply with quote

ma a dire il vero io non ho capito se @seryna ha provato ad usare questo mouse e non funziona oppure ha dato per scontato che ci volessero dei driver specifici e non ha neppure provato ad usarlo.

credo che sia la mia seconda ipotesi, in ogni caso prova a fare un

Code:
# cat /dev/mouse


oppure

Code:
#cat /dev/input/mouse0


oppure

Code:
# cat /dev/usbmouse



e poi muovere il mouse per vedere se succede qualcosa, se si allora metti il device corretto nell'xorg e poi dovrebbe andare
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Feb 17, 2005 4:36 pm    Post subject: Reply with quote

mouser wrote:

Inoltre, con la rotellina, devi aggiungere
Code:

ZAxisMapping "3 4"

sempre nella sezione del mouse.


ehm... non e'
Code:

ZAxisMapping "4 5"


?
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
seryna
n00b
n00b


Joined: 27 Jan 2005
Posts: 36

PostPosted: Thu Feb 17, 2005 5:28 pm    Post subject: Reply with quote

No, non ho dato per scontato che ci volessero driver perchè non lo credo neanche io, il mouse l'ho provato, ho controllato la config del kernel e sembra tutto a posto. Proverò i comandi che mi avete dato.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31449
Location: here

PostPosted: Thu Feb 17, 2005 5:51 pm    Post subject: Reply with quote

Se mouse ps/2 usa questo
Code:
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"      "IMPS/2"
    Option      "Device"        "/dev/psaux"
    Option      "ZAxisMapping"  "4 5"
EndSection

se usb usa questo
Code:
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"      "IMPS/2"
    Option      "Device"        "/dev/input/mice"
    Option      "ZAxisMapping"  "4 5"
EndSection

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum