You are not logged in.
I've just installed arch on 2 PCs. After upgrade, both of my PS/2 mouse doesn't work. Here's pice of my xorg:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2" # "Auto"
Option "Device" "/dev/input/mice" # "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Last edited by Husio (2007-01-30 21:08:51)
Offline
This is what I have:
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "SendCoreEvents" "true"
Try changing the Protocol and see what happens.
Offline
I was trying with: auto, PS/2, ExplorerPS/2, IMPS/2
and device :/dev/input/mice, /dev/psaux. Still not working.
Offline
Do the changes that you are making fit in with the Section "ServerLayout" at the top of the file? i.e. I have:
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
Offline
Here's my xorg : http://husio.homelinux.com/download/xorg.conf
Offline
Are you restarting X after each change to the /etc/xorg.conf? Sorry to state the obvious - but you know what it is like
Offline
yes
I think it depends on kernel. On my own kernel mouse works fine. Also in kernel26 from install-cd 0.7.1
Offline
Try
modprobe psmouse
Offline
Yes I have this problem with kernel 2.6.19.
The only solution I have found is to use 2.6.18, so I have to keep it pinned at that.
Offline
I'm having this problem as well. I'm using a logitech wheel mouse model number: M-S48a. I just did a `pacman -Syu` and rebooted. I've tried using /dev/psaux, /dev/input/mice. I've tried changing the protocol to auto, logitech, and PS/2. I've also tried `modprobe psmouse` and `modprobe capability` nothing seems to work. X starts up but the mouse does not move.
Offline
I'm having this problem as well. I'm using a logitech wheel mouse model number: M-S48a. I just did a `pacman -Syu` and rebooted. I've tried using /dev/psaux, /dev/input/mice. I've tried changing the protocol to auto, logitech, and PS/2. I've also tried `modprobe psmouse` and `modprobe capability` nothing seems to work. X starts up but the mouse does not move.
I've an identical problem with my Trekker Wheel mouse. It is a PS/2 mouse.
I did a fresh install using 0.72 and did a # pacman -Syu. Then I installed xorg, xfce4 and xfce4-goodies. When I $ startx, the cursor is shown but the cursor does not move.
I've tried changing the protocol to various as found in $ xorgconfig, but it does not work. Changing device to /dev/psaux and dev/input/mice does not work too.
Generating xorg.conf using # hwd -x, # X -configure, # xorgconfig, does not remedy the problem.
I'm sure that the mouse functions ok as I do a dual boot of arch and ubuntu on the same system. In fact, I've copied over the xorg.conf over from Ubuntu to Arch.
Kernel module psmouse is loaded on boot.
I've also tried cat /dev/psaux and /dev/input/mice, but no output.
I also find it odd that /dev/psaux is a symlink that points to /misc/psaux. Bcos /misc/psaux does not exist.
Any ideas?
I trying to downgrade my kernel. May I know how to do that, since Arch is a rolling release system?
Offline
Anyway below is a copy of my xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Silicon Integrated Systems (SiS) 630/730 PCI/AGP VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "L1740PQ"
Option "DPMS"
HorizSync 30-83
VertRefresh 56-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems (SiS) 630/730 PCI/AGP VGA Display Adapter"
Monitor "L1740PQ"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Last edited by elfgoh (2007-01-28 09:35:51)
Offline
The wiki shows how to downgrade packages.
http://wiki.archlinux.org/index.php/Downgrade_packages
Offline
Just to update, I've tried several other ps/2 mice that are working, but they still do not work. I tried a usb mice and it works fine.
Offline
# **********************************************************************
# Input devices - Mouse
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
This work fine with psmouse and usb mouse
PS: modprobe psmouse
byez!
Offline
I've tried everything mentioned above except downgrading the kernel. and I'm still having this issue. USB mice work fine but no PS/2 mice work at all. I've tried booting with a SLAX live CD and the same PS/2 mouse works fine then. Another symptom is the mouse does not show up in /proc/bus/input/devices. Some people seem to be having the same problem with Fedora Core 6. https://bugzilla.redhat.com/bugzilla/sh … ?id=223606
Offline
Try
modprobe psmouse
That's all. Just load psmouse module.
Offline
I've tried loading the psmouse module at the command prompt and also by adding it to the rc.conf modules line and restarting. I've done a lsmod | grep psmouse to make sure its loaded and it is. Neither way makes any difference.
Offline
local/xf86-input-mouse 1.1.1-1
X.org mouse input driver
Do you have this package ?
Offline
yes I have xf86-input-mouse 1.1.1-1 installed. I would downgrade to 2.6.18 but I can't find the package any where. Anyone know where I can find it?
Offline