LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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
12 45618 04-29-2012
spacer
Recommended By Average Price Average Rating
100% of reviewers $26.82 9.0



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, 05:09 PM   #1
CodeSplice
 
Registered: Feb 2004
Distribution: Red Hat 9
Posts: 10

Rep: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $19.95 | Rating: 9

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



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.
 
Old 06-27-2004, 10:46 PM   #2
Joey.Dale
 
Registered: Jun 2003
Distribution: Gentoo, Slackware
Posts: 828

Rep: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $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
 
Old 01-30-2005, 05:12 AM   #3
Nighthawk4
 
Registered: Jan 2005
Distribution: PCLinuxOS
Posts: 37

Rep: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): 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.
 
Old 08-09-2005, 10:12 PM   #4
sporks
 
Registered: Dec 2004
Distribution: Slackware
Posts: 211

Rep: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $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.
 
Old 03-09-2006, 11:12 AM   #5
seth_has_errors
 
Registered: Oct 2005
Distribution: Mepis, FreeBSD, CentOS
Posts: 1

Rep: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $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
 
Old 01-16-2007, 04:35 AM   #6
...nazgoul...
 
Registered: Nov 2005
Posts: 0

Rep: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $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"
 
Old 08-12-2007, 10:52 PM   #7
manifoldronin
 
Registered: Aug 2007
Distribution: kubuntu 9.10
Posts: 4

Rep: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): 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.
 
Old 10-26-2007, 07:35 AM   #8
Tricon
 
Registered: Oct 2007
Posts: 1

Rep: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): 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.
 
Old 03-29-2008, 05:35 PM   #9
Trauma
 
Registered: Nov 2006
Distribution: Fedora 15
Posts: 14

Rep: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): 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.
 
Old 09-01-2008, 10:42 AM   #10
overbomb
 
Registered: Sep 2008
Distribution: Fedora
Posts: 7

Rep: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): 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.
 
Old 10-31-2010, 01:20 PM   #11
Hyakutake
 
Registered: Apr 2004
Distribution: Slackware
Posts: 146

Rep: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 9

Kernel (uname -r): Linux darkstar 2.6.33.4-smp
Distribution: Slackware 13.1


Really good mouse for general work and RTS games.
Just needs some tweaks to fully work.
I've got this working on Slackware 13.1 as follows:

/etc/X11/xorg.conf (mouse section)
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "ChordMiddle"
Option "ZAxisMapping" "6 7"
EndSection

add to .xinitrc
xmodmap -e "pointer = 1 2 3 9 8 6 7 5 4 10"

Regards,
Hyakutake
 
Old 04-29-2012, 10:56 PM   #12
Bruce from Canada
 
Registered: Feb 2012
Distribution: Fedora
Posts: 16

Rep: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $55.00 | Rating: 5

Kernel (uname -r):
Distribution: Fedora (2 versions)


Shape:<br><br>Excellent for right handed users.<br><br>Connection:<br><br>I would prefer a USB Type B Female connector recessed into the body so that users can choose their own cord/length and replace the cord if it got damaged or lost.<br><br>Durability:<br><br>The plastic actuators for the buttons could be more durable. They can break more easily than the microswitch inside that they actuate.<br><br>Speed control:<br><br>Inadequate. I can slow down the ball speed in Win XP but not adequately in Fedora. This forces me to use XP more than I would prefer, especially in apps such as CAD, Libre Office draw, Inkscape, Gimp, etc.<br><br>All Feature support (Linux):<br><br>As seen this is less than ideal. Full GUI mouse behaviour adjustability would be a big help, especially for users who have physical coodrination difficulty, such as "small motor coordination".<br><br>Equivalent US price is very approximate, due to multiple reasons. VAT and other consumption taxes excluded. Also convenience of purchase makes a large difference in price.<br><br>Rating is given in terms of generic satisfaction with what I believe a trackball should really be, not simply compared with other trackballs.<br>
 




  



All times are GMT -5. The time now is 08:51 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
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration