HomeSort by: relevance | last modified time | path
    Searched refs:xrandr (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/libXrandr/dist/
Makefile.am 25 pkgconfig_DATA = xrandr.pc
configure.ac 30 # protocol, so Xrandr version l.n.m corresponds to protocol version l.n
63 xrandr.pc])
  /xsrc/external/mit/xrandr/dist/
xrandr_test.pl 4 # xrandr Test suite
6 # Do a set of xrandr calls and verify that the screen setup is as expected
10 $xrandr="xrandr";
11 $xrandr=$ENV{XRANDR} if defined $ENV{XRANDR};
14 print "\n***** xrandr test suite V$version *****\n\n";
18 s2 => "xrandr: 307f3686",
20 s11 => "xrandr: f7aaf894"
    [all...]
configure 3 # Generated by GNU Autoconf 2.72 for xrandr 1.5.3.
5 # Report bugs to <https://gitlab.freedesktop.org/xorg/app/xrandr/-/issues>.
274 $0: https://gitlab.freedesktop.org/xorg/app/xrandr/-/issues
606 PACKAGE_NAME='xrandr'
607 PACKAGE_TARNAME='xrandr'
609 PACKAGE_STRING='xrandr 1.5.3'
610 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/xrandr/-/issues'
1338 'configure' configures xrandr 1.5.3 to adapt to many kinds of systems.
1387 --docdir=DIR documentation root [DATAROOTDIR/doc/xrandr]
1409 short | recursive ) echo "Configuration of xrandr 1.5.3:";
    [all...]
  /xsrc/external/mit/libXpresent/dist/
configure.ac 61 PKG_CHECK_MODULES(PRESENTEXT, xproto [presentproto >= $PRESENTEXT_VERSION] xextproto x11 xext xfixes xrandr)
  /xsrc/external/mit/ctwm/dist/cmake_files/
build_options.cmake 16 option(USE_XRANDR "Enable Xrandr support" ON )
133 # Is Xrandr of a suitable version available?
136 message(FATAL_ERROR "Couldn't find Xrandr libs")
144 check_symbol_exists(XRRGetMonitors "X11/extensions/Xrandr.h" HAVE_XRRGETMONITORS)
149 message(FATAL_ERROR "Xrandr lib does not implement XRRGetMonitors, Xrandr 1.5 needed")
155 list(APPEND CTWMSRC xrandr.c)
156 message(STATUS "Enabling Xrandr support: ${X11_Xrandr_LIB}")
158 message(STATUS "Disabling Xrandr support.")

Completed in 9 milliseconds