Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Touchpad
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
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Mon May 31, 2004 4:35 pm    Post subject: Touchpad Reply with quote

Ho un notebook HP Pavillon, il problema è che il touchpad non funziona come dovrebbe:
- non mi permette di fare il click
- non mi funziona la parte laterale che ha le stesse funzionalità della rotellina di un normale mouse!
Sotto Fedora mi funzionava tutto perfettamente ed è ciò che succede anche con i cd live!
Non so se devo configurare X e modificare il file XF86Config oppure devo ricompilare il kernel con qualche opzione particolare! Il kernel l'ho compilato con genkernel!
..sicuramente per farlo funzionare bene, devo impostare qualcosa!Spero di non dover ricompilare il kernel!
Grazie
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Mon May 31, 2004 5:12 pm    Post subject: Reply with quote

E' un synaptics? In questo caso devi probabilmente emergere i driver (x11-misc/synaptics) e andare di config. Magari cerca anche "synaptics" su google o forum, dovresti trovare parecchia roba.
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Mon May 31, 2004 6:57 pm    Post subject: Reply with quote

synaptics??
Ops non lo so proprio!
come faccio per vedere?
Back to top
View user's profile Send private message
blackfede
Apprentice
Apprentice


Joined: 29 Dec 2003
Posts: 178

PostPosted: Mon May 31, 2004 9:56 pm    Post subject: Reply with quote

Credo che tu debba controllare il sito del produttore....
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4795
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Tue Jun 01, 2004 7:34 am    Post subject: Reply with quote

Ho avuto il tuo problema tempo fa, con un synaptics.

Adesso, in più. dovrebbe esistere
Code:

emerge synaptcis -p

_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Tue Jun 01, 2004 2:06 pm    Post subject: Reply with quote

Il touchpad è il synaptics!
ma non emerge!

emerge synaptics-0.13.2
Calculating dependencies
!!! Problem in x11-misc/synaptics-0.13.2 dependencies.
!!! "Specific key requires an operator (x11-misc/synaptics-0.13.2) (try adding an '=')"

emerge synaptcis -p
These are the packages that I would merge, in order:
Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy "synaptcis".
!!! Error calculating dependencies. Please correct.
Back to top
View user's profile Send private message
[hammerfall]
Apprentice
Apprentice


Joined: 27 May 2004
Posts: 243

PostPosted: Tue Jun 01, 2004 2:07 pm    Post subject: Reply with quote

Scusatemi se sbaglio, ma nel kernel 2.6.X non c'e' gia' il supporto synaptics?
Inoltre se non ricordo male per il problema del click (o meglio del tap)
tempo fa qualcuno mi disse che bastava correggere l'xf86config in quanto, in mancanza di indicazioni precise X considera il touchpad come un semplice mouse. 8O
Purtroppo non ho mai tentato di ridolvere il problema in quanto non lo uso praticamente mai..

[edito] un link nei post precedenti contiene gia' queste informazioni :oops:
_________________
--------

Hammerfall ^_^
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4795
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Tue Jun 01, 2004 6:00 pm    Post subject: Reply with quote

andreaaz78 wrote:

emerge synaptics-0.13.2
...............
...............
emerge synaptcis -p

Non so, mi sembra di vedere un errore di digitazione.

Io, quella volta, avevo risolto compilando a mano, perchè il 2.6 era nuovo. Ho fatto il download da qui, ma dubito che sia ancora necessario.
Credo che questo estratto contenga le impostazioni del XF86Config-4 utili all'impostazione del mouse.
Code:

Section "Module"
     Load "synaptics"
 EndSection
   
 Section "InputDevice"
     Driver      "synaptics"
     Identifier  "Mouse1"
     Option      "Device"       "/dev/input/event0"
     Option      "Protocol"     "event"
     Option      "ZAxisMapping" "4 5"
     Option      "LeftEdge"     "1900"
     Option      "RightEdge"    "5400"
     Option      "BottomEdge"   "1800"
     Option      "TopEdge"      "3900"
     Option      "FingerLow"    "25"
     Option      "FingerHigh"   "30"
     Option      "MaxTapTime"   "180"
     Option      "MaxTapMove"   "75"
     Option      "VertScrollDelta" "100"
     Option      "MinSpeed"     "0.02"
     Option      "MaxSpeed"     "0.18"
     Option      "AccelFactor"  "0.0010"
 #    Option      "Repeater"     "/dev/ps2mouse"
     Option      "SHMConfig"    "on"
     Option "UpDownScrolling" "on"
 EndSection
   
 Section "InputDevice"
     Identifier "Mouse0"
     Driver "mouse"
     Option "Protocol" "IMPS/2"
     Option "Device" "/dev/usbmouse"
     Option "ZAxisMapping" "4 5"
 #    Option "Emulate3Buttons"
 #    Option "Emulate3Timeout" "50"
 EndSection
   
 Section "InputDevice"
     Identifier "Mouse1"
     Driver "mouse"
     Option "Protocol" "PS/2"
     Option "Device" "/dev/psaux"
     Option "Emulate3Buttons"
     Option "Emulate3Timeout" "50"
 EndSection

_________________
vu vu vu
gentù
mi piaci tu
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