From: Charles Bueche <charles@bueche.ch>
To: Olivier Bornet <Olivier.Bornet@smartdata.ch>
Cc: BlueZ Developers List <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] Logitech MX900 mouse with Dell Inspiron 8600
Date: Wed, 10 Dec 2003 09:12:50 +0100 [thread overview]
Message-ID: <1071043970.8979.5.camel@bluez.bueche.ch> (raw)
In-Reply-To: <20031209224217.GE26896@smartdata.ch>
Hi Olivier,
I tried your config, the wheel now works OK. Thanks a lot.
Another problem appeared after my initial email : the mouse movements
are showing sudden accelerations. Makes it difficult to use. I tried
several protocols in XF86Config-4, no difference.
I re-emerged Xfree without the patch, the problem persist.
I find this strange, as yesterday evening, the mouse suddenly worked
fine... I'm getting confused.
Could you provide your setup ? hciconfig command, loaded modules, bthid
command line, etc ?
Another question : do I need MOUSEDEV in my kernel ? I have
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1920
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1200
should I remove this ?
TIA,
Charles
On Tue, 2003-12-09 at 23:42, Olivier Bornet wrote:
> Hi Charles,
>
> > 1. XFree patch
> >
> > I patched my XFree (gentoo xfree-4.3.99.16) with this patch
> > (http://www.yhbt.net/normalperson/files/linux/LogitechMX_kernel_and_X_patch/4.3.0-XFree86_logitech_ps2.patch),
> > to make it understand PS/2+ protocol. Do I need this for the MX900 ?
>
> I don't have applied this patch, so I think this is not needed. (but I
> don't know anything about this patch.
>
> > 2. bthid patches
> >
> > - started with the bthid 0.8 stock source
> > - applied Edd Dumbill's uinput patch
> > - applied Olivier Bornet's patch-bthid-0.6-for-lt.txt
> > - modified out.c to use /dev/misc/uinput (Marcel says devfs produce
> > this, I don't see exactly what I do wrong or what I should do to get
> > /dev/input/uinput).
>
> OK. Almost the same for me, with a 2.6.0-test11 kernel.
>
> > 3. XF86Config-4
> >
> > --------
> > Section "InputDevice"
> > Identifier "LogitechUSBMouse"
> > Driver "mouse"
> > Option "Protocol" "ExplorerPS/2"
> > Option "Device" "/dev/input/mice"
> > Option "ZAxisMapping" "7 8"
> > Option "Resolution" "800"
> > Option "SmartScroll" "1"
> > Option "Buttons" "8"
> > Option "Emulate3Buttons" "false"
> > EndSection
> > ----------------
>
> Usualy, the ZAxisMapping in on the buttons 4 and 5. Here is my
> XF86Config-4 related section:
>
> ----------
> Section "InputDevice"
> Identifier "USB Mouse"
> Driver "mouse"
> Option "SendCoreEvents" "true"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ImPS/2"
> Option "Buttons" "5"
> Option "Emulate3Buttons" "true"
> Option "ZAxisMapping" "4 5"
> EndSection
> ----------
>
> With this config, the mouse wheel is working ok.
>
> Hope this help.
>
> Olivier
--
Charles Bueche <charles@bueche.ch>
sand, snow, wave, wind and net -surfer
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
next prev parent reply other threads:[~2003-12-10 8:12 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-30 14:12 [Bluez-devel] Logitech MX900 mouse with Dell Inspiron 8600 Charles Bueche
2003-11-30 18:51 ` Charles Bueche
2003-12-01 15:38 ` Peter Klausler
2003-12-02 15:55 ` Edd Dumbill
2003-12-02 16:01 ` Edd Dumbill
2003-12-03 20:18 ` Charles Bueche
2003-12-03 20:35 ` Marcel Holtmann
2003-12-04 8:53 ` Olivier Bornet
2003-12-04 13:52 ` Marcel Holtmann
2003-12-04 13:57 ` Olivier Bornet
2003-12-04 14:10 ` Marcel Holtmann
2003-12-04 16:35 ` Olivier Bornet
2003-12-04 17:03 ` Marcel Holtmann
2003-12-09 20:31 ` Charles Bueche
2003-12-09 22:42 ` Olivier Bornet
2003-12-10 8:12 ` Charles Bueche [this message]
2003-12-10 8:30 ` Olivier Bornet
2003-12-13 15:56 ` Charles Bueche
2003-12-13 16:39 ` Marcel Holtmann
2003-12-13 18:51 ` Charles Bueche
2003-12-13 19:04 ` Marcel Holtmann
2003-12-14 13:55 ` Charles Bueche
2003-12-14 14:22 ` Marcel Holtmann
2003-12-14 20:01 ` Charles Bueche
2003-12-14 20:09 ` Marcel Holtmann
2003-12-10 1:41 ` Marcel Holtmann
2003-12-02 17:39 ` Marcel Holtmann
2003-12-02 17:42 ` Peter Klausler
2003-12-02 17:56 ` Marcel Holtmann
2003-12-03 10:10 ` Stephen Crane
2003-12-03 13:06 ` Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1071043970.8979.5.camel@bluez.bueche.ch \
--to=charles@bueche.ch \
--cc=Olivier.Bornet@smartdata.ch \
--cc=bluez-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox