synaptics + Wireshark scrolling

Performance, hardware, software, general buying and gaming discussion..
Post Reply
Message
Author
Marin85
Senior ThinkPadder
Senior ThinkPadder
Posts: 2975
Joined: Sat May 12, 2007 10:54 am
Location: Munich, Germany

synaptics + Wireshark scrolling

#1 Post by Marin85 » Wed Sep 16, 2009 6:57 am

Hi,
I´ve been always experiencing this annoying issue with not being able to scroll in wireshark at all. Following some advice in the web, I tried adding the GTK+ calls in both TP4scrol.dat and TP4table.dat (currently running Windows 7 beta) as well as specifically under ;wireshark, but it doesn´t seem to improve anything. Maybe, I´m missing something here...

Code: Select all

; Wireshark
*,*,wireshark.exe,*,*,*,gdkWindowTopLevel,*,gdkWindowChild,WheelStd,0,9
; GTK+
*,*,*,gdkWindowTopLevel,*,gdkWindowChild,WheelStd,0,9
Thanks in advance for any input!

Marin
IBM Lenovo Z61p | 15.4'' WUXGA | Intel Core 2 Duo T7400 2x 2.16GHz | 4 GB Kingston HyperX | Hitachi 7K500 500 GB + WD 1TB (USB) | ATI Mobility FireGL V5200 | ThinkPad Atheros a/b/g | Analog Devices AD1981HD | Win 7 x86 + ArchLinux 2009.08 x64 (number crunching)

yak
ThinkPadder
ThinkPadder
Posts: 1256
Joined: Thu Dec 06, 2007 3:17 pm
Location: NRW, Germany

Re: synaptics + Wireshark scrolling

#2 Post by yak » Wed Sep 16, 2009 7:22 am

There seems to be something wrong with Wireshark GTK UI because I'm not only unable to scroll using the TrackPoint but even the wheel on my mouse. I'm not sure if this is a general GTK/Windows problem or just the way Wireshark was compiled.
ThinkPad™ X201 / AFFS-120
i5-560M 2.67Ghz, 8GB RAM, Samsung 840 Pro 256GB SSD, Win 8 Pro 64-bit, UltraBase X200, ThinkPad Compact USB Keyboard,
Dell U2713HM (2560x1440, IPS), ExpressCard USB 3.0 (2 ports, flush), Nexus 7+10

Marin85
Senior ThinkPadder
Senior ThinkPadder
Posts: 2975
Joined: Sat May 12, 2007 10:54 am
Location: Munich, Germany

Re: synaptics + Wireshark scrolling

#3 Post by Marin85 » Wed Sep 16, 2009 8:08 am

Indeed strange... As opposite to your experience I´m fully able to scroll in wireshark using the wheel of my ThinkPad usb travel mouse...go figure... Also, some folks with Alps touchpads don´t seem to be experiencing this issue. For reference https://bugzilla.gnome.org/show_bug.cgi?id=480477. It seems no one has come up with a definitive answer yet, or at least I didn´t manage to find any.
IBM Lenovo Z61p | 15.4'' WUXGA | Intel Core 2 Duo T7400 2x 2.16GHz | 4 GB Kingston HyperX | Hitachi 7K500 500 GB + WD 1TB (USB) | ATI Mobility FireGL V5200 | ThinkPad Atheros a/b/g | Analog Devices AD1981HD | Win 7 x86 + ArchLinux 2009.08 x64 (number crunching)

yak
ThinkPadder
ThinkPadder
Posts: 1256
Joined: Thu Dec 06, 2007 3:17 pm
Location: NRW, Germany

Re: synaptics + Wireshark scrolling

#4 Post by yak » Wed Sep 16, 2009 10:36 am

Wait, I just realized I wasn't able to scroll using the wheel because I was running Wireshark as an administrator. I'm not able to scroll with the wheel in any app with leveraged privileges in Win7, nor was I able in Vista.

I can scroll using the wheel when running as a standard user. My two-fingers-scroll tool works too as it simulates the wheel. However, the TrackPoint scrolling does not work. So, my experience is same as yours.

Sorry for the confusion.
ThinkPad™ X201 / AFFS-120
i5-560M 2.67Ghz, 8GB RAM, Samsung 840 Pro 256GB SSD, Win 8 Pro 64-bit, UltraBase X200, ThinkPad Compact USB Keyboard,
Dell U2713HM (2560x1440, IPS), ExpressCard USB 3.0 (2 ports, flush), Nexus 7+10

Marin85
Senior ThinkPadder
Senior ThinkPadder
Posts: 2975
Joined: Sat May 12, 2007 10:54 am
Location: Munich, Germany

Re: synaptics + Wireshark scrolling

#5 Post by Marin85 » Thu Sep 17, 2009 4:14 am

Ah ok, at least it seems now to be an issue just with synaptics and wireshark :x What I find really amusing, this problem has been present for ages now and still no one seems to bother to investigate it...
IBM Lenovo Z61p | 15.4'' WUXGA | Intel Core 2 Duo T7400 2x 2.16GHz | 4 GB Kingston HyperX | Hitachi 7K500 500 GB + WD 1TB (USB) | ATI Mobility FireGL V5200 | ThinkPad Atheros a/b/g | Analog Devices AD1981HD | Win 7 x86 + ArchLinux 2009.08 x64 (number crunching)

yak
ThinkPadder
ThinkPadder
Posts: 1256
Joined: Thu Dec 06, 2007 3:17 pm
Location: NRW, Germany

Re: synaptics + Wireshark scrolling

#6 Post by yak » Thu Sep 17, 2009 6:37 am

Have you tried it this way?

Code: Select all

; Wireshark
*,*,wireshark.exe,*,*,*,WheelStd,0,9
How do you make sure the driver has reloaded the definitions? Did you reboot?

I would check this myself but I'm in the middle of something and don't want to reboot.
ThinkPad™ X201 / AFFS-120
i5-560M 2.67Ghz, 8GB RAM, Samsung 840 Pro 256GB SSD, Win 8 Pro 64-bit, UltraBase X200, ThinkPad Compact USB Keyboard,
Dell U2713HM (2560x1440, IPS), ExpressCard USB 3.0 (2 ports, flush), Nexus 7+10

Marin85
Senior ThinkPadder
Senior ThinkPadder
Posts: 2975
Joined: Sat May 12, 2007 10:54 am
Location: Munich, Germany

Re: synaptics + Wireshark scrolling

#7 Post by Marin85 » Thu Sep 17, 2009 7:33 am

yak wrote:Have you tried it this way?

Code: Select all

; Wireshark
*,*,wireshark.exe,*,*,*,WheelStd,0,9
Yes, this was actually the first thing I tried as it has always been the "standard" way for me to add the trackpad scrolling capability in various programs. Usually I simply restart the SynTPEnh.exe process, this has always worked for me (except for wireshark anyway). I also then tried rebooting, but to no avail either.
IBM Lenovo Z61p | 15.4'' WUXGA | Intel Core 2 Duo T7400 2x 2.16GHz | 4 GB Kingston HyperX | Hitachi 7K500 500 GB + WD 1TB (USB) | ATI Mobility FireGL V5200 | ThinkPad Atheros a/b/g | Analog Devices AD1981HD | Win 7 x86 + ArchLinux 2009.08 x64 (number crunching)

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Thinkpad - General HARDWARE/SOFTWARE questions”

Who is online

Users browsing this forum: No registered users and 5 guests