Summary: | client-side code needs to be moved out of xserver because of XID size mismatches on 64bit arch | ||
---|---|---|---|
Product: | xorg | Reporter: | Igor V. Kovalenko <garrison> |
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | high | Keywords: | janitor |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Igor V. Kovalenko
2006-02-10 01:45:56 UTC
The reason most of those apps are in xserver is because they use code from the xfree86 ddx directly - doing this properly means removing those dependencies or making the code they use into shared libraries with a defined API available to both the server & clients. The current discussion around replacing the PCI probe functions with such a library is one example - with that, scanpci may be able to move out of the xserver build. Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. xorgcfg (an X client), and the non-X-client utilities scanpci & xorgconfig are all now removed from the X server. The remaining utilities gtf & cvt are command line utilities, not X clients. X client code remains in the Xnest, Xdmx & Xephyr programs, but as those are both clients & servers, that's unavoidable, and have to be carefully coded to keep server & client types straight. Closing as fixed. |
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.