Hi all,<br>
<br>
I've rolled out two ltsp clusters at our school district, both using
Ubuntu 6.06 LTS desktop.  So far things are working
well, however I have a problem that I can't seem to resolve. The thin
clients have optical wheel mice and the wheels won't scroll at
all.  Googling and Ubuntu forum searches haven't solved this one
for me. I DO know that this problem is fixed in 6.10 but I don't want
to upgrade since I like the idea of the long term support for packages offered via 6.06 lts.<br>
<br>I think there may be a fix either with X11 or simply through xorg.conf but I have yet to narrow it down.<br><br>My servers running 6.06 lts desktop are running:<br>
 x11-common 7.0.0-0ubuntu45<br>
<br>
The relevant section of the xorg.conf page looks like:<br>
<br>
Section "InputDevice"<br>
        Identifier      "Configured Mouse"<br>
        Driver          "mouse"<br>
        Option          "CorePointer"<br>
       
Option         
"Device"               
"/dev/input/mice"<br>
       
Option         
"Protocol"             
"ExplorerPS/2"<br>
       
Option         
"ZAxisMapping"          "4
5"<br>
       
Option         
"Emulate3Buttons"       "true"<br>
EndSection<br>
<br>
In contrast, my workstation running 6.10, on which the optical wheel mouse scrolls just fine is running:<br>
1:7.1.1ubuntu6.2<br>
<br>
<br>
The relevant section of the xorg.conf page looks like:<br>
<br>
Section "InputDevice"<br>
        Identifier      "Configured Mouse"<br>
        Driver          "mouse"<br>
        Option          "CorePointer"<br>
       
Option         
"Device"               
"/dev/input/mice"<br>
       
Option         
"Protocol"             
"ExplorerPS/2"<br>
       
Option         
"ZAxisMapping"          "4
5"<br>
       
Option         
"Emulate3Buttons"       "true"<br>
EndSection<br>
<br>
both computers are running the psmouse module<br>
<br>
Anyway I hope someone can help me out.<br>
<br>
Thanks!<br><span class="sg">
<br>
John</span>