Page 1 of 1

Smooth scroll, middle button ultranav in fedora core 3

Posted: Thu Jan 19, 2006 11:15 am
by rssb
Hello,
Can some one help me how to configure the middle ultranav button for smooth scroll in fedora core 3. I currently have it working as auto scroll, and the scroll is active unless the middle button is pressed again.

Double clicking the middle button quickly in sucession or holding it down for a long time, tries to open some webpage and comes back saying invalid url.

thanks

Posted: Thu Jan 19, 2006 12:26 pm
by byron
i use this in FC4.. works great for me.

/etc/X11/xorg.conf

Code: Select all

Option "EmulateWheel"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "true" 

Thanks

Posted: Thu Jan 19, 2006 12:58 pm
by rssb
The solution given by Byron, works great even in FC3 , Thanks a lot for your quick response.