#843 closed defect (fixed)
Drop usage of xorg void driver in xpra's xorg.conf
Reported by: | jonathan.underwood | Owned by: | jonathan.underwood |
---|---|---|---|
Priority: | major | Milestone: | 0.14 |
Component: | server | Version: | 0.14.x |
Keywords: | Cc: |
Description
According to a redhat xorg maintainer:
"The use of the "void" input driver in xpra is obsolete. This driver existed to provide empty input devices back when the server required at least one pair of input devices to exist. That hasn't been true since server 1.6 (in 2007).
The only use of it seems to be in the xorg.conf where it can be safely removed i.e. both InputDevice? sections and the references in the ServerLayout?. The server will initialize a default device for both."
Downstream bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1215527
Change History (6)
comment:1 Changed 6 years ago by
Milestone: | → 0.14 |
---|---|
Owner: | changed from Antoine Martin to jonathan.underwood |
comment:2 Changed 6 years ago by
Sure - I mostly just wanted a second opinion that it was fine to remove. Thanks.
comment:3 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/843
Note: See
TracTickets for help on using
tickets.
Done in r9165 for trunk, due to be released real-soon-now(tm).
Unfortunately, this won't go into the v0.14.x branch because we still support centos5, which ships with Xorg version 1.1
Can I close this ticket?