Xorg on x86 mouse configuration
Hi,
I installed Solaris 10 11/06 on x86.
My server has an active usb to ps/2 adapter on wich i connect PS/2 PC keyboard and mouse.
I've updated xorg to 7.2 with solaris packages.
my xorg.conf :
Section "ServerLayout"
Identifier"X.org Configured"
Screen0 "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver"mouse"
Option"Protocol" "VUID"
Option"Device" "/dev/usb/hid1"
Option"StreamsModule" "usbms"
#Option"ZAxisMapping" "4 5"
EndSection
I've tried this setting because according to xorg manual,these are the one you would have a good support for usb mouse.
# prtconf -v |grep mouse
mouse, instance #1
dev_path=/pci@0,0/pci1028,205@3,2/hub@4/hub@1/device@2/mouse@1:mouse
dev_path=/pci@0,0/pci1028,205@3,2/hub@4/hub@1/device@2/mouse@1:internal_mouse
ls -al /dev/usb
total 32
drwxr-xr-x4 rootroot 512 Jul 4 19:32 .
drwxr-xr-x 18 rootsys 3584 Jul 4 23:34 ..
drwxr-xr-x3 rootroot 512 Jun 26 23:30 7c4.a604
drwxr-xr-x3 rootroot 512 Jul 4 19:32 d3d.1
lrwxrwxrwx1 rootroot 66 Jul 4 19:32 device0 -> ../../devices/pci@0,0/pci1028,205@3,2/hub@4/hub@1/device@2:usb_mid
lrwxrwxrwx1 rootroot 78 Jul 4 19:32 hid0 -> ../../devices/pci@0,0/pci1028,205@3,2/hub@4/hub@1/device@2/keyboard@0:keyboard
lrwxrwxrwx1 rootroot 72 Jul 4 19:32 hid1 -> ../../devices/pci@0,0/pci1028,205@3,2/hub@4/hub@1/device@2/mouse@1:mouse
lrwxrwxrwx1 rootroot 40 Jun 26 23:30 hub0 -> ../../devices/pci@0,0/pci1028,205@3:hubd
lrwxrwxrwx1 rootroot 42 Jun 26 23:30 hub1 -> ../../devices/pci@0,0/pci1028,205@3,1:hubd
lrwxrwxrwx1 rootroot 42 Jun 26 23:30 hub2 -> ../../devices/pci@0,0/pci1028,205@3,2:hubd
lrwxrwxrwx1 rootroot 48 Jun 26 23:30 hub3 -> ../../devices/pci@0,0/pci1028,205@3,2/hub@4:hubd
lrwxrwxrwx1 rootroot 54 Jun 26 23:30 hub4 -> ../../devices/pci@0,0/pci1028,205@3,2/hub@4/hub@1:hubd
lrwxrwxrwx1 rootroot 56 Jun 26 23:30 mass-storage0 -> ../../devices/pci@0,0/pci1028,205@3,2/storage@2:scsa2usb
So, now the symptoms :
X get to the login screen. At login screen the pointer is not moving except if :
i keep left button pressed and (move the mouse up, the pointer goes left, move the mouse down, the pointer goes right).
I've tried with another mouse with no luck.
Any idea/advice would be greatly apreciated. (I pray for Alan Coopersmith to read that :))...
Regards,
Ben

