Summary: | X segfaults on startup if evdev node is wrong device | ||
---|---|---|---|
Product: | xorg | Reporter: | M. Veinot <vmark> |
Component: | Input/evdev | Assignee: | Zephaniah E. Hull <warp-spam+fdo> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | warp-spam+fdo |
Version: | 6.9.0 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
M. Veinot
2006-01-17 00:58:17 UTC
(In reply to comment #0) I found the same thing, which is a total PITA since I have a laptop. Theres a line in evdev.c (somewhere near 691), that goes: xf86Msg(X_ERROR, "Unable to open evdev device \"%s\".\n", device); xfree(pEvdev); I found removing the xfree(pEvdev); line fixes that... Its a gross hack, but perhaps its a start for finding the real cause. This bug is no longer an issue with the new evdev driver in the modular CVS tree. Reassign to the new evdev maintainer. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.