You are not logged in.

#1 2006-11-05 08:35:37

efossvold
Member
From: Kamloops, Canada
Registered: 2006-07-23
Posts: 59

synaptic touchpad doesn't work after pacman -Syu

I did a pacman -Syu to upgrade my system. It upgraded the synaptic package, my kernel and kde. However, now my synaptic device doesn't work... I'm getting around with an usb mouse, but I'd like to have to touchpad work again. I tried recompiling the newest synaptic source, but didn't help much.

Heres my xorg.conf:

# Auto-generated by Archie mkxcfg
# Auto-generated by Archie mkxcfg

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
    #InputDevice    "Mouse0" "CorePointer"
    Identifier     "Xorg Configured"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Touchpad" "AlwaysCore"
    InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
#    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/PEX"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/ttf/western"
    FontPath     "/usr/share/fonts/ttf/decoratives"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/truetype/openoffice"
    FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
    FontPath     "/usr/share/fonts/defoma/CID"
    FontPath     "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
    Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "bitmap" # bitmap-fonts
    Load  "type1"
    Load  "freetype"
    Load  "record"
EndSection

Section "ServerFlags"
    Option        "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" ""
    Option        "XkbVariant" ""
EndSection

#Section "InputDevice"

#    Option      "Emulate3Timeout" "70"
#    Identifier  "Mouse0"
#    Driver      "synaptics"
#    Option        "Protocol" "auto"
#    Option        "ZAxisMapping" "4 5"
#    Option        "Device" "/dev/input/mouse0"
#    Option      "Emulate3Buttons" "true"
#    Option        "SendCoreEvents" "true"
#EndSection

Section "InputDevice"
  Driver        "synaptics"
  Identifier    "Touchpad"
  Option        "Device"        "/dev/psaux"
  Option        "Protocol"      "auto-dev"
  Option        "LeftEdge"      "1700"
  Option        "RightEdge"     "5300"
  Option        "TopEdge"       "1700"
  Option        "BottomEdge"    "4200"
  Option        "FingerLow"     "25"
  Option        "FingerHigh"    "30"
  Option        "MaxTapTime"    "180"
  Option        "MaxTapMove"    "220"
  Option        "VertScrollDelta" "100"
  Option        "MinSpeed"      "0.06"
  Option        "MaxSpeed"      "0.12"
  Option        "AccelFactor" "0.0010"
  Option        "SHMConfig"     "on"
#  Option       "Repeater"      "/dev/ps2mouse"
EndSection

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option        "Device" "/dev/input/mouse0"
    Option        "SendCoreEvents" "true"
    Option        "Protocol" "IMPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Buttons" "5"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[1]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
    Option        "DesktopSetup" "clone"
    Option        "EnableMonitor" "crt1"
    Option        "ForceMonitors" "nocrt,lvds"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[1]"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
    Screen      1
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1680x1050"
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[1]"
    Device     "aticonfig-Device[1]"
    Monitor    "aticonfig-Monitor[1]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1680x1050"
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

This is the error xorg gives me:

(EE) Touchpad no synaptics touchpad detected and no repeater device
(EE) Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Touchpad"

Offline

#2 2006-11-05 09:52:31

Stalwart
Member
From: Latvia, Riga
Registered: 2005-10-18
Posts: 445
Website

Re: synaptic touchpad doesn't work after pacman -Syu

Do you have /dev/evdev ?


IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686

Offline

#3 2006-11-05 09:55:58

cheer
Member
From: Russia, St. Petersburg
Registered: 2006-08-02
Posts: 131

Re: synaptic touchpad doesn't work after pacman -Syu

mine Synaptics is /dev/input/mouse0

Offline

#4 2006-11-05 14:11:50

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: synaptic touchpad doesn't work after pacman -Syu

yeah, /dev/psaux is depreciated and may have been removed from the kernel. Use

grep Handlers /proc/bus/input/devices

to find which mouse it is. You may have to change your usb to /dev/input/mice.

Offline

#5 2006-11-05 18:37:16

efossvold
Member
From: Kamloops, Canada
Registered: 2006-07-23
Posts: 59

Re: synaptic touchpad doesn't work after pacman -Syu

This the output of "grep Handlers /proc/bus/input/devices":
H: Handlers=kbd event0
H: Handlers=kbd event1
H: Handlers=mouse0 event2 ts0
H: Handlers=kbd event3

My synaptic used to be mouse0 (not /dev/psaux), but after the upgrade my usb mouse became mouse0...

What's evdev though?

Offline

#6 2006-11-05 19:48:41

efossvold
Member
From: Kamloops, Canada
Registered: 2006-07-23
Posts: 59

Re: synaptic touchpad doesn't work after pacman -Syu

Problem solved, for some reason the psmouse module didn't load automatically. Did

modprobe psmouse evdev

and viola, touchpad working. I'll put them in rc.conf, should do the trick.

Offline

Board footer

Powered by FluxBB