<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Andrew otte wrote:
<blockquote cite="mid001001c508f2$928d0370$6b6fcacb@upstairs"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.2180" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">Am a linux newbie and just installed
a bluetooth MS intellimouse explorer (the latest one with vertical and
horizontal scrolling).  It worked on fc3 out of the box but without
scrolling.</font></div>
  <div><font face="Arial" size="2">I have looked around and tried
tweaking xorg.conf and gotten nowhere so far.  Is there anything I need
to know about to get this mouse scrolling?</font></div>
</blockquote>
Welcome to the club. The program you want to use is xmodmap to asign
and re-map your buttons, but for some reason this doesn't always
work... In xorg.conf (I have an Intellimouse Explorer Wireless 2.0) I
have:<br>
Option "MouseButtons" " 7" <br>
Opton "ZAxisMapping" "6 7"<br>
Option "Resolution" "100"<br>
<br>
Worth noting, this is the same configuration I had in xorg.conf for
Fedora 2 (Xorg 6.7) and xmodmap worked like a charm. Anyway, with that
in the config file, I try next to execute:<br>
<br>
xmodmap -e "pointer = 1 2 3 6 7 4 5"<br>
<br>
And even though this seems to work OK, I don't get mouse buttons 4 or 5
events whatsoever (they are mapped as buttons 3 and 2 respectively)...
I've been trying to find a way to solve this to no avail.<br>
</body>
</html>