This patchset is part of my previous RFC [0] to remove libpciaccess dependency on the server. People refused to remove -configure option on that RFC so I'm just considering the remaining removals.
Ideally we don't want code that does need root privilegies and/or initializes the server just to get some information and immediately exits. This is not the role of the X server. [0] http://lists.x.org/archives/xorg-devel/2009-July/001398.html Tiago Vignatti (2): xfree86: delete stupid video driver dump (-modalias option) xfree86: delete devices probe code (-probe and -probeonly options) hw/xfree86/common/xf86.h | 2 - hw/xfree86/common/xf86Configure.c | 2 +- hw/xfree86/common/xf86Globals.c | 3 - hw/xfree86/common/xf86Helper.c | 15 +-- hw/xfree86/common/xf86Init.c | 220 +----------------------------- hw/xfree86/common/xf86Priv.h | 2 - hw/xfree86/common/xf86sbusBus.c | 5 - hw/xfree86/doc/man/Xorg.man.pre | 9 -- hw/xfree86/os-support/solaris/sun_init.c | 2 +- 9 files changed, 6 insertions(+), 254 deletions(-) _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
