|
2008-03-24
, 18:22
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#72
|
module_raw input module variance delta=30 module dejitter delta=100 module linear
module pressure module linear
|
2008-03-24
, 19:16
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#73
|
|
2008-03-24
, 19:22
|
|
Posts: 97 |
Thanked: 18 times |
Joined on Jan 2008
@ UK
|
#74
|
|
2008-03-25
, 00:56
|
Posts: 551 |
Thanked: 46 times |
Joined on Oct 2007
|
#75
|
|
2008-03-25
, 01:11
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#76
|
|
2008-03-25
, 05:47
|
Posts: 164 |
Thanked: 18 times |
Joined on Dec 2007
|
#77
|
I tried pairing with passcodes 0000 and 1234, but neither way did it work; after one of them, apparently, the mouse got a non-paired connection going. Look in the dropdown menu for disconnecting BT devices; the mouse will show up there when you've got it right, even though the control panel fervently denies that the mouse is paired.
|
2008-03-25
, 07:20
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#78
|
a. The buttons on the left edge of the screen (the task manager) are not clickable with the mouse makes it almost impossible to 'drive' the device
a. to Eero Tamminen for this
The problem is caused by the N800 giving priority to pressure information rather than remotely-input mouse clicks. This can be circumvented by disabling pressure information usage, by running the device X server with XInput protocol/extension disabled.
To do this, modify the file /etc/init.d/x-server by adding the option "-extension XInputExtension" to the end of the ARGS="...." string, preceded by a space, and then rebooting the device.
I went out and spent 50 bucks on a bluetooth mouse and I'm having the same problem no pairing... there no way to enter the passcode.
If you need any more testing I have Targus Bluetooth mouse. I would be more than happy to test for you I really want this to work..
Thank you so much for the great effort
Thanks to everyone who has got the mouse working, is there any way of stoping the backlight turning off when useing the mouse?
|
2008-03-25
, 14:22
|
Posts: 164 |
Thanked: 18 times |
Joined on Dec 2007
|
#79
|
|
2008-03-25
, 16:11
|
Posts: 11 |
Thanked: 2 times |
Joined on Jan 2008
@ Romania
|
#80
|
I know X-server is configured to use the ts_lib library, which from all research/indications is a plugin designed to provide a filter-based event handling system for the touchpad. Fair enough, very neat but quite complex.
I have a feeling/think I figured out somewhere along the lines that ts_lib utilizes the XInput extension to actually interact with the x-server desktop.
What I don't understand or am missing here is what actually determines how to interpret the pressure data that gets passed from the touchpad through Ts_lib to x-server, because from all that I've read TS_lib is responsible for reading that information and filtering it, but it doesn't seem to actually do anything different with it, it just forwards it along to x? I had thought that Ts_lib would actually do soemthing like trigger some other kind of event depending on how much pressure was applied (i.e. something like button 4 instead of button 1 sort of thing), but I can't find any information to actually indicate that even picking through the source code. Am I looking in the right place here, or is there something else I'm missing?
Any thoughts?