Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

getconfig(1) [xfree86 man page]

getconfig(1)						      General Commands Manual						      getconfig(1)

NAME
getconfig - get configuration information for the XFree86 server SYNOPSIS
getconfig [option ...] DESCRIPTION
getconfig is a programmatic interface that is used by the XFree86 server to get configuration information about video hardware when operat- ing without an XF86Config file. This implementation of getconfig is written in perl. It processes a prioritized and ordered list of rules supplied internally and from meta-configuration files. The rules are in the form of perl expressions. getconfig writes to standard output the XF86Config-style config- uration data specified by the last highest priority rule that evaluates to true. Information about the format of the meta-configuration files can be found in the getconfig(5) manual page. OPTIONS
-I search-path Specify the search path to use for meta-config files. search-path is a comma-separated list of directories to search. Each direc- tory in the search path is searched for files with a .cfg suffix. Each such file is opened and checked for a valid signature string. Rules are read from files with a valid signature string and appended to the list of rules to evaluate. If no search path is specified, only the internally supplied configuration rules will be used. -D Enable debugging output. -V Print out the version information and exit. -X XFree86-version Specify the XFree86 version in numeric (integer) form. -b subsys-id Specify the PCI subsystem ID of the video device. -c class Specify the PCI class of the video device. -d device-id Specify the PCI device ID of the video device. -r revision Specify the PCI revision of the video device. -s subsysvendor-id Specify the PCI subsystem vendor ID of the video device. -v vendor-id Specify the PCI vendor ID of the video device. -S sbus-path Specify the SBUS path of the video device. FILES
.cfg files located in the search path. The search path typically specified by the XFree86 server is: /etc/X11 /usr/X11R6/etc/X11 <modulepath> /usr/X11R6/lib/X11/getconfig where <modulepath> is the XFree86 server's module search path. SEE ALSO
getconfig(5), XFree86(1), XF86Config(5). AUTHORS
The XFree86 automatic configuration support and the getconfig interface was written by David H. Dawes, with the support of X-Oz Technolo- gies. XFree86 Version 4.7.0 getconfig(1)

Check Out this Related Man Page

I128(4x)																  I128(4x)

NAME
i128 - Number 9 I128 video driver SYNOPSIS
Section "Device" Identifier "devname" Driver "i128" ... EndSection DESCRIPTION
i128 is an XFree86 driver for Number 9 I128 video cards. The driver is accelerated and provides support for all versions of the I128 chip family, including the SGI flatpanel configuration. Multi-head configurations are supported. SUPPORTED HARDWARE
The i128 driver supports PCI and AGP video cards based on the following I128 chips: I128 rev 1 (original) I128-II I128-T2R Ticket 2 Ride I128-T2R4 Ticket 2 Ride IV CONFIGURATION DETAILS
Please refer to XF86Config(5x) for general configuration details. This section only covers configuration details specific to this driver. The driver auto-detects the chipset type and may not be overridden. The driver auto-detects the amount of video memory present for all chips and may not be overridden. The following driver Options are supported: Option "HWCursor" "boolean" Enable or disable the HW cursor. Default: on. Option "NoAccel" "boolean" Disable or enable acceleration. Default: acceleration is enabled. Option "SyncOnGreen" "boolean" Enable or disable combining the sync signals with the green signal. Default: off. Option "Dac6Bit" "boolean" Reduce DAC operations to 6 bits. Default: false. Option "Debug" "boolean" This turns on verbose debug information from the driver. Default: off. SEE ALSO
XFree86(1), XF86Config(5x), xf86config(1), Xserver(1), X(7x) AUTHORS
Authors include: Robin Cutshaw (driver), Galen Brooks (flatpanel support). XFree86 Version Version 4.3.0 I128(4x)
Man Page