<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <blockquote type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">&gt;<i> Check what you have set currently.
</i>&gt;<i>
</i>&gt;<i> gsettings get org.gnome.settings-daemon.peripherals.mouse
</i>&gt;<i> middle-button-enabled
</i>&gt;<i>
</i>&gt;<i> If this returns false then you can turn this on.
</i>&gt;<i>
</i>&gt;<i> gsettings set org.gnome.settings-daemon.peripherals.mouse
</i>&gt;<i> middle-button-enabled true
</i>&gt;<i>
</i>&gt;<i> Alan
</i>
Thanks for this Alan, do you know what the KDE equiv of this?
Sorry for the dumb question but I've already googled for things like this.

Also, I've run the Scientific Linux Live DVD and my touchpad works fine. It's 
a drastic solution swapping distributions, but so far I haven't found an 
alternative</pre>
    </blockquote>
    <br>
    Try to use xinput for both mouse and touchpad.<br>
    <br>
    &nbsp;xinput list<br>
    # xinput list_props "$device_name_or_number"<br>
    xinput list-props 10<br>
    Turn on three button emulation.<br>
    xinput set-prop 10 "Evdev Middle Button Emulation" 1<br>
    <br>
    <br>
    Alan<br>
  </body>
</html>