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