You are not logged in.

#1 2004-07-13 04:36:07

yang
Member
Registered: 2004-06-09
Posts: 14

The usb mouse scroll wheel does not work

The usb mouse scroll wheel does not work, I have read lots of posts and tried many ways to modified /etc/XF86config-4, but it still not work, it seems it a commant problem for the usb scroll wheel mice users. the core of my /etc/XF86Config-4 is below:
****************************************************************
Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
# PS/2 Mouse using /dev/input/mice in Kernel 2.6
# Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
***********************************************************************
Section "InputDevice"
    Identifier  "Serial Mouse"
    Driver      "mouse"
    Option      "Protocol" "Microsoft"
    Option      "Device" "/dev/ttyS0"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option      "Protocol" "PS/2"
    Option      "Device" "/dev/psaux"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
    Option        "SendCoreEvents"    "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection[code]
*************************************************************************************************
I am using xorg, kernel 2.6.7, someone helps me please, I do not want to "hwd" any more...... :x :twisted:

Offline

#2 2004-07-13 04:59:44

luigi
Member
Registered: 2004-07-02
Posts: 29

Re: The usb mouse scroll wheel does not work

Try this:

cp XFree86-4 xorg.conf

That's what worked for me when switching over to xorg.

Offline

#3 2004-07-13 05:06:46

yang
Member
Registered: 2004-06-09
Posts: 14

Re: The usb mouse scroll wheel does not work

cp XFree86-4 xorg.conf          or               cp XF86Config-4 xorg.conf  ?

Offline

#4 2004-07-13 05:12:16

luigi
Member
Registered: 2004-07-02
Posts: 29

Re: The usb mouse scroll wheel does not work

Rename the XFree86 config file that hwd creates to xorg.conf.  Put it in the same directory.

Offline

#5 2004-07-13 05:15:42

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: The usb mouse scroll wheel does not work

it would be :

cp XF86Config-4 (or XF86Config) xorg.conf

as long as you are in /etc/X11 if you are not then you will have to add /etc/X11 in front of both.


AKA uknowme

I am not your friend

Offline

#6 2004-07-13 05:19:36

yang
Member
Registered: 2004-06-09
Posts: 14

Re: The usb mouse scroll wheel does not work

# cd /etc/X11
# cp XF86Config-4 xorg.conf

and then reboot....................the usb mouse's scroll wheel works lol  lol  lol

many thanks, mate lol  lol  big_smile

Offline

#7 2004-07-13 05:54:40

yang
Member
Registered: 2004-06-09
Posts: 14

Re: The usb mouse scroll wheel does not work

I could run xmule in the xfree86, but when it was updated to xorg, the xmule got problems:

[yang@myhost yang]# xmule
xmule: error while loading shared libraries: libwx_gtk-2.4.so: cannot open shared object file: No such file or directory

wink  wink  wink

Offline

#8 2004-07-13 06:25:01

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: The usb mouse scroll wheel does not work

maybe reinstall or rebuild xmule. but the maintainer should be informed of this since more and more people will be using xorg.


AKA uknowme

I am not your friend

Offline

Board footer

Powered by FluxBB