blob: 288b3043a14a2c81dbc263ac2375b944b48205ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
Information for Rendition Users
The XFree86 Project Inc.
1 August 1999
1. Supported hardware
All cards based on the V1000 or the V2x00 should be supported. The server was
tested on a miroCRYSTAL VRX (V1000), Intergraph Intense-100 3D (V1000), Dia-
mond Stealth II S220 (V2100), Hercules Thriller3D (V2200) and Innovision War-
rior3D (V2200).
2. Important notices
V1000 cards can only work as primary display card due to hardware limita-
tions.
Some V1000-based video cards are known to lock up the computer if you have
write-combine activated. Disabling it removes the problem. Look for settings
in the motherboards BIOS and disable ALL settings that has to do with write-
combine (usually called USWC or just WC for short).
The "chipset" option is now implemented and honored when used. Unfortunately
some legacy-code in the driver is preventing it from working with any cards
but the primary display card.
If you have problems with hardware cursor use the "sw_cursor" option to
revert back to software cursor.
3. Features
o Unaccelerated
o Hardware cursor
o Supported color depths
o 8 bits per pixel (256 pseudo colour)
o 15 bits per pixel (actually 16-bits with RGB-weight 555, 32768 col-
ors)
o 16 bits per pixel (high colour, RGB-weight 565, 65536 colors)
o 32 bits per pixel (true colour, sparse 24bit, 16M colors)
4. XF86Config Option
Option "sw_cursor"
Disables use of the hardware cursor.
Option "overclock_mem"
Run the memory at a higher clock. Useful on some cards with dis-
play glitches at higher resolutions. But adds the risk to damage
the hardware. Use with caution.
DacSpeed "MHz"
Set custom ramdac limit. We have currently no way of knowing if
the v2x00 chip is a v2100 (170MHz) or v2200 (203MHz and 230MHz)
so we assume the lowest. Use this option to manually override the
value.
5. News in this release
o Hardware-cursor on V2x00 cards.
6. Major fixes in this release
o Depth 15 works on V1000 cards.
o Bandwidth limits are now included. Can be overridden with DacSpeed
option.
7. Known problems in current driver
o Displays with depth 15 ("-bpp 15" or "-bpp 16 -weight 555") has problems
on V2x00 cards.
o Switching from display to VC and back to display can lock up V2x00
cards.
o When scrolling the virtual display on a V1000 card parts of the screen
will become distorted. Problem disappears when you continue moving
around. V2x00 does not exhibit this problem. Probably a bug in the
driver rather than a limitation of the chip.
o Option "chipset" is honored. Unfortunately the driver still has problems
and will only work if the rendition card is the primary display card in
the system.
o If an incorrect mode was given, the server does not restore console to
correct state.
8. Work in progress (not finished in time for release)
o Acceleration for V1000 chipset. Some bugs to clear out.
o Acceleration for V2100 and V2200 chipset. Not ready for general use.
Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml,v 1.3 1999/08/28 10:43:34 dawes Exp $
$XFree86: xc/programs/Xserver/hw/xfree86/doc/README.rendition,v 1.4 1999/08/28 11:22:58 dawes Exp $
|