Ultranavi Driver based on VoodooPS2
Re: Ultranavi Driver based on VoodooPS2
Tested, and horizontal scroll works like a charm!
For those who are lazy, here's the complete pack: VoodooPS2_ThinkPad.zip
For those who are lazy, here's the complete pack: VoodooPS2_ThinkPad.zip
ThinkPad T60p with Snow Leopard 10.6.8
Intel Core 2 Duo T7600
4GB RAM, ATI FireGL V5200 256MB (1400x1050)
Intel Core 2 Duo T7600
4GB RAM, ATI FireGL V5200 256MB (1400x1050)
Re: Ultranavi Driver based on VoodooPS2
Looks like the x64 version of ThinkpadUltraNav.kext is problematic. I've finally tested it in x64 and got the following and Kernel Panic:
Code: Select all
kernel Kext cn.sh.fang.ThinkpadUltraNav - library kext com.apple.kernel.libkern not found.
kernel Can't load kext cn.sh.fang.ThinkpadUltraNav - failed to resolve library dependencies.
kernel Kext cn.sh.fang.ThinkpadUltraNav failed to load (0xdc00800e).
kernel Failed to load kext cn.sh.fang.ThinkpadUltraNav (error 0xdc00800e).
kernel Couldn't alloc class "ThinkpadUltraNav"ThinkPad T60p with Snow Leopard 10.6.8
Intel Core 2 Duo T7600
4GB RAM, ATI FireGL V5200 256MB (1400x1050)
Intel Core 2 Duo T7600
4GB RAM, ATI FireGL V5200 256MB (1400x1050)
Re: Ultranavi Driver based on VoodooPS2
Not working on a X60t ... even if it seems to load properly and it finds a mouse during boot :
I've tried Silencer's version of VoodooPS2Controller.kext and neither trackpoint nor scrolling work (no mouse found in SysPref ...)
Any idea ?
Code: Select all
16/04/10 10:50:30 kernel ThinkpadUltranavi loaded
16/04/10 10:50:30 kernel ThinkpadUltranavi: mouse info 0.0.100Any idea ?
Lenovo X60t (6363-AQ8)
- Intel CoreDuo 1,67 GHz (L2400)
- 3 Go / 320 Go / GMA950 / FW 400 / SD Card
- Bluetooth / Wifi AR5BXB6 / Tablet
Re: Ultranavi Driver based on VoodooPS2
Ok, I've fixed the problem that I had. Default dependecies in Info.plist of ThinkpadUltraNav.kext were wrong. Here's the fixed version: VoodooPS2Controller_ThinkPad_i386_x64.zip
This is the part that needed to be fixed:
Now it works fine in x64.
This is the part that needed to be fixed:
Code: Select all
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOHIDSystem</key>
<string>1.1</string>
<key>com.apple.kpi.bsd</key>
<string>8.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>8.0.0</string>
<key>org.voodoo.driver.PS2Controller</key>
<string>1.1</string>
</dict>
<key>OSBundleRequired</key>
<string>Console</string>
ThinkPad T60p with Snow Leopard 10.6.8
Intel Core 2 Duo T7600
4GB RAM, ATI FireGL V5200 256MB (1400x1050)
Intel Core 2 Duo T7600
4GB RAM, ATI FireGL V5200 256MB (1400x1050)
-
nuskoolkiddie
- Posts: 7
- Joined: Sun Oct 11, 2009 10:18 pm
- Location: Innsbruck, Austria
Re: Ultranavi Driver based on VoodooPS2
is it possible to use the middle mouse button as middle mouse button (for opening and closing tabs in a browser for example)
Re: Ultranavi Driver based on VoodooPS2
This ultranavi kext doesn't work for me and I use SmartScroll to get Scroll with the middle button, and this button works like you say ... open in tabs ...nuskoolkiddie wrote:is it possible to use the middle mouse button as middle mouse button (for opening and closing tabs in a browser for example)
Lenovo X60t (6363-AQ8)
- Intel CoreDuo 1,67 GHz (L2400)
- 3 Go / 320 Go / GMA950 / FW 400 / SD Card
- Bluetooth / Wifi AR5BXB6 / Tablet
-
adidasprince
- Posts: 34
- Joined: Wed Mar 07, 2007 1:54 am
- Location: Tokyo, Japan
- Contact:
Re: Ultranavi Driver based on VoodooPS2
UPDATES:
* Fix: vertical scrolling does not work as expected sometimes.
http://wencheng.fang.sh.cn/2010/03/thin ... opard.html
@Silencer
Thank you so much for the packaging and the x64 fix!! I merged it to my source.
@Sebinouse
I'm sorry that i don't have a x60t (tablets may differ from others) to test this kext.
@nuskoolkiddie
You may use SmartScroll as Sebinouse suggested. I'm sorry my kext is for those who wanted middle-button scrolling just like me and meself won't do anything about middle-button click.
* Fix: vertical scrolling does not work as expected sometimes.
http://wencheng.fang.sh.cn/2010/03/thin ... opard.html
@Silencer
Thank you so much for the packaging and the x64 fix!! I merged it to my source.
@Sebinouse
I'm sorry that i don't have a x60t (tablets may differ from others) to test this kext.
@nuskoolkiddie
You may use SmartScroll as Sebinouse suggested. I'm sorry my kext is for those who wanted middle-button scrolling just like me and meself won't do anything about middle-button click.
IBM ThinkPad T60p 2007-93J
-
adidasprince
- Posts: 34
- Joined: Wed Mar 07, 2007 1:54 am
- Location: Tokyo, Japan
- Contact:
Re: Ultranavi Driver based on VoodooPS2
My server is temporarily down until next wednesday ...
IBM ThinkPad T60p 2007-93J
Re: Ultranavi Driver based on VoodooPS2
Hi!
Thanks a lot for your work!
Could you please post the source of your kext?
Just an example: I'd like to tune the speed between the Trackpoint and the Trackpad.
The mouse speed of the Trackpoint is just a bit too sentitive comparing to the Trackpad (i switch often between them). It would be great to change this.
Thanks!
max
Thanks a lot for your work!
Could you please post the source of your kext?
Just an example: I'd like to tune the speed between the Trackpoint and the Trackpad.
The mouse speed of the Trackpoint is just a bit too sentitive comparing to the Trackpad (i switch often between them). It would be great to change this.
Thanks!
max
Re: Ultranavi Driver based on VoodooPS2
Check out the link in the first post. The source code is available there.max22 wrote:Hi!
Thanks a lot for your work!
Could you please post the source of your kext?
Just an example: I'd like to tune the speed between the Trackpoint and the Trackpad.
The mouse speed of the Trackpoint is just a bit too sentitive comparing to the Trackpad (i switch often between them). It would be great to change this.
ThinkPad T60p with Snow Leopard 10.6.8
Intel Core 2 Duo T7600
4GB RAM, ATI FireGL V5200 256MB (1400x1050)
Intel Core 2 Duo T7600
4GB RAM, ATI FireGL V5200 256MB (1400x1050)
Re: Ultranavi Driver based on VoodooPS2
whops! sorry, must have been very tired
Thanks!
Thanks!
Re: Ultranavi Driver based on VoodooPS2
Hey, adidasprince, I hope you still check this thread. There's a discussion going on in the thread regarding ThinkPad fan speed control under OSX, and I was hoping you might have a look there, since you're apparently the most experienced with low level programming amongst the crowd here. If you have some time, please check this link.
ThinkPad T60p with Snow Leopard 10.6.8
Intel Core 2 Duo T7600
4GB RAM, ATI FireGL V5200 256MB (1400x1050)
Intel Core 2 Duo T7600
4GB RAM, ATI FireGL V5200 256MB (1400x1050)
-
und3rf0rce
- Posts: 15
- Joined: Mon Jan 17, 2011 8:00 am
- Location: Kyiv, Ukraine
Re: Ultranavi Driver based on VoodooPS2
Guys, please share latest version of ThinkUltraNavi, 'cause http://wencheng.fang.sh.cn/ is down now. Thx!
Apple MacBook Pro 13" (MC990LL/A)
and
IBM ThinkPad X61s (7668-CTO)
Intel Core 2 Duo L7500 @ 1.6 GHz, 2 GB DDR2, 320 GB @ 7200 Seagate, Atheros (as AirPort Extreme)
MacOS 10.6.7 w/ Sebinouse's fixes & Anastasius DSDT + modded AppleHDA.kext
and
IBM ThinkPad X61s (7668-CTO)
Intel Core 2 Duo L7500 @ 1.6 GHz, 2 GB DDR2, 320 GB @ 7200 Seagate, Atheros (as AirPort Extreme)
MacOS 10.6.7 w/ Sebinouse's fixes & Anastasius DSDT + modded AppleHDA.kext
Re: Ultranavi Driver based on VoodooPS2
Any chance of getting the drag issue fixed? It drives me nuts b/c the left click of my touchpad is broken.adidasprince wrote: knowing issue: no h-scroll, no drag by trackpad's move with trackpoint's button and vice versa.
-
adidasprince
- Posts: 34
- Joined: Wed Mar 07, 2007 1:54 am
- Location: Tokyo, Japan
- Contact:
Re: Ultranavi Driver based on VoodooPS2
IBM ThinkPad T60p 2007-93J
Re: Ultranavi Driver based on VoodooPS2
Is it possible to increase Trackpoint sensitivity (speed)? If I drag the speed slider in the Trackpad prefpane all the way up, it is fast but really choppy. I tried lowering the divisor value in the kext's plist file but it only affected the touchpad.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
32bit OS, and directx. Based on premise of old gaming.
by thinkpadcollection » Wed May 10, 2017 6:21 pm » in Off-Topic Stuff - 3 Replies
- 217 Views
-
Last post by theterminator93
Thu May 11, 2017 6:39 am
-
-
-
x41 Pen driver for winxp
by D L Davis » Sun Jan 08, 2017 2:00 am » in ThinkPad X2/X3/X4x Series incl. X41 Tablet - 1 Replies
- 369 Views
-
Last post by rkawakami
Sun Jan 08, 2017 3:26 am
-
-
- 2 Replies
- 482 Views
-
Last post by Sudevan
Sat Jan 28, 2017 8:21 pm
-
-
Audio driver driving me nuts!
by sktn77a » Tue Jan 31, 2017 11:11 am » in ThinkPad T430/T530 and later Series - 4 Replies
- 517 Views
-
Last post by Thinkpad4by3
Sun May 14, 2017 9:17 pm
-
Who is online
Users browsing this forum: No registered users and 2 guests




