diff options
author | Fabio <fabio.ped@libero.it> | 2008-09-01 13:33:50 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-09-01 13:33:50 +0800 |
commit | 57ad9cc689724a2f3583eda862250eab0a6798d5 (patch) | |
tree | f5a038f711d92b510c19765a2e1b193553550035 /man | |
parent | a1c802e4a0324386cf7370594a46354c89e3b646 (diff) |
Man page patch to clarify meaning of VideoRam option with i810/i815
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/man/intel.man b/man/intel.man index e9ae2403..6969a159 100644 --- a/man/intel.man +++ b/man/intel.man @@ -41,10 +41,13 @@ than has been pre-allocated at boot time by the BIOS. This is usually achieved with an "agpgart" or "agp" kernel driver. Linux, FreeBSD, OpenBSD, NetBSD, and Solaris have such kernel drivers available. .PP -By default, the i810 will use 8 megabytes -of system memory for graphics. For the 830M and later, the driver will -automatically size its memory allocation according to the features it will -support. Therefore, the +By default, the i810/i815 will use 8 MB of system memory for graphics if AGP +allocable memory is < 128 MB, 16 MB if < 192 MB or 24 MB if higher. Use the +.B VideoRam +option to change the default value. +.PP +For the 830M and later, the driver will automatically size its memory +allocation according to the features it will support. Therefore, the .B VideoRam option, which in the past had been necessary to allow more than some small amount of memory to be allocated, is now ignored. @@ -109,6 +112,12 @@ Default: 8-bits per RGB for 8-bit modes. This option enables XvMC. The integer parameter specifies the number of surfaces to use. Valid values are 6 and 7. Default: XvMC is disabled. +.TP +.BI "VideoRam " integer +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. .PP The following driver |