diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-04-24 15:43:48 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-04-24 15:43:48 -0700 |
commit | c6e4105ce40ef053e026cc0ffe4925ab568ea700 (patch) | |
tree | fc0dc085da1e894a95ae8fddd6d06e4703d143ad /compat/README | |
parent | 5d9b75b432dbc525e10c1c00436a1820456f6fb4 (diff) | |
parent | 4ff648c85f8aa90b343b7e2df176c0511b3cdaa5 (diff) |
Merge branch 'randr-1.2'
Conflicts:
configure.ac
man/Makefile.am
man/nv.man
src/g80_display.h
src/g80_output.c
src/nv_driver.c
Diffstat (limited to 'compat/README')
-rw-r--r-- | compat/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compat/README b/compat/README new file mode 100644 index 0000000..3e2b089 --- /dev/null +++ b/compat/README @@ -0,0 +1,7 @@ +This directory contains a copy of the mode and parser code from RandR 1.2. + +If you are building from git and you don't have xorg-server-1.3 or higher or you +want to be able to make dist, you should create symlinks to the modes and parser +directories from a RandR 1.2-enabled server here: + + $ ln -s /path/to/xorg/xserver/hw/xfree86/{modes,parser} . |