(just realized this is now a public list - sorry if last post did not meet guidelines) I hope you all can help. I am having the worst time trying to get XF86 to recognize my mouse. I am fairly sure this is a bug (or at least an incompatibility). I have included my hwconf, XF86Config, and of course XFree86.0.log files. Here are some other things that might help: - My mouse is a Logitech Trackman Marble+ - I have a KVM switch between two RedHat Linux machines. The mouse works great on the other box. - I have tried RedHat versions 7.3, 8.0 and 9.0 (can't recall exact kernels), and recently Debian with kernels 2.2.18 and 2.4.20. All have the same negative results. - The included XF86Config file is from today and is from a fresh RedHat install. The only change is the commented "InputDevice":"DevInputMice" Section to make it match the other machine's config file. That's the only 'fooling around" I did with it. (this time). - My motherboard is an Abit BX6-r2 with latest BIOS. (I don't think any of the BIOS settings are out of the ordinary, but I will write down anything you think is useful. Hopefully I have given you enough information. Please ask for anything else you might need. Sincere Thanks, noob ---------------------------------------------------------------------------- --------------- XFree86.0.log: < video initialization snipped > XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2) Release Date: 27 February 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] Build Date: 27 February 2003 Build Host: porky.devel.redhat.com Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version. Module Loader present OS Kernel: Linux version 2.4.20-8 (bhcompile@xxxxxxxxxxxxxxxxxxxxxx) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003 Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Wed Nov 5 17:37:25 2003 (==) Using config file: "/etc/X11/XF86Config" (==) ServerLayout "Default Layout" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Videocard0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc105" (**) XKB: model: "pc105" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "unix/:7100" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (++) using VT number 7 (II) Open APM successful (II) Module ABI versions: XFree86 ANSI C Emulation: 0.2 XFree86 Video Driver: 0.6 XFree86 XInput driver : 0.4 XFree86 Server Extension : 0.2 XFree86 Font Renderer : 0.4 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.3.0, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.4 (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension LBX (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (**) Option "Protocol" "IMPS/2" (**) Mouse0: Protocol: "IMPS/2" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/psaux" (EE) xf86OpenSerial: Cannot open device /dev/psaux Device or resource busy. (EE) Mouse0: cannot open input device (EE) PreInit failed for input device "Mouse0" (II) UnloadModule: "mouse" (II) Keyboard "Keyboard0" handled by legacy driver (WW) No core pointer registered No core pointer Fatal server error: failed to initialize core devices When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to xfree86@xxxxxxxxxxxx ---------------------------------------------------------------------------- --------------- XF86Config: # XFree86 4 configuration created by pyxf86config Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" # InputDevice "DevInputMice" "AlwaysCore" EndSection Section "Files" # RgbPath is the location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (they are concatenated together) # By default, Red Hat 6.0 and later now use a font server independent of # the X server to render fonts. RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "dri" EndSection Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # Identifier "Keyboard0" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection #Section "InputDevice" # If the normal CorePointer mouse is not a USB mouse then # this input device can be used in AlwaysCore mode to let you # also use USB mice at the same time. # Identifier "DevInputMice" # Driver "mouse" # Option "Protocol" "IMPS/2" # Option "Device" "/dev/input/mice" # Option "ZAxisMapping" "4 5" # Option "Emulate3Buttons" "no" #EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Hitachi CM643" DisplaySize 330 250 HorizSync 31.0 - 95.0 VertRefresh 50.0 - 130.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "mga" VendorName "Videocard vendor" BoardName "Matrox Millennium G400" VideoRam 32768 EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection ---------------------------------------------------------------------------- --------------- hwconf: - class: OTHER bus: PCI detached: 0 driver: agpgart desc: "Intel Corp.|440BX/ZX/DX - 82443BX/ZX/DX Host bridge" vendorId: 8086 deviceId: 7190 subVendorId: 0000 subDeviceId: 0000 pciType: 1 - class: OTHER bus: PCI detached: 0 driver: ignore desc: "Intel Corp.|440BX/ZX/DX - 82443BX/ZX/DX AGP bridge" vendorId: 8086 deviceId: 7191 subVendorId: 0000 subDeviceId: 0000 ciType: 1 - class: OTHER bus: PCI detached: 0 driver: unknown desc: "Intel Corp.|82371AB/EB/MB PIIX4 ISA" vendorId: 8086 deviceId: 7110 subVendorId: 0000 subDeviceId: 0000 pciType: 1 - class: OTHER bus: PCI detached: 0 driver: unknown desc: "Intel Corp.|82371AB/EB/MB PIIX4 IDE" vendorId: 8086 deviceId: 7111 subVendorId: 0000 subDeviceId: 0000 pciType: 1 - class: OTHER bus: PCI detached: 0 driver: unknown desc: "Intel Corp.|82371AB/EB/MB PIIX4 ACPI" endorId: 8086 deviceId: 7113 subVendorId: 0000 subDeviceId: 0000 pciType: 1 - class: OTHER bus: PCI detached: 0 driver: unknown desc: "Sigma Designs, Inc.|REALmagic Hollywood Plus DVD Decoder" vendorId: 1105 deviceId: 8300 subVendorId: 0000 subDeviceId: 0000 pciType: 1 - lass: OTHER bus: USB detached: 0 driver: unknown desc: "Intel Corp. Easy PC Camera" usbclass: 0 usbsubclass: 0 usbprotocol: 0 usbbus: 1 usblevel: 1 usbport: 0 vendorId: 8086 deviceId: 0110 usbmfr: ? usbprod: ? - class: OTHER bus: USB detached: 0 driver: unknown desc: "Texas Instruments GraphLink" usbclass: 0 usbsubclass: 0 usbprotocol: 0 usbbus: 1 usblevel: 2 usbport: 1 vendorId: 0451 deviceId: e001 usbmfr: Texas Instruments Incorporated usbprod: TI-GRAPH LINK USB - class: OTHER bus: USB detached: 0 driver: unknown desc: "Texas Instruments TUSB2040/2070 Hub" usbclass: 9 usbsubclass: 0 usbprotocol: 0 usbbus: 1 usblevel: 1 usbport: 1 vendorId: 0451 deviceId: 1446 - class: OTHER bus: USB detached: 0 driver: unknown desc: "USB UHCI Root Hub" usbclass: 9 usbsubclass: 0 usbprotocol: 0 usbbus: 1 usblevel: 0 usbport: 0 vendorId: 0000 deviceId: 0000 usbprod: USB UHCI Root Hub - class: NETWORK bus: PCI detached: 0 device: eth driver: 3c59x desc: "3Com Corporation|3c900B-Combo [Etherlink XL Combo]" vendorId: 10b7 deviceId: 9005 subVendorId: 10b7 subDeviceId: 9005 pciType: 1 - class: NETWORK bus: ISAPNP detached: 0 device: eth driver: ne desc: "SMC EZ Card (1660):Unknown" deviceId: SMC1660 pdeviceId: SMC1660 compat: PNP80d6 native: 1 active: 1 cardnum: 0 logdev: 0 io: 0x300 irq: 3 - class: SCSI bus: PCI detached: 0 driver: aic7xxx desc: "Adaptec|AHA-2930U2" vendorId: 9005 deviceId: 0011 subVendorId: 9005 subDeviceId: 0181 pciType: 1 - class: MOUSE bus: PSAUX detached: 0 device: psaux driver: msintellips/2 desc: "Generic PS/2 Wheel Mouse" - class: AUDIO bus: PCI detached: 0 driver: unknown desc: "Aureal Semiconductor|AU8810 Vortex Digital Audio Processor" vendorId: 12eb deviceId: 0003 subVendorId: 12eb subDeviceId: 0003 pciType: 1 - class: CDROM bus: SCSI detached: 0 device: scd0 driver: ignore desc: "Pioneer DVD-ROM DVD-303R" host: 0 id: 2 channel: 0 lun: 0 generic: sg2 - class: CDROM bus: SCSI detached: 0 device: scd1 driver: ignore desc: "Btc BCE1610IM" host: 1 id: 0 channel: 0 lun: 0 generic: sg3 - class: VIDEO bus: PCI detached: 0 driver: Card:Matrox Millennium G400 desc: "Matrox|MGA G400 AGP" vendorId: 102b deviceId: 0525 subVendorId: 102b subDeviceId: 2179 pciType: 1 - class: FLOPPY bus: MISC detached: 0 device: fd0 driver: unknown desc: "3.5" 1.44MB floppy drive" - class: HD bus: SCSI detached: 0 device: sda driver: ignore desc: "Seagate ST39103LW" host: 0 id: 0 channel: 0 lun: 0 generic: sg0 - class: HD bus: SCSI detached: 0 device: sdb driver: ignore desc: "Ibm DDYS-T36950N" host: 0 id: 1 channel: 0 lun: 0 generic: sg1 - class: PRINTER bus: PARALLEL detached: 0 device: lp0 driver: unknown desc: "Hewlett-Packard DeskJet 720 Series" pnpmodel: DESKJET 720C pnpmfr: HEWLETT-PACKARD pnpmodes: SCP,VLINK pnpdesc: Hewlett-Packard DeskJet 720 Series - class: USB bus: PCI detached: 0 driver: usb-uhci desc: "Intel Corp.|82371AB/EB/MB PIIX4 USB" vendorId: 8086 deviceId: 7112 subVendorId: 0000 subDeviceId: 0000 pciType: 1 _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86