diff options
author | Jesse Barnes <jbarnes@nietzche.virtuousgeek.org> | 2007-07-05 12:21:31 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@nietzche.virtuousgeek.org> | 2007-07-05 12:21:31 -0700 |
commit | 8798ef11321ee6957919279076758d47ad956cf3 (patch) | |
tree | 6d2696e95b9d4ddeea09bdf9983dbe6b2d16d0b7 /man/intel.man | |
parent | 8919b2292147add41a1c1c6e5e673257cb6c6c6e (diff) | |
parent | 3c552af65d28fafec1d09484a8914b690b961349 (diff) |
Merge branch 'master' into fbc
Diffstat (limited to 'man/intel.man')
-rw-r--r-- | man/intel.man | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/man/intel.man b/man/intel.man index 3e443cd2..3173bc75 100644 --- a/man/intel.man +++ b/man/intel.man @@ -24,14 +24,15 @@ the 830M and later. .SH SUPPORTED HARDWARE .B intel supports the i810, i810-DC100, i810e, i815, i830M, 845G, 852GM, 855GM, -865G, 915G, 915GM, 945G, 945GM, 965G, 965Q, 946GZ and 965GM chipsets. +865G, 915G, 915GM, 945G, 945GM, 965G, 965Q, 946GZ, 965GM, 945GME, +G33, Q33, and Q35 chipsets. .SH CONFIGURATION DETAILS Please refer to __xconfigfile__(__filemansuffix__) for general configuration details. This section only covers configuration details specific to this driver. .PP -The Intel 8xx and 9xx families of integrated graphics chipsets has a unified +The Intel 8xx and 9xx families of integrated graphics chipsets have a unified memory architecture and uses system memory for video ram. For the i810 and i815 family of chipset, operating system support for allocating system memory for video use is required in order to use this driver. For the 830M @@ -66,12 +67,9 @@ Default: undefined. .TP .BI "Option \*qCacheLines\*q \*q" integer \*q This allows the user to change the amount of graphics memory used for -2D acceleration and video. Decreasing this amount leaves more for 3D -textures. Increasing it can improve 2D performance at the expense of -3D performance. -.TP -This option only takes effect when XAA acceleration is enabled. -.TP +2D acceleration and video when XAA acceleration is enabled. Decreasing this +amount leaves more for 3D textures. Increasing it can improve 2D performance +at the expense of 3D performance. Default: depends on the resolution, depth, and available video memory. The driver attempts to allocate space for at 3 screenfuls of pixmaps plus an HD-sized XV video. The default used for a specific configuration can be found @@ -152,7 +150,7 @@ the full benefit without triple buffering (see .B "Option \*qTripleBuffer\*q" ). Default for i810: The option is not used. -Default for i830 and above: Disabled. +Default for i830 and above: Disabled (This option is currently unstable). .TP .BI "Option \*qTripleBuffer\*q \*q" boolean \*q Enable support for triple buffering. This should improve 3D performance at the @@ -209,5 +207,5 @@ support reworked for XFree86 4.3 by David Dawes and Keith Whitwell. 852GM, Keith Whitwell. Lid status support added by Alan Hourihane. Textured video support for 915G and later chips, RandR 1.2 and hardware modesetting added by Eric Anholt and Keith Packard. EXA and Render acceleration added by Wang -Zhenyu. TV out support added by Zou Nan Hai and Keith Packard. 965GM support -added by Wang Zhenyu. +Zhenyu. TV out support added by Zou Nan Hai and Keith Packard. 965GM, G33, +Q33, and Q35 support added by Wang Zhenyu. |