Re: Wheel mouse

2013-12-30 Thread Zenaan Harkness
On 12/30/13, Man_Without_Clue  wrote:
> GENOME, thank you.

I can only guess that you use GNOME.

I don't use that, I use XFCE. But I have some suggestions below.

Also, please interleave or bottom post when you reply to debian-user
emails, thanks. Your reply (at the top above here) is called "top
posting". We do bottom posting (or interleaving) so that our email
discussions might be more useful to others in the future, when they
read the archives.

> On 12/30/2013 10:54 AM, Zenaan Harkness wrote:
>> On 12/30/13, Man_Without_Clue  wrote:
>>> I have USB connected Elecom M-FW1ULWH mouse to my debian wheezy amd 64.
>>>
>>> For some reason, wheel function is not working.
>> Which desktop are you using - KDE, GNOME, MATE, XFCE or something else?

You could try installing gnome-control-center, if it's not installed
already. That might have a mouse config applet.

Alternatively, try installing gpointing-device-settings.

As a last resort you could try lxinput, although that is for LXDE
desktop, so may not be compatible with GNOME. YMMV of course.

I use a Logitech trackball, and manually add to this file:
/usr/share/X11/xorg.conf.d/10-evdev.conf

The following lines:
Section "InputClass"
Identifier  "Marble Mouse"
MatchProduct "Logitech USB Trackball"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "ButtonMapping" "1 8 3 4 5 6 7 2 2"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "8"
Option "ZAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "Emulate3Buttons" "true"
EndSection


But again, that's for a trackball, so you'd have to do some man-page
reading or web searching or something, to successfully do such a
manual config for your scroll wheel, which should Just Work(TM)(C) -
so hopefully you can find one of the above gui configurators for your
mouse.

Good luck
Zenaan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caosgnssidmoemn3bxjvr+a5j7aox2qvzvt2a318bd3f4opj...@mail.gmail.com



Re: Wheel mouse

2013-12-30 Thread Man_Without_Clue

GENOME, thank you.



On 12/30/2013 10:54 AM, Zenaan Harkness wrote:

On 12/30/13, Man_Without_Clue  wrote:

I have USB connected Elecom M-FW1ULWH mouse to my debian wheezy amd 64.

For some reason, wheel function is not working.

Which desktop are you using - KDE, GNOME, MATE, XFCE or something else?





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/52c16546.10...@gmail.com



Re: Wheel mouse

2013-12-29 Thread Zenaan Harkness
On 12/30/13, Man_Without_Clue  wrote:
> I have USB connected Elecom M-FW1ULWH mouse to my debian wheezy amd 64.
>
> For some reason, wheel function is not working.

Which desktop are you using - KDE, GNOME, MATE, XFCE or something else?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOsGNSThZyaFEEWbuy=bh0t83p8ewkpysfvfetp+ycedhvk...@mail.gmail.com



Wheel mouse

2013-12-29 Thread Man_Without_Clue

Hi all,

This too, I don't get any response from forums there and everywhere, so 
I throw it out here.


I have USB connected Elecom M-FW1ULWH mouse to my debian wheezy amd 64.

For some reason, wheel function is not working.

I guess debian fails to recognize this as regular wheel mouse. I wonder 
where I can adjust to make it work?


Anyone?

A.K.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/52c0ce08.7060...@gmail.com



Re: Wheel mouse inop

2013-03-06 Thread David Sastre Medina
On Tue, Mar 05, 2013 at 12:38:31AM -0600, Ben Ritchey wrote:
> I am running Debian 6.0.6 in a 32-bit VM under Wins 7 and the wheel
> mouse in debian is inoperative. I tried modifying the xorg.conf file
> for mouse type (previous postings elsewhere inidcate that was a fix)
> but to no avail :( How can I enable the wheel in debian?

What are you using as hypervisor? VMWare? VirtualBox? other?
This might be your hypervisor's fault, not the guest OS.

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56


signature.asc
Description: Digital signature


Wheel mouse inop

2013-03-05 Thread Ben Ritchey
I am running Debian 6.0.6 in a 32-bit VM under Wins 7 and the wheel 
mouse in debian is inoperative. I tried modifying the xorg.conf file for 
mouse type (previous postings elsewhere inidcate that was a fix) but to 
no avail :( How can I enable the wheel in debian?


--
---
Be well,
  Ben  aka cMech
  http://users.lusfiber.net/~fido4cmech


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/513592e7.3030...@lusfiber.net



Re: 2 wheel mouse in sid with mouse driver?

2008-01-13 Thread Hugo Vanwoerkom

Kelly Clowers wrote:

On Jan 13, 2008 6:06 AM, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:

Hi,

I have 2 mice both with 2 wheels. One for up-down, one for forward-back.

I also run the latest Sid and Xorg.

Normally I use the evdev driver for my 2 wheels, but there is
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450851 that makes for
difficulties with evdev and the problem still exists with the latest
xorg updates.

The mouse driver works but I cannot get the 2 wheels to work: only one
works. Googling proves unsatisfactory.

Anybody have 2 wheels on their mouse and is able to use the mouse driver?

Below are the 2 sections, one with 2 working wheels and one with only
one working wheel and the applicable log portion.

Have 2 wheels, will travel ;-)


I am not positive, but I think I read that using 2 wheels is currently
impossible
without evdev.




thanks. that would certainly explain why it doesn't seem to work.

hugo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: 2 wheel mouse in sid with mouse driver?

2008-01-13 Thread Kelly Clowers
On Jan 13, 2008 6:06 AM, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have 2 mice both with 2 wheels. One for up-down, one for forward-back.
>
> I also run the latest Sid and Xorg.
>
> Normally I use the evdev driver for my 2 wheels, but there is
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450851 that makes for
> difficulties with evdev and the problem still exists with the latest
> xorg updates.
>
> The mouse driver works but I cannot get the 2 wheels to work: only one
> works. Googling proves unsatisfactory.
>
> Anybody have 2 wheels on their mouse and is able to use the mouse driver?
>
> Below are the 2 sections, one with 2 working wheels and one with only
> one working wheel and the applicable log portion.
>
> Have 2 wheels, will travel ;-)

I am not positive, but I think I read that using 2 wheels is currently
impossible
without evdev.


Cheers,
Kelly Clowers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



2 wheel mouse in sid with mouse driver?

2008-01-13 Thread Hugo Vanwoerkom

Hi,

I have 2 mice both with 2 wheels. One for up-down, one for forward-back.

I also run the latest Sid and Xorg.

Normally I use the evdev driver for my 2 wheels, but there is 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450851 that makes for 
difficulties with evdev and the problem still exists with the latest 
xorg updates.


The mouse driver works but I cannot get the 2 wheels to work: only one 
works. Googling proves unsatisfactory.


Anybody have 2 wheels on their mouse and is able to use the mouse driver?

Below are the 2 sections, one with 2 working wheels and one with only 
one working wheel and the applicable log portion.


Have 2 wheels, will travel ;-)

Hugo

Section "InputDevice"
Identifier  "Mouse1"
Driver  "evdev"
Option  "Device" "/dev/input/event6"
Option  "Name" "A4Tech USB Optical Mouse"
Option  "ZAxisMapping"  "6 7 4 5"
Option  "Buttons"   "12"
EndSection

Section "InputDevice"
Identifier  "Mouse2"
Driver  "mouse"
Option  "Dev Name"  "A4Tech USB Optical Mouse"
Option  "Protocol"  "auto"
Option  "Device""/dev/input/mouse0"
Option  "Dev Phys"  "usb-:00:10.1-1/input0"
Option  "ZAxisMapping"  "6 7 4 5"   #[103]
Option  "Buttons"   "12"
EndSection


(**) Option "Protocol" "auto"
(**) Mouse2: Device: "/dev/input/mouse0"
(**) Mouse2: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse2: always reports core events
(**) Option "Device" "/dev/input/mouse0"
(**) Option "Buttons" "12"
(==) Mouse2: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "6 7 4 5"
(**) Mouse2: ZAxisMapping: buttons 6, 7, 4 and 5
(**) Mouse2: Buttons: 16
(**) Mouse2: Sensitivity: 1


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: scrolling with wheel mouse

2006-08-22 Thread José Alburquerque

Adam Hardy wrote:

I rebooted 1/2 an hour ago and when x came back and I started using 
the mouse, I realised the wheel on the mouse wasnt scrolling anything.


This is on etch.

I honestly don't think I installed or upgraded anything that would 
have caused this, and I'm at a loss for what to do. This is my config 
in /etc/X11/xorg.conf which hasn't changed recently at all:


Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Sorry I didn't reply earlier, had not noticed your post, but I'm also 
using Etch.  My mouse config section looks like:


Section "InputDevice"
   Identifier"Configured Mouse"
   Driver"mouse"
   Option"CorePointer"
   Option"Device""/dev/input/mice"
   Option"Protocol""ExplorerPS/2"
   Option"Emulate3Buttons""true"
EndSection

and scrolling works fine.  I've been reading something about 
"dpkg-reconfigure xserver-xorg" on the list to reconfigure x.  I'm not 
sure how much it will help, but you might try something like that 
(search the list for "dpkg-reconfigure xserver-xorg" or something like 
that for more info).  HTH.




I've spent the last half an hour trying to track down the problem.

What happened? How can I get scrolling back?

I'd appreciate any help.

Adam





--
Sincerely
Jose Alburquerque


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: scrolling with wheel mouse

2006-08-22 Thread Hugo Vanwoerkom

Adam Hardy wrote:
I rebooted 1/2 an hour ago and when x came back and I started using the 
mouse, I realised the wheel on the mouse wasnt scrolling anything.


This is on etch.

I honestly don't think I installed or upgraded anything that would have 
caused this, and I'm at a loss for what to do. This is my config in 
/etc/X11/xorg.conf which hasn't changed recently at all:


Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection


I've spent the last half an hour trying to track down the problem.

What happened? How can I get scrolling back?



What does xev show when you use your wheel in it?

H


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




scrolling with wheel mouse

2006-08-20 Thread Adam Hardy
I rebooted 1/2 an hour ago and when x came back and I started using the mouse, I 
realised the wheel on the mouse wasnt scrolling anything.


This is on etch.

I honestly don't think I installed or upgraded anything that would have caused 
this, and I'm at a loss for what to do. This is my config in /etc/X11/xorg.conf 
which hasn't changed recently at all:


Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection


I've spent the last half an hour trying to track down the problem.

What happened? How can I get scrolling back?

I'd appreciate any help.

Adam


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Unable to add scroll-wheel mouse to xfree86

2005-07-21 Thread Vegard|drageV
On 7/20/05, Jonathan Kaye <[EMAIL PROTECTED]> wrote:
> En/La Vegard|drageV ha escrit, a 20/07/05 20:47:
> > Hi list,
> > from a previous thread I got hints on how to add a Logitech Mouse with
> > a scrollerwheel to the xfree86 system by running 'dpkg-reconfigure
> > xserver-xfree86' or by manually editing /etc/X11/XF86config-4.
> >
> > I've tried both, and either way the new mouse still doesn't work.
> > Using dpkg, I used these menu alternatives:
> > -psaux as the connection point
> > -ImPS/2 protocol
> > -With scrollerwheel
> I have never seen this. I use
> Option  "ZAxisMapping"  "4 5"
> for my scroll wheel
> >
> > My original XF86config-4 file looks like this (with simple 2-button
> > mouse in /dev/ttyS0):
> 
> What does your XF86Config-4 file look like NOW. Has it changed?

At this moment, when my serial-port-mouse is being used, my
XF86Config-4 file looks like the one I posted in the first mail. When
I get the error message, my XF86Config-4 file looks the same, but I
comment out the parts mentioned in my first mail.
> 
>  
> 
> > Section "InputDevice"
> > Identifier  "Configured Mouse"
> > Driver  "mouse"
> > Option  "CorePointer"
> > Option  "Device""/dev/ttyS0"
> > Option  "Protocol"  "Microsoft"
> > Option  "Emulate3Buttons"   "true"
> > Option  "ZAxisMapping"  "4 5"
> You might want to comment out this section if you're using a ps2 mouse
> and not a serial mouse. Also the error message below complains about
> this section.
> 
> > EndSection
> > Section "InputDevice"
> > Identifier  "Generic Mouse"
> > Driver  "mouse"
> > Option  "SendCoreEvents""true"
> > Option  "Device""/dev/psaux"
> > Option  "Protocol"  "ImPS/2"
> > Option  "Emulate3Buttons"   "no"
> > #
> > Option  "ZAxisMapping"  "4 5"
> > EndSection
> 
> 
> > The result is that X- will not start, where startx gives this errormessage:
> >
> > ---startx errormessage-start-
> > hjem:~# startx
> >
> > X: warning; process set to priority -11 instead of requested priority -10
> > XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-14 20050601051219
> > [EMAIL PROTECTED])
> > Release Date: 15 August 2003
> > X Protocol Version 11, Revision 0, Release 6.6
> > Build Operating System: Linux 2.4.29-pre2 i686 [ELF]
> > Build Date: 01 June 2005
> >
> > This version of XFree86 has been extensively modified by the Debian
> > Project, and is not supported by the XFree86 Project, Inc., in any
> > way.  Bugs should be reported to the Debian Bug Tracking System; see
> > http://www.debian.org/Bugs/Reporting >.
> >
> > We strongly encourage the use of the "reportbug" package and command
> > to ensure that bug reports contain as much useful information as
> > possible.
> >
> > Before filing a bug report, you may want to consult the Debian X FAQ:
> >XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
> >   plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz
> >
> > Module Loader present
> > OS Kernel: Linux version 2.4.27-2-686
> > ([EMAIL PROTECTED]) (gcc version 3.3.5 (Debian
> > 1:3.3.5-12)) #1 Mon May 16 17:03:22 JST 2005 T
> > Markers: (--) probed, (**) from config file, (==) default setting,
> >  (++) from command line, (!!) notice, (II) informational,
> >  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> > (==) Log file: "/var/log/XFree86.0.log", Time: Wed Jul 20 20:04:42 2005
> > (==) Using config file: "/etc/X11/XF86Config-4"
> > Data incomplete in file /etc/X11/XF86Config-4
> > Undefined InputDevice "Configured Mouse" referenced by
> > ServerLayout "Default Layout".
> > (EE) Problem parsing the config file
> > (EE) Error from xf86HandleConfigFile()
> >
> > Fatal server error:
> > no screens found
> >
> > When reporting a problem related to a server crash, please send
> > the full server output, not just the last messages.
> > This can be found in the log file "/var/log/XFree86.0.log".
> > Please report problems to [EMAIL PROTECTED]
> >
> > XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> >   after 0 requests (0 known processed) with 0 events remaining.
> > hjem:~#
> >
> >
> > ---startx errormessage-stop--
> >
> > In the previous thread, "Changing mouse (newbie question)", I was
> > given some hints on how to google more efficently, but I have not
> > found this problem other places. Please excuse me if I'm asking
> > somthing that has been asked before, it was not my intention.
> >
> > Thanks for the help in advance, cheers Vegard.
> >
> >
> An improperly configured mouse section will result in the "no screens
> found" error message. Try what is suggested above and let us know if

Re: Unable to add scroll-wheel mouse to xfree86

2005-07-20 Thread Jonathan Kaye
En/La Vegard|drageV ha escrit, a 20/07/05 20:47:
> Hi list, 
> from a previous thread I got hints on how to add a Logitech Mouse with
> a scrollerwheel to the xfree86 system by running 'dpkg-reconfigure
> xserver-xfree86' or by manually editing /etc/X11/XF86config-4.
> 
> I've tried both, and either way the new mouse still doesn't work.
> Using dpkg, I used these menu alternatives:
> -psaux as the connection point
> -ImPS/2 protocol
> -With scrollerwheel
I have never seen this. I use
Option  "ZAxisMapping"  "4 5"
for my scroll wheel
> 
> My original XF86config-4 file looks like this (with simple 2-button
> mouse in /dev/ttyS0):

What does your XF86Config-4 file look like NOW. Has it changed?


 

> Section "InputDevice"
> Identifier  "Configured Mouse"
> Driver  "mouse"
> Option  "CorePointer"
> Option  "Device""/dev/ttyS0"
> Option  "Protocol"  "Microsoft"
> Option  "Emulate3Buttons"   "true"
> Option  "ZAxisMapping"  "4 5"
You might want to comment out this section if you're using a ps2 mouse
and not a serial mouse. Also the error message below complains about
this section.

> EndSection
> Section "InputDevice"
> Identifier  "Generic Mouse"
> Driver  "mouse"
> Option  "SendCoreEvents""true"
> Option  "Device""/dev/psaux"
> Option  "Protocol"  "ImPS/2"
> Option  "Emulate3Buttons"   "no"
> #
> Option  "ZAxisMapping"  "4 5"
> EndSection


> The result is that X- will not start, where startx gives this errormessage:
> 
> ---startx errormessage-start-
> hjem:~# startx
> 
> X: warning; process set to priority -11 instead of requested priority -10
> XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-14 20050601051219
> [EMAIL PROTECTED])
> Release Date: 15 August 2003
> X Protocol Version 11, Revision 0, Release 6.6
> Build Operating System: Linux 2.4.29-pre2 i686 [ELF]
> Build Date: 01 June 2005
> 
> This version of XFree86 has been extensively modified by the Debian
> Project, and is not supported by the XFree86 Project, Inc., in any
> way.  Bugs should be reported to the Debian Bug Tracking System; see
> http://www.debian.org/Bugs/Reporting >.
> 
> We strongly encourage the use of the "reportbug" package and command
> to ensure that bug reports contain as much useful information as
> possible.
> 
> Before filing a bug report, you may want to consult the Debian X FAQ:
>XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
>   plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz
> 
> Module Loader present
> OS Kernel: Linux version 2.4.27-2-686
> ([EMAIL PROTECTED]) (gcc version 3.3.5 (Debian
> 1:3.3.5-12)) #1 Mon May 16 17:03:22 JST 2005 T
> Markers: (--) probed, (**) from config file, (==) default setting,
>  (++) from command line, (!!) notice, (II) informational,
>  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/XFree86.0.log", Time: Wed Jul 20 20:04:42 2005
> (==) Using config file: "/etc/X11/XF86Config-4"
> Data incomplete in file /etc/X11/XF86Config-4
> Undefined InputDevice "Configured Mouse" referenced by
> ServerLayout "Default Layout".
> (EE) Problem parsing the config file
> (EE) Error from xf86HandleConfigFile()
> 
> Fatal server error:
> no screens found
> 
> When reporting a problem related to a server crash, please send
> the full server output, not just the last messages.
> This can be found in the log file "/var/log/XFree86.0.log".
> Please report problems to [EMAIL PROTECTED]
> 
> XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
>   after 0 requests (0 known processed) with 0 events remaining.
> hjem:~#
> 
> 
> ---startx errormessage-stop--
> 
> In the previous thread, "Changing mouse (newbie question)", I was
> given some hints on how to google more efficently, but I have not
> found this problem other places. Please excuse me if I'm asking
> somthing that has been asked before, it was not my intention.
> 
> Thanks for the help in advance, cheers Vegard.
> 
> 
An improperly configured mouse section will result in the "no screens
found" error message. Try what is suggested above and let us know if it
fixes things. Again I am assuming you're using a ps/2 mouse not a serial
mouse.
Cheers,
Jonathan


-- 
Please don't cc: your posting to my personal address.
Thank you.


signature.asc
Description: OpenPGP digital signature


Unable to add scroll-wheel mouse to xfree86

2005-07-20 Thread Vegard|drageV
Hi list, 
from a previous thread I got hints on how to add a Logitech Mouse with
a scrollerwheel to the xfree86 system by running 'dpkg-reconfigure
xserver-xfree86' or by manually editing /etc/X11/XF86config-4.

I've tried both, and either way the new mouse still doesn't work.
Using dpkg, I used these menu alternatives:
-psaux as the connection point
-ImPS/2 protocol
-With scrollerwheel

My original XF86config-4 file looks like this (with simple 2-button
mouse in /dev/ttyS0):

---XF86config-4start---
hjem:/home/vegard# cat /etc/X11/XF86Config-4
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
# For \u endre tilbake til nvidia, kommenter ut
# dri og GLcore, mens glx skal aktiveres.
# For \u fjerne nvidia, aktiver GLcore og dri,
# deaktiver glx.
# Load  "GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
# Load  "dri"
Load"extmod"
Load"freetype"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
Load"glx" #3D-grafikk
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "no"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/ttyS0"
Option  "Protocol"  "Microsoft"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection
Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "no"
#
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
# For \u endre tilbake til nvidia skriv:
# Driver"nvidia"
# I tilfelle nvidia streiker, bruk vesa
Identifier  "Generic Video Card"
Driver  "nvidia"
EndSection

Section "Monitor"
Identifier  "COMPAL M557"
HorizSync   28-50
VertRefresh 43-75
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "COMPAL M557"
DefaultDepth16
SubSection "Display"
Depth   1
Modes   "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Sub

Re: update to dpkg-reconfigure xserver-xfree86 advisable for wheel mouse [was: mouse scroll...]

2005-05-29 Thread Adam Hardy

On 29/05/05 05:55 Jonathan Kaye wrote:

|> Ok I will reveal all and hide nothing from you ;-)
|> I'm running Sarge 2.6.8. Yup, definitely a ps/2 mouse. I don't know what
|> dmesg is on about with USB. You've got something about a serial port?
|> Anyway my XF86Config-4 looks like this:
|> # Identifier and driver
|>
|> ~Identifier"Mouse1"
|> ~Driver "mouse"
|> ~Option "Protocol"   "ImPS/2"
|> ~Option "ZAxisMapping"   "4 5"
|> ~Option "Device" "/dev/psaux"
|> EndSection



|
| Answer:
|
| Option "Protocol" "ExplorerPS/2"
|
| Finally found that solution!
|
| i think the choices in 'dpkg-reconfigure' for xserver-xfree86 needs to
| be extended to cover this for the benefit of other wheelmouse users.
|
| there is also the option "protocol" "auto" which isn't offered either.



That's great Adam! I found this link which may be of use to others. What
do you think?
http://gentoo-wiki.com/HOWTO_Mouse_Scrollwheel


Yes I'm sure it all helps. My mouse is just a simple logitech mouse - 
only 5 buttons - in that link they are talking about the 6th & 7th 
buttons! Who knows what you would use them for.


Adam


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: update to dpkg-reconfigure xserver-xfree86 advisable for wheel mouse [was: mouse scroll...]

2005-05-28 Thread Jonathan Kaye

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

En/La Adam Hardy ha escrit, a 28/05/05 22:47:
| On 28/05/05 18:02 Jonathan Kaye wrote:
|
|> Ok I will reveal all and hide nothing from you ;-)
|> I'm running Sarge 2.6.8. Yup, definitely a ps/2 mouse. I don't know what
|> dmesg is on about with USB. You've got something about a serial port?
|> Anyway my XF86Config-4 looks like this:
|> # Identifier and driver
|>
|> ~Identifier"Mouse1"
|> ~Driver "mouse"
|> ~Option "Protocol"   "ImPS/2"
|> ~Option "ZAxisMapping"   "4 5"
|> ~Option "Device" "/dev/psaux"
|> EndSection
|
|
|
| Answer:
|
| Option "Protocol" "ExplorerPS/2"
|
| Finally found that solution!
|
| i think the choices in 'dpkg-reconfigure' for xserver-xfree86 needs to
| be extended to cover this for the benefit of other wheelmouse users.
|
| there is also the option "protocol" "auto" which isn't offered either.
|
|
| Adam
|
|
That's great Adam! I found this link which may be of use to others. What
do you think?
http://gentoo-wiki.com/HOWTO_Mouse_Scrollwheel
Cheers,
Jonathan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCmUtF64+f0AXUe+4RAvcgAJ0WzY1v8RbEluijeFh5rFFaRwBo+wCdH/ta
w120RNPkgt8zsmUXK5o82P0=
=ELqr
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




update to dpkg-reconfigure xserver-xfree86 advisable for wheel mouse [was: mouse scroll...]

2005-05-28 Thread Adam Hardy

On 28/05/05 18:02 Jonathan Kaye wrote:

Ok I will reveal all and hide nothing from you ;-)
I'm running Sarge 2.6.8. Yup, definitely a ps/2 mouse. I don't know what
dmesg is on about with USB. You've got something about a serial port?
Anyway my XF86Config-4 looks like this:
# Identifier and driver

~Identifier"Mouse1"
~Driver "mouse"
~Option "Protocol"   "ImPS/2"
~Option "ZAxisMapping"   "4 5"
~Option "Device" "/dev/psaux"
EndSection



Answer:

Option "Protocol" "ExplorerPS/2"

Finally found that solution!

i think the choices in 'dpkg-reconfigure' for xserver-xfree86 needs to 
be extended to cover this for the benefit of other wheelmouse users.


there is also the option "protocol" "auto" which isn't offered either.


Adam


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




kernel-image-2.6.7-1-686 breaks wheel mouse

2004-07-12 Thread Sven Heinicke

kernel-image-2.6.7-1-686 version 2.6.7-2 breaks my wheel mouse.  Well,
all works on the mouse but the wheel confuses X by putting the mouse
off the screen.  kernel-image-2.6.6-2-686 version 2.6.6-2 works great
though.

I have a logitech M-S48 mouse running xserver-xfree86 4.3.0.dfsg.1-6,
in which the mouse is configured:

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection

I've tried a few other protocols, no luck.

Sven


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Re: Wheel Mouse

2004-04-09 Thread Thomas Beresford
I had a similar problem since I upgraded my kernel and installed the 
NVIDIA-Linux-x86-1.0-5336-pkg1.run driver. I recently upgraded my 
2.4.18-bf2.4 kernel to 2.6.3-1-k7 kernel. I have an AMD Athlon processor
and a Nvidia Geforce 4 MX440 video card and a Genius NetScroll PS/2 mouse.
It used to be like this:

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device" "/dev/psaux"
Option  "Protocol"   "NetMousePS/2"
Option  "Emulate3Buttons""true"
Option  "ZAxisMapping""4 5"
EndSection

But since the upgrade, the configuration above doesn't work anymore.
The mouse pointer doesn't move correctly and it left/right clicks
randomly. So I changed the protocol from NetMousePS/2 to ImPS/2. Now it works
but it's not the same as before. The mouse pointer movement precision is
not good. Anybody knows what's the cause to the NetMouse protocol (which is the
correct protocol for Genius mice) not to work correctly now? 

PS: my XFree86 Version is 4.1.0.1


>I'm happy to say that did it!  Thanks!
>
>Krikket
>
>On Wed, 7 Apr 2004, Ralph Crongeyer wrote:
>
> I guess I should have said:
>
> Change this on:
>
> "Configured Mouse"
>
> Option  "Protocol"  "ImPS/2"
>
> Ralph
>
> On Wednesday 07 April 2004 01:10 pm, Ralph Crongeyer wrote:
> > Option  "Protocol"  "ImPS/2"
> >
> > On Wednesday 07 April 2004 12:57 pm, Krikket wrote:
> > > Folks, this is something that I've done before, but something is
> > > different this time around that has me stumped.
> > >
> > > Usually to get a the wheel on a mouse to run, it's just a matter of
> > > adding one line.  Only in this case, the line is already there.
> > >
> > > And for some reason that I don't understand, the mouse is defined *twice*
> > > in /etc/X11/XF86Config-4.
> > >
> > > Here's what I have:
> > >
> > > Section "InputDevice"
> > > Identifier  "Configured Mouse"
> > > Driver  "mouse"
> > > Option  "CorePointer"
> > > Option  "Device""/dev/psaux"
> > > Option  "Protocol"  "PS/2"
> > > Option  "Emulate3Buttons"   "true"
> > > Option  "ZAxisMapping"  "4 5"
> > > EndSection
> > >
> > > Section "InputDevice"
> > > Identifier  "Generic Mouse"
> > > Driver  "mouse"
> > > Option  "SendCoreEvents""true"
> > > Option  "Device""/dev/input/mice"
> > > Option  "Protocol"  "ImPS/2"
> > > Option  "Emulate3Buttons"   "true"
> > > Option  "ZAxisMapping"  "4 5"
> > > EndSection
> > >
> > >
> > > If I comment out either one of them, kdm refuses to start.  (Well, it
> > > does start, as far as I can tell, it just doesn't give me a GUI.)
> > > Commening out the "Emulate3Buttons" in both of them has no effect.  (I
> > > seem to remember that it conflicts with the ZAxisMapping.)
> > >
> > > Any idea what's going on here?  This is a Sarge install using the Network
> > > install Beta 3 on 3/28/04.
> > >
> > > I'm thinking this is a bug in the installer, but I figured I'd check with
> > > you guys before filing a report.
> > >
> > > Thanks in advance!
> > >
> > > Krikket
-- 
__
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel Mouse

2004-04-07 Thread Greg Heilers
On Wed, 7 Apr 2004 12:57:58 -0400 (EDT)
Krikket <[EMAIL PROTECTED]> wrote:

> Folks, this is something that I've done before, but something is different
> this time around that has me stumped.
> 
> Usually to get a the wheel on a mouse to run, it's just a matter of adding
> one line.  Only in this case, the line is already there.
> 
> And for some reason that I don't understand, the mouse is defined *twice*
> in /etc/X11/XF86Config-4.
> 
> Here's what I have:
> 
> Section "InputDevice"
> Identifier  "Configured Mouse"
> Driver  "mouse"
> Option  "CorePointer"
> Option  "Device""/dev/psaux"
> Option  "Protocol"  "PS/2"
> Option  "Emulate3Buttons"   "true"
> Option  "ZAxisMapping"  "4 5"
> EndSection
> 
> Section "InputDevice"
> Identifier  "Generic Mouse"
> Driver  "mouse"
> Option  "SendCoreEvents""true"
> Option  "Device""/dev/input/mice"
> Option  "Protocol"  "ImPS/2"
> Option  "Emulate3Buttons"   "true"
> Option  "ZAxisMapping"  "4 5"
> EndSection
> 
> 
> If I comment out either one of them, kdm refuses to start.  (Well, it does
> start, as far as I can tell, it just doesn't give me a GUI.)  Commening
> out the "Emulate3Buttons" in both of them has no effect.  (I seem to
> remember that it conflicts with the ZAxisMapping.)
> 
> Any idea what's going on here?  This is a Sarge install using the Network
> install Beta 3 on 3/28/04.
> 
> I'm thinking this is a bug in the installer, but I figured I'd check with
> you guys before filing a report.
> 
> Thanks in advance!
> 
> Krikket
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


Sometimes, this is also needed:

 Option   "Buttons"   "5"



-- 

Greg Heilers
Registered Linux user #328317 - SlackWare Linux 9.0

Remember:  The Constitution only guarantees the right
to "pursue" happiness.  It is up to YOU to "catch" it. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel Mouse

2004-04-07 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 07 April 2004 09:19 am, Ralph Crongeyer wrote:
> I guess I should have said:
>
> Change this on:
>
> "Configured Mouse"
>
> Option  "Protocol"  "ImPS/2"
>
> Ralph
>
> On Wednesday 07 April 2004 01:10 pm, Ralph Crongeyer wrote:
> > Option  "Protocol"  "ImPS/2"
> >
> > On Wednesday 07 April 2004 12:57 pm, Krikket wrote:
> > > Folks, this is something that I've done before, but something is
> > > different this time around that has me stumped.
> > >
> > > Usually to get a the wheel on a mouse to run, it's just a matter
> > > of adding one line.  Only in this case, the line is already
> > > there.
> > >
> > > And for some reason that I don't understand, the mouse is defined
> > > *twice* in /etc/X11/XF86Config-4.
> > >
> > > Here's what I have:
> > >
> > > Section "InputDevice"
> > > Identifier  "Configured Mouse"
> > > Driver  "mouse"
> > > Option  "CorePointer"
> > > Option  "Device""/dev/psaux"
> > > Option  "Protocol"  "PS/2"
> > > Option  "Emulate3Buttons"   "true"
> > > Option  "ZAxisMapping"  "4 5"
> > > EndSection
> > >
> > > Section "InputDevice"
> > > Identifier  "Generic Mouse"
> > > Driver  "mouse"
> > > Option  "SendCoreEvents""true"
> > > Option  "Device""/dev/input/mice"
> > > Option  "Protocol"  "ImPS/2"
> > > Option  "Emulate3Buttons"   "true"
> > > Option  "ZAxisMapping"  "4 5"
> > > EndSection
> > >
> > >
> > > If I comment out either one of them, kdm refuses to start. 
> > > (Well, it does start, as far as I can tell, it just doesn't give
> > > me a GUI.) Commening out the "Emulate3Buttons" in both of them
> > > has no effect.  (I seem to remember that it conflicts with the
> > > ZAxisMapping.)
> > >
> > > Any idea what's going on here?  This is a Sarge install using the
> > > Network install Beta 3 on 3/28/04.
> > >
> > > I'm thinking this is a bug in the installer, but I figured I'd
> > > check with you guys before filing a report.
> > >
> > > Thanks in advance!
> > >
> > > Krikket

FYI, I see this dual entry o my laptops.
One entry is for a  USB mouse (/dev/input/mice) and one is for a PS/2 
mouse or on a laptop the touchpad. On a laptop you can use a USB mouse 
& touchpad at the same time. The 'Server Layout' section must list both 
also.
- -- 
Greg Madden
Debian GNU/Linux user
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAdGOfk7rtxKWZzGsRArLyAJ91Z+d+2Uc/bfYGPCM6QwAgZYvCyQCfULSO
sCITirHofmN32UPlpKQqLns=
=O/We
-END PGP SIGNATURE-



Re: Wheel Mouse

2004-04-07 Thread Krikket
I'm happy to say that did it!  Thanks!

Krikket

On Wed, 7 Apr 2004, Ralph Crongeyer wrote:

> I guess I should have said:
>
> Change this on:
>
> "Configured Mouse"
>
> Option  "Protocol"  "ImPS/2"
>
> Ralph
>
> On Wednesday 07 April 2004 01:10 pm, Ralph Crongeyer wrote:
> > Option  "Protocol"  "ImPS/2"
> >
> > On Wednesday 07 April 2004 12:57 pm, Krikket wrote:
> > > Folks, this is something that I've done before, but something is
> > > different this time around that has me stumped.
> > >
> > > Usually to get a the wheel on a mouse to run, it's just a matter of
> > > adding one line.  Only in this case, the line is already there.
> > >
> > > And for some reason that I don't understand, the mouse is defined *twice*
> > > in /etc/X11/XF86Config-4.
> > >
> > > Here's what I have:
> > >
> > > Section "InputDevice"
> > > Identifier  "Configured Mouse"
> > > Driver  "mouse"
> > > Option  "CorePointer"
> > > Option  "Device""/dev/psaux"
> > > Option  "Protocol"  "PS/2"
> > > Option  "Emulate3Buttons"   "true"
> > > Option  "ZAxisMapping"  "4 5"
> > > EndSection
> > >
> > > Section "InputDevice"
> > > Identifier  "Generic Mouse"
> > > Driver  "mouse"
> > > Option  "SendCoreEvents""true"
> > > Option  "Device""/dev/input/mice"
> > > Option  "Protocol"  "ImPS/2"
> > > Option  "Emulate3Buttons"   "true"
> > > Option  "ZAxisMapping"  "4 5"
> > > EndSection
> > >
> > >
> > > If I comment out either one of them, kdm refuses to start.  (Well, it
> > > does start, as far as I can tell, it just doesn't give me a GUI.)
> > > Commening out the "Emulate3Buttons" in both of them has no effect.  (I
> > > seem to remember that it conflicts with the ZAxisMapping.)
> > >
> > > Any idea what's going on here?  This is a Sarge install using the Network
> > > install Beta 3 on 3/28/04.
> > >
> > > I'm thinking this is a bug in the installer, but I figured I'd check with
> > > you guys before filing a report.
> > >
> > > Thanks in advance!
> > >
> > > Krikket
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel Mouse

2004-04-07 Thread Ralph Crongeyer
I guess I should have said:

Change this on:

"Configured Mouse"

Option  "Protocol"  "ImPS/2"

Ralph

On Wednesday 07 April 2004 01:10 pm, Ralph Crongeyer wrote:
> Option  "Protocol"  "ImPS/2"
>
> On Wednesday 07 April 2004 12:57 pm, Krikket wrote:
> > Folks, this is something that I've done before, but something is
> > different this time around that has me stumped.
> >
> > Usually to get a the wheel on a mouse to run, it's just a matter of
> > adding one line.  Only in this case, the line is already there.
> >
> > And for some reason that I don't understand, the mouse is defined *twice*
> > in /etc/X11/XF86Config-4.
> >
> > Here's what I have:
> >
> > Section "InputDevice"
> > Identifier  "Configured Mouse"
> > Driver  "mouse"
> > Option  "CorePointer"
> > Option  "Device""/dev/psaux"
> > Option  "Protocol"  "PS/2"
> > Option  "Emulate3Buttons"   "true"
> > Option  "ZAxisMapping"  "4 5"
> > EndSection
> >
> > Section "InputDevice"
> > Identifier  "Generic Mouse"
> > Driver  "mouse"
> > Option  "SendCoreEvents""true"
> > Option  "Device""/dev/input/mice"
> > Option  "Protocol"  "ImPS/2"
> > Option  "Emulate3Buttons"   "true"
> > Option  "ZAxisMapping"  "4 5"
> > EndSection
> >
> >
> > If I comment out either one of them, kdm refuses to start.  (Well, it
> > does start, as far as I can tell, it just doesn't give me a GUI.) 
> > Commening out the "Emulate3Buttons" in both of them has no effect.  (I
> > seem to remember that it conflicts with the ZAxisMapping.)
> >
> > Any idea what's going on here?  This is a Sarge install using the Network
> > install Beta 3 on 3/28/04.
> >
> > I'm thinking this is a bug in the installer, but I figured I'd check with
> > you guys before filing a report.
> >
> > Thanks in advance!
> >
> > Krikket


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel Mouse

2004-04-07 Thread Ralph Crongeyer
Option  "Protocol"  "ImPS/2"

On Wednesday 07 April 2004 12:57 pm, Krikket wrote:
> Folks, this is something that I've done before, but something is different
> this time around that has me stumped.
>
> Usually to get a the wheel on a mouse to run, it's just a matter of adding
> one line.  Only in this case, the line is already there.
>
> And for some reason that I don't understand, the mouse is defined *twice*
> in /etc/X11/XF86Config-4.
>
> Here's what I have:
>
> Section "InputDevice"
> Identifier  "Configured Mouse"
> Driver  "mouse"
> Option  "CorePointer"
> Option  "Device""/dev/psaux"
> Option  "Protocol"  "PS/2"
> Option  "Emulate3Buttons"   "true"
> Option  "ZAxisMapping"  "4 5"
> EndSection
>
> Section "InputDevice"
> Identifier  "Generic Mouse"
> Driver  "mouse"
> Option  "SendCoreEvents""true"
> Option  "Device""/dev/input/mice"
> Option  "Protocol"  "ImPS/2"
> Option  "Emulate3Buttons"   "true"
> Option  "ZAxisMapping"  "4 5"
> EndSection
>
>
> If I comment out either one of them, kdm refuses to start.  (Well, it does
> start, as far as I can tell, it just doesn't give me a GUI.)  Commening
> out the "Emulate3Buttons" in both of them has no effect.  (I seem to
> remember that it conflicts with the ZAxisMapping.)
>
> Any idea what's going on here?  This is a Sarge install using the Network
> install Beta 3 on 3/28/04.
>
> I'm thinking this is a bug in the installer, but I figured I'd check with
> you guys before filing a report.
>
> Thanks in advance!
>
> Krikket


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Wheel Mouse

2004-04-07 Thread Krikket
Folks, this is something that I've done before, but something is different
this time around that has me stumped.

Usually to get a the wheel on a mouse to run, it's just a matter of adding
one line.  Only in this case, the line is already there.

And for some reason that I don't understand, the mouse is defined *twice*
in /etc/X11/XF86Config-4.

Here's what I have:

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "PS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection


If I comment out either one of them, kdm refuses to start.  (Well, it does
start, as far as I can tell, it just doesn't give me a GUI.)  Commening
out the "Emulate3Buttons" in both of them has no effect.  (I seem to
remember that it conflicts with the ZAxisMapping.)

Any idea what's going on here?  This is a Sarge install using the Network
install Beta 3 on 3/28/04.

I'm thinking this is a bug in the installer, but I figured I'd check with
you guys before filing a report.

Thanks in advance!

Krikket




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: wheel mouse not working)

2004-02-25 Thread xucaen
- Original Message Follows -
>
> Are you using the ImPS/2 driver? Do. Also, you'll want to
> add:
> 
> Option "ZaxisMapping" "4 5" 
> 
> to your XF86Config file.

thank you. 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: wheel mouse not working

2004-02-24 Thread David Clymer
On Tue, 2004-02-24 at 23:49, xucaen wrote:
> hi all, i just bought a wheel mouse and the wheel doesn't work. I ran 
> dpkg-reconfigure xserver-xfree86, and I set the option in Mozilla 1.5 to use the 
> wheel
> but nothing happens when I spinn the wheel..  
> I just recently dist-upgraded to testing, kernel-image-2.4.24-1-k6.
> 
> thanks!
> 
> jim
> 

Are you using the ImPS/2 driver? Do. Also, you'll want to add:

Option "ZaxisMapping" "4 5" 

to your XF86Config file.

Google should give you tons of info on this. Have you tried it?

-davidc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: wheel mouse not working

2004-02-24 Thread rintek
xucaen wrote:

> hi all, i just bought a wheel mouse and the wheel doesn't work. I ran
> dpkg-reconfigure xserver-xfree86, and I set the option in Mozilla 1.5 to
> use the wheel but nothing happens when I spinn the wheel..
> I just recently dist-upgraded to testing, kernel-image-2.4.24-1-k6.
> 
> thanks!
> 
> jim
> 
> 
> 

Hi jim,

Put this in section "inputdevice" from your XF86Config:

Option "ZAxisMapping" "4 5"

PS: Have a look at http://wiki.debian.net

Rintek



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



wheel mouse not working

2004-02-24 Thread xucaen
hi all, i just bought a wheel mouse and the wheel doesn't work. I ran 
dpkg-reconfigure xserver-xfree86, and I set the option in Mozilla 1.5 to use the wheel
but nothing happens when I spinn the wheel..  
I just recently dist-upgraded to testing, kernel-image-2.4.24-1-k6.

thanks!

jim



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-23 Thread Ben Russo
Graham Campbell wrote:
On Friday 20 February 2004 09:40 pm, Erik Steffl wrote:

Graham Campbell wrote:

On Friday 20 February 2004 08:14 pm, Erik Steffl wrote:

Graham Campbell wrote:

I just applied the latest X upgrades to Woody. My wheel mouse stopped
scrolling (rest works ok). Here is the relevant entries from
/etc/X11/XF86Config-4 :
Section "InputDevice"
  Identifier  "Configured Mouse"
  Driver  "mouse"
  Option  "CorePointer"
  Option  "Device""/dev/psaux"
  Option  "Protocol"  "ImPS/2"
  Option  "Emulate3Buttons"   "true"
  Option  "ZAxisMapping"  "4 5"
EndSection
Section "InputDevice"
  Identifier  "Generic Mouse"
  Driver  "mouse"
  Option  "SendCoreEvents""true"
  Option  "Device""/dev/input/mice"
  Option  "Protocol"  "ImPS/2"
  Option  "Emulate3Buttons"   "true"
  Option  "ZAxisMapping"  "4 5"
EndSection
 what does xev say? are you running gpm?
xev says nothing when I roll the wheel.
I am not running gpm (as far as I know - this is a new distribution for
me)
  try different protocol (for logitech I use MouseManPlusPS/2), I know
it didn't always work the way docs said (as far as I can tell) so maybe
the protocol you use doesn't work for your mouse anymore. Make sure that
you change protocol of the mouse that is actually used (later in the X
config)
	erik
Problem fixed by reverting to an old version of XF86Config-4. Unfortunately 
due to fuzzy thinking and fumble fingers, I no longer have the version that 
caused the problem, so I cannot guess what the change was that caused the 
problem. However the Mouse configuration entries were the same between the 
two!!


I had this problem.  Got it fixed by simple deleting 
/lib/modules/*..*/usbmouse.o (and restarted X)
This module was getting loaded by the system, but when it was
present the mouse didn't work right.  I think I have a different mouse,
  (Microsoft Wireless USB Intellimouse Explorer "7" button wheelmouse)

I tried gobs of stuff only thing that worked was getting rid of 
usbmouse.o (and then restarted X).

-Ben.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-21 Thread Richard Lyons
On Saturday 21 February 2004 19:52, Peter Billson wrote:
> Richard Lyons wrote:
> > Rats! I've never had a wheel working under linux, and I was following
> > this thread sure the solution would be revealed...
>
> Richard,
>   To make the wheel work under X change your /etc/X11/XF86Config file so
> that the line in the Pointer section that now reads:
>Protocol"ps/2"
>
> change it to:
>Protocol"imps/2"
>
>
> And restart X

Embarassingly easy.  Thanks.  I suppose I was being a bit wet about that 
little problem because I didn't care much -- truth is I never used a wheel 
mouse at all before.  Still, it is quite neat.  Might get to quite like it. 
So, thanks again.

-- 
richard 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-21 Thread Kai Schindelka
due to fuzzy thinking and fumble fingers, I no longer have the version that
caused the problem, so I cannot guess what the change was that caused the
problem. However the Mouse configuration entries were the same between the
two!!
Rats! I've never had a wheel working under linux, and I was following this 
thread sure the solution would be revealed...
I've just subscribed. Pardon me for not having time to look up previous
posts, but here is what I have in my /etc/X11/XF86Config-4 on a Debian
stable:
--
Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection
Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection
Section "ServerLayout"
[...]
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
--
I've never bothered to check if one of these entries is superfluous.
Works like a charme. Mouse is a  M$ IntelliMouse.
--
Bye, Kai
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-21 Thread Peter Billson
Richard Lyons wrote:
> Rats! I've never had a wheel working under linux, and I was following this
> thread sure the solution would be revealed...

Richard,
  To make the wheel work under X change your /etc/X11/XF86Config file so
that the line in the Pointer section that now reads:
   Protocol"ps/2"

change it to:
   Protocol"imps/2"


And restart X


Pete  
-- 
http://www.elbnet.com
ELB Internet Service, Inc.
Web Design, Computer Consulting, Internet Hosting


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-21 Thread Richard Lyons
On Saturday 21 February 2004 16:57, Graham Campbell wrote:
[...]
> due to fuzzy thinking and fumble fingers, I no longer have the version that
> caused the problem, so I cannot guess what the change was that caused the
> problem. However the Mouse configuration entries were the same between the
> two!!

Rats! I've never had a wheel working under linux, and I was following this 
thread sure the solution would be revealed...

-- 
richard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-21 Thread Graham Campbell
On Friday 20 February 2004 09:40 pm, Erik Steffl wrote:
> Graham Campbell wrote:
> > On Friday 20 February 2004 08:14 pm, Erik Steffl wrote:
> >>Graham Campbell wrote:
> >>>I just applied the latest X upgrades to Woody. My wheel mouse stopped
> >>>scrolling (rest works ok). Here is the relevant entries from
> >>>/etc/X11/XF86Config-4 :
> >>>Section "InputDevice"
> >>>Identifier  "Configured Mouse"
> >>>Driver  "mouse"
> >>>Option  "CorePointer"
> >>>Option  "Device""/dev/psaux"
> >>>Option  "Protocol"  "ImPS/2"
> >>>Option  "Emulate3Buttons"   "true"
> >>>Option  "ZAxisMapping"  "4 5"
> >>>EndSection
> >>>
> >>>Section "InputDevice"
> >>>Identifier  "Generic Mouse"
> >>>Driver  "mouse"
> >>>Option  "SendCoreEvents""true"
> >>>Option  "Device""/dev/input/mice"
> >>>Option  "Protocol"  "ImPS/2"
> >>>Option  "Emulate3Buttons"   "true"
> >>>Option  "ZAxisMapping"  "4 5"
> >>>EndSection
> >>
> >>   what does xev say? are you running gpm?
> >
> > xev says nothing when I roll the wheel.
> > I am not running gpm (as far as I know - this is a new distribution for
> > me)
>
>try different protocol (for logitech I use MouseManPlusPS/2), I know
> it didn't always work the way docs said (as far as I can tell) so maybe
> the protocol you use doesn't work for your mouse anymore. Make sure that
> you change protocol of the mouse that is actually used (later in the X
> config)
>
>   erik
Problem fixed by reverting to an old version of XF86Config-4. Unfortunately 
due to fuzzy thinking and fumble fingers, I no longer have the version that 
caused the problem, so I cannot guess what the change was that caused the 
problem. However the Mouse configuration entries were the same between the 
two!!
-- 
Graham
[EMAIL PROTECTED]
aka [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X upgrade, Wheel mouse stopped working

2004-02-20 Thread Erik Steffl
Graham Campbell wrote:
On Friday 20 February 2004 08:14 pm, Erik Steffl wrote:

Graham Campbell wrote:

I just applied the latest X upgrades to Woody. My wheel mouse stopped
scrolling (rest works ok). Here is the relevant entries from
/etc/X11/XF86Config-4 :
Section "InputDevice"
   Identifier  "Configured Mouse"
   Driver  "mouse"
   Option  "CorePointer"
   Option  "Device""/dev/psaux"
   Option  "Protocol"  "ImPS/2"
   Option  "Emulate3Buttons"   "true"
   Option  "ZAxisMapping"  "4 5"
EndSection
Section "InputDevice"
   Identifier  "Generic Mouse"
   Driver  "mouse"
   Option  "SendCoreEvents""true"
   Option  "Device""/dev/input/mice"
   Option  "Protocol"  "ImPS/2"
   Option  "Emulate3Buttons"   "true"
   Option  "ZAxisMapping"  "4 5"
EndSection
  what does xev say? are you running gpm?
xev says nothing when I roll the wheel.
I am not running gpm (as far as I know - this is a new distribution for me)
  try different protocol (for logitech I use MouseManPlusPS/2), I know 
it didn't always work the way docs said (as far as I can tell) so maybe 
the protocol you use doesn't work for your mouse anymore. Make sure that 
you change protocol of the mouse that is actually used (later in the X 
config)

	erik

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X upgrade, Wheel mouse stopped working

2004-02-20 Thread Graham Campbell
On Friday 20 February 2004 08:14 pm, Erik Steffl wrote:
> Graham Campbell wrote:
> > I just applied the latest X upgrades to Woody. My wheel mouse stopped
> > scrolling (rest works ok). Here is the relevant entries from
> > /etc/X11/XF86Config-4 :
> > Section "InputDevice"
> > Identifier  "Configured Mouse"
> > Driver  "mouse"
> > Option  "CorePointer"
> > Option  "Device""/dev/psaux"
> > Option  "Protocol"  "ImPS/2"
> > Option  "Emulate3Buttons"   "true"
> > Option  "ZAxisMapping"  "4 5"
> > EndSection
> >
> > Section "InputDevice"
> > Identifier  "Generic Mouse"
> > Driver  "mouse"
> > Option  "SendCoreEvents""true"
> > Option  "Device""/dev/input/mice"
> > Option  "Protocol"  "ImPS/2"
> > Option  "Emulate3Buttons"   "true"
> > Option  "ZAxisMapping"  "4 5"
> > EndSection
>
>what does xev say? are you running gpm?
xev says nothing when I roll the wheel.
I am not running gpm (as far as I know - this is a new distribution for me)

Graham
[EMAIL PROTECTED]
aka [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X upgrade, Wheel mouse stopped working

2004-02-20 Thread Erik Steffl
Graham Campbell wrote:
I just applied the latest X upgrades to Woody. My wheel mouse stopped 
scrolling (rest works ok). Here is the relevant entries from 
/etc/X11/XF86Config-4 :
Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection
  what does xev say? are you running gpm?

	erik

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X upgrade, Wheel mouse stopped working

2004-02-20 Thread Graham Campbell
I just applied the latest X upgrades to Woody. My wheel mouse stopped 
scrolling (rest works ok). Here is the relevant entries from 
/etc/X11/XF86Config-4 :
Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Any help would be appreciated.

Graham
[EMAIL PROTECTED]
aka [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel mouse with mutt

2003-09-08 Thread Michael D Schleif
Marc Wilson <[EMAIL PROTECTED]> [2003:09:07:19:48:35-0700] scribed:
> On Sun, Sep 07, 2003 at 03:37:43PM -0500, Michael D Schleif wrote:
> > Actually, it *does* work -- for a time -- as I have indicated; or, at
> > least this does for me:
> 
> If it does, it's only because the xterm you're running mutt in has been
> told to use 'mutt' as it's name, rather than 'xterm'.  The application
> paying attention to the mouse is still xterm.
> 
> > However, it does not last more than a couple hours, after which it is
> > entirely useless.
> 
> Then something you do in those "couple hours" alters things.

Or, something that the system does, which is a superset of what I do ;>

> > What I really, really want to do with the mouse is to use the scroll
> > wheel to _slowly_ page up and page down -- one line at a time -- in the
> > pager while reading _l-l-l-o-o-o-n-n-n-g-g-g_ messages.  Your suggestion
> > does *not* do that for me . . .
> 
> It doesn't?  What do you think this does?
> 
> ,: string("OA") \n\
> ,: string("OB")\n\ ' \
> 
> That says "when you see a Btn4Down event followed by a Btn4Up event, send
> Escape+O+A to the window".  That's UP.
> 
> It also says "when you see a Btn5Down event followed by a Btn5Up event,
> send Escape+O+B to the window".  That's DOWN.
> 
> It doesn't matter whether mutt is in the index or the pager.  The arrow
> keys are being sent to it... what it does with them is its own business.
> 
> Now... if you've told mutt to *ignore* the arrow keys, or you're using them
> for something else, then no, this wouldn't do what you expect.  Make it
> send whatever YOU need it to send.  Make it send the less_than and
> greater_than keys, if that's what you've configured mutt to use for
> scrolling.

This is debian, and this is mutt (1.5.4-1), and there is *only* one (1)
mention each of  and  in /etc/Muttrc -- and, those are *both*
commented OUT:

   # grep -i '<\(down\|up\)>' /etc/Muttrc ~/.muttrc
   /etc/Muttrc:# bind pager  previous-line
   /etc/Muttrc:# bind pager  next-line

Now that you state the common meaning of ^[OA and ^[OB, I am clear what
it is that I need to do.

> > > # mousewheel scrolls single lines
> > 
> > *Only* in the index?
> 
> The fact that you think the arrow keys only work in the index makes it more
> plain that you've remapped them somehow for the pager.

Or, that you have erred in your assumption(s), as noted above -- apology
accepted ;>

> > > # shift-mousewheel scrolls two lines
> > > # ctrl-mousewheel scrolls four lines
> > 
> > Very nice touch -- especially, if it did so in the pager . . .
> 
> It does... see above.

Well, based on the behaviour of your script, it appears that you have
mapped this way:

   bind index  previous-entry
   bind index  next-entry

   bind pager  previous-line
   bind pager  next-line

Actually, although *none* of these are debian/mutt defaults, nor are
_any_ of these used in default debian/mutt:

   # grep -i '\(next\|previous\)-\(entry\|line\)' /etc/Muttrc
   # bind pager  previous-line
   # bind pager  next-line

I *DO* prefer your setup, and -- best of all -- now that I understand
what you are doing, it has been producing my desired behaviour
consistently since yesterday evening.

Thank you!

> > > unset LC_ALL
> > > export LANG=en_US
> > > export LC_COLLATE=C
> > 
> > Personally, I never understand why -- in a long list -- anybody wants to sort this:
> > 
> >a
> >b
> >C
> > 
> > like this ?!?!
> > 
> >C
> >a
> >b
> 
> Who said that was what I was after?  The en_US locale ignores punctuation
> characters in a sort, which means that:

I did *NOT* say that, did I?

>  1 -rw-rw  1 mwilson  mail   151361 Sep 07 17:10 /var/spool/mail/mwilson
>  2   N -rw---  1 mwilson  mwilson  15230038 Sep 07 19:20 =_caughtspam
>  3   N -rw---  1 mwilson  mwilson 11215 Sep 07 13:50 =_junkfile
>  4   N -rw---  1 mwilson  mwilson  15257655 Sep 07 17:40 =blackbox-ml
>  5   N -rw---  1 mwilson  mwilson   2731866 Sep 06 17:30 =bugtraq-ml
> 
> ends up looking like:
> 
>  1   N -rw---  1 mwilson  mwilson  15257655 Sep 07 17:40 =blackbox-ml
>  2   N -rw---  1 mwilson  mwilson   2731866 Sep 06 17:30 =bugtraq-ml
>  3   N -rw---  1 mwilson  mwilson  15230038 Sep 07 19:20 =_caughtspam
>  4   N -rw---  1 mwilson  mwilson 11215 Sep 07 13:50 =_junkfile
>  5 -rw-rw  1 mwilson  mail   151361 Sep 07 17:10 /var/spool/mail/mwilson
> 
> Which would be fine if there weren't any mailboxes after 'j', but there
> are.  It's ANNOYING.

Yes, I agree that that is annoying, although it is a quite rare
situation for me.  Rather, to me -- IMHO -- my issue with case sensitive
alphabetic sorting is considerably more common, and also considerably
more annoying.  Do you have a solution that meets both criteria?

> > So, all in all, I learned something valuable from your exercise; but, I
> > still cannot understand howto use the mouse scroll wheel to scroll up
> > and down in lo

Re: Wheel mouse with mutt

2003-09-08 Thread Marc Wilson
On Mon, Sep 08, 2003 at 10:18:04AM -0600, Jamin W. Collins wrote:
> Right the "arrow" keys, which for most will change messages, by default.

Yes, I will eat crow here.  My muttrc has:

bind pager  previous-line
bind pager  next-line

And it's been there so long that I'd forgotten it was there.  It's not him
who's changed the defaults, it's me.

/me puts on the dunce cap.  Apologies.

-- 
 Marc Wilson | Five is a sufficiently close approximation to
 [EMAIL PROTECTED] | infinity.  -- Robert Firth "One, two, five."  --
 | Monty Python and the Holy Grail


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel mouse with mutt

2003-09-08 Thread Jamin W. Collins
On Sun, Sep 07, 2003 at 07:48:35PM -0700, Marc Wilson wrote:
> 
> It doesn't?  What do you think this does?
> 
> ,: string("OA") \n\
> ,: string("OB")\n\ ' \
> 
> That says "when you see a Btn4Down event followed by a Btn4Up event,
> send Escape+O+A to the window".  That's UP.
> 
> It also says "when you see a Btn5Down event followed by a Btn5Up
> event, send Escape+O+B to the window".  That's DOWN.

With my configuration that results in the previous or next message being
displayed, not a scrolling of the message.

> It doesn't matter whether mutt is in the index or the pager.  The
> arrow keys are being sent to it... what it does with them is its own
> business.

Right the "arrow" keys, which for most will change messages, by default.

-- 
Jamin W. Collins

Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel mouse with mutt

2003-09-07 Thread Marc Wilson
On Sun, Sep 07, 2003 at 03:37:43PM -0500, Michael D Schleif wrote:
> Actually, it *does* work -- for a time -- as I have indicated; or, at
> least this does for me:

If it does, it's only because the xterm you're running mutt in has been
told to use 'mutt' as it's name, rather than 'xterm'.  The application
paying attention to the mouse is still xterm.

> However, it does not last more than a couple hours, after which it is
> entirely useless.

Then something you do in those "couple hours" alters things.

> What I really, really want to do with the mouse is to use the scroll
> wheel to _slowly_ page up and page down -- one line at a time -- in the
> pager while reading _l-l-l-o-o-o-n-n-n-g-g-g_ messages.  Your suggestion
> does *not* do that for me . . .

It doesn't?  What do you think this does?

,: string("OA") \n\
,: string("OB")\n\ ' \

That says "when you see a Btn4Down event followed by a Btn4Up event, send
Escape+O+A to the window".  That's UP.

It also says "when you see a Btn5Down event followed by a Btn5Up event,
send Escape+O+B to the window".  That's DOWN.

It doesn't matter whether mutt is in the index or the pager.  The arrow
keys are being sent to it... what it does with them is its own business.

Now... if you've told mutt to *ignore* the arrow keys, or you're using them
for something else, then no, this wouldn't do what you expect.  Make it
send whatever YOU need it to send.  Make it send the less_than and
greater_than keys, if that's what you've configured mutt to use for
scrolling.

> > #   mousewheel scrolls single lines
> 
> *Only* in the index?

The fact that you think the arrow keys only work in the index makes it more
plain that you've remapped them somehow for the pager.

> > #   shift-mousewheel scrolls two lines
> > #   ctrl-mousewheel scrolls four lines
> 
> Very nice touch -- especially, if it did so in the pager . . .

It does... see above.

> > unset LC_ALL
> > export LANG=en_US
> > export LC_COLLATE=C
> 
> Personally, I never understand why -- in a long list -- anybody wants to sort this:
> 
>a
>b
>C
> 
> like this ?!?!
> 
>C
>a
>b

Who said that was what I was after?  The en_US locale ignores punctuation
characters in a sort, which means that:

 1 -rw-rw  1 mwilson  mail   151361 Sep 07 17:10 /var/spool/mail/mwilson
 2   N -rw---  1 mwilson  mwilson  15230038 Sep 07 19:20 =_caughtspam
 3   N -rw---  1 mwilson  mwilson 11215 Sep 07 13:50 =_junkfile
 4   N -rw---  1 mwilson  mwilson  15257655 Sep 07 17:40 =blackbox-ml
 5   N -rw---  1 mwilson  mwilson   2731866 Sep 06 17:30 =bugtraq-ml

ends up looking like:

 1   N -rw---  1 mwilson  mwilson  15257655 Sep 07 17:40 =blackbox-ml
 2   N -rw---  1 mwilson  mwilson   2731866 Sep 06 17:30 =bugtraq-ml
 3   N -rw---  1 mwilson  mwilson  15230038 Sep 07 19:20 =_caughtspam
 4   N -rw---  1 mwilson  mwilson 11215 Sep 07 13:50 =_junkfile
 5 -rw-rw  1 mwilson  mail   151361 Sep 07 17:10 /var/spool/mail/mwilson

Which would be fine if there weren't any mailboxes after 'j', but there
are.  It's ANNOYING.

> So, all in all, I learned something valuable from your exercise; but, I
> still cannot understand howto use the mouse scroll wheel to scroll up
> and down in long messages.
> 
> What do you think?

I think you've got things confused between mutt and the xterm it's running
in and who has control of and who's listening to the mouse.  I think you've
reconfigured the default keybindings in mutt such that the arrow keys do
not scroll single lines in the pager.  I think that you've got some
application or process not yet described that modifies the X resource
database and alters in some way the settings for the xterm you're running
mutt in.

-- 
 Marc Wilson | "Life is too important to take seriously."  --
 [EMAIL PROTECTED] | Corky Siegel


pgp0.pgp
Description: PGP signature


Re: Wheel mouse with mutt

2003-09-07 Thread Gregory Seidman
On Sun, Sep 07, 2003 at 04:13:25PM -0500, Michael D Schleif wrote:
} Gregory Seidman <[EMAIL PROTECTED]> [2003:09:07:16:54:14-0400] scribed:
[...]
} > Check to see whether you are always using an xterm invoked with the title
} > and/or icon set to mutt. It won't pick up the resources otherwise. If you
} > really find that such an xterm still doesn't work, see whether appres mutt
} > gives you the expected resources. If not, something is changing your
} > resources behind your back and you should find out what.
} 
} Yes, your suggestion *does* work -- for a brief time -- then, its
} behaviour changes, as I've noted in this thread.  No, appres does *NOT*
} indicate _any_ changes at all; as a matter of fact, I have documented
} that appres output _during_ and _after_ the scroll wheel works as
} expected are absolutely *identical* -- in other words, I have not been
} able to use that tool to ascertain the root cause to my problem.
} 
} Any other ideas?

One idea is to start another xterm -n mutt that isn't actually running
mutt, and see if you get << and >> as expected. Another is to try xev and
see if you are actually getting events for the scroll wheel. It's possible
that something is capturing the events before they can get to the xterm
window.

[...]
} Thank you, for your ideas.
} Best Regards,
} mds
--Greg


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel mouse with mutt

2003-09-07 Thread Michael D Schleif
Gregory Seidman <[EMAIL PROTECTED]> [2003:09:07:16:54:14-0400] scribed:
> On Sun, Sep 07, 2003 at 03:37:43PM -0500, Michael D Schleif wrote:
> } Marc Wilson <[EMAIL PROTECTED]> [2003:09:07:10:54:06-0700] scribed:
> } > On Fri, Sep 05, 2003 at 06:26:05PM -0700, Bill Moseley wrote:
> } > >mutt.vt100.translations:  #override \n\
> } > > None:  string(<<) \n\
> } > > None:  string(>>) \n
> } > 
> } > Well, that's not going to work.  Mutt is a console-mode application, and
> } > doesn't participate in the X resource database.  What you want to do is
> } > direct resource changes to the xterm you're running it in.
> 
> AFAIK, I'm the one who came up with this X resource hack in the first
> place. It works, but not because mutt pays any attention to it. It only
> works in a genuine xterm, however, which has been started with -n mutt or
> -T mutt (which is what makes it pick up resources for mutt.vt100).
> 
> } Actually, it *does* work -- for a time -- as I have indicated; or, at
> } least this does for me:
> } 
> }mutt.vt100.translations:   #override \
> } None:   string(<<) \n\
> } None:   string(>>) \n
> } 
> } However, it does not last more than a couple hours, after which it is
> } entirely useless.
> 
> Check to see whether you are always using an xterm invoked with the title
> and/or icon set to mutt. It won't pick up the resources otherwise. If you
> really find that such an xterm still doesn't work, see whether appres mutt
> gives you the expected resources. If not, something is changing your
> resources behind your back and you should find out what.

Yes, your suggestion *does* work -- for a brief time -- then, its
behaviour changes, as I've noted in this thread.  No, appres does *NOT*
indicate _any_ changes at all; as a matter of fact, I have documented
that appres output _during_ and _after_ the scroll wheel works as
expected are absolutely *identical* -- in other words, I have not been
able to use that tool to ascertain the root cause to my problem.

Any other ideas?

> } Please, review intertwined comments below:
> } 
> } > Take a look at the attached... perhaps it does what you want.
> } 
> } What I really, really want to do with the mouse is to use the scroll
> } wheel to _slowly_ page up and page down -- one line at a time -- in the
> } pager while reading _l-l-l-o-o-o-n-n-n-g-g-g_ messages.  Your suggestion
> } does *not* do that for me . . .
> 
> If you want single lines, instead of two lines at a time, change << and >>
> to < and >, respectively.

No, while is is working, your suggestion does _exactly_ as I desire.
The problem, of course, is that this behaviour is short lived, and I
cannot get it to persist ;<

Thank you, for your ideas.

-- 
Best Regards,

mds
mds resource
877.596.8237
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know.  The more I know, the more I know I don't know . . .
--


pgp0.pgp
Description: PGP signature


Re: Wheel mouse with mutt

2003-09-07 Thread Gregory Seidman
On Sun, Sep 07, 2003 at 03:37:43PM -0500, Michael D Schleif wrote:
} Marc Wilson <[EMAIL PROTECTED]> [2003:09:07:10:54:06-0700] scribed:
} > On Fri, Sep 05, 2003 at 06:26:05PM -0700, Bill Moseley wrote:
} > >mutt.vt100.translations:  #override \n\
} > > None:  string(<<) \n\
} > > None:  string(>>) \n
} > 
} > Well, that's not going to work.  Mutt is a console-mode application, and
} > doesn't participate in the X resource database.  What you want to do is
} > direct resource changes to the xterm you're running it in.

AFAIK, I'm the one who came up with this X resource hack in the first
place. It works, but not because mutt pays any attention to it. It only
works in a genuine xterm, however, which has been started with -n mutt or
-T mutt (which is what makes it pick up resources for mutt.vt100).

} Actually, it *does* work -- for a time -- as I have indicated; or, at
} least this does for me:
} 
}mutt.vt100.translations:   #override \
} None:   string(<<) \n\
} None:   string(>>) \n
} 
} However, it does not last more than a couple hours, after which it is
} entirely useless.

Check to see whether you are always using an xterm invoked with the title
and/or icon set to mutt. It won't pick up the resources otherwise. If you
really find that such an xterm still doesn't work, see whether appres mutt
gives you the expected resources. If not, something is changing your
resources behind your back and you should find out what.

} Please, review intertwined comments below:
} 
} > Take a look at the attached... perhaps it does what you want.
} 
} What I really, really want to do with the mouse is to use the scroll
} wheel to _slowly_ page up and page down -- one line at a time -- in the
} pager while reading _l-l-l-o-o-o-n-n-n-g-g-g_ messages.  Your suggestion
} does *not* do that for me . . .

If you want single lines, instead of two lines at a time, change << and >>
to < and >, respectively.

[...]
} Best Regards,
} mds
--Greg


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel mouse with mutt

2003-09-07 Thread Michael D Schleif
Marc Wilson <[EMAIL PROTECTED]> [2003:09:07:10:54:06-0700] scribed:
> On Fri, Sep 05, 2003 at 06:26:05PM -0700, Bill Moseley wrote:
> >mutt.vt100.translations:  #override \n\
> > None:  string(<<) \n\
> > None:  string(>>) \n
> 
> Well, that's not going to work.  Mutt is a console-mode application, and
> doesn't participate in the X resource database.  What you want to do is
> direct resource changes to the xterm you're running it in.

Actually, it *does* work -- for a time -- as I have indicated; or, at
least this does for me:

   mutt.vt100.translations:   #override \
None:   string(<<) \n\
None:   string(>>) \n

However, it does not last more than a couple hours, after which it is
entirely useless.

Please, review intertwined comments below:

> Take a look at the attached... perhaps it does what you want.

What I really, really want to do with the mouse is to use the scroll
wheel to _slowly_ page up and page down -- one line at a time -- in the
pager while reading _l-l-l-o-o-o-n-n-n-g-g-g_ messages.  Your suggestion
does *not* do that for me . . .

> -- 
>  Marc Wilson | It is common sense to take a method and try it.
>  [EMAIL PROTECTED] | If it fails, admit it frankly and try another.  But
>  | above all, try something.  -- Franklin D. Roosevelt

> #!/bin/bash
> 
> # do mouse bindings for mutt that I find useful:
> # mousewheel scrolls single lines

*Only* in the index?

> # shift-mousewheel scrolls two lines
> # ctrl-mousewheel scrolls four lines

Very nice touch -- especially, if it did so in the pager . . .

> # ctrl-button3 is 

A very nice touch, as it is . . .

> # shift-button3 is 
> # alt-button3 is 

Again, a very nice touch, as it is . . .

> # also remove LC_ALL setting (if it exists) and set LANG and LC_COLLATE so that
> # mutt sorts as I expect (en_US has *odd* ideas about how to sort for English
> # speakers!).  From searching in Google, the oddisms in en_US have been there
> # for a LONG time, and no one seems to think enough of it to fix them
> 
> unset LC_ALL
> export LANG=en_US
> export LC_COLLATE=C

Personally, I never understand why -- in a long list -- anybody wants to sort this:

   a
   b
   C

like this ?!?!

   C
   a
   b

> # depend on ~/.xsession to have set the AAREALBIGTERM env variable.
> # it's just an xterm with custom font settings...
> 
> exec $AAREALBIGTERM \
>  -title "[ Mail for `whoami` @ `hostname` ]" \
>  -xrm 'XTerm*VT100.Translations: #override \n\
>Ctrl,:string("
") \n\
>Shift,:string("q") \n\
>Alt,:string("M") \n\
>Ctrl,:string("OAOAOAOA") \n\
>Ctrl,:string("OBOBOBOB") \n\
>Shift,:string("OAOA") \n\
>Shift,:string("OBOB") \n\
>,: string("OA") \n\
>,: string("OB")\n\ ' \
>  -e mutt -y

Thank you.

So, all in all, I learned something valuable from your exercise; but, I
still cannot understand howto use the mouse scroll wheel to scroll up
and down in long messages.

What do you think?

-- 
Best Regards,

mds
mds resource
877.596.8237
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know.  The more I know, the more I know I don't know . . .
--


pgp0.pgp
Description: PGP signature


Re: Wheel mouse with mutt

2003-09-07 Thread Marc Wilson
On Fri, Sep 05, 2003 at 06:26:05PM -0700, Bill Moseley wrote:
>mutt.vt100.translations:  #override \n\
> None:  string(<<) \n\
> None:  string(>>) \n

Well, that's not going to work.  Mutt is a console-mode application, and
doesn't participate in the X resource database.  What you want to do is
direct resource changes to the xterm you're running it in.

Take a look at the attached... perhaps it does what you want.

-- 
 Marc Wilson | It is common sense to take a method and try it.
 [EMAIL PROTECTED] | If it fails, admit it frankly and try another.  But
 | above all, try something.  -- Franklin D. Roosevelt
#!/bin/bash

# do mouse bindings for mutt that I find useful:
#   mousewheel scrolls single lines
#   shift-mousewheel scrolls two lines
#   ctrl-mousewheel scrolls four lines
#   ctrl-button3 is 
#   shift-button3 is 
#   alt-button3 is 

# also remove LC_ALL setting (if it exists) and set LANG and LC_COLLATE so that
# mutt sorts as I expect (en_US has *odd* ideas about how to sort for English
# speakers!).  From searching in Google, the oddisms in en_US have been there
# for a LONG time, and no one seems to think enough of it to fix them

unset LC_ALL
export LANG=en_US
export LC_COLLATE=C

# depend on ~/.xsession to have set the AAREALBIGTERM env variable.
# it's just an xterm with custom font settings...

exec $AAREALBIGTERM \
 -title "[ Mail for `whoami` @ `hostname` ]" \
 -xrm 'XTerm*VT100.Translations: #override \n\
   Ctrl,:string("
") \n\
   Shift,:string("q") \n\
   Alt,:string("M") \n\
   Ctrl,:string("OAOAOAOA") \n\
   Ctrl,:string("OBOBOBOB") \n\
   Shift,:string("OAOA") \n\
   Shift,:string("OBOB") \n\
   ,: string("OA") \n\
   ,: string("OB")\n\ ' \
 -e mutt -y


Re: Wheel mouse with mutt

2003-09-06 Thread Michael D Schleif
Bill Moseley <[EMAIL PROTECTED]> [2003:09:05:18:26:05-0700] scribed:
> Trying to get the mouse wheel to work in the Mutt pager or index 
> screens.
> 
> I found a few google hits on the subject but I can't make it work.
> 
> 
> .Xdefaults:
> 
>mutt.vt100.translations:  #override \n\
> None:  string(<<) \n\
> None:  string(>>) \n
> 
> Any suggestions?
> 
> My > and < keys do work in Mutt's index but not in pager.

Actually, what I found was that ~/.Xdefaults has been deprecated for
quite some years.  Currently, ~/.Xresources is supported for user
customizations.

Beyond that, I continue to be stymied!

When I logout of X, in my case kde, and logon again, the scroll wheel
does work.  After some intermittent time, usually the scroll behaviour
_changes_ to scrolling the entire terminal window, rather than just the
mail message, as is desired and is the initial behaviour.

Then, sadder still, after some more intermittent time, the scroll
behaviour *stops* entirely.

I have not found any solution, nor further troubleshooting suggestions.
Should you find a solution to this problem, please, post it for
posterity . . .

-- 
Best Regards,

mds
mds resource
877.596.8237
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know.  The more I know, the more I know I don't know . . .
--


pgp0.pgp
Description: PGP signature


Re: Wheel mouse with mutt

2003-09-06 Thread Pigeon
On Fri, Sep 05, 2003 at 06:26:05PM -0700, Bill Moseley wrote:
> Trying to get the mouse wheel to work in the Mutt pager or index 
> screens.
> 
> I found a few google hits on the subject but I can't make it work.
> 
> 
> .Xdefaults:
> 
>mutt.vt100.translations:  #override \n\
> None:  string(<<) \n\
> None:  string(>>) \n
> 
> Any suggestions?
> 
> My > and < keys do work in Mutt's index but not in pager.

Well, for this bit of the problem, the solution is to set the bindings
in your ~/.muttrc. In my case, I want the up and down arrow keys to
move up and down, so I've got things like

bind generic  previous-line
bind generic  next-line
bind pager  previous-line
bind pager  next-line
bind index  previous-entry
bind index  next-entry

You can try out muttrc settings from within mutt by using : to enter
the muttrc command.

As for the mouse, I use imwheel to translate my scroll wheel events
into keypress events. So once you've got your bindings working you
then tell imwheel to turn wheel movement into the relevant keys and
off you go. You can reconfigure and restart imwheel without having to
restart X.

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F


pgp0.pgp
Description: PGP signature


Wheel mouse with mutt

2003-09-05 Thread Bill Moseley
Trying to get the mouse wheel to work in the Mutt pager or index 
screens.

I found a few google hits on the subject but I can't make it work.


.Xdefaults:

   mutt.vt100.translations:  #override \n\
None:  string(<<) \n\
None:  string(>>) \n

Any suggestions?

My > and < keys do work in Mutt's index but not in pager.

Thanks,


-- 
Bill Moseley
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PS 2 Wheel Mouse Problem

2002-10-31 Thread Osamu Aoki
You may have accidentally installed GPM and did not configure
/etc/X11/XF86Config-4 accordingly.

Despite other posters despise GPM, I love it.

All you have to do is to let the X read from repeater.

See my document at 
 http://www.debian.org/doc/manuals/reference/ch-install.en.html#s3.3

On Fri, Nov 01, 2002 at 08:12:00PM +0100, Christian Banik wrote:
> Dear Debian Users, 
>  
> i've got problems with my wheel mouse. I wrote the /etc/X11/XF86Config-4 file 
> myself (no concept of some of the entries there)in parts.  
> It worked 2 weeks very good, but now the mouse arrow freeze after 30 seconds 
> under X11. I've added my XF86 Config file, perhaps you see my mistake. The 
> configured and generic mouse are both necessary i realized. 
> Under SuSE the same mouse is OK, so it's not a hardware problem 
>  
> Thanks a lot Christian 
>  
> ### BEGIN DEBCONF SECTION
> # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
> # Debian X Configuration tool, using values from the debconf database.
> #
> # Edit this file with caution, and see the XF86Config-4 manual page.
> # (Type "man XF86Config-4" at the shell prompt.)
> #
> # If you want your changes to this file preserved by dexconf, only make 
> changes
> # before the "### BEGIN DEBCONF SECTION" line above, and/or after the
> # "### END DEBCONF SECTION" line below.
> #
> # To change things within the debconf section, run the command:
> #   dpkg-reconfigure xserver-xfree86
> # as root.  Also see "How do I add custom sections to a dexconf-generated
> # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.
> 
> Section "Files"
>   FontPath"unix/:7100"# local font server
>   # if the local font server has problems, we can fall back on these
>   FontPath"/usr/lib/X11/fonts/misc"
>   FontPath"/usr/lib/X11/fonts/cyrillic"
>   FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
>   FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
>   FontPath"/usr/lib/X11/fonts/Type1"
>   FontPath"/usr/lib/X11/fonts/Speedo"
>   FontPath"/usr/lib/X11/fonts/100dpi"
>   FontPath"/usr/lib/X11/fonts/75dpi"
> EndSection
> 
> Section "Module"
>   Load"GLcore"
>   Load"bitmap"
>   Load"dbe"
>   Load"ddc"
>   Load"dri"
>   Load"extmod"
>   Load"freetype"
>   Load"glx"
>   Load"int10"
>   Load"pex5"
>   Load"record"
>   Load"speedo"
>   Load"type1"
>   Load"vbe"
>   Load"xie"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Generic Keyboard"
>   Driver  "keyboard"
>   Option  "CoreKeyboard"
>   Option  "XkbRules"  "xfree86"
>   Option  "XkbModel"  "pc104"
>   Option  "XkbLayout" "de"
>   Option  "XkbVariant""nodeadkeys"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Configured Mouse"
>   Driver  "mouse"
>   Option  "CorePointer"
>   Option  "Device""/dev/psaux"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"  "4 5"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Generic Mouse"
>   Driver  "mouse"
>   Option  "SendCoreEvents""true"
>   Option  "Device""/dev/input/mice"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"  "4 5"
> EndSection
> 
> Section "Device"
>   Identifier  "Generic Video Card"
>   Driver  "nv"
>   Option  "dpms"  "true"
> EndSection
> 
> Section "Monitor"
>   Identifi

Re: PS 2 Wheel Mouse Problem

2002-10-31 Thread Shawn Lamson
you wrote it yourself but it says "Generated by dexconf" at the top? 
What I did was remove those lines saying ### BEGIN DEBCONF SECTION
and END... then I removed all references to the "Generic Mouse" even in
the "Server Layout" section. And I made a
Option  "SendCoreEvents""true"
entry to my "Configured Mouse"... also make sure you didnt accidentally
install "gpm" along the way
ps -A | grep gpm

HTH
Shawn
--- Christian Banik <[EMAIL PROTECTED]> wrote:
> Dear Debian Users, 
>  
> i've got problems with my wheel mouse. I wrote the
> /etc/X11/XF86Config-4 file 
> myself (no concept of some of the entries there)in parts.  
> It worked 2 weeks very good, but now the mouse arrow freeze after 30
> seconds 
> under X11. I've added my XF86 Config file, perhaps you see my
> mistake. The 
> configured and generic mouse are both necessary i realized. 
> Under SuSE the same mouse is OK, so it's not a hardware problem 
>  
> Thanks a lot Christian 
>  
> ### BEGIN DEBCONF SECTION
> # XF86Config-4 (XFree86 server configuration file) generated by
> dexconf, the
> # Debian X Configuration tool, using values from the debconf
> database.
> #
> # Edit this file with caution, and see the XF86Config-4 manual page.
> # (Type "man XF86Config-4" at the shell prompt.)
> #
> # If you want your changes to this file preserved by dexconf, only
> make 
> changes
> # before the "### BEGIN DEBCONF SECTION" line above, and/or after the
> # "### END DEBCONF SECTION" line below.
> #
> # To change things within the debconf section, run the command:
> #   dpkg-reconfigure xserver-xfree86
> # as root.  Also see "How do I add custom sections to a
> dexconf-generated
> # XF86Config or XF86Config-4 file?" in
> /usr/share/doc/xfree86-common/FAQ.gz.
> 
> Section "Files"
>   FontPath"unix/:7100"# local font server
>   # if the local font server has problems, we can fall back on these
>   FontPath"/usr/lib/X11/fonts/misc"
>   FontPath"/usr/lib/X11/fonts/cyrillic"
>   FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
>   FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
>   FontPath"/usr/lib/X11/fonts/Type1"
>   FontPath"/usr/lib/X11/fonts/Speedo"
>   FontPath"/usr/lib/X11/fonts/100dpi"
>   FontPath"/usr/lib/X11/fonts/75dpi"
> EndSection
> 
> Section "Module"
>   Load"GLcore"
>   Load"bitmap"
>   Load"dbe"
>   Load"ddc"
>   Load"dri"
>   Load"extmod"
>   Load"freetype"
>   Load"glx"
>   Load"int10"
>   Load"pex5"
>   Load"record"
>   Load"speedo"
>   Load"type1"
>   Load"vbe"
>   Load"xie"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Generic Keyboard"
>   Driver  "keyboard"
>   Option  "CoreKeyboard"
>   Option  "XkbRules"  "xfree86"
>   Option  "XkbModel"  "pc104"
>   Option  "XkbLayout" "de"
>   Option  "XkbVariant""nodeadkeys"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Configured Mouse"
>   Driver  "mouse"
>   Option  "CorePointer"
>   Option  "Device""/dev/psaux"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"  "4 5"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Generic Mouse"
>   Driver  "mouse"
>   Option  "SendCoreEvents""true"
>   Option  "Device""/dev/input/mice"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"  "4 5"
> EndSection
> 
> Section "Device"
>   Identif

Re: PS 2 Wheel Mouse Problem

2002-10-31 Thread P. M. Wright
On Fri, 2002-11-01 at 14:12, Christian Banik wrote:
> Dear Debian Users, 
>  
> i've got problems with my wheel mouse. I wrote the /etc/X11/XF86Config-4 file 
> myself (no concept of some of the entries there)in parts.  
> It worked 2 weeks very good, but now the mouse arrow freeze after 30 seconds 
> under X11. I've added my XF86 Config file, perhaps you see my mistake. The 
> configured and generic mouse are both necessary i realized. 
> Under SuSE the same mouse is OK, so it's not a hardware problem 
>
...
> Section "InputDevice"
>   Identifier  "Configured Mouse"
>   Driver  "mouse"
>   Option  "CorePointer"
>   Option  "Device""/dev/psaux"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"  "4 5"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Generic Mouse"
>   Driver  "mouse"
>   Option  "SendCoreEvents""true"
>   Option  "Device""/dev/input/mice"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"  "4 5"
> EndSection
> 

You only need one of the above sections.  
Device="/dev/input/mice" is for USB mice.
Device="/dev/psaux" is for PS/2 mice.
(I would expect that a 2-button mouse is PS/2 rather than USB)

Also, for a 2-button mouse, the protocol should be "PS/2"
("ImPS/2" is for wheel mice).

Hope this helps...

-- 
P. M. Wright
Norwottuck Technology Resources, Inc.
"technology made easy"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: PS 2 Wheel Mouse Problem

2002-10-31 Thread nate
Christian Banik said:
> Dear Debian Users,
>
> i've got problems with my wheel mouse. I wrote the /etc/X11/XF86Config-4
> file  myself (no concept of some of the entries there)in parts.
> It worked 2 weeks very good, but now the mouse arrow freeze after 30
> seconds  under X11. I've added my XF86 Config file, perhaps you see my
> mistake. The  configured and generic mouse are both necessary i realized.
>
> Under SuSE the same mouse is OK, so it's not a hardware problem
>
> Section "InputDevice"
>   Identifier  "Configured Mouse"
>   Driver  "mouse"
>   Option  "CorePointer"
>   Option  "Device""/dev/psaux"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"  "4 5"
> EndSection
>
> Section "InputDevice"
>   Identifier  "Generic Mouse"
>   Driver  "mouse"
>   Option  "SendCoreEvents""true"
>   Option  "Device""/dev/input/mice"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"  "4 5"
> EndSection

I would get rid of one of these 2 sections. if your using
a PS/2 mouse get rid of the second section.

Also check to be sure GPM is not running, I reccomend removing
it completely unless you have a specific use for it:

apt-get remove gpm


> Section "Device"
>   Identifier  "Generic Video Card"
>   Driver  "nv"
>   Option  "dpms"  "true"
> EndSection

your using the nv driver not the nvidia driver? Question: does
the mouse freeze or does the whole X session freeze? that is,
can you CTRL+ALT+BACKSPACE to kill/restart X or not? If not,
then maybe its a nv driver bug.


> Section "ServerLayout"
>   Identifier  "Default Layout"
>   Screen  "Default Screen"
>   InputDevice "Generic Keyboard"
>   InputDevice "Configured Mouse"
>   InputDevice "Generic Mouse"
> EndSection

I'd also remove the Generic Mouse entry from above to corrispond
with the removal of the section

And I reccomend backing up your config file before doing this
so you can undo it easily if needed.

Also are you using a KVM? many KVMs don't like wheels. even my
KVM which the manual says it supports wheels, I've only got it
to run with a wheel once or twice, and the rest of the time the
wheel doesn't seem to work. so I hookup a 2nd pointer, a cordless
USB trackball to my main desktop so I can use the wheel on it.

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




PS 2 Wheel Mouse Problem

2002-10-31 Thread Christian Banik
Dear Debian Users, 
 
i've got problems with my wheel mouse. I wrote the /etc/X11/XF86Config-4 file 
myself (no concept of some of the entries there)in parts.  
It worked 2 weeks very good, but now the mouse arrow freeze after 30 seconds 
under X11. I've added my XF86 Config file, perhaps you see my mistake. The 
configured and generic mouse are both necessary i realized. 
Under SuSE the same mouse is OK, so it's not a hardware problem 
 
Thanks a lot Christian 
 
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make 
changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"pex5"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
Load"xie"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "de"
Option  "XkbVariant""nodeadkeys"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver  "nv"
Option  "dpms"  "true"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
HorizSync   30-95
VertRefresh 50-75
Option  "DPMS"
UseModes"Modes [0]"
EndSection

Section "Modes"
Identifier  "Modes [0]"
Modeline"640x480" 27.96 640 650 720 864 480 480 485 501
Modeline"800x600" 43.68 800 816 928 1072 600 600 606 626
Modeline"1024x768" 79.55 1024 1072 1248 1312 768 768 777 802
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Depth   24
Modes   "1024x768" "800x600" "640x480"
EndSubSection
EndSection


Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection

Section "DRI"
Mode0660
EndSection

### END DEBCONF SECTION


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: wheel mouse

2002-09-30 Thread Mirek Dobsicek


Solved,

Only the ZAxisMapping option was missing. Imwheel is not needed. Thank 
you all very much.


Mirek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: wheel mouse

2002-09-30 Thread Bob Proulx

Mirek Dobsicek <[EMAIL PROTECTED]> [2002-09-30 23:40:43 +0200]:
> > did you install the imwheel package?
> yes, I did.

I think that if you follow the other suggestions for ImPS2 and button
mapping for 4 5 that you will get your mouse to work.  You said
optical and only HP/Agilent makes the internals for those so I expect
them all to be the same regardless of who OEM'd it and put their label
on it.  At that time you might find that imwheel is getting in your
way.  Which is exactly the route I took myself when doing the same
thing you are now doing.

The imwheel package is to interpret mouse events and map them into
something else.  For example, older netscape does not know about
button 4 and 5 and therefore does not handle wheel mouse.  The imwheel
program will translate button 4/5 (wheel) into page-up/page-down keys
which the program does know about.

But it only caused be trouble since Mozilla, Galeon, Konqueror, xterm,
etc. all understand the mouse.  There is a imwheel configuration file
which you should be able to configure to pass through to some programs
but not others but I would never get it set right.  Therefore I
removed imwheel and can't recommend it unless you have a special need
for it such as an obsolete program with no understandings of button
4/5 (wheel) events.

Bob



msg04515/pgp0.pgp
Description: PGP signature


Re: wheel mouse

2002-09-30 Thread Justin Ryan

>   Option  "Protocol"  "ImPS/2"

This is the important part - it's using the IntelliMouse protocol, but
should work with most wheel mice (works with my logitech just fine).

If you configure X with dpkg-reconfigure xserver-xfree86, you can select
'enable scrolling for mouse wheel' or somesuch and be kosher..

-Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: wheel mouse

2002-09-30 Thread Jamin W . Collins

On Mon, 30 Sep 2002 23:02:41 +0200 Mirek Dobsicek <[EMAIL PROTECTED]>
wrote:


> I've new optical mouse Genius NetScroll+ eye. My XF86Config-4 has this 
> section:
> 
> Section "InputDevice"
>  Identifier  "Elf optical mouse"
>  Driver  "mouse"
>  Option  "CorePointer"
>  Option  "Device""/dev/psaux"
>  Option  "Protocol"  "NetMousePS/2"
> EndSection
> 
> Mouse move ok, wheel acts as middle button ok, but it does not scroll 
> (I'd like to scroll in mozilla and gnome-terminal). I'm running Sarge 
> with Gnome 1.4 on kernel 2.4.18.
> 
> What's wrong and can be better?

Try adding this option:
Option  "ZAxisMapping" "4 5"

and you may need to change your protocol to:
Option  "Protocol" "IMPS/2"

I haven't tried any other protocols for wheeled mice.  However, I can tell
you that imwheel is _not_ needed with XFree86 v4.x

-- 
Jamin W. Collins


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: wheel mouse

2002-09-30 Thread Oliver Fuchs

On Mon, 30 Sep 2002, Mirek Dobsicek wrote:

> yes, I did.
> 
> 
> elfie:/home/elf# imwheel
> INFO: imwheel started (pid=570)
> elfie:/home/elf# /root/.imwheelrc: No such file or directory
> 
> elfie:/home/elf#
> 
> It still does not scroll.
> 
> 
> >
> > Hi,
> > did you install the imwheel package?
> >
> > Oliver

My XF86Config-4 looks like this:

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Oliver
-- 
... don't touch the bang-bang fruit


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: wheel mouse

2002-09-30 Thread Mirek Dobsicek

yes, I did.


elfie:/home/elf# imwheel
INFO: imwheel started (pid=570)
elfie:/home/elf# /root/.imwheelrc: No such file or directory

elfie:/home/elf#

It still does not scroll.


 >
 > Hi,
 > did you install the imwheel package?
 >
 > Oliver



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: wheel mouse

2002-09-30 Thread Oliver Fuchs

On Mon, 30 Sep 2002, Mirek Dobsicek wrote:

> Hi,
> 
> I've new optical mouse Genius NetScroll+ eye. My XF86Config-4 has this 
> section:
> 
> Section "InputDevice"
> Identifier  "Elf optical mouse"
> Driver  "mouse"
> Option  "CorePointer"
> Option  "Device""/dev/psaux"
> Option  "Protocol"  "NetMousePS/2"
> EndSection
> 
> Mouse move ok, wheel acts as middle button ok, but it does not scroll 
> (I'd like to scroll in mozilla and gnome-terminal). I'm running Sarge 
> with Gnome 1.4 on kernel 2.4.18.
> 
> What's wrong and can be better?

Hi,
did you install the imwheel package?

Oliver
-- 
... don't touch the bang-bang fruit


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




wheel mouse

2002-09-30 Thread Mirek Dobsicek

Hi,

I've new optical mouse Genius NetScroll+ eye. My XF86Config-4 has this 
section:

Section "InputDevice"
 Identifier  "Elf optical mouse"
 Driver  "mouse"
 Option  "CorePointer"
 Option  "Device""/dev/psaux"
 Option  "Protocol"  "NetMousePS/2"
EndSection

Mouse move ok, wheel acts as middle button ok, but it does not scroll 
(I'd like to scroll in mozilla and gnome-terminal). I'm running Sarge 
with Gnome 1.4 on kernel 2.4.18.

What's wrong and can be better?

Mirek Dobsicek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: wheel mouse wheel not working

2002-06-30 Thread Vikki Roemer

Thanks!
It turns out that the reason those settings weren't working in the first 
place was because gpm was messing up the mouse.  As long as I remember 
to find and kill gpm, the mouse works perfectly.

Thanks for your help.

Helgi Örn wrote:


On Tue, 2002-06-25 at 19:44, Vikki Roemer wrote:
 


My version of XFree86 is 3.3.5 .

From my /etc/X11/XF86Config file:

Section "Pointer"
  Protocol"IntelliMouse"
  Device  "/dev/mouse"
  BaudRate1200
  Emulate3Timeout 50
  Resolution  200
EndSection

Was that the right file?  It looks different than what everyone else is 
posting.


   


Hi again!
No wonder our files look different than yours, you are using a very old
version of the XFree86 server! Is that Debian Potato or even an older
version you installed?
Anyway; this is how is used to look like in my /etc/Xf86Config file in
the days of the XF86 3.3.6 server:
--
Section "Pointer"
 Protocol   "IMPS/2"
 Device "/dev/psaux"
 SampleRate 60
 BaudRate   1200
 ZAxisMapping  45
 Buttons   3
EndSection
--
And it used to work in Debian, Slackware, SuSE, Storm, Mandrake and
RedHat...:-)

Cheers,
Helgi Örn


 





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: wheel mouse wheel not working

2002-06-25 Thread Vikki Roemer
When I went into XF86Setup, it said I was using /dev/gpmdata , but when 
I opened XF86Config, it said I'm using /dev/mouse .  I would've checked 
XF86Config last night, but at first it couldn't find it, and once it 
finally did find it, it wouldn't let me open it.


BTW, that version number is correct only if the manpage is up-to-date. 
I don't know how to find the version number any  other way.


Anyway, on to the update.  I went into XF86Setup a few minutes ago and 
tried tweaking some of the mouse settings and found out that: /dev/psaux 
doesn't work at all; Setup still insists that the device is /dev/gpmdata 
even though the config file (which, I assume, is what actually matters?) 
states otherwise; the IMPS/2 protocol doesn't work; and all hell breaks 
loose if I set the Emulate3Timeout to 0.


BTW,  assuming I have the version number correct, how do I get a more 
up-to-date version of XFree86?   I have the Potato version of Debian, 
and the only version of XF86 that dselect has listed is the one I 
already have.


Thanks for all your help so far!

Vineet Kumar wrote:


* Vikki Roemer ([EMAIL PROTECTED]) [020625 09:37]:
 


My version of XFree86 is 3.3.5 .

From my /etc/X11/XF86Config file:

Section "Pointer"
 Protocol"IntelliMouse"
 Device  "/dev/mouse"
 BaudRate1200
 Emulate3Timeout 50
 Resolution  200
EndSection

Was that the right file?  It looks different than what everyone else is 
posting.
   



I notice you said you were using /dev/gpmdata. IMO, that's the right
thing to do. It's the only thing to do if you also want to be able to
use your mouse on the text consoles as well as in X. If not, just remove
gpm and use /dev/psaux. To keep gpm around and use X, and use the wheel,
make your gpm.conf look like this:


device=/dev/psaux
responsiveness=
repeat_type=raw
type=imps2
append=""
sample_rate=

and set X to use ImPS/2 on /dev/gpmdata

good times,
Vineet
 





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: wheel mouse wheel not working

2002-06-25 Thread Helgi Örn
On Tue, 2002-06-25 at 19:31, Helgi Örn wrote:
> On Tue, 2002-06-25 at 19:44, Vikki Roemer wrote:
> > My version of XFree86 is 3.3.5 .
> > 
> >  From my /etc/X11/XF86Config file:
> > 
> > Section "Pointer"
> >Protocol"IntelliMouse"
> >Device  "/dev/mouse"
> >BaudRate1200
> >Emulate3Timeout 50
> >Resolution  200
> > EndSection
> > 
> > Was that the right file?  It looks different than what everyone else is 
> > posting.
> >
> Hi again!
> No wonder our files look different than yours, you are using a very old
> version of the XFree86 server! Is that Debian Potato or even an older
> version you installed?
> Anyway; this is how is used to look like in my /etc/Xf86Config file in
> the days of the XF86 3.3.6 server:
> --
> Section "Pointer"
>   Protocol"IMPS/2"
>   Device  "/dev/psaux"
>   SampleRate  60
>   BaudRate1200
>   ZAxisMapping  45
>   Buttons   3
> EndSection
> --
> And it used to work in Debian, Slackware, SuSE, Storm, Mandrake and
> RedHat...:-)
> 
> Cheers,
> Helgi Örn
By the way: with the older versins of the XF86 server (before 4.*) you
need to have the imwheel program installed and if I remember it right I
think that it needs to be started manually the first time. Just write
imwheel at a promt and it starts. 
I even think that you need to put a imwheel & into some init file to
meke it start every time you log into X but perhaps someone else
remembers this better than me??

Cheers,
HÖ

-- 
  
~~ Gnupg signature ID 83AC4814 ~


signature.asc
Description: This is a digitally signed message part


Re: wheel mouse wheel not working

2002-06-25 Thread Helgi Örn
On Tue, 2002-06-25 at 19:44, Vikki Roemer wrote:
> My version of XFree86 is 3.3.5 .
> 
>  From my /etc/X11/XF86Config file:
> 
> Section "Pointer"
>Protocol"IntelliMouse"
>Device  "/dev/mouse"
>BaudRate1200
>Emulate3Timeout 50
>Resolution  200
> EndSection
> 
> Was that the right file?  It looks different than what everyone else is 
> posting.
>
Hi again!
No wonder our files look different than yours, you are using a very old
version of the XFree86 server! Is that Debian Potato or even an older
version you installed?
Anyway; this is how is used to look like in my /etc/Xf86Config file in
the days of the XF86 3.3.6 server:
--
Section "Pointer"
  Protocol  "IMPS/2"
  Device"/dev/psaux"
  SampleRate60
  BaudRate  1200
  ZAxisMapping  45
  Buttons   3
EndSection
--
And it used to work in Debian, Slackware, SuSE, Storm, Mandrake and
RedHat...:-)

Cheers,
Helgi Örn


-- 
  
~~ Gnupg signature ID 83AC4814 ~


signature.asc
Description: This is a digitally signed message part


Re: wheel mouse wheel not working

2002-06-25 Thread Vineet Kumar
* Vikki Roemer ([EMAIL PROTECTED]) [020625 09:37]:
> My version of XFree86 is 3.3.5 .
> 
> From my /etc/X11/XF86Config file:
> 
> Section "Pointer"
>   Protocol"IntelliMouse"
>   Device  "/dev/mouse"
>   BaudRate1200
>   Emulate3Timeout 50
>   Resolution  200
> EndSection
> 
> Was that the right file?  It looks different than what everyone else is 
> posting.

I notice you said you were using /dev/gpmdata. IMO, that's the right
thing to do. It's the only thing to do if you also want to be able to
use your mouse on the text consoles as well as in X. If not, just remove
gpm and use /dev/psaux. To keep gpm around and use X, and use the wheel,
make your gpm.conf look like this:


device=/dev/psaux
responsiveness=
repeat_type=raw
type=imps2
append=""
sample_rate=

and set X to use ImPS/2 on /dev/gpmdata

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
"I disapprove of what you say, but I will defend to the death your right
to say it." --Beatrice Hall, The Friends of Voltaire, 1906


pgpdDCUPRV3X7.pgp
Description: PGP signature


Re: wheel mouse wheel not working

2002-06-25 Thread Vikki Roemer




My version of XFree86 is 3.3.5 .

>From my /etc/X11/XF86Config file:

Section "Pointer"
   Protocol    "IntelliMouse"
   Device  "/dev/mouse"
   BaudRate    1200
   Emulate3Timeout 50
   Resolution  200
EndSection

Was that the right file?  It looks different than what everyone else is posting.

Jeremy Turner wrote:

  On Mon, 2002-06-24 at 16:47, Vikki Roemer wrote:
  
  
Hi!
I've been using Debian for about a week now, and during that time I've
been trying to get my mouse to work properly,  but I can't.

I have a PS/2 Microsoft Wheel Mouse.  Since it's possible to click with
the wheel button as well as scroll, I was hoping I could use it as a
third button as well as a scroll wheel.  However, I can't even get the
wheel to even scroll, much less click.

I downloaded and installed IMWheel, and followed the instuctions, but it
still doesn't work.  I've also read everything I can find about
configuring mice, but nothing has been helpful.  Maybe I'm just not
understanding the instructions?  (This is all pretty heavy-duty for
someone who just came from Windows 9x (but it's worth it), so it's
highly likely that I'm just misunderstanding most of the manuals.)

  
  
Hello and welcome to Debian!  It's a little tough in the beginning, but
it does eventually get easier as you understand how to work with the
whole process and configuration of things.

You might post your XF86Config-4 with the exact input section that your
mouse is in.  That helps a lot.

With a wheel mouse, you don't need any of the emulate 3 mouse buttons
(since you have 3 mouse buttons).  Also, to get scrolling, you will want
to add a line like:

Option  "ZAxisMapping" "4 5"

Which reminds me... what version of XFree86 are you using?  I'm using
4.1.  Here is my mouse section for my USB mouse:

###
# USB Mouse
###
Section "InputDevice"
	Identifier  "USBMouse"
	Driver  "mouse"
	Option  "Protocol" "ImPS/2"
	Option  "Device" "/dev/input/mice" #change for PS/2
	Option  "ZAxisMapping" "4 5"
EndSection

HTH,
Jeremy

  







Re: wheel mouse wheel not working

2002-06-24 Thread Helgi Örn
On Mon, 2002-06-24 at 23:47, Vikki Roemer wrote:
> Hi!
> I've been using Debian for about a week now, and during that time I've
> been trying to get my mouse to work properly,  but I can't.
> 
> I have a PS/2 Microsoft Wheel Mouse.  Since it's possible to click with
> the wheel button as well as scroll, I was hoping I could use it as a
> third button as well as a scroll wheel.  However, I can't even get the
> wheel to even scroll, much less click.
> 
> I downloaded and installed IMWheel, and followed the instuctions, but it
> still doesn't work.  I've also read everything I can find about
> configuring mice, but nothing has been helpful.  Maybe I'm just not
> understanding the instructions?  (This is all pretty heavy-duty for
> someone who just came from Windows 9x (but it's worth it), so it's
> highly likely that I'm just misunderstanding most of the manuals.)
> 
Hi!
You do not need the IMWheel program installed. I have this very same
mouse, in the file /etc/X11/XF86Config-4 the pointer part looks like
this:
--
Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection
--
The mouse works beautifully in most applications.

Cheers,
Helgi Örn

 
-- 
 <http://www.sacred-eagle.com/> 
~~ Gnupg signature ID 83AC4814 ~


signature.asc
Description: This is a digitally signed message part


Re: wheel mouse wheel not working

2002-06-24 Thread Jeremy Turner
On Mon, 2002-06-24 at 16:47, Vikki Roemer wrote:
> Hi!
> I've been using Debian for about a week now, and during that time I've
> been trying to get my mouse to work properly,  but I can't.
> 
> I have a PS/2 Microsoft Wheel Mouse.  Since it's possible to click with
> the wheel button as well as scroll, I was hoping I could use it as a
> third button as well as a scroll wheel.  However, I can't even get the
> wheel to even scroll, much less click.
> 
> I downloaded and installed IMWheel, and followed the instuctions, but it
> still doesn't work.  I've also read everything I can find about
> configuring mice, but nothing has been helpful.  Maybe I'm just not
> understanding the instructions?  (This is all pretty heavy-duty for
> someone who just came from Windows 9x (but it's worth it), so it's
> highly likely that I'm just misunderstanding most of the manuals.)

Hello and welcome to Debian!  It's a little tough in the beginning, but
it does eventually get easier as you understand how to work with the
whole process and configuration of things.

You might post your XF86Config-4 with the exact input section that your
mouse is in.  That helps a lot.

With a wheel mouse, you don't need any of the emulate 3 mouse buttons
(since you have 3 mouse buttons).  Also, to get scrolling, you will want
to add a line like:

Option  "ZAxisMapping" "4 5"

Which reminds me... what version of XFree86 are you using?  I'm using
4.1.  Here is my mouse section for my USB mouse:

###
# USB Mouse
###
Section "InputDevice"
Identifier  "USBMouse"
Driver  "mouse"
Option  "Protocol" "ImPS/2"
Option  "Device" "/dev/input/mice" #change for PS/2
Option  "ZAxisMapping" "4 5"
EndSection

HTH,
Jeremy

-- 
**
Jeremy M Turner, A+ Technician Phone: 405.425.
Email: [EMAIL PROTECTED]Phone: 405.425.1820
Information Technology Services, Oklahoma Christian University
**
Fortune:
Q:  What do Winnie the Pooh and John the Baptist have in common?
A:  The same middle name.
**


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: wheel mouse wheel not working

2002-06-24 Thread Vikki Roemer
In XF86Setup, the settings are: mouse protocol: IntelliMouse (that was what
IMWheel said to set it for; I had it set for PS/2 originally, but the mouse 
acted
like it was on  drugs.  Both the IntelliMouse and the Microsoft protocols work);
device: /dev/gpmdata (also according to the IMW instructions.  I had had it set 
to
/dev/mouse previously, and it worked normally (it didn't malfunction, but the
wheel still didn't work)); 3 button emulation is turned off (IMW said to turn it
off so tthat the program would work); resolution is set to "high"; the baud rate
is 1200; under "Buttons", the "3" radio button is selected; sample rate is 0;
Emulate3Timeout is 50.

Ernst-Magne Vindal wrote:

> On Mon, 2002-06-24 at 23:47, Vikki Roemer wrote:
>
> It would be much easier to help if you also told what you have in
> XFConfig-x.
> If you use the settings Ps/2, mabye you schould try ImPs/2. I have with
> several pc's used different mouses, optic and ordinary with skroll, and
> it is allways working both as button and scroll.
>
> > Hi!
> > I've been using Debian for about a week now, and during that time I've
> > been trying to get my mouse to work properly,  but I can't.
> >
> > I have a PS/2 Microsoft Wheel Mouse.  Since it's possible to click with
> > the wheel button as well as scroll, I was hoping I could use it as a
> > third button as well as a scroll wheel.  However, I can't even get the
> > wheel to even scroll, much less click.
> >
> > I downloaded and installed IMWheel, and followed the instuctions, but it
> > still doesn't work.  I've also read everything I can find about
> > configuring mice, but nothing has been helpful.  Maybe I'm just not
> > understanding the instructions?  (This is all pretty heavy-duty for
> > someone who just came from Windows 9x (but it's worth it), so it's
> > highly likely that I'm just misunderstanding most of the manuals.)
> >
> > Any help would be greatly  appreciated.
> >
> > Thanking you in advance,
> > Vikki Roemer
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> --
> /ernst
>
>   
>Name: signature.asc
>signature.asc   Type: application/pgp-signature
> Description: This is a digitally signed message part


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: wheel mouse wheel not working

2002-06-24 Thread Ernst-Magne Vindal
On Mon, 2002-06-24 at 23:47, Vikki Roemer wrote:

It would be much easier to help if you also told what you have in
XFConfig-x.
If you use the settings Ps/2, mabye you schould try ImPs/2. I have with
several pc's used different mouses, optic and ordinary with skroll, and
it is allways working both as button and scroll.


> Hi!
> I've been using Debian for about a week now, and during that time I've
> been trying to get my mouse to work properly,  but I can't.
> 
> I have a PS/2 Microsoft Wheel Mouse.  Since it's possible to click with
> the wheel button as well as scroll, I was hoping I could use it as a
> third button as well as a scroll wheel.  However, I can't even get the
> wheel to even scroll, much less click.
> 
> I downloaded and installed IMWheel, and followed the instuctions, but it
> still doesn't work.  I've also read everything I can find about
> configuring mice, but nothing has been helpful.  Maybe I'm just not
> understanding the instructions?  (This is all pretty heavy-duty for
> someone who just came from Windows 9x (but it's worth it), so it's
> highly likely that I'm just misunderstanding most of the manuals.)
> 
> Any help would be greatly  appreciated.
> 
> Thanking you in advance,
> Vikki Roemer
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
/ernst



signature.asc
Description: This is a digitally signed message part


wheel mouse wheel not working

2002-06-24 Thread Vikki Roemer
Hi!
I've been using Debian for about a week now, and during that time I've
been trying to get my mouse to work properly,  but I can't.

I have a PS/2 Microsoft Wheel Mouse.  Since it's possible to click with
the wheel button as well as scroll, I was hoping I could use it as a
third button as well as a scroll wheel.  However, I can't even get the
wheel to even scroll, much less click.

I downloaded and installed IMWheel, and followed the instuctions, but it
still doesn't work.  I've also read everything I can find about
configuring mice, but nothing has been helpful.  Maybe I'm just not
understanding the instructions?  (This is all pretty heavy-duty for
someone who just came from Windows 9x (but it's worth it), so it's
highly likely that I'm just misunderstanding most of the manuals.)

Any help would be greatly  appreciated.

Thanking you in advance,
Vikki Roemer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel Mouse

2002-03-29 Thread dave mallery
On Fri, 29 Mar 2002, jeff wrote:

> Johan Ehnberg wrote:
> 
> > Hi!
> > Is there a good way to get my mouse wheel working (under X) on my woody?
> > Another thing I was wondering is why my mouse stops working under X when I
> > install gpm.
> >
> > /johan
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> use a proggie called 'imwheel' to get your mousewheel running under X. before
> you download it, two things:
> 
> 1) do this in your home directory: 'touch .imwheelrc'
> 
> 2) edit  (in your home directory) your .xinitrc file with your favorite
> text-mode editor (like vi, or pico) and add the line 'imwheel &'  - without 
> the
> quotes of course
> 
> restart X and all should be good

but all is not good!

does the above imply any changes to XF86Config??  like ZaxisMapping "4 5"
and does it imply xf86 v3 or v4??

thanks

dave

-- 
Dave Mallery, K5EN  (r/h 7.2 krud; debian woody+ximian)
PO Box 520
Ramah,  NM  87321

no gates .~.
  no windows...  /V\
/( )\
running GNU/Linux   ^^-^^  (Linux TM Linus Torvalds)
  free at last!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel Mouse

2002-03-29 Thread Stephen W. Juranich
> On the machine that I am typing this message on it seems I can have
> gpm and X co-exist quite peacefully, but I still set up X to read of
> /dev/gpmdata (I installed woody on this home made machine last week,
> so I figured I'd do it "right," whatever that means).
> 
> However, on a laptop I have (a Compaq Armada M300) I can't seem to get
> gpm and X to share the built in PS/2 mouse, so I simply turned off GPM
> in the X run levels I invented (though I could have gpm do the repeat
> thing to /dev/gpmdata, frankly though, I never miss gpm).

Make sure that when you  run the gpm-config script that you specify the repeat 
type to 'raw', then you can edit XF86Config to read from the mouse device /dev/
gpmdata with a PS/2 protocol.

--
Stephen W. Juranich [EMAIL PROTECTED]
Electrical Engineering http://students.washington.edu/sjuranic
University of Washingtonhttp://ssli.ee.washington.edu/ssli


 /"\  || 
 \ /  ASCII RIBBON CAMPAIGN   ||  NO ATTACHMENTS
  X   AGAINST HTML MAIL   ||  NO STATIONERY
 / \  AND POSTINGS||  NO GRAPHICS




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel Mouse

2002-03-29 Thread Shyamal Prasad
"Robert" == Robert L  writes:

Robert> On Friday 29 March 12:49, Shyamal Prasad wrote:

>> The reason X stops working when you install (rather, start) gpm
>> is that you probably have X and gpm reading off the same
>> device.

Robert> Interesting. I have them both working off the same device
Robert> and have no such problem.  Its a usb MS optical
Robert> (intellimouse)

Well, I was not being perfectly honest.

On the machine that I am typing this message on it seems I can have
gpm and X co-exist quite peacefully, but I still set up X to read of
/dev/gpmdata (I installed woody on this home made machine last week,
so I figured I'd do it "right," whatever that means).

However, on a laptop I have (a Compaq Armada M300) I can't seem to get
gpm and X to share the built in PS/2 mouse, so I simply turned off GPM
in the X run levels I invented (though I could have gpm do the repeat
thing to /dev/gpmdata, frankly though, I never miss gpm).

It seems the gpm/X mouse sharing is a pretty hardware specific thing,
but I'm always open to an education on it :-)

Cheers!
Shyamal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel Mouse

2002-03-29 Thread Robert_L
On Friday 29 March 12:49, Shyamal Prasad wrote:
> "Johan" == Johan Ehnberg <[EMAIL PROTECTED]> writes:
>
> Johan> Hi!  Is there a good way to get my mouse wheel working
> Johan> (under X) on my woody?  Another thing I was wondering is
> Johan> why my mouse stops working under X when I install gpm.
>
> Johan,
>
> I have a Logitech USB wheel mouse. I have my mouse set up like this in
> XF86Config-4 :

> The reason X stops working when you install (rather, start) gpm is
> that you probably have X and gpm reading off the same device.

> Good luck,
> Shyamal

Interesting. I have them both working off the same device and have no such 
problem.  Its a usb MS optical (intellimouse)

Here is the running gpm process:
/usr/sbin/gpm -m /dev/input/mice -t imps2

Here is a couple of my XF86Config-4 lines for the mouse:
 Option  "Device""/dev/input/mice"
 Option  "Protocol"  "ImPS/2"

And gpm runs while X is running:
/etc/rc2.d/S20gpm

I have a feeling that such problems also relate to using the wrong settings 
for gpm. (wrong protocol etc)  but don't know a lot about it.  But I had a 
similar problem once (not on debian) that was solved by making gpm use the 
imps2 protocol for that particular mouse.

all the best,
Robert_L


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel Mouse

2002-03-29 Thread Shyamal Prasad
"Johan" == Johan Ehnberg <[EMAIL PROTECTED]> writes:

Johan> Hi!  Is there a good way to get my mouse wheel working
Johan> (under X) on my woody?  Another thing I was wondering is
Johan> why my mouse stops working under X when I install gpm.

Johan,

I have a Logitech USB wheel mouse. I have my mouse set up like this in
XF86Config-4 :

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/gpmdata"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

The ImPS/2 mouse seems to support mouse buttons 4 and 5. To use this
you need to have GPM running in raw mode (or some mode where it
repeats data to /dev/gpmdata), so my /etc/gpm.conf reads:

device=/dev/input/mice
responsiveness=
repeat_type=raw
type=imps2
append=""
sample_rate=



I guess you could use /dev/psaux for a PS2 mouse and so on

The reason X stops working when you install (rather, start) gpm is
that you probably have X and gpm reading off the same device.

You can solve this in two ways, one is to not run gpm in run levels
where X is running (basically remove all those S20gpm links in
/etc/rcN.d/ where N = 2...5, you can use update-rc.d to do this, or do
it by hand). I use this method on my laptop.

The other way is to make them play together, which is to use gpm to
repeat to /dev/gpmdata and read off there. Of course, if you lose gpm
then you lose your X mouse and so on..(you could have two mouse
entries in XF86Config-4, but I've found that makes my mouse move far
too quickly!).

Good luck,
Shyamal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wheel Mouse

2002-03-29 Thread jeff
Johan Ehnberg wrote:

> Hi!
> Is there a good way to get my mouse wheel working (under X) on my woody?
> Another thing I was wondering is why my mouse stops working under X when I
> install gpm.
>
> /johan
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

use a proggie called 'imwheel' to get your mousewheel running under X. before
you download it, two things:

1) do this in your home directory: 'touch .imwheelrc'

2) edit  (in your home directory) your .xinitrc file with your favorite
text-mode editor (like vi, or pico) and add the line 'imwheel &'  - without the
quotes of course

restart X and all should be good



about gpm...you can run gpm and X...use gpmconfig as root and play with the
settings...usually you don't have to change much!

good luck!

-jeff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Wheel Mouse

2002-03-29 Thread Johan Ehnberg
Hi!
Is there a good way to get my mouse wheel working (under X) on my woody?
Another thing I was wondering is why my mouse stops working under X when I
install gpm. 

/johan



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: wheel mouse

2002-03-10 Thread Daniel Toffetti
On Sunday 10 March 2002 13:31, Nathan wrote:
> In all the posts i have seen so far there hasn't been a suggestion
> for
>
> Option "Buttons"  "5"
>
> all of this works well for me in that combination.
> I hope this will be able to help you.

Well... I restarted the xserver and it crashed. Perhaps there is any 
combination of this option and the other settings, as the protocol, 
that works OK, I'll keep trying.
Thanks !

-- 
Daniel Toffetti --- 'There is no spoon...' - The Matrix

Running the bleeding edge Debian Sid version 3.0
Linux luni 2.4.13 #1 SMP Sun Oct 28 18:30:53 ART 2001 i686 unknown



Re: Wheel mouse DIFFERENT PROBLEM

2002-03-10 Thread Daniel Toffetti
On Sunday 10 March 2002 04:47, Greg Murphy wrote:
> Hello,
> I've tried rebooting using gpm with the protocal imps2. Setting gpm
> to imps2 makes it bounce around the consol. Is it possible that it's
> not a imps2 mouse? It's got a wheel and it's plugged into the ps2
> port!
> -Greg Murphy

Check /usr/doc/xserver-xfree86/README.mouse.gz, there is a complete 
list of mice and the protocols that work with them. Perhaps you can try 
with some of those protocols.
Good luck !

-- 
Daniel Toffetti --- 'There is no spoon...' - The Matrix

Running the bleeding edge Debian Sid version 3.0
Linux luni 2.4.13 #1 SMP Sun Oct 28 18:30:53 ART 2001 i686 unknown



Re: Wheel mouse

2002-03-10 Thread Cam Ellison
* Nathan E Norman ([EMAIL PROTECTED]) wrote:
> On Sat, Mar 09, 2002 at 09:58:09PM -0800, Cam Ellison wrote:
> > * csj ([EMAIL PROTECTED]) wrote:
> > > On Fri, 08 Mar 2002 21:17:27 -0600
> > > Kent West <[EMAIL PROTECTED]> wrote:
> > > 

> > So what are your settings?  I have one on my kids' machine, and it is as 
> > flaky as can be.
> 
> If you're talking about the Logitech Optical Mouse, I have several and
> with one exception found them easy to set up and get working.
> 
> My XF86Config-4 has
> 
>   Section "InputDevice"
>   Identifier  "Logitech Optical Mouse M-BJ58"
>   Driver  "mouse"
>   Option  "Buttons""5"
>   Option  "CorePointer"
>   Option  "Device" "/dev/misc/psaux"
>   Option  "Protocol"   "IMPS/2"
>   Option  "ZAxisMapping"   "4 5"
>   EndSection
> 
> However, I did have one machine with an el-cheapo athlon motherboard
> that would freak out if the optical mouse was plugged into it, usb or
> ps/2.  What was really strange is that this problem occurred in linux 
> and Win2k, and not with other mice! Finally I got pawned that system
> board off to someone who uses an intellimouse (and windows) instead.
> 
>
Thanks, Nathan.  That confirms most of what I have been seeing.  I set it up as 
per yours above, and it works like a dam.  Wiping out gpm helped, I think.  One 
weird (?) thing I noticed that probably caused much of the problem was the 
presence of two mice in XF86Config-4: a generic and the Logitech.  Both were 
listed as live.  Naturally, I have it set for one only.

Thanks for the assistance.

Cam

-- 
Cam Ellison Ph.D. R.Psych.
From Roberts Creek on B.C.'s incomparable Sunshine Coast
[EMAIL PROTECTED]
[EMAIL PROTECTED]



Re: Wheel mouse DIFFERENT PROBLEM

2002-03-10 Thread Greg Murphy
Hello,
I've tried rebooting using gpm with the protocal imps2. Setting gpm to imps2 
makes it bounce around the consol. Is it possible that it's not a imps2 
mouse? It's got a wheel and it's plugged into the ps2 port!
-Greg Murphy

On Sunday 10 March 2002 00:06, Greg Norris wrote:
> On Sat, Mar 09, 2002 at 09:15:35PM -0600, Greg Murphy wrote:
> > I have tried changing ps/2 to imps/2, but that makes the mouse go crazy
> > on the screen.
>
> Did you reboot afterward?  I had this problem after switching gpm and X
> to use imps/2 instead of ps/2, but it's been working fine ever since
> the box was rebooted.  Something not being properly re-initialized, I
> expect...



Re: Wheel mouse

2002-03-10 Thread Nathan E Norman
On Sat, Mar 09, 2002 at 09:58:09PM -0800, Cam Ellison wrote:
> * csj ([EMAIL PROTECTED]) wrote:
> > On Fri, 08 Mar 2002 21:17:27 -0600
> > Kent West <[EMAIL PROTECTED]> wrote:
> > 
> > >  Daniel Toffetti wrote:
> > > 
> > >  >Hi !
> > >  >
> > >  >I've searched through the archives looking for the correct 
> > >  >configuration of a three wheel mouse (in my case, it's a Genius Optical 
> > >  >NetScroll+ Eye PS/2)
> > 
> > I just bought one and the wheel also doesn't work. My other machine has
> > a Logitech optical which does work.
> > 
> >
> So what are your settings?  I have one on my kids' machine, and it is as 
> flaky as can be.

If you're talking about the Logitech Optical Mouse, I have several and
with one exception found them easy to set up and get working.

My XF86Config-4 has

  Section "InputDevice"
  Identifier  "Logitech Optical Mouse M-BJ58"
  Driver  "mouse"
  Option  "Buttons""5"
  Option  "CorePointer"
  Option  "Device" "/dev/misc/psaux"
  Option  "Protocol"   "IMPS/2"
  Option  "ZAxisMapping"   "4 5"
  EndSection

However, I did have one machine with an el-cheapo athlon motherboard
that would freak out if the optical mouse was plugged into it, usb or
ps/2.  What was really strange is that this problem occurred in linux 
and Win2k, and not with other mice! Finally I got pawned that system
board off to someone who uses an intellimouse (and windows) instead.

Regards,

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgp719VPXFxzf.pgp
Description: PGP signature


Re: Wheel mouse DIFFERENT PROBLEM

2002-03-10 Thread Greg Norris
On Sat, Mar 09, 2002 at 09:15:35PM -0600, Greg Murphy wrote:
> I have tried changing ps/2 to imps/2, but that makes the mouse go crazy on 
> the screen.

Did you reboot afterward?  I had this problem after switching gpm and X
to use imps/2 instead of ps/2, but it's been working fine ever since
the box was rebooted.  Something not being properly re-initialized, I
expect...



Re: Wheel mouse

2002-03-09 Thread Cam Ellison
* csj ([EMAIL PROTECTED]) wrote:
> On Fri, 08 Mar 2002 21:17:27 -0600
> Kent West <[EMAIL PROTECTED]> wrote:
> 
> >  Daniel Toffetti wrote:
> > 
> >  >Hi !
> >  >
> >  >I've searched through the archives looking for the correct 
> >  >configuration of a three wheel mouse (in my case, it's a Genius Optical 
> >  >NetScroll+ Eye PS/2)
> 
> I just bought one and the wheel also doesn't work. My other machine has
> a Logitech optical which does work.
> 
>
So what are your settings?  I have one on my kids' machine, and it is as 
flaky as can be.

Cam

-- 
Cam Ellison Ph.D. R.Psych.
From Roberts Creek on B.C.'s incomparable Sunshine Coast
[EMAIL PROTECTED]
[EMAIL PROTECTED]



Re: Wheel mouse DIFFERENT PROBLEM

2002-03-09 Thread Greg Murphy
Hello,

I've been following this thread, and was hoping it would help me to get my 
wheel mouse working. I have a Fellowes Gel Mouse (PS/2). Here is the 
important section in my XF86Config file:

Section "Pointer"
Protocol"ps/2"
Device  "/dev/mouse"
ZAxisMapping4 5
Buttons 5
BaudRate1200
#Emulate3Timeout 50
Resolution  100
#Emulate3Buttons
EndSection

I have tried changing ps/2 to imps/2, but that makes the mouse go crazy on 
the screen. /dev/mouse points to /dev/psaux and gpm is NOT running. Anyone 
have this particular mouse and have any luck getting it to work? I was able 
to get the wheel working for this mouse for slackware quite some time ago, so 
I know that it is possible. I am currently running Debian-Testing and the 
mouse works fine except for the wheel. Any help would be much appreciated! 
Thanks. 

-Greg Murphy



Re: Wheel mouse

2002-03-09 Thread csj
On Fri, 08 Mar 2002 21:17:27 -0600
Kent West <[EMAIL PROTECTED]> wrote:

>  Daniel Toffetti wrote:
> 
>  >Hi !
>  >
>  >I've searched through the archives looking for the correct 
>  >configuration of a three wheel mouse (in my case, it's a Genius Optical 
>  >NetScroll+ Eye PS/2)

I just bought one and the wheel also doesn't work. My other machine has
a Logitech optical which does work.



Re: wheel mouse

2002-03-09 Thread Nathan
In all the posts i have seen so far there hasn't been a suggestion for

Option "Buttons""5"

this is what i have for my mouse:

when i type  gpmconfig i get
Device: /dev/psaux
Type: imps2
Repeat_Type: raw

and in XF86Config-4

Selection "InputDevice"
Identifier  "Mouse1"
Driver"mouse"
Option "Protocol""IMPS/2"
Option"Device"  "/dev/gpmdata"
Option"ZAxisMapping"  "4 5"
Option"Buttons""5"

all of this works well for me in that combination.
I hope this will be able to help you.

Nathan



[ALMOST Solved] Re: Wheel mouse

2002-03-09 Thread Daniel Toffetti
On Saturday 09 March 2002 18:13, Stephen Ryan wrote:
> > But the "device" in XF86Config-4 is "/dev/mouse" which in fact is a
> > link to /dev/gpmdata. I'm completely puzzled... I'll try to look
> > for and read about the relationships between gpm and the xserver.
> > Thanks for your help !
>
> Aha!  This makes no end of sense.  Your mouse is plugged into the
> PS/2 port, and gpm gets the input from it via /dev/psaux.  gpm then
> converts the input from the mouse into Microsoft mouse format and
> passes it on to X via /dev/mouse aka /dev/gpmdata.  Since it is the
> Microsoft mouse format, X goes insane when you specify the IMPS/2
> protocol, which looks nothing like the Microsoft mouse protocol, and
> the scroll wheel never works, because the Microsoft mouse protocol
> doesn't support them.
>
> The fix should be simple - reconfigure gpm and change the repeat type
> from "ms3" to "raw", which should then just pass on everything via
> /dev/gpmdata to X.  You then change the X configuration back to
> IMPS/2, which will then correctly recognize the scroll wheel.

Well, I've changed 

gpm -m /dev/psaux -t ps2 -Rms3

to

gpm -m /dev/psaux -t autops2 -Rraw

> In either case, you then change the X configuration back to IMPS/2
> and set the ZAxisMapping and Emulate3Buttons lines as suggested
> before, which will then correctly recognize the scroll wheel because
> it's getting the raw data from the mouse, including the scroll wheel
> events.

And here comes the funniest part: either I set the protocol to 
"NetMousePS/2" or "IMPS/2", the wheel now works... ONLY FORWARDS !!
I mean, the scroll works as sliding down the scrollbar, not as 
sliding up.
After spending (investing?) the whole evening trying to hack this (and 
some audio issues and a little perl script), I consider my hacking day 
finished. Now it's time for a beer, perhaps tomorrow I'll have more 
luck.

Thanks everybody for your help !!

-- 
Daniel Toffetti --- 'There is no spoon...' - The Matrix

Running the bleeding edge Debian Sid version 3.0
Linux luni 2.4.13 #1 SMP Sun Oct 28 18:30:53 ART 2001 i686 unknown



Re: Wheel mouse

2002-03-09 Thread Stephen Ryan
On Sat, 2002-03-09 at 15:21, Daniel Toffetti wrote:
> On Saturday 09 March 2002 00:17, Kent West wrote:
> > >This is what I currently have (working well except for the wheel):
> > >
> > >Section "InputDevice"
> > >Identifier "Mouse1"
> > >Driver "mouse"
> > >Option "Protocol""IMPS/2"
> > >Option "Device"  "/dev/mouse"
> > >#Option "Emulate3Buttons"
> > >Option "ZAxisMapping" "4 5"
> > >EndSection
> >
> > Try commenting out the Emulate line (you have three buttons, so you
> > don't need to emulate a third button). The IMPS/2 and ZAxisMapping
> > line activate the scroll wheel. This assumes you're not running gpm
> > and that /dev/mouse is a link to your actual mouse device (reasonable
> > assumption, since you say it works well with your original
> > configuration).
> 
> Well, in fact gpm _is_ running. Using ps -ax I see it's started as:
> 
> gpm -m /dev/psaux -t ps2 -Rms3
> 
> But the "device" in XF86Config-4 is "/dev/mouse" which in fact is a 
> link to /dev/gpmdata. I'm completely puzzled... I'll try to look for 
> and read about the relationships between gpm and the xserver. Thanks 
> for your help !

Aha!  This makes no end of sense.  Your mouse is plugged into the PS/2
port, and gpm gets the input from it via /dev/psaux.  gpm then converts
the input from the mouse into Microsoft mouse format and passes it on to
X via /dev/mouse aka /dev/gpmdata.  Since it is the Microsoft mouse
format, X goes insane when you specify the IMPS/2 protocol, which looks
nothing like the Microsoft mouse protocol, and the scroll wheel never
works, because the Microsoft mouse protocol doesn't support them.

The fix should be simple - reconfigure gpm and change the repeat type
from "ms3" to "raw", which should then just pass on everything via
/dev/gpmdata to X.  You then change the X configuration back to IMPS/2,
which will then correctly recognize the scroll wheel.

Alternatively, if you don't need the mouse at the text console, you
could remove gpm.  I got berated for suggesting that to someone else a
week or so ago, but I note that the person who berated me for suggesting
that has spent the entire time between then and now trying to help
someone else get gpm working, and has not yet succeeded.  If you do
remove gpm, then /dev/mouse should be a link to /dev/psaux.

In either case, you then change the X configuration back to IMPS/2 and
set the ZAxisMapping and Emulate3Buttons lines as suggested before,
which will then correctly recognize the scroll wheel because it's
getting the raw data from the mouse, including the scroll wheel events.

HTH,



Re: Wheel mouse

2002-03-09 Thread Alex Malinovich
On Sat, 2002-03-09 at 14:10, Daniel Toffetti wrote:
> On Friday 08 March 2002 20:40, Bob Thibodeau wrote:
> > > > The important parts for making the wheel work are
> > > >
> > > > Option  "Emulate3Buttons" "off"
> > > > Option  "ZAxisMapping" "4 5"
> > >
> > > Well, now at least it doesn't crash, but the wheel doesn't work.
> >
> > Which protocol are you using now?
> > I switched mine from ps/2 to ImPS/2
> > the device stayed at /dev/psaux because I'm
> > using the same port as my old mouse did
> 
> Right now the protocol is set to "Microsoft". I tried changing it to 
> "IMPS/2" and the pointer movement got completely crazy and unusable.

I've been half-following this thread for the past two days, yet I've
never seen this mentioned so I figured I'd throw it out there. You said
you had a Genius NetMouse right? There's a "netmouse" option available
in gpm that you might want to take a look at. I'm not sure if X has an
equivalent setting for it or not, but if it doesn't you can always try
having gpm repeat ImPS/2 and using ImPS/2 in X. Just a thought.

-Alex



signature.asc
Description: This is a digitally signed message part


Re: Wheel mouse

2002-03-09 Thread Daniel Toffetti
On Saturday 09 March 2002 00:17, Kent West wrote:
> >This is what I currently have (working well except for the wheel):
> >
> >Section "InputDevice"
> >Identifier   "Mouse1"
> >Driver   "mouse"
> >Option "Protocol""IMPS/2"
> >Option "Device"  "/dev/mouse"
> >#Option "Emulate3Buttons"
> >Option "ZAxisMapping" "4 5"
> >EndSection
>
> Try commenting out the Emulate line (you have three buttons, so you
> don't need to emulate a third button). The IMPS/2 and ZAxisMapping
> line activate the scroll wheel. This assumes you're not running gpm
> and that /dev/mouse is a link to your actual mouse device (reasonable
> assumption, since you say it works well with your original
> configuration).

Well, in fact gpm _is_ running. Using ps -ax I see it's started as:

gpm -m /dev/psaux -t ps2 -Rms3

But the "device" in XF86Config-4 is "/dev/mouse" which in fact is a 
link to /dev/gpmdata. I'm completely puzzled... I'll try to look for 
and read about the relationships between gpm and the xserver. Thanks 
for your help !

-- 
Daniel Toffetti --- 'There is no spoon...' - The Matrix

Running the bleeding edge Debian Sid version 3.0
Linux luni 2.4.13 #1 SMP Sun Oct 28 18:30:53 ART 2001 i686 unknown



Re: Wheel mouse

2002-03-09 Thread Daniel Toffetti
On Friday 08 March 2002 20:40, Bob Thibodeau wrote:
> > > The important parts for making the wheel work are
> > >
> > > Option  "Emulate3Buttons" "off"
> > > Option  "ZAxisMapping" "4 5"
> >
> > Well, now at least it doesn't crash, but the wheel doesn't work.
>
> Which protocol are you using now?
> I switched mine from ps/2 to ImPS/2
> the device stayed at /dev/psaux because I'm
> using the same port as my old mouse did

Right now the protocol is set to "Microsoft". I tried changing it to 
"IMPS/2" and the pointer movement got completely crazy and unusable.

-- 
Daniel Toffetti --- 'There is no spoon...' - The Matrix

Running the bleeding edge Debian Sid version 3.0
Linux luni 2.4.13 #1 SMP Sun Oct 28 18:30:53 ART 2001 i686 unknown



Re: Wheel mouse

2002-03-08 Thread Kent West

Daniel Toffetti wrote:


Hi !

I've searched through the archives looking for the correct 
configuration of a three wheel mouse (in my case, it's a Genius Optical 
NetScroll+ Eye PS/2)


This is what I currently have (working well except for the wheel):

Section "InputDevice"
   Identifier   "Mouse1"
   Driver   "mouse"
   Option "Protocol""IMPS/2"
   Option "Device"  "/dev/mouse"
#Option "Emulate3Buttons"
   Option "ZAxisMapping" "4 5"
EndSection

Try commenting out the Emulate line (you have three buttons, so you 
don't need to emulate a third button). The IMPS/2 and ZAxisMapping line 
activate the scroll wheel. This assumes you're not running gpm and that 
/dev/mouse is a link to your actual mouse device (reasonable assumption, 
since you say it works well with your original configuration).


Kent




Re: Wheel mouse

2002-03-08 Thread Bob Thibodeau
On Fri, Mar 08, 2002 at 05:58:54PM -0300, Daniel Toffetti wrote:
> On Friday 08 March 2002 18:03, Bob Thibodeau wrote:
> > The important parts for making the wheel work are
> >
> > Option  "Emulate3Buttons" "off"
> > Option  "ZAxisMapping" "4 5"
> 
> Well, now at least it doesn't crash, but the wheel doesn't work.

Which protocol are you using now?
I switched mine from ps/2 to ImPS/2
the device stayed at /dev/psaux because I'm
using the same port as my old mouse did


> 
> > I set mine up on the first try after following the advice at
> > http://www.koala.ilog.fr/  (boy was I surprised!)
> 
> Hmmm... "Unknown host"  Why surprised ??

sorry, http://koala.ilog.fr/
I just verified it.

I expected more tweaking. For context,
I started with Linux on a 486 DEC laptop in 1995.
People complain about the install now

Bob 



  1   2   >