Age | Commit message (Collapse) | Author |
|
Fixes the build for me (just following the git development guide on a
new machine).
|
|
|
|
We failed to include the pciaccess header flags in our build. Even if the
server was to include those flags for us, it would leave us broken for the
tools-only case, and it's easier to just put the flags everywhere so we avoid
future copy'n'paste mistakes.
|
|
These symbols must be explicitly exported, otherwise if compiled with
hidden symbols, LoaderSymbol (and dlopen) will fail to find them.
|
|
While I'm here, fix the chip description to be LVDS instead of TMDS in i2c
device.
|
|
This is also closer to what my hardware is programmed with, except for some
very confusing off-by-one bugs in an unexpected direction.
|
|
|
|
We don't support those outputs on this chip yet, so turn them off if the BIOS
had set them on.
|
|
The DVO module interface reflected most of the xf86Output API to the
underlying functions; finish that work given the changes that have since
occurred in the xf86Output API.
Move the LVDS-specific code into the IVCH module and make that work on the
Thinkpad X30 (an i830-based laptop). Panel scaling does not work yet.
|
|
Convert relative X server source path to absolute. Check for local copies
of needed header files before building, rather than requiring server source.
Remove extra duplicate -I elements in AM_CFLAGS in sub directories.
|
|
|
|
Thanks to alanc for catching this.
|
|
|
|
|
|
xf86Modes.h file signals the availability of the new modes API in the
server; use that instead of counting on X server version numbers.
Also, finish eliminating use of local copies of those header files.
|
|
|