You are not logged in.

#1 2009-12-30 14:24:13

katzen
Member
From: London
Registered: 2008-03-18
Posts: 88

No scroll with trackpoint after upgrade [SOLVED]

I have configured hal to make scrolling with the trackpoint work (using the middle mouse) following this guide: http://www.thinkwiki.org/wiki/How_to_co … #Scrolling

I just upgraded kernel and xorg:

1195 [2009-12-30 13:28] upgraded kernel26 (2.6.31.6-1 -> 2.6.32.2-2)
1196 [2009-12-30 13:28] upgraded lib32-libgl (7.6.1-1 -> 7.7-1)
1197 [2009-12-30 13:28] upgraded lib32-mesa (7.6.1-1 -> 7.7-1)
1198 [2009-12-30 13:28] upgraded libgcrypt (1.4.4-2 -> 1.4.5-1)
1199 [2009-12-30 13:29] upgraded libsndfile (1.0.20-3 -> 1.0.21-1)
1200 [2009-12-30 13:29] upgraded mesa (7.6.1-1 -> 7.7-1)
1201 [2009-12-30 13:29] upgraded nano (2.2.0-1 -> 2.2.1-1)
1202 [2009-12-30 13:29] upgraded pidgin-facebookchat (1.63-1 -> 1.64-1)
1203 [2009-12-30 13:29] upgraded tzdata (2009s-1 -> 2009t-1)
1204 [2009-12-30 13:29] upgraded xorg-server (1.7.3.901-1 -> 1.7.3.902-1)

and now the scrolling doesn't work.
does someone have a solution?

Last edited by katzen (2010-01-03 12:10:04)

Offline

#2 2009-12-30 15:10:01

newyew
Member
Registered: 2009-08-17
Posts: 4

Re: No scroll with trackpoint after upgrade [SOLVED]

Hello,

with lshal I get this:

  input.product = 'ThinkPad Extra Buttons'  (string)
  input.product = 'Lid Switch'  (string)
  input.product = 'Macintosh mouse button emulation'  (string)
  input.product = 'Sleep Button'  (string)
  input.product = 'Video Bus'  (string)
  input.product = 'Power Button'  (string)
  input.product = 'PC Speaker'  (string)
  input.product = 'PS/2 Generic Mouse'  (string)
  input.product = 'AT Translated Set 2 keyboard'  (string)
  input.product = 'HDA Digital PCBeep'  (string)

There is no "info.product" string="TPPS/2 IBM TrackPoint" entry. You must change your *.fdi file in /etc/hal/fdi/policy/*. Replace TPPS/2 IBM TrackPoint by PS/2 Generic Mouse. For me it works. Good Luck!

Offline

#3 2009-12-30 15:41:57

chisiyuan
Member
Registered: 2009-10-18
Posts: 24

Re: No scroll with trackpoint after upgrade [SOLVED]

I've got exactly the same problem with katzen -- upgrade and no more touchpad scroll.
tried newyew's method, and got:

$lshal | grep input.product
  input.product = 'Lid Switch'  (string)
  input.product = 'Macintosh mouse button emulation'  (string)
  input.product = 'Sleep Button'  (string)
  input.product = 'Video Bus'  (string)
  input.product = 'Power Button'  (string)
  input.product = 'PC Speaker'  (string)
  input.product = 'SynPS/2 Synaptics TouchPad'  (string)
  input.product = 'AT Translated Set 2 keyboard'  (string)
  input.product = 'USB Wheel Mouse'  (string)

But "SynPS/2 Synaptics Touchpad" was in /etc/hal/fdi/policy/11-x11-synaptics.fdi. So I don't think newyew's method works for me.
any other tips?


Awesome is awesome.

Offline

#4 2009-12-30 15:58:49

katzen
Member
From: London
Registered: 2008-03-18
Posts: 88

Re: No scroll with trackpoint after upgrade [SOLVED]

Thanks for the answers!
Given that:

astroboy@bunk> lshal | grep input.product                                                                                                                                                                  ~
  input.product = 'ThinkPad Extra Buttons'  (string)
  input.product = 'Lid Switch'  (string)
  input.product = 'Macintosh mouse button emulation'  (string)
  input.product = 'Sleep Button'  (string)
  input.product = 'Video Bus'  (string)
  input.product = 'Power Button'  (string)
  input.product = 'SynPS/2 Synaptics TouchPad'  (string)
  input.product = 'PS/2 Generic Mouse'  (string)
  input.product = 'AT Translated Set 2 keyboard'  (string)
  input.product = 'Integrated Camera'  (string)

I've replaced TPPS/2 IBM TrackPoint with PS/2 Generic Mouse, restarted hal, but it doesn't work.

Last edited by katzen (2009-12-30 16:15:34)

Offline

#5 2009-12-30 18:51:57

xux
Member
Registered: 2009-12-20
Posts: 6

Re: No scroll with trackpoint after upgrade [SOLVED]

i tried hal in debug mode (sudo hald --daemon=no --verbose=yes 2>&1 | tee mylog.log) and found out that hal couldn't parse the file due to permission !
Changed the permission from
rwx------ 1 root root 580 Dec 30 19:50 /etc/hal/fdi/policy/mouse-wheel.fdi
to
-rwxr-xr-x 1 root root 577 Dec 30 18:53 /etc/hal/fdi/policy/mouse-wheel.fdi
solved the problem.
Actually i had to restart the system, restarting only hal wouldn't solve it !
hope it helps someone ...

Offline

#6 2009-12-30 20:01:28

katzen
Member
From: London
Registered: 2008-03-18
Posts: 88

Re: No scroll with trackpoint after upgrade [SOLVED]

xux wrote:

Actually i had to restart the system, restarting only hal wouldn't solve it !
hope it helps someone ...

I feel stupid now, but restarting solved my problem to (with newyew solution)
everything's fine now

Offline

#7 2009-12-31 00:29:18

chisiyuan
Member
Registered: 2009-10-18
Posts: 24

Re: No scroll with trackpoint after upgrade [SOLVED]

I restarted the system and it scrolled again.
Anyway, thanks to newyew. I've learned a thing or two in your post.
Hey katzen, would you add a "SOLVED" in the title?


Awesome is awesome.

Offline

Board footer

Powered by FluxBB