1TRIDENT(4) Kernel Interfaces Manual TRIDENT(4)
2
3
4
6 trident - Trident video driver
7
9 Section "Device"
10 Identifier "devname"
11 Driver "trident"
12 ...
13 EndSection
14
16 trident is an Xorg driver for Trident video cards. The driver is
17 accelerated, and provides support for the following framebuffer depths:
18 1, 4, 8, 15, 16, and 24. Multi-head configurations are supported. The
19 XvImage extension is supported on TGUI96xx and greater cards.
20
22 The trident driver supports PCI,AGP and ISA video cards based on the
23 following Trident chips:
24
25 Blade Blade3D, CyberBlade series i1, i7 (DSTN), i1, i1 (DSTN),
26 Ai1, Ai1 (DSTN), CyberBlade/e4, CyberBladeXP,
27 CyberBladeAi1/XP, BladeXP
28
29 Image 3DImage975, 3DImage985, Cyber9520, Cyber9525, Cyber9397,
30 Cyber9397DVD
31
32 ProVidia 9682, 9685, Cyber9382, Cyber9385, Cyber9388
33
34 TGUI 9440AGi, 9660, 9680
35
36 ISA/VLBus 8900C, 8900D, 9000, 9200CXr, Cyber9320, 9400CXi, 9440AGi
37 These cards have been ported but need further testing and
38 may not work.
39
41 Please refer to xorg.conf(5) for general configuration details. This
42 section only covers configuration details specific to this driver.
43
44 The following driver Options are supported:
45
46 Option "SWCursor" "boolean"
47 Enable or disable the SW cursor. Default: off.
48
49 Option "NoAccel" "boolean"
50 Disable or enable acceleration. Default: acceleration is
51 enabled.
52
53 Option "PciRetry" "boolean"
54 Enable or disable PCI retries. Default: off.
55
56 Option "CyberShadow" "boolean"
57 For Cyber chipsets only, turn off shadow registers. If you only
58 see a partial display - this may be the option for you. Default:
59 on.
60
61 Option "CyberStretch" "boolean"
62 For Cyber chipsets only, turn on stretching. When the resolution
63 is lower than the LCD's screen, this option will stretch the
64 graphics mode to fill the entire LCD. Default: off.
65
66 Option "ShadowFB" "boolean"
67 Enable or disable use of the shadow framebuffer layer. Default:
68 off.
69
70 Option "VideoKey" "integer"
71 This sets the default pixel value for the YUV video overlay key.
72 Default: undefined.
73
74 Option "TVChipset" "string"
75 This sets the TV chipset. Options are CH7005 or VT1621.
76 Default: off.
77
78 Option "TVSignal" "integer"
79 This sets the TV signalling. Options are 0 for NTSC or 1 for
80 PAL. Default: undefined.
81
82 Option "NoPciBurst" "boolean"
83 Turn off PCI burst mode, PCI Bursting is on by default.
84 Default: off.
85
86 Option "XvHsync" "integer"
87 Override the default Horizontal-sync value for the Xv extension.
88 This is used to center the Xv image on the screen. By default
89 the values are assigned based on the video card. Default: 0.
90
91 Option "XvVsync" "integer"
92 Override the default Vertical-sync value for the Xv extension.
93 This is used to center the Xv image on the screen. By default
94 the values are assigned based on the video card. Default: 0.
95
96 Option "XvBskew" "integer"
97 Override the default Bottom skew value for the Xv extension.
98 This is used to extend the Xv image on the screen at the bottom.
99 By default the values are assigned based on the video card.
100 Default: 0.
101
102 Option "XvRskew" "integer"
103 Override the default Right skew value for the Xv extension.
104 This is used to extend the Xv image on the screen at the right.
105 By default the values are assigned based on the video card.
106 Default: 0.
107
108 Option "Display" "string"
109 Override the display. Possible values are "CRT", "LCD" and
110 "Dual". Please note that this option is only experimentally.
111 Default: Use display active when X started.
112
113 Option "Display1400" "boolean"
114 Inform driver to expect 1400x1050 display instead of a
115 1280x1024. Default: off.
116
117 Option "GammaBrightness" "string"
118 Set display gamma value and brightness. "string" is "gamma,
119 brightness", where gamma is a floating point value greater than
120 0 and less or equal to 10. brightness is an integer value
121 greater or equal to 0 and less than 128. Default: gamma and
122 brightness control is turned off. Note: This is not supported
123 on all chipsets. Option "AccelMethod" "string" Choose accelera‐
124 tion architecture, either "XAA" or "EXA". XAA is the old (but
125 stable) XFree86 based acceleration architecture. EXA is a newer
126 and simpler acceleration architecture designed to better accel‐
127 erate the X Render extension. Default: "XAA".
128
130 Xorg(1), xorg.conf(5), Xserver(1), X(7)
131
133 Author: Alan Hourihane, EXA for Blade chips by Jesse Barnes
134
135
136
137X Version 11 xf86-video-trident 1.3.4 TRIDENT(4)