Linux "xdriinfo" Command Line Options and Examples
query configuration information of DRI drivers

xdriinfo can be used to query configuration information of direct rendering drivers. If no command argument is specified it lists the names of the direct rendering drivers for all screens. Valid options are: -display Specifies X server to connect to.


Usage:

xdriinfo [-display displayname] [-version] [command]






Command Line Options:

-display
Specifies X server to connect to.
xdriinfo -display ...
-version
Print the program version and exit.Valid commands are:nscreensPrint the number of screens.driver screenPrint the name of the direct rendering driver for screen.options screen|driverPrint the XML document describing the configuration options of a driver. The driver can be specifieddirectly by driver name or indirectly by screen number. If the driver name is specified directly thenno X connection is needed.ENVIRONMENTDISPLAYThe default display.
xdriinfo -version ...