Can I reload xserver-xorg-input-mouse driver on the fly? For example, after I modify and recompile the source
Asked
Active
Viewed 2,026 times
5
Gilles 'SO- stop being evil'
- 807,993
- 194
- 1,674
- 2,175
Jakub M.
- 439
- 6
- 14
-
1I spent days searching for the same answer. I never did find it. I've tried: `xinput disable
; rmmod psmouse` (replace binary in `/usr/lib/xorg/modules/input`) `modprobe psmouse; xinput enable – Andrew Lundin Jun 18 '13 at 04:54`. But I think it's still using the old driver. I must be missing something...
1 Answers
1
In an email from Peter Hutterer, who maintains a lot of the Xorg input stack:
right now, you can't unload a module without restarting the server. patches to support that were floating around at some point but never got merged.
Andrew Lundin
- 126
- 5
-
-
I mailed him about something else and asked this question as a side-note. If you really need it, you might be able to find those patches on the Xorg-devel list archive. I haven't looked... – Andrew Lundin Oct 01 '13 at 03:47