You are not logged in.

#26 2009-11-06 08:52:43

ckristi
Member
From: Bucharest, Romania
Registered: 2006-11-21
Posts: 225

Re: external mouse doesn't work in kdemod after upgrade

@stolowski: Your fix partially solved the problem. The mouse got a little bit more stable, but when I left clicked it went in the down part of the screen.

I found another fix for the moment. I borrowed my wife's wireless mouse which worked flawlessly for at least 30 minutes of KDE use and another 10 or so of Nexuiz playing (and then I left for work). So I think the Xorg team should spend a little more time figuring what happens and testing lots of hardware. I'm even willingful in providing them mice for testing. smile As I said before, my mouse is not an A4Tech, but a Fujitsu-Siemens/Primax Electronics.

Last edited by ckristi (2009-11-06 12:24:15)


In love I believe and in Linux I trust

Offline

#27 2009-11-06 15:33:17

Meskarune
Member
From: Helsinki, Finland
Registered: 2009-03-21
Posts: 361
Website

Re: external mouse doesn't work in kdemod after upgrade

I'll try out hwd when I back from class. My mouse is an old logitech.


Homepage  | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller

Offline

#28 2009-11-06 16:30:31

BlueSkyNis
Member
From: Serbia, Niš
Registered: 2009-10-08
Posts: 16

Re: external mouse doesn't work in kdemod after upgrade

I have A4tech x-710 mouse and will install xorg again when I finish the work I am doing currently and try this fix.

Offline

#29 2009-11-06 19:57:37

Darkwind
Member
Registered: 2007-05-06
Posts: 58

Re: external mouse doesn't work in kdemod after upgrade

the fix worked for me (laptop touchpad and Verbatim mouse) - on the other hand my screen is now green tinted. hmmmm. Well, at least I can click and type again.

Offline

#30 2009-11-06 23:05:53

dext
Member
From: Poland, Kraków
Registered: 2008-02-01
Posts: 98

Re: external mouse doesn't work in kdemod after upgrade

I similar problem - mouse (A4Tech X750) jumps to left top corner on 3 my desktops. Other mouses (Logitech, Razer) works fine. I can blame new kernel (2.6.31) or now Xorg (1.7). I think it is driver defect.

Offline

#31 2009-11-08 22:43:35

Meskarune
Member
From: Helsinki, Finland
Registered: 2009-03-21
Posts: 361
Website

Re: external mouse doesn't work in kdemod after upgrade

using hwd -xa didn't work for me... my mouse went from stuck in one area of the screen to non moving. sad

nvidia-xconfig also didn't help. Guess I'll have to downgrade, unless there is something else I can try.


Homepage  | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller

Offline

#32 2009-11-09 08:46:47

ckristi
Member
From: Bucharest, Romania
Registered: 2006-11-21
Posts: 225

Re: external mouse doesn't work in kdemod after upgrade

Try changing the mouse. This worked for me, but I'm not sure which particular mice work and which don't. That's troublesome.


In love I believe and in Linux I trust

Offline

#33 2009-11-09 09:23:06

bagheera
Member
Registered: 2009-06-13
Posts: 84

Re: external mouse doesn't work in kdemod after upgrade

Well, my mouse ModeCom MC-610 works fine, but not the touchpad. In Kde mouse stays at top-left corner, i can move it, but when i put away finger from tp, cursor backs to top-left corner. :s

At least i can use mouse.

MSI Wind u100


arch linux user

Offline

#34 2009-11-09 22:09:41

Meskarune
Member
From: Helsinki, Finland
Registered: 2009-03-21
Posts: 361
Website

Re: external mouse doesn't work in kdemod after upgrade

I guess I could try to find a usb mouse somewhere... But I like using my trusty old ps/2 ball mouse... I have a ps/2 laser mouse, but switching it in didn't help, plus cheap laser mice are worse than a broken xorg...


Homepage  | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller

Offline

#35 2009-11-10 00:01:32

ckristi
Member
From: Bucharest, Romania
Registered: 2006-11-21
Posts: 225

Re: external mouse doesn't work in kdemod after upgrade

On this link (https://bugs.freedesktop.org/show_bug.cgi?id=24737), provided earlier by stolowski there's a fix. It works for me and some people around there. Here's the fix link:
https://bugs.freedesktop.org/attachment.cgi?id=31072

Also I've changed the PKGBUILD for xf86-input-evdev to merge the patch provided there:

# $Id: PKGBUILD 56434 2009-10-21 20:53:45Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <Alexander@archlinux.org
pkgname=xf86-input-evdev
pkgver=2.3.0
pkgrel=1.1
pkgdesc="X.org evdev input driver"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('glibc')
makedepends=('pkgconfig' 'xorg-server>=1.7.0' 'inputproto>=2.0' 'randrproto>=1.3.1')
conflicts=('xorg-server<1.7.0')
options=('!libtool')
groups=('xorg-input-drivers')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 'patch1.diff')
md5sums=('21dac6461379d67ee3b333c77f63e7bf' 'db968f19b4ec7fae6170bce8df3b8586')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  patch -p1 < ${srcdir}/patch1.diff
  ./configure --prefix=/usr || return 1
  make || return 1
  make DESTDIR="${pkgdir}" install || return 1
  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
}

where patch1.diff is the patch provided on bugs.freedesktop.org.

Hope this helps everyone.


In love I believe and in Linux I trust

Offline

#36 2009-11-10 11:41:54

_dunmer
Member
From: Bratislava, Slovakia
Registered: 2008-10-03
Posts: 40

Re: external mouse doesn't work in kdemod after upgrade

ckristi wrote:

On this link (https://bugs.freedesktop.org/show_bug.cgi?id=24737), provided earlier by stolowski there's a fix. It works for me and some people around there. Here's the fix link:
https://bugs.freedesktop.org/attachment.cgi?id=31072
Hope this helps everyone.

Works for me, thank you .)

Offline

#37 2009-11-14 16:54:32

Meskarune
Member
From: Helsinki, Finland
Registered: 2009-03-21
Posts: 361
Website

Re: external mouse doesn't work in kdemod after upgrade

patch didn't work for me. sad I borrowed my friends usb mouse and that worked though. Guess I'm off to the store. (My current mouse IS over 10 years old...)


Homepage  | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller

Offline

#38 2009-11-22 20:41:07

ckristi
Member
From: Bucharest, Romania
Registered: 2006-11-21
Posts: 225

Re: external mouse doesn't work in kdemod after upgrade

Solved by xf86-input-evdev 2.3.1-1. smile


In love I believe and in Linux I trust

Offline

#39 2009-11-23 02:06:46

BlueSkyNis
Member
From: Serbia, Niš
Registered: 2009-10-08
Posts: 16

Re: external mouse doesn't work in kdemod after upgrade

Yeah, my mouse works again!

I'm happy smile

Offline

#40 2009-11-23 21:25:50

bagheera
Member
Registered: 2009-06-13
Posts: 84

Re: external mouse doesn't work in kdemod after upgrade

New x1.7 makes more problems than mouse/touch pad issues. It sometimes crashes and i'm back in GDM, sometime netbook is unable to detect usb mouse at all (it seems no power is transmitted to usb port, i need to reboot system), and my webcam isn't working anymore.

I was trying to revert to xorg-server-1.6.3.901-1-i686.pkg.tar.gz, but it didn't work. Pacman said replacing packages with -U option is no longer supported. I found that package in cache. I downgraded it with -Ud, but now X is running no more. How can i safely downgrade that package?

Last edited by bagheera (2009-11-23 21:48:56)


arch linux user

Offline

#41 2009-11-24 04:21:19

ckristi
Member
From: Bucharest, Romania
Registered: 2006-11-21
Posts: 225

Re: external mouse doesn't work in kdemod after upgrade

I think you should start a new topic on this. My guess is that you should also downgrade all input and graphic drivers (xf86-input-* xf86-video-*...).


In love I believe and in Linux I trust

Offline

Board footer

Powered by FluxBB