On Friday 21 Mar 2003 07:05, Patrick Marquetecken wrote:
> I hope to find a solution quick because my finger hurts by using the
> touchpad ;-) I have follosd your solutions and the documentaion , but
> still no external mouse !!
>
>
> Here's my dmesg and XF86Config
>
> hub.c: new USB device 00:03.0-1, assigned address 4
> usb.c: kmalloc IF c238a4c0, numif 1
> usb.c: skipped 1 class/vendor specific interface descriptors
> usb.c: new device strings: Mfr=1, Product=2, SerialNumber=0
> usb.c: USB device number 4 default language ID 0x409
> Manufacturer: Microsoft
> Product: Microsoft Wheel Mouse OpticalŪ
>
> : USB HID v1.00 Mouse [Microsoft Microsoft Wheel Mouse OpticalŪ] on
> : usb2:4.0

I have that same mouse
>
> usb.c: hid driver claimed interface c238a4c0
> usb.c: kusbd: /sbin/hotplug add 4
> usb.c: kusbd policy returned 0xfffffffe
> hub.c: port 2, portstatus 100, change 0, 12 Mb/s
>
>
> Section "ServerLayout"
> Identifier "XFree86 Configured"
> Screen 0 "Screen0" 0 0
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Mouse1" "SendCoreEvents"
> InputDevice "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> RgbPath "/usr/X11R6/lib/X11/rgb"
> ModulePath "/usr/X11R6/lib/modules"
> FontPath "/usr/X11R6/lib/X11/fonts/misc/"
> FontPath "/usr/X11R6/lib/X11/fonts/truetype/"
> FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
> EndSection
>
> Section "Module"
> Load "dbe"
> Load "extmod"
> Load "type1"
> Load "freetype"
> Load "glx"
> # Load "dri"
> # Load "record"
> # Load "xtrap"
> # Load "speedo"
> EndSection
>
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "keyboard"
> Option "XkbRules" "xfree86"
> Option "XkbModel" "pc101"
> Option "XkbLayout" "be"
> EndSection
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "PS/2"
> Option "Device" "/dev/mouse"
> EndSection
>

Here I have:
Section                 "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Buttons"               "7"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons" "false"
EndSection

> Section "InputDevice"
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "IMPS/2"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5"
> EndSection
>
> Section "Monitor"
> Identifier "Monitor0"
> VendorName "Medion"
> ModelName "FlatScreen"
> HorizSync 31.5 - 49.0
> VertRefresh 50.0 - 60.0
> EndSection
>
> Section "Device"
> Identifier "Card0"
> Driver "nvidia"
> Option "DigitalVibrance" "25"
> Option "HWcursor" "True"
> Option "NvAGP" "3"
> VendorName "NVidia"
> BoardName "GeForce4 488 Go"
> BusID "PCI:01:00:0"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> DefaultDepth 16
> SubSection "Display"
> Depth 1
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1024x768" "800x600" "640x480"
> EndSubSection
> EndSection
>
> TIA
> Patrick

You could also try unplugging the mouse after X has started and plug it in 
again.

Peter
-- 
Gentoo-1.4.2.8 Unstable. KDE: 3.1.1 Qt: 3.1.0
AMD Athlon(tm) XP 1900+ 768MB.  Kernel: 2.4.20-xfs.     GCC 3.2.2


--
[EMAIL PROTECTED] mailing list

Reply via email to