Apparently I managed to break the stock kernels, I get no internet and my mouse completely breaks (doesn't move). Renaming those module folders was a bad idea. Installing the synaptics driver from source even though I have it included in the kernel shouldn't break anything, right? My Xorg.0.log might be helpful, it suggests /dev/input/event* is the culprit:
Code:
redscare@redscare-laptop:/var/log$ cat Xorg.0.log (I only show relevant stuff)
...
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.99
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
...
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
...
(II) Synaptics touchpad driver version 1.0.99
Mouse1 no synaptics event device found
(**) Option "Device" "/dev/psaux"
(**) Option "VertEdgeScroll" "true"
Query no Synaptics: 6003C8
(--) Mouse1: no supported touchpad found
...Mouse1 no synaptics event device found
Query no Synaptics: 6003C8
(--) Mouse1: no supported touchpad found
Query no Synaptics: 6003C8
Query no Synaptics: 6003C8
Query no Synaptics: 6003C8---------------------> for each mouse movement, this line added
Thank you.
EDIT: This is an XPS M1530 laptop, if that in any way helps, and I run with kernel boot option i8042.nomux=1.
EDIT: I forgot to mention that I recompiled the kernel with support for /dev/psaux and now use that as my device.
EDIT: [SOLVED]:
http://www.linuxquestions.org/questi...kernel-706845/