location of mouse inputdevice configuration file
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 06 April 2003 08:44 am, Harry G wrote:
On 8.1, where is it located?
TIA
Harry G
/etc/X11/XF86Config Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "8" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "on" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" Option "Resolution" "800" EndSection This is locate in the XF86Config file. It's used to config all the devices that are used for the X server in order to get your stuff like the keyboard, mouse, vid card, monitor and resolutions set. Also the /dev/mouse, /dev/input/mouse* is the device protocal. And of course the /lib/modules/<kernel-version> has the kernel device drivers, but I would muck around with this unless you know what your doing. Perhaps you might be a little more specific and lets us know if and what problem your having? HTH, Curtis. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+kDmE7WVLiDrqeksRAmpGAJ41oh2u9OJRV5PEzWU6uQym6NyBwACgiOAE 8I3eig7ibt0jrGqwGrgyaA4= =OxQD -----END PGP SIGNATURE-----
On Sunday 06 April 2003 10:28 am, Curtis Rey wrote:
On Sunday 06 April 2003 08:44 am, Harry G wrote:
On 8.1, where is it located?
TIA
Harry G
/etc/X11/XF86Config
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "8" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "on" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" Option "Resolution" "800" EndSection
This is locate in the XF86Config file. It's used to config all the devices that are used for the X server in order to get your stuff like the keyboard, mouse, vid card, monitor and resolutions set. Also the /dev/mouse, /dev/input/mouse* is the device protocal. And of course the /lib/modules/<kernel-version> has the kernel device drivers, but I would muck around with this unless you know what your doing.
Perhaps you might be a little more specific and lets us know if and what problem your having?
HTH, Curtis.
I can't get my dang wheel mouse to scroll up, only down. Here are the contents of my file for the mouse section: Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "5" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "on" Option "EmulateWheel" "on" Option "EmulateWheelButton" "4" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection What have I done wrong? (It is a two button mouse with wheel that is also a middle button). Harry G
In a previous message, Harry G wrote:
I can't get my dang wheel mouse to scroll up, only down. Here are the contents of my file for the mouse section: [snip] Option "Emulate3Buttons" "on" [snip] Option "EmulateWheelButton" "4" [snip] What have I done wrong? (It is a two button mouse with wheel that is also a middle button).
Those two lines don't look right to me. Certainly, if you have a 3 (or more) button mouse, you don't need "emulate3Buttons" on, and I've never seen "emulatewheelbutton" before, you if you have a real niddle button ("under" the wheel) then you don't need to emulate it. Probably, this second emulation is "stealing" the "up" clicks and diverting them to an emulated middle button (button 4 is mapped to both the z axis setting (i.e. scrolling) and to this emulation). HTH John -- John Pettigrew Headstrong Games john@headstrong-games.co.uk Fun : Strategy : Price http://www.headstrong-games.co.uk/ Board games that won't break the bank Valley of the Kings: ransack an ancient Egyptian tomb but beware of mummies!
On Sunday 06 April 2003 03:00 pm, John Pettigrew wrote:
In a previous message, Harry G wrote:
I can't get my dang wheel mouse to scroll up, only down. Here are the contents of my file for the mouse section:
[snip]
Option "Emulate3Buttons" "on"
[snip]
Option "EmulateWheelButton" "4"
[snip]
What have I done wrong? (It is a two button mouse with wheel that is also a middle button).
Those two lines don't look right to me. Certainly, if you have a 3 (or more) button mouse, you don't need "emulate3Buttons" on, and I've never seen "emulatewheelbutton" before, you if you have a real niddle button ("under" the wheel) then you don't need to emulate it.
Probably, this second emulation is "stealing" the "up" clicks and diverting them to an emulated middle button (button 4 is mapped to both the z axis setting (i.e. scrolling) and to this emulation).
HTH
John
I commented (#) out the two lines you mentioned, but no change. I will try commenting out the emulate wheel button option and see what I get. Harry g
On Sunday 06 April 2003 05:31 pm, Harry G wrote:
On Sunday 06 April 2003 03:00 pm, John Pettigrew wrote:
In a previous message, Harry G wrote:
I can't get my dang wheel mouse to scroll up, only down. Here are the contents of my file for the mouse section:
[snip]
Option "Emulate3Buttons" "on"
[snip]
Option "EmulateWheelButton" "4"
[snip]
What have I done wrong? (It is a two button mouse with wheel that is also a middle button).
Those two lines don't look right to me. Certainly, if you have a 3 (or more) button mouse, you don't need "emulate3Buttons" on, and I've never seen "emulatewheelbutton" before, you if you have a real niddle button ("under" the wheel) then you don't need to emulate it.
Probably, this second emulation is "stealing" the "up" clicks and diverting them to an emulated middle button (button 4 is mapped to both the z axis setting (i.e. scrolling) and to this emulation).
HTH
John
I commented (#) out the two lines you mentioned, but no change. I will try commenting out the emulate wheel button option and see what I get.
Harry g
That did it! Thanks so much! Harry G
participants (3)
-
Curtis Rey
-
Harry G
-
John Pettigrew