Hi, Has anyone gotten a wheel mouse to do what it does under RedHat--namely scroll an X window? Thanks, John
Has anyone gotten a wheel mouse to do what it does under RedHat--namely scroll an X window?
Never come across one that hasn't... Indeed, I've had more success with this Microsoft innovation under Linux than under Microsoft's own OSs.. ;) -- James Ogley, Webmaster, Rubber Turnip james@rubberturnip.org.uk http://www.rubberturnip.org.uk Jabber: riggwelter@myjabber.net Using Free Software since 1994, running GNU/Linux (SuSE 8.2). GNOME updates for SuSE: http://www.usr-local-bin.org
I guess everyone but you. What kind of mouse do you have and can you post your /etc/X11/XF86Config file. Thanks, pben On Thursday 10 July 2003 03:31 pm, John Lowry wrote:
Hi,
Has anyone gotten a wheel mouse to do what it does under RedHat--namely scroll an X window?
Thanks, John
I've got an IntelliWheel Mouse. Had the same problem with a Logitech. Here's my X11/F86Config: # /.../ # SaX generated XFree86 config file # Created on: 2003-01-27. # # Version: 4.7 # Contact: Marcus Schaefer <sax@suse.de>, 2001 # # Automatically generated by [SaX2] (4.7) # PLEASE DO NOT EDIT THIS FILE! # Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/URW" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/PEX" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1" FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/kwintv" FontPath "/usr/X11R6/lib/X11/fonts/truetype" FontPath "/usr/X11R6/lib/X11/fonts/uni" FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc" FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1" FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi" FontPath "/usr/X11R6/lib/X11/fonts/xtest" EndSection Section "Module" Load "dbe" Load "type1" Load "speedo" Load "freetype" Load "extmod" Load "glx" Load "v4l" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" EndSection Section "InputDevice" Driver "Keyboard" Identifier "Keyboard[0]" Option "MapName" "Generic Windows Keyboard [ pc105 ]" Option "Protocol" "Standard" Option "XkbLayout" "gb" Option "XkbModel" "pc105" Option "XkbRules" "xfree86" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/pointer1" Option "Emulate3Buttons" "on" Option "Name" "Autodetection" Option "Protocol" "ps/2" Option "Vendor" "Sysp" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[3]" Option "Device" "/dev/pointer0" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" EndSection Section "Monitor" DisplaySize 300 230 HorizSync 31-80 Identifier "Monitor[0]" ModelName "1280X1024@75HZ" Option "DPMS" VendorName "--> VESA" VertRefresh 50-75 UseModes "Modes[0]" EndSection Section "Modes" Identifier "Modes[0]" Modeline "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync Modeline "1024x768" 76.49 1024 1040 1216 1400 768 768 776 802 Modeline "800x600" 46.80 800 816 928 1072 600 600 606 626 Modeline "640x480" 29.95 640 656 720 864 480 480 485 501 EndSection Section "Device" BoardName "3D Rage P/M Mobility AGP 2x" BusID "1:0:0" Driver "ati" Identifier "Device[0]" VendorName "ATI" EndSection Section "Screen" DefaultDepth 16 SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[3]" "SendCoreEvents" Screen "Screen[0]" EndSection Section "DRI" Group "video" Mode 0660 EndSection On Thu, 10 Jul 2003, Paul Benjamin wrote:
I guess everyone but you. What kind of mouse do you have and can you post your /etc/X11/XF86Config file.
Thanks, pben
On Thursday 10 July 2003 03:31 pm, John Lowry wrote:
Hi,
Has anyone gotten a wheel mouse to do what it does under RedHat--namely scroll an X window?
Thanks, John
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
You need to add the following lines to the mouse section of your XF86Config file: Option "Buttons" "5" Option "ZAxisMapping" "4 5" Side note - Why do you have 2 mouse entries in your config file? And why are they Mouse[1] and Mouse[3]? Seems odd to me. -- trey
Excellent question--the file was generated by Sax2. If I edit it manually, it'll get trashed, no? --John On Thu, 10 Jul 2003, Trey Gruel wrote:
You need to add the following lines to the mouse section of your XF86Config file:
Option "Buttons" "5" Option "ZAxisMapping" "4 5"
Side note - Why do you have 2 mouse entries in your config file? And why are they Mouse[1] and Mouse[3]? Seems odd to me.
-- trey
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On Thursday 10 July 2003 10:12 pm, John Lowry wrote:
Excellent question--the file was generated by Sax2. If I edit it manually, it'll get trashed, no?
Only if you run Sax2 again. I'm running a hand edited XF86Config file, as I've found it's the only way to get my Wacom tablet, PS2 mouse and ancient Logitech serial cordless working correctly together. I used Sax2 to get the basics right, then hacked away until everything was working correctly. Keep a copy of the file, so your changes are preserved. I've noticed Sax2 names it's mice like this - mouse[1] mouse[3] mouse[5] etc. It's only a name and you can edit it if you don't like it, but you need to ensure references further down the file are changed, too. Jason
*** Reply to message from Jason <jglane@btopenworld.com> on Thu, 10 Jul 2003 22:25:48 +0100***
Only if you run Sax2 again. I'm running a hand edited XF86Config file, as I've found it's the only way to get my Wacom tablet, PS2 mouse and ancient Logitech serial cordless working correctly together. I used Sax2 to get the basics right, then hacked away until everything was working correctly. Keep a copy of the file, so your changes are preserved.
Gee , would you mind posting the relevant entries for your wacom ?? I tried installing it w/ Sax2 but might as well not have... although Suse Watcher , bless it's pointy little head , found it ONCE on bootup , and suggested I open sax2 ... but filling the stuff out doesn't get it recognized. It *IS* a serial tablet .. which is why I was looking for a usb one a while ago.. Tho I'm not certain it's any better... I'd appreciate anything you might want to share . Maybe off list ? TIA -- j it's just an afterthought; okay ? : Familiarity breeds.
Or maybe with the list also? ;o)l On Thursday 10 July 2003 06:27 pm, jfweber@bellsouth.net wrote:
*** Reply to message from Jason <jglane@btopenworld.com> on Thu, 10 Jul 2003 22:25:48 +0100***
Only if you run Sax2 again. I'm running a hand edited XF86Config file, as I've found it's the only way to get my Wacom tablet, PS2 mouse and ancient Logitech serial cordless working correctly together. I used Sax2 to get the basics right, then hacked away until everything was working correctly. Keep a copy of the file, so your changes are preserved.
Gee , would you mind posting the relevant entries for your wacom ?? I tried installing it w/ Sax2 but might as well not have... although Suse Watcher , bless it's pointy little head , found it ONCE on bootup , and suggested I open sax2 ... but filling the stuff out doesn't get it recognized. It *IS* a serial tablet .. which is why I was looking for a usb one a while ago.. Tho I'm not certain it's any better... I'd appreciate anything you might want to share . Maybe off list ? TIA
-- j
it's just an afterthought; okay ? : Familiarity breeds.
-- -- Proud to use SuSE Linux, since 5.2 Loving using SuSE Linux 8.2 MyBlog http://vancampen.org/blog/ "Non Sanz Capsicum" "Not Without Cayenne" --
I do have a USB Graphire2 tablet model ET-0405A-U that I got to work. I must have had some problems thought because it is in the XF86Config three times! Maybe it has something to do with the stylus, eraser, and mouse puck. Well it works so I am leaving it alone: Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "2" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "wacom" Identifier "Mouse[11]" Option "Device" "/dev/input/event0" Option "InputFashion" "Eraser" Option "KeepShape" "on" Option "Name" "GRAPHIRE / INTUOS Eraser (USB)" Option "Protocol" "Auto" Option "SendCoreEvents" "on" Option "Tilt" "on" Option "Type" "eraser" Option "USB" "on" Option "Vendor" "WACOM" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[3]" Option "Device" "/dev/pointer1" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[5]" Option "Device" "/dev/pointer0" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "wacom" Identifier "Mouse[7]" Option "Device" "/dev/input/event0" Option "InputFashion" "Tablet" Option "KeepShape" "on" Option "Name" "GRAPHIRE / INTUOS (USB)" Option "SendCoreEvents" "on" Option "Tilt" "on" Option "Type" "cursor" Option "USB" "on" Option "Vendor" "WACOM" EndSection Section "InputDevice" Driver "wacom" Identifier "Mouse[9]" Option "Device" "/dev/input/event0" Option "InputFashion" "Pen" Option "KeepShape" "on" Option "Name" "GRAPHIRE / INTUOS Stylus (USB)" Option "Protocol" "Auto" Option "SendCoreEvents" "on" Option "Tilt" "on" Option "Type" "stylus" Option "USB" "on" Option "Vendor" "WACOM" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[11]" "SendCoreEvents" InputDevice "Mouse[3]" "SendCoreEvents" InputDevice "Mouse[5]" "SendCoreEvents" InputDevice "Mouse[7]" "SendCoreEvents" InputDevice "Mouse[9]" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection Two mice and a the Graphire2 are plugged in and they all work. On Thursday 10 July 2003 06:27 pm, jfweber@bellsouth.net wrote:
*** Reply to message from Jason <jglane@btopenworld.com> on Thu, 10 Jul 2003 22:25:48 +0100***
Only if you run Sax2 again. I'm running a hand edited XF86Config file, as I've found it's the only way to get my Wacom tablet, PS2 mouse and ancient Logitech serial cordless working correctly together. I used Sax2 to get the basics right, then hacked away until everything was working correctly. Keep a copy of the file, so your changes are preserved.
Gee , would you mind posting the relevant entries for your wacom ?? I tried installing it w/ Sax2 but might as well not have... although Suse Watcher , bless it's pointy little head , found it ONCE on bootup , and suggested I open sax2 ... but filling the stuff out doesn't get it recognized. It *IS* a serial tablet .. which is why I was looking for a usb one a while ago.. Tho I'm not certain it's any better... I'd appreciate anything you might want to share . Maybe off list ? TIA
-- j
it's just an afterthought; okay ? : Familiarity breeds.
*** Reply to message from Paul Benjamin <pben_suse@cox.net> on Thu, 10 Jul 2003 20:09:20 -0500***
I do have a USB Graphire2 tablet model ET-0405A-U that I got to work. I must have had some problems thought because it is in the XF86Config three times! Maybe it has something to do with the stylus, eraser, and mouse puck. Well it works so I am leaving it alone: WOW ! We have LIFT OFF , We have mouse and we have tablet ... mine seemed to have been missing a few "details" Like "Send core events" "on" ( just a "minor" detail , <G> ) and for some weird reason the events were "out of order ... Definately gotta save this setup for "next time " Thanks
-- j it's just an afterthought; okay ? : It may be that your sole purpose in life is simply to serve as a warning to others.
On Friday 11 July 2003 12:27 am, jfweber@bellsouth.net wrote: <snip>
Gee , would you mind posting the relevant entries for your wacom ?? I tried installing it w/ Sax2 but might as well not have... although Suse Watcher , bless it's pointy little head , found it ONCE on bootup , and suggested I open sax2 ... but filling the stuff out doesn't get it recognized. It *IS* a serial tablet .. which is why I was looking for a usb one a while ago.. Tho I'm not certain it's any better... I'd appreciate anything you might want to share . Maybe off list ? TIA
Here's the XF86Config entries that relate to my USB Wacom Graphire. I don't use the Graphire mouse, only the stylus. I think the PS/2 mouse works better: My PS/2 mouse is Mouse[1], and is the core pointer. Works fine with the latest SuSE kernels, though I think some of the Options in the InputDevice sections may be redundant. But hey, they don''t eat anything.... Section "InputDevice" Driver "wacom" Identifier "Mouse[5]" Option "Device" "/dev/input/event0" Option "InputFashion" "Pen" Option "Mode" "absolute" Option "Name" "GRAPHIRE / INTUOS Stylus (USB)" Option "SendCoreEvents" "on" Option "Threshold" "50" Option "Type" "stylus" Option "USB" "on" Option "Vendor" "WACOM" EndSection Section "InputDevice" Driver "wacom" Identifier "Mouse[7]" Option "Device" "/dev/input/event0" Option "InputFashion" "Eraser" Option "Mode" "absolute" Option "Name" "GRAPHIRE / INTUOS Eraser (USB)" Option "SendCoreEvents" "on" Option "Threshold" "50" Option "Type" "eraser" Option "USB" "on" Option "Vendor" "WACOM" EndSection [....] Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[7]" "SendCoreEvents" InputDevice "Mouse[5]" "SendCoreEvents" InputDevice "WirelessMouse" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection If you've got a Wacom tablet. there's some interesting stuff happening at http://linuxwacom.sourceforge.net/ -- lots of docs and a new driver being developed, with the blessing of Wacom. Looks like the new driver will be configurable without hacking XF86Config. Regards, Jason
In comparing my config file to the others I dont see how to use both wheeles one of which is dual function as the middle button. I beleive the correct function according to the winblows drivers is one the clickable wheele is also supposed to cause vertical scrolling and the other horizontal scrolling. i have not figured out how to make this work in KDE. Currently the other wheel mearly reverses the direction of the verticle scrooling performed by the clickwheel. CWSIV # /.../ # SaX generated XFree86 config file # Created on: 2003-07-03. # # Version: 4.3 # Contact: Marcus Schaefer <sax@suse.de>, 2001 # # Automatically generated by [SaX2] (4.3) # PLEASE DO NOT EDIT THIS FILE! # Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/URW" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/PEX" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1" FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/kwintv" FontPath "/usr/X11R6/lib/X11/fonts/truetype" FontPath "/usr/X11R6/lib/X11/fonts/uni" FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc" FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1" FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi" FontPath "/usr/X11R6/lib/X11/fonts/xtest" ModulePath "/usr/X11R6/lib/modules" RgbPath "/usr/X11R6/lib/X11/rgb" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" EndSection Section "Module" Load "type1" Load "speedo" Load "extmod" Load "freetype" EndSection Section "InputDevice" Driver "Keyboard" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbLayout" "us" Option "XkbModel" "pc101" Option "XkbRules" "xfree86" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "on" Option "Emulate3Timeout" "50" Option "InputFashion" "Mouse" Option "Name" "Autodetection" Option "Protocol" "ps/2" Option "Vendor" "Sysp" EndSection Section "Monitor" HorizSync 27-56.5 Identifier "Monitor[0]" ModelName "1024X768@70HZ" VendorName "--> VESA" VertRefresh 50-70 UseModes "Modes[0]" EndSection Section "Modes" Identifier "Modes[0]" Modeline "1024x768" 61.19 1024 1040 1216 1400 768 768 776 802 Modeline "1024x768" 71.39 1024 1040 1216 1400 768 768 776 802 Modeline "800x600" 37.44 800 816 928 1072 600 600 608 626 Modeline "800x600" 43.68 800 816 928 1072 600 600 608 626 Modeline "1280x1024" 94.02 1280 1296 1552 1736 1024 1024 1032 1070 Modeline "1152x870" 78.09 1152 1168 1384 1568 870 870 878 909 Modeline "1152x870" 84.52 1152 1168 1384 1568 870 870 878 909 Modeline "640x480" 23.96 640 656 720 864 480 480 488 501 Modeline "640x480" 27.96 640 656 720 864 480 480 488 501 EndSection Section "Screen" DefaultDepth 16 SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1152x870" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1280x1024" "1152x870" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1152x870" "1024x768" "800x600" "640x480" EndSubSection Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]" EndSection Section "Device" BoardName "86C326" BusID "0:8:0" Driver "sis" Identifier "Device[0]" Screen 0 VendorName "SiS" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection Section "DRI" Group "video" Mode 0660 EndSection ________________________________________________________________ The best thing to hit the internet in years - Juno SpeedBand! Surf the web up to FIVE TIMES FASTER! Only $14.95/ month - visit www.juno.com to sign up today!
On Thursday 10 July 2003 22:12, John Lowry wrote: No you can edit the file I do it all the time when upgrading. I have problems with my monitor and so when I found a config that worked I just cut and pasted the bits into the Sax2 generated file. I have the same mouse as you. Here is the bit from my X config Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "5" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" Nick
Excellent question--the file was generated by Sax2. If I edit it manually, it'll get trashed, no?
--John
On Thu, 10 Jul 2003, Trey Gruel wrote:
You need to add the following lines to the mouse section of your XF86Config file:
Option "Buttons" "5" Option "ZAxisMapping" "4 5"
Side note - Why do you have 2 mouse entries in your config file? And why are they Mouse[1] and Mouse[3]? Seems odd to me.
-- trey
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Many thanks to all who helped. Nick's config worked. Sax2 didn't, but I expect I could tweak it now and make it work. Something for another day. Now the only thing I like about my RedHat System better than Suse is their cool screensavers. --John On Thu, 10 Jul 2003, nick murphy wrote:
On Thursday 10 July 2003 22:12, John Lowry wrote: No you can edit the file I do it all the time when upgrading. I have problems with my monitor and so when I found a config that worked I just cut and pasted the bits into the Sax2 generated file. I have the same mouse as you. Here is the bit from my X config
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "5" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5"
Nick
Excellent question--the file was generated by Sax2. If I edit it manually, it'll get trashed, no?
--John
On Thu, 10 Jul 2003, Trey Gruel wrote:
You need to add the following lines to the mouse section of your XF86Config file:
Option "Buttons" "5" Option "ZAxisMapping" "4 5"
Side note - Why do you have 2 mouse entries in your config file? And why are they Mouse[1] and Mouse[3]? Seems odd to me.
-- trey
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 10 July 2003 07:20 pm, John Lowry wrote:
Now the only thing I like about my RedHat System better than Suse is their cool screensavers.
Install xscreensaver and kdeartwork3-xscreensaver and you'll have a ton of nice screensavers. - -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/Drap+FOexA3koIgRAk8IAJ9PyGA+MATWzDhKrF36yWi85LWChQCfXw58 SkvU3u0TRL7fvRIB9jjKJ7I= =rm5M -----END PGP SIGNATURE-----
No it will not not get trashed but you should use Yast anyway. Goto YaST2 -> Hardware -> Graphics Card and Monitor (sic) -> Click on Change under Graphical desktop environment -> That will bring up SaX2 click on Input-Devices -> Mouse -> Change Configuration -> Click on the first mouse -> Expert tab -> check the Enable Mouse Wheel box. Then click on OK, then Finish, then Finalize. That should let you test the config and if it is good you can restart the Xserver. If you want to use the side buttons on your Microsoft mouse you will have to read the release notes on XFree86 4.3.0 at: http://www.xfree86.org/current/mouse6.html#28 http://www.xfree86.org/current/mouse7.html and edit the config by hand. NOTE: The side buttons will not work if you are using a second pointer that doesn't have 7 buttons, sorry I have been there it is broken. :-( Good luck, pben On Thursday 10 July 2003 04:12 pm, John Lowry wrote:
Excellent question--the file was generated by Sax2. If I edit it manually, it'll get trashed, no?
--John
On Thu, 10 Jul 2003, Trey Gruel wrote:
You need to add the following lines to the mouse section of your XF86Config file:
Option "Buttons" "5" Option "ZAxisMapping" "4 5"
Side note - Why do you have 2 mouse entries in your config file? And why are they Mouse[1] and Mouse[3]? Seems odd to me.
-- trey
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Hello, I'd like to be able to start a server program from a Konsole Shell with more than the default 1024 max. nr of open files. I'm using Suse 8.1. When I add the following lines to /etc/security/limits.conf: * hard nofile 4096 * soft nofile 4096 the ulimit -n changes to 4096 in a console login shell. (via ctr-alt-F2) so I'm almost there. However, when I login under KDE, and use a Konsole Shell there, the ulimit -n is still 1024. A similar thing happes when a login via ssh: the ulimit -n is back at 1024.From the ulimit -n 4096 login console, I ssh to my provider first, and then ssh back to my own machine where the remote-remote (ie. local) shell has ulimit -n 1024 again. I noticed that /etc/pam.d/login has an entry like: session required pam_limits.so and /etc/pam.d/xdm and /etc/pam.d/ssh both do not have an entry with pam_limits.so. Now I'd like to change the ulimit -n of a Konsole Shell to 4096. Should I: - add a pam_limits.so entry in /etc/pam.d/xdm, just as in /etc/spam.d/login?, or - try and find another configuration for KDE that changes the ulimit -n? For remote shells, should I change /etc/pam.d/ssh accordingly? Kind regards, Ype Kingma
On Thu, 2003-07-10 at 22:51, John Lowry wrote:
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/pointer1" Option "Emulate3Buttons" "on" Option "Name" "Autodetection" Option "Protocol" "ps/2" Option "Vendor" "Sysp" EndSection
Section "InputDevice" Driver "mouse" Identifier "Mouse[3]" Option "Device" "/dev/pointer0" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" EndSection <snip> Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[3]" "SendCoreEvents" Screen "Screen[0]" EndSection
Something is messed up here, you have two mice registered, one with a wheel, one without, and you're setting both as the main pointer (both CorePointer and SendCoreEvents tells X "use this as the main mouse") I would think you need to delete one of them.
participants (12)
-
Anders Johansson
-
Carl William Spitzer IV
-
James Oakley
-
James Ogley
-
Jason
-
jfweber@bellsouth.net
-
John Lowry
-
nick murphy
-
Paul Benjamin
-
Peter B Van Campen
-
Trey Gruel
-
Ype Kingma