wok-next annotate linux/description.linux-agp.txt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 119e586fb823
children
rev   line source
al@19583 1 /dev/agpgart (AGP Support)
al@19583 2
al@19583 3 AGP (Accelerated Graphics Port) is a bus system mainly used to connect graphics
al@19583 4 cards to the rest of the system.
al@19583 5
al@19583 6 If you have an AGP system, it will be possible to use the AGP features of your
al@19583 7 3D rendering video card. This code acts as a sort of "AGP driver" for the
al@19583 8 motherboard's chipset.
al@19583 9
al@19583 10 If you need more texture memory than you can get with the AGP GART
al@19583 11 (theoretically up to 256 MB, but in practice usually 64 or 128 MB due to Kernel
al@19583 12 allocation issues), you could use PCI accesses and have up to a couple gigs of
al@19583 13 texture space.
al@19583 14
al@19583 15 Note that this is the only means to have X/GLX use write-combining with MTRR
al@19583 16 support on the AGP bus. Without it, OpenGL direct rendering will be a lot
al@19583 17 slower but still faster than PIO.
al@19583 18
al@19583 19 You should use this module if you want to use GLX or DRI.
al@19583 20
al@19583 21 * ali-agp: ALI chipset support.
al@19583 22 This module gives you AGP support for the GLX component of X on the
al@19583 23 following ALi chipsets. The supported chipsets include M1541, M1621, M1631,
al@19583 24 M1632, M1641,M1647,and M1651. For the ALi-chipset question, ALi suggests
al@19583 25 you refer to <http://www.ali.com.tw/>.
al@19583 26 * ati-agp: ATI chipset support.
al@19583 27 This module gives you AGP support for the GLX component of X on the ATI
al@19583 28 RadeonIGP family of chipsets.
al@19583 29 * amd-k7-agp: AMD Irongate, 761, and 762 chipset support.
al@19583 30 This module gives you AGP support for the GLX component of X on AMD
al@19583 31 Irongate, 761, and 762 chipsets.
al@19583 32 * amd64-agp: AMD Opteron/Athlon64 on-CPU GART support.
al@19583 33 This module gives you AGP support for the GLX component of X using the
al@19583 34 on-CPU northbridge of the AMD Athlon64/Opteron CPUs. You still need an
al@19583 35 external AGP bridge like the AMD 8151, VIA K8T400M, SiS755. It may also
al@19583 36 support other AGP bridges when loaded with agp_try_unsupported=1.
al@19583 37 * intel-agp, intel-gtt: Intel 440LX/BX/GX, I8xx and E7x05 chipset support.
al@19583 38 This module gives you AGP support for the GLX component of X on Intel
al@19583 39 440LX/BX/GX, 815, 820, 830, 840, 845, 850, 860, 875, E7205 and E7505
al@19583 40 chipsets and full support for the 810, 815, 830M, 845G, 852GM, 855GM, 865G
al@19583 41 and I915 integrated graphics chipsets.
al@19583 42 * nvidia-agp: NVIDIA nForce/nForce2 chipset support.
al@19583 43 This module gives you AGP support for the GLX component of X on NVIDIA
al@19583 44 chipsets including nForce and nForce2.
al@19583 45 * sis-agp: SiS chipset support.
al@19583 46 This module gives you AGP support for the GLX component of X on Silicon
al@19583 47 Integrated Systems [SiS] chipsets. Note that 5591/5592 AGP chipsets are NOT
al@19583 48 supported.
al@19583 49 * sworks-agp: Serverworks LE/HE chipset support.
al@19583 50 See <http://www.serverworks.com/> for product descriptions and images.
al@19583 51 * via-agp: VIA chipset support.
al@19583 52 This module gives you AGP support for the GLX component of X on VIA
al@19583 53 MVP3/Apollo Pro chipsets.
al@19583 54 * efficeon-agp: Transmeta Efficeon support.
al@19583 55 This option gives you AGP support for the Transmeta Efficeon series
al@19583 56 processors with integrated northbridges.