📄 i810._man
字号:
.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810.man,v 1.5 2003/10/18 02:27:07 dawes Exp $ .\" shorthand for double quote that works everywhere..ds q \N'34'.TH I810 4 Version\ 6.8.1 X.Org.SH NAMEi810 \- Intel 8xx integrated graphics chipsets.SH SYNOPSIS.nf.B "Section \*qDevice\*q".BI " Identifier \*q" devname \*q.B " Driver \*qi810\*q"\ \ ....B EndSection.fi.SH DESCRIPTION.B i810is an Xorg driver for Intel integrated graphics chipsets.The driver supports depths 8, 15, 16 and 24. All visual types aresupported in depth 8. For the i810/i815 other depths support theTrueColor and DirectColor visuals. For the 830M and later, only theTrueColor visual is supported for depths greater than 8. The driversupports hardware accelerated 3D via the Direct Rendering Infrastructure(DRI), but only in depth 16 for the i810/i815 and depths 16 and 24 forthe 830M and later..SH SUPPORTED HARDWARE.B i810supports the i810, i810-DC100, i810e, i815, 830M, 845G, 852GM, 855GM,865G, 915G and 915GM chipsets..SH CONFIGURATION DETAILSPlease refer to xorg.conf(5x) for general configurationdetails. This section only covers configuration details specific to thisdriver..PPThe Intel 8xx family of integrated graphics chipsets has a unified memoryarchitecture and uses system memory for video ram. For the i810 andi815 familiy of chipset, operating system support for allocating systemmemory for video use is required in order to use this driver. For the830M and later, this is required in order for the driver to use morevideo ram than has been pre-allocated at boot time by the BIOS. Thisis usually achieved with an "agpgart" or "agp" kernel driver. Linux,and recent versions of FreeBSD, OpenBSD and NetBSD have such kerneldrivers available..PPBy default 8 Megabytesof system memory are used for graphics. For the 830M and later, thedefault is 8 Megabytes when DRI is not enabled and 32 Megabytes withDRI is enabled. This amount may be changed with the.B VideoRamentry in the config file.B "Device"section. It may be set to any reasonable value up to 64MB for olderchipsets or 128MB for newer chipets. It is advisable to check theXorglog file to check if any features have been disabled because of insufficientvideo memory. In particular, DRI support or tiling mode may be disabledwith insufficient video memory. Either of these being disabled willreduce performance for 3D applications. Note however, that increasingthis value too much will reduce the amount of system memory availablefor other applications..PPThe driver makes use of the video BIOS to program video modes for the 830Mand later. This limits the video modes that can be used to those providedby the video BIOS, and to those that will fit into the amount of video memorythat the video BIOS is aware of..PPThe following driver.B Optionsare supported.TP.BI "Option \*qNoAccel\*q \*q" boolean \*qDisable or enable acceleration. Default: acceleration is enabled..TP.BI "Option \*qSWCursor\*q \*q" boolean \*qDisable or enable software cursor. Default: software cursor is disableand a hardware cursor is used for configurations where the hardware cursoris available..TP.BI "Option \*qColorKey\*q \*q" integer \*qThis sets the default pixel value for the YUV video overlay key.Default: undefined..TP.BI "Option \*qCacheLines\*q \*q" integer \*qThis allows the user to change the amount of graphics memory used for2D acceleration and video. Decreasing this amount leaves more for 3Dtextures. Increasing it can improve 2D performance at the expense of3D performance.Default: depends on the resolution, depth, and available video memory. Thedriver attempts to allocate at least enough to hold two DVD-sized YUV buffersby default. The default used for a specific configuration can be foundby examining the Xorg log file..TP.BI "Option \*qDRI\*q \*q" boolean \*qDisable or enable DRI support.Default: DRI is enabled for configurations where it is supported..PPThe following driver.B Optionsare supported for the i810 and i815 chipsets:.TP.BI "Option \*qDDC\*q \*q" boolean \*qDisable or enable DDC support.Default: enabled..TP.BI "Option \*qDac6Bit\*q \*q" boolean \*qEnable or disable 6-bits per RGB for 8-bit modes.Default: 8-bits per RGB for 8-bit modes..TP.BI "Option \*qXvMCSurfaces\*q \*q" integer \*qThis option enables XvMC. The integer parameter specifies the number ofsurfaces to use. Valid values are 6 and 7.Default: XvMC is disabled..PPThe following driver.B Optionsare supported for the 830M and later chipsets:.TP.BI "Option \*qVBERestore\*q \*q" boolean \*qEnable or disable the use of VBE save/restore for saving and restoringthe initial text mode. This is disabled by default because it causeslockups on some platforms. However, there are some cases where it mustenabled for the correct restoration of the initial video mode. If you arehaving a problem with that, try enabling this option. Default: Disabled..TP.BI "Option \*qVideoKey\*q \*q" integer \*qThis is the same as the.B \*qColorKey\*qoption described above. It is provided for compatibility with mostother drivers..TP.BI "Option \*qXVideo\*q \*q" boolean \*qDisable or enable XVideo support.Default: XVideo is enabled for configurations where it is supported..TP.BI "Option \*qMonitorLayout\*q \*q" anystr \*qAllow different monitor configurations. e.g. \*qCRT,LFP\*q will configure a CRT on Pipe A and an LFP on Pipe B. Regardless of the primary heads' pipe it is always configured as \*q<PIPEA>,<PIPEB>\*q. Additionally you can add different configurations such as \*qCRT+DFP,LFP\*q which would put a digital flat panel and a CRT on pipe A, and a local flat panel on pipe B.For single pipe configurations you can just specify the monitors typeson Pipe A, such as \*qCRT+DFP\*q which will enable the CRT and DFPon Pipe A.Valid monitors are CRT, LFP, DFP, TV, CRT2, LFP2, DFP2, TV2 and NONE.NOTE: Some configurations of monitor types may fail, this depends onthe Video BIOS and system configuration.Default: Not configured, and will use the current head's pipe and monitor..TP.BI "Option \*qClone\*q \*q" boolean \*qEnable Clone mode on pipe B. This will setup the second head as a completemirror of the monitor attached to pipe A. NOTE: Video overlay functions will not work on the second head in this mode.If you require this, then use the MonitorLayout above and do (as an example)\*qCRT+DFP,NONE\*q to configure both a CRT and DFP on Pipe A to achievelocal mirroring and disable the use of this option.Default: Clone mode on pipe B is disabled..TP.BI "Option \*qCloneRefresh\*q \*q" integer \*qWhen the Clone option is specified we can drive the second monitor at adifferent refresh rate than the primary. Default: 60Hz..TP.BI "Option \*qCheckLid\*q \*q" boolean \*qOn mobile platforms it's desirable to monitor the lid status and switchthe outputs accordingly when the lid is opened or closed. By default thisoption is on, but may incur a very minor performance penalty as we needto poll a register on the card to check for this activity. It can beturned off using this option. This only works with the 830M, 852GM and 855GMsystems.Default: enabled..TP.BI "Option \*qFlipPrimary\*q \*q" boolean \*qWhen using a dual pipe system, it may be preferable to switch the primaryscreen to the alternate pipe to display on the other monitor connection.NOTE: Using this option may cause text mode to be restored incorrectly,and thus should be used with caution.Default: disabled..TP.BI "Option \*qDisplayInfo\*q \*q" boolean \*qIt has been found that a certain BIOS call can lockup the Xserver becauseof a problem in the Video BIOS. The log file will identify if you aresuffering from this problem and tell you to turn this option off.Default: enabled.TP.BI "Option \*qDevicePresence\*q \*q" boolean \*qTell the driver to perform an active detect of the currently connectedmonitors. This option is useful if the monitor was not connected whenthe machine has booted, but unfortunately it doesn't always work andis extremely dependent upon the Video BIOS.Default: disabled.TP.BI "Option \*qRotate\*q \*q90\*q"Rotate the desktop 90 degrees counterclockwise. Other valid options are0, 90, 180 and 270 degrees. The RandR extension is used for rotation functionality. So this option allows the Xserver to start with a rotatedmode of operation.Default: 0 degrees..SH "SEE ALSO"Xorg(1x), xorg.conf(5x), xorgconfig(1x), Xserver(1x), X(7).SH AUTHORSAuthors include: Keith Whitwell, and also Jonathan Bian, Matthew J Sottek, Jeff Hartmann, Mark Vojkovich, Alan Hourihane, H. J. Lu. 830M and 845Gsupport reworked for XFree86 4.3 by David Dawes and Keith Whitwell.852GM, 855GM, and 865G support added by David Dawes and Keith Whitwell.915G and 915GM support added by Alan Hourihane and Keith Whitwell.Dual Head, Clone and lid status support added by Alan Hourihane.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -