diff options
author | Keith Packard <keithp@keithp.com> | 2009-07-11 22:53:11 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-07-11 22:53:11 -0700 |
commit | 33d6e7a2355dfb8ad324c4fa28ce61c7e051b435 (patch) | |
tree | 6cc24d6265ea04c8f10865085eb3e4ba961575b9 /man/intel.man | |
parent | ed8a9a94e1a670ca35311c9ed83d0c479530d41a (diff) |
intel.man: Mark NoAccel option as i810/i815 only
The NoAccel option is not valid for other chips.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'man/intel.man')
-rw-r--r-- | man/intel.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/intel.man b/man/intel.man index 6330e4b7..d498d7e2 100644 --- a/man/intel.man +++ b/man/intel.man @@ -56,11 +56,6 @@ The following driver .B Options are supported .TP -.BI "Option \*qNoAccel\*q \*q" boolean \*q -Disable or enable acceleration. -.IP -Default: acceleration is enabled. -.TP .BI "Option \*qColorKey\*q \*q" integer \*q This sets the default pixel value for the YUV video overlay key. .IP @@ -134,6 +129,11 @@ This option specifies the amount of system memory to use for graphics, in KB. The default is 8192 if AGP allocable memory is < 128 MB, 16384 if < 192 MB, 24576 if higher. DRI require at least a value of 16384. Higher values may give better 3D performance, at expense of available system memory. +.TP +.BI "Option \*qNoAccel\*q \*q" boolean \*q +Disable or enable acceleration. +.IP +Default: acceleration is enabled. .PP The following driver |