LinuxQuestions.org
Support LQ: Use code LQ3H and save $3 on Web Hosting
Go Back   LinuxQuestions.org > HCL > I/O Devices > Logitech
User Name
Password

Notices


Search · Register · Submit New Product ·
 

Logitech Marble Mouse
Reviews Views Date of last review
10 12711 09-01-2008
spacer
Recommended By Average Price Average Rating
100% of reviewers $21.19 9.4



Description: Ease of use, Sleek body design allows left or right hand to fit Comfortably over it. It has 2 buttons(one of each side) and the Trackball is on top and can be easily rolled with the Index and/or Middle fingers. It works well with Open Source games like....Neverball, Neverputt, and Foobilliard!!
Keywords: Optical, Corded Trackball
Connection Type: PS/2 or USB


Author
Post A Reply 
Old 05-27-2004, 06:09 PM   #1
CodeSplice
 
Registered: Feb 2004
Distribution: Red Hat 9
Posts: 10
Would you recommend the product? yes | Price you paid?: $19.95 | Rating: 9

Kernel (uname -r): 2.4.20-8
Distribution: RedHat 9.0



[Log in to get rid of this advertisement]
I plugged in the trackball on my USB port, and it worked fine, just like a basic three-button mouse. Unfortunately, the more advanced features of the Marble Mouse (like scrolling) weren't immediately put into action. I struggled a bit with getting everything to work fine, but it works beautifully now.

The trick is to use the Logitech-supplied USB-to-PS/2 adapter and plug the Marble Mouse in to your computer's PS/2 port. Then, make the following settings in your /etc/X11/XF86Config file:

Section "InputDevice"
Identifier "mouse0"
Driver "mouse"
Option "Name" "AutoDetected"
Option "Buttons" "5"
Option "Protocol" "MouseManPlusPS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection

Restart X by logging out and log back in... it works beautifully. The two smaller buttons serve as a sort of scrollwheel, so clicking those scrolls pages up and down a little bit.

A bit tricky to get it working right, but I'm in love with my new Marble Mouse.
 is offline    
Old 06-27-2004, 11:46 PM   #2
Joey.Dale
 
Registered: Jun 2003
Distribution: Gentoo, Slackware
Posts: 822
Would you recommend the product? yes | Price you paid?: $24.00 | Rating: 10

Kernel (uname -r): 2.6.5
Distribution: Slackware-current


I pluged it in (usb) and slackware seen it as a three button mouse. I just left it like that and use the small left button for paste. The small right button does nothing.

-Joey
 is offline    
Old 01-30-2005, 06:12 AM   #3
Nighthawk4
 
Registered: Jan 2005
Distribution: PCLinuxOS
Posts: 37
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 10

Kernel (uname -r): 2.6.9-1.667
Distribution: Fedora Core 3


I also use the USB to PS/2 adaptor.

This has auto-detected and worked fine on every distribution I have tried (FC3, Mandrake, SuSE, Debian, Knoppix, etc.).

The only minor problem I have is that I am left-handed, so I use the buttons reversed. Most of the 'live' CDs I have tried do not allow me to reverse the buttons. The only one which did allow this was Knoppix, iirc.

Some of the installed distributions had the same problem, although this can be fixed with a little editing. Gnome seems better for this than KDE, for some reason.

I have not bothered with trying to get the other buttons to work - it is just setup as a 3-button mouse. I rarely use the extra functions in Windows either.

I think this cost about GBP30, but that was some time ago.
 is offline    
Old 08-09-2005, 11:12 PM   #4
sporks
 
Registered: Dec 2004
Distribution: openSUSE 11.0 and OzOS
Posts: 211
Would you recommend the product? yes | Price you paid?: $19.00 | Rating: 9

Kernel (uname -r): 2.4.31
Distribution: Slackware


Plugged in using the USB connection. Worked off the bat as another poster suggested but the buttons were screwy.

I did get the small scroll buttons working by modifying my xorg.conf file as such:

Code:
Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option      "Protocol" "ExplorerPS/2"
Option      "Device" "/dev/mouse"
Option      "Buttons" "7"
Option      "ZAxisMapping" "6 7"
EndSection
The action doesn't match the arrow on the button, the right scrolls down and the left up, but somehow that makes more sense to me anyway.

Nice trackball device.

Only gave 9 out of 10 because the scroll buttons don't continuously scroll when held down. Only a few lines at a time.
 is offline    
Old 03-09-2006, 12:12 PM   #5
seth_has_errors
 
Registered: Oct 2005
Distribution: Mepis, FreeBSD, CentOS
Posts: 1
Would you recommend the product? yes | Price you paid?: $17.99 | Rating: 10

Kernel (uname -r): 2.6.15-1-686
Distribution: Debian Testing


After quite a fair amount of fiddleing with the xorg settings, i managed to get it to: scroll using the ball on both the x and y axis, tho i had issues useing the x axis with firefox, so its disable in this config.
heres the Xorg.conf section:

Code:
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
      #Option          "Vender"                "Sysp"
      #Option          "Name"                "AutoDetected"
        Option          "Buttons"               "5"
      #Option          "ButtonMapping"         "1 2 3 4"
        Option          "Device"              "/dev/psaux"
       Option          "Protocol"        "MouseManPlusPS/2"
      #Option          "Emulate3Buttons"       "true"
        Option          "EmulateWheel"          "true"
      #Option          "EmulateWheelTimeout"   "200"
        Option          "EmulateWheelButton"    "2"
        Option          "YAxisMapping"          "4 5"
      #Option          "XAxisMapping"          "6 7"
      #Option          "ZAxisMapping"          "6 7"
EndSection
 is offline    
Old 01-16-2007, 05:35 AM   #6
...nazgoul...
 
Registered: Nov 2005
Posts: 0
Would you recommend the product? yes | Price you paid?: $25.00 | Rating: 9

Kernel (uname -r): 2.6.19-ARCH
Distribution: Arch Linux


Very nice trackball, work good for now over 3 months over USB.
And here my Config (found it on some sit) with the upper-left button working as scroll-button.

Code:
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
      #Option          "Vender"                "Sysp"
      #Option          "Name"                "AutoDetected"
        Option          "Buttons"               "5"
      #Option          "ButtonMapping"         "1 2 3 4"
        Option          "Device"              "/dev/input/mice"
       Option          "Protocol"        "MouseManPlusPS/2"
      #Option          "Emulate3Buttons"       "true"
        Option          "EmulateWheel"          "true"
      #Option          "EmulateWheelTimeout"   "200"
        Option          "EmulateWheelButton"    "2"
        Option          "YAxisMapping"          "4 5"
      #Option          "XAxisMapping"          "6 7"
      #Option          "ZAxisMapping"          "6 7"
 is offline    
Old 08-12-2007, 11:52 PM   #7
manifoldronin
 
Registered: Aug 2007
Distribution: kubuntu 7.04
Posts: 0
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 9

Kernel (uname -r): 2.6.20
Distribution: kubuntu


My xorg.conf:
Section "InputDevice"
Identifier "Marble Mouse"
Driver "mouse"
Option "CorePointer"
Option "Buttons" "9"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "true"
Option "EmulateWheelTimeout" "300"
Option "EmulateWheelButton" "8"
Option "YAxisMapping" "4 5"
#Option "XAxisMapping" "6 7"
EndSection

The XAxisMapping would have been cool, as it combined with YAxisMapping allows free scroll. But it had to be disabled because it causes firefox to go back and forth in page hisotry, and it's next impossible to do a _perfect_ vertical scroll (i.e. Y Axis only) with the ball.

Also my ~/.Xmodmap:
pointer = 1 9 3 4 5 6 7 8 2

The .Xmodmap pointer remapping makes the right small button act as the middle button on a regular mouse.

Also note .Xmodmap is ubuntu specific.
 is offline    
Old 10-26-2007, 08:35 AM   #8
Tricon
 
Registered: Oct 2007
Posts: 1
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 10

Kernel (uname -r): 2.6.22-14-generic
Distribution: Ubuntu 7.10


Kudos and +2000 points to this entire thread! You saved me a bunch of time, and this mouse now works great in Linux. Also, the YAxis mapping is stellar. Thank you all so much.
 is offline    
Old 03-29-2008, 06:35 PM   #9
Trauma
 
Registered: Nov 2006
Distribution: Fedora 9
Posts: 10
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 9

Kernel (uname -r):
Distribution: Fedora 8


I love this mouse (in WindowZzz) and can't wait till I get it configured for use in Fedora Opera 9.5beta.

The forward / backward functions are brilliant. And, helps RSI a bit as it immobilises wrist action quite a bit.
 is offline    
Old 09-01-2008, 11:42 AM   #10
overbomb
 
Registered: Sep 2008
Distribution: Fedora
Posts: 4
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 0

Kernel (uname -r):
Distribution: Fedora


Greetings; I am new to Linux. I am preparing to install Fedora, and wanted to check the compatibility of my peripherals before doing so. This thread has been quite helpful to me, but I'm curious. I have grown to love my marble mouse trackball in the years I've had it, but I've always preferred to use the small left button for double-clicking and the small right button for pasting. Is there a way to configure it to do this?

Thanks in advance for the help.
 is offline    





All times are GMT -5. The time now is 12:20 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Open Source Consulting | Domain Registration