Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-08-2006, 12:02 AM   #1 (permalink)
 
Newb Techie

Join Date: Feb 2006

Posts: 12

Nuxology

Default Ubuntu and optical mouse

Anyone using Ubuntu and an optical mouse? I've installed Ubuntu on more than one machine and can't get an optical mouse to work. The mouse lights up but no on-screen movement. Change to a rollerball mouse and it works perfectly. Not a big deal, but I do prefer an optical mouse. Any ideas about fixing this ?
Nuxology is offline  
Old 05-08-2006, 12:20 AM   #2 (permalink)
 
Ultra Techie

Join Date: May 2005

Location: Townsville, QLD

Posts: 641

jakec is on a distinguished road

Default

Nuxology,

what does your Mouse portion of your Xorg.conf file look like? it should look somthing like this:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

if you want post your Xorg.config file here I'll look at it for you to get into the Xorg file just type

To access it open a terminal and type
gedit /etc/X11/xorg.conf

Copy and paste it into a reply

Jake
jakec is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On