summaryrefslogtreecommitdiffstats
path: root/release/texts/XFREE86.TXT
blob: 4757fb079c26c48f1a86e593aa0fe2503cd7d0ab (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580

                         README for XFree86[tm] 3.3.2.3


                           The XFree86 Project, Inc


                                 20 July 1998
  


                                   Abstract

     XFree86 is a port of X11R6.3 that supports several Unix and Unix-like
     operating systems on Intel and other platforms.  This release is a
     maintenance release, fixing bugs found in XFree86 3.3.1.  The release
     is available as source patches against the X Consortium X11R6.3 code
     and the XFree86 3.3.1 release.  Binary distributions for many archi-
     tectures are also available.


[ FreeBSD Project Note: 3.3.2.3 is a security release relative to 3.3.2.
  Where 3.3.2 is referred to below, understand that "3.3.2.3" is actually
  being referred to. ]

1.  What's new in XFree86 3.3.2

For a summary of new features in this release, please refer to the RELNOTES
file.  For a detailed list of changes, refer to the CHANGELOG file in the
source distribution.


2.  Systems XFree86 has been tested on

Note: Not all systems listed here have been tested with the current release.

      SVR4.0:

               o Esix: 4.0.3A, 4.0.4, 4.0.4.1

               o Microport: 2.2, 3.1, 4.1, 4.2

               o Dell: 2.1, 2.2, 2.2.1

               o UHC: 2.0, 3.6

               o Consensys: 1.2

               o MST: 4.0.3 (Load 2.07 and Load 3.02)

               o ISC: 4.0.3

               o AT&T: 2.1, 4.0




README for XFree86[tm] 3.3.2





README for XFree86[tm] 3.3.2



               o NCR: MP-RAS

               o SunSoft: Solaris x86 2.1, 2.4, 2.5, 2.5.1, 2.6

               o PANIX 5.0 for AT


      SVR4.2:

               o Consensys

               o Novell UnixWare


      SVR3:

               o ISC: 3.0, 4.0, 4.1


      Others:

               o NetBSD 1.0, 1.1, 1.2, 1.2.1, 1.3

               o OpenBSD 2.0, 2.1

               o FreeBSD 2.0.5, 2.1, 2.1.5, 2.1.6, 2.1.7, 2.1.7.1, 2.2, 2.2.1,
                 2.2.2, 2.2.5, 3.0-current

               o Linux (Intel x86, DEC Alpha/AXP and m68k)

               o LynxOS AT 2.3.0, 2.4.0, 2.5.0

               o LynxOS microSPARC 2.4.0, 2.5.0

               o LynxOS PowerPC 2.4.0, 2.5.0

               o OS/2 Warp 3 FP5/17/22, Warp 4 -/FP1


      PC98:

               o FreeBSD(98) 2.0.5, 2.1, 2.1.5, 2.1.7.1, 2.2, 2.2.1, 2.2.2,
                 2.2.5

               o NetBSD/pc98 (based on NetBSD 1.2, 1.2.1)

               o PANIX 5.0 for 98

               o Linux/98


3.  Supported video-card chip-sets

At this time, XFree86 3.3.2 supports the following chipsets:








README for XFree86[tm] 3.3.2



      Ark Logic
            ARK1000PV, ARK1000VL, ARK2000PV, ARK2000MT

      Alliance
            AP6422, AT24

      ATI
            18800, 18800-1, 28800-2, 28800-4, 28800-5, 28800-6, 68800-3,
            68800-6, 68800AX, 68800LX, 88800GX-C, 88800GX-D, 88800GX-E,
            88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264GT, 264VT-B, 264VT3,
            264GT-B, 264GT3 (this list includes the Mach8, Mach32, Mach64, 3D
            Rage, 3D Rage II and 3D Rage Pro)

      Avance Logic
            ALG2101, ALG2228, ALG2301, ALG2302, ALG2308, ALG2401

      Chips & Technologies
            65520, 65530, 65540, 65545, 65520, 65530, 65540, 65545, 65546,
            65548, 65550, 65554, 65555, 68554, 64200, 64300

      Cirrus Logic
            CLGD5420, CLGD5422, CLGD5424, CLGD5426, CLGD5428, CLGD5429,
            CLGD5430, CLGD5434, CLGD5436, CLGD5440, CLGD5446, CLGD5462,
            CLGD5464, CLGD5465, CLGD5480, CLGD6205, CLGD6215, CLGD6225,
            CLGD6235, CLGD6410, CLGD6412, CLGD6420, CLGD6440, CLGD7541(*),
            CLGD7543(*), CLGD7548(*), CLGD7555(*)

      Digital Equipment Corporation
            TGA

      Compaq
            AVGA

      Genoa
            GVGA

      IBM
            8514/A (and true clones), XGA-2

      IIT
            AGX-014, AGX-015, AGX-016

      Matrox
            MGA2064W (Millennium), MGA1064SG (Mystique and Mystique 220),
            MGA2164W (Millennium II PCI and AGP)

      MX
            MX68000(*), MX680010(*)

      NCR
            77C22(*), 77C22E(*), 77C22E+(*)

      Number Nine
            I128 (series I and II), Revolution 3D (T2R)








README for XFree86[tm] 3.3.2



      NVidia/SGS Thomson
            NV1, STG2000, RIVA128

      OAK
            OTI067, OTI077, OTI087

      RealTek
            RTG3106(*)

      S3
            86C911, 86C924, 86C801, 86C805, 86C805i, 86C928, 86C864, 86C964,
            86C732, 86C764, 86C765, 86C767, 86C775, 86C785, 86C868, 86C968,
            86C325, 86C357, 86C375, 86C375, 86C385, 86C988, 86CM65, 86C260

      SiS
            86C201, 86C202, 86C205

      Tseng
            ET3000, ET4000AX, ET4000/W32, ET4000/W32i, ET4000/W32p, ET6000,
            ET6100

      Trident
            TVGA8800CS, TVGA8900B, TVGA8900C, TVGA8900CL, TVGA9000, TVGA9000i,
            TVGA9100B, TVGA9200CXR, Cyber9320(*), TVGA9400CXi, TVGA9420,
            TGUI9420DGi, TGUI9430DGi, TGUI9440AGi, TGUI9660XGi, TGUI9680, Pro-
            Vidia 9682, ProVidia 9685(*), Cyber 9382, Cyber 9385, Cyber 9388,
            3DImage975(PCI), 3DImage985(AGP), Cyber 9397, Cyber 9520

      Video 7/Headland Technologies
            HT216-32(*)

      Weitek
            P9000

      Western Digital/Paradise
            PVGA1

      Western Digital
            WD90C00, WD90C10, WD90C11, WD90C24, WD90C24A, WD90C30, WD90C31,
            WD90C33

(*) Note, chips marked in this way have either limited support or the drivers
for them are not actively maintained.

All of the above are supported in both 256 color, and some are supported in
mono and 16 color modes, and some are supported an higher color depths.

Refer to the chipset-specific README files (currently for TGA, Matrox, Mach32,
Mach64, NVidia, Oak, P9000, S3 (except ViRGE), S3 ViRGE, SiS, Video7, Western
Digital, Tseng (W32), Tseng (all), AGX/XGA, ARK, ATI (SVGA server), Chips and
Technologies, Cirrus, Trident) for more information about using those chipsets.

The monochrome server also supports generic VGA cards, using 64k of video mem-
ory in a single bank, the Hercules monochrome card, the Hyundai HGC1280, Sigma








README for XFree86[tm] 3.3.2



LaserView, Visa and Apollo monochrome cards.

The VGA16 server supports memory banking with the ET4000, Trident, ATI, NCR,
OAK and Cirrus 6420 chipsets allowing virtual display sizes up to about
1600x1200 (with 1MB of video memory).  For other chipsets the display size is
limited to approximately 800x600.

Notes: The Diamond SpeedStar 24 (and possibly some SpeedStar+) boards are NOT
supported, even though they use the ET4000.

The Weitek 9100 and 9130 chipsets are not supported (these are used on the Dia-
mond Viper Pro and Viper SE boards).  Most other Diamond boards will work with
this release of XFree86. Diamond is actively supporting The XFree86 Project,
Inc.

3DLabs GLINT, Permedia and Permedia 2 support could unfortunately not be
included in XFree86 3.3.2 since there are open issues regarding the documenta-
tion and whether or not they were provided to us under NDA.

S.u.S.E. will continue to make available binary only servers for these cards.
These servers can be freely distributed just like XFree86, but sources cannot
be made available. S.u.S.E. will continue to develop these servers and will
continue to try to donate the code back to XFree86. For the time being S.u.S.E.
will try to not only make Linux binaries available, but binaries for other
platforms as well.

Please contact x@suse.de with further questions. You can find the servers at
http://www.suse.de/XSuSE/XSuSE_E.html


4.  Where to get more information

Additional documentation is available in the XFree86(1), XF86Config(4/5),
XF86_SVGA(1), XF86_Mono(1), XF86_VGA16(1), XF86_Accel(1), XF86Setup(1) and
xvidtune(1) manual pages.  In addition, several README files and tutorial docu-
ments are provided.  These are available in /usr/X11R6/lib/X11/doc in the
binary distributions, and in  xc/programs/Xserver/hw/xfree86/doc in the source
distribution.

The files QuickStart.doc and README.Config should be consulted for information
on how to set up the XFree86 servers.  All supplied documents, manual pages,
and the XFree86 FAQ <URL:http://www.XFree86.org/FAQ> should be read before con-
tacting the XFree86 team for assistance.

Documentation on SVGA driver development can be found in the directory
/usr/X11R6/lib/Server/VGADriverDoc in the binary distribution, and in the
directory xc/programs/Xserver/hw/xfree86/VGADriverDoc in the source distribu-
tion.

If you are totally at a loss, you can contact the XFree86 Support Team at
<XFree86@XFree86.Org>.  Before doing so, please make sure that you are using
the latest release of XFree86.  Check the versions listed on
ftp://ftp.xfree86.org/pub/XFree86.









README for XFree86[tm] 3.3.2



There is a Usenet news group comp.windows.x.i386unix that contains mostly dis-
cussions about XFree86 and related topics. Many questions can be answered
there.


5.  Thanks

The XFree86 Project wants to express a special thanks to S.u.S.E. GmbH, Fuerth,
Germany, for the long and successful cooperation over the last few years.
S.u.S.E. GmbH at one point hired our Core Team member and Vice President Dirk
Hohndel as an employee and allowed him to work more or less full time on
XFree86 for almost nine months. S.u.S.E. continues to be a significant source
of input and help to XFree86. This manifested itself in the XSuSE series of X
servers that have all except for the GLINT server (due to unresolved legal
issues) been integrated into XFree86 3.3.2.


6.  Credits

XFree86 was originally put together by:

   o David Dawes <dawes@XFree86.org>

   o Glenn Lai <glenn@cs.utexas.edu>

   o Jim Tsillas <jtsilla@ccs.neu.edu>

   o David Wexelblat <dwex@XFree86.org>

XFree86 support was integrated into the base X11R6 distribution by:

   o Stuart Anderson <anderson@metrolink.com>

   o Doug Anson <danson@lgc.com>

   o Gertjan Akkerman <akkerman@dutiba.twi.tudelft.nl>

   o Mike Bernson <mike@mbsun.mlb.org>

   o Robin Cutshaw <robin@XFree86.org>

   o David Dawes <dawes@XFree86.org>

   o Marc Evans <marc@XFree86.org>

   o Pascal Haible <haible@izfm.uni-stuttgart.de>

   o Matthieu Herrb <Matthieu.Herrb@laas.fr>

   o Dirk Hohndel <hohndel@XFree86.org>

   o David Holland <davidh@use.com>










README for XFree86[tm] 3.3.2



   o Alan Hourihane <alanh@fairlite.demon.co.uk>

   o Jeffrey Hsu <hsu@soda.berkeley.edu>

   o Glenn Lai <glenn@cs.utexas.edu>

   o Ted Lemon <mellon@ncd.com>

   o Rich Murphey <rich@XFree86.org>

   o Hans Nasten <nasten@everyware.se>

   o Mark Snitily <mark@sgcs.com>

   o Randy Terbush <randyt@cse.unl.edu>

   o Jon Tombs <tombs@XFree86.org>

   o Kees Verstoep <versto@cs.vu.nl>

   o Paul Vixie <paul@vix.com>

   o Mark Weaver <Mark_Weaver@brown.edu>

   o David Wexelblat <dwex@XFree86.org>

   o Philip Wheatley <Philip.Wheatley@ColumbiaSC.NCR.COM>

   o Thomas Wolfram <wolf@prz.tu-berlin.de>

   o Orest Zborowski <orestz@eskimo.com>

      386BSD, FreeBSD, NetBSD  support by:

               o Rich Murphey <Rich@XFree86.org>

      NetBSD, OpenBSD support by:

               o Matthieu Herrb <Matthieu.Herrb.@laas.fr>

      Original 386BSD port by:

               o Pace Willison,

               o Amancio Hasty Jr <hasty@netcom.com>

      Mach 386 support by:

               o Robert Baron <Robert.Baron@ernst.mach.cs.cmu.edu>

      Linux support by:

               o Orest Zborowski <orestz@eskimo.com>









README for XFree86[tm] 3.3.2



      SCO Unix support by:

               o David McCullough <davidm@stallion.oz.au>

      Amoeba support by:

               o Kees Verstoep <versto@cs.vu.nl>

      Minix-386 support by:

               o Philip Homburg <philip@cs.vu.nl>

      OSF/1 support by:

               o Marc Evans <Marc@XFree86.org>

      BSD/OS support by:

               o Hans Nasten <nasten@everyware.se>,

               o Paul Vixie <paul@vix.com>

      Solaris support by:

               o Doug Anson <danson@lgc.com>,

               o David Holland <davidh@use.com>

      ISC SVR3 support by:

               o Michael Rohleder <michael.rohleder@stadt-frankfurt.de>

      LynxOS support by:

               o Thomas Mueller <tmueller@sysgo.de>

      OS/2 support by:

               o Holger Veit <Holger.Veit@gmd.de>

               o Sebastien Marineau <s521936@aix1.uottawa.ca>

      Linux shared libraries by:

               o Orest Zborowski <orestz@eskimo.com>,

               o Dirk Hohndel <hohndel@XFree86.org>

      PC98 support by:

               o Toyonori Fujiura <toyo@ibbsal.or.jp>,

               o Hiroyuki Aizu <aizu@jaist.ac.jp>,









README for XFree86[tm] 3.3.2



               o Tetsuya Kakefuda <kakefuda@tag.iijnet.or.jp>,

               o Takefumi Tsukada <tsuka@linkt.imasy.or.jp>,

               o H.Komatsuzaki,

               o Naoki Katsurakawa <katsura@prc.tsukuba.ac.jp>,

               o Shuichiro Urata <s-urata@nmit.tmg.nec.co.jp>,

               o Yasuyuki Kato <yasuyuki@acaets0.anritsu.co.jp>,

               o Michio Jinbo <karl@spnet.ne.jp>,

               o Tatsuya Koike <koiket@focus.rim.or.jp>,

               o Koichiro Suzuki <s-koichi@nims.nec.co.jp>,

               o Tsuyoshi Tamaki <tamaki@sail.t.u-tokyo.ac.jp>,

               o Isao Ohishi <ohishi@hf.rim.or.jp>,

               o Kohji Ohishi <atena@njk.co.jp>,

               o Shin'ichi Yairo <QZR00522@niftyserve.or.jp>,

               o Kazuo Ito <ft4k-itu@asahi-net.or.jp>,

               o Jun Sakuma <i931361@jks.is.tsukuba.ac.jp>,

               o Shuichi Ueno <uenos@ppp.bekkoame.or.jp>,

               o Ishida Kazuo <ishidakz@obp.cl.nec.co.jp>,

               o Takaaki Nomura <amadeus@yk.rim.or.jp>,

               o Tadaaki Nagao <nagao@cs.titech.ac.jp>,

               o Minoru Noda <mnoda@cv.tottori-u.ac.jp>,

               o Naofumi Honda <honda@Kururu.math.hokudai.ac.jp>,

               o Akio Morita <amorita@bird.scphys.kyoto-u.ac.jp>,

               o Takashi Sakamoto <sakamoto@yajima.kuis.kyoto-u.ac.jp>,

               o Yasuhiro Ichikawa <cs94006@mbox.sist.ac.jp>,

               o Kazunori Ueno <jagarl@creator.club.or.jp>,

               o Yasushi Suzuki <suz@d2.bs1.fc.nec.co.jp>,

               o Satoshi Kimura <KFB03633@niftyserve.or.jp>,









README for XFree86[tm] 3.3.2



               o Kazuhiko Uno <Kazuhiko.Uno@softvision.co.jp>,

               o Tomiharu Takigami <takigami@elsd.mt.nec.co.jp>,

               o Tomomi Suzuki <suzuki@grelot.elec.ryukoku.ac.jp>,

               o Toshihiko Yagi <j2297222@ed.kagu.sut.ac.jp>,

               o Masato Yoshida (Contributor of PW805i support)

      Original accelerated code by:

               o Kevin Martin <martin@cs.unc.edu>,

               o Rik Faith <faith@cs.unc.edu>,

               o Jon Tombs <tombs@XFree86.org>

      XFree86 Acceleration Architecture (XAA) by:

               o Harm Hanemaayer <H.Hanemaayer@inter.nl.net>,

      S3 accelerated code by:

               o Jon Tombs <tombs@XFree86.org>,

               o Harald Koenig <koenig@tat.physik.uni-tuebingen.de>,

               o David Wexelblat <dwex@XFree86.org>,

               o David Dawes <dawes@XFree86.org>,

               o Robin Cutshaw <robin@XFree86.org>,

               o Amancio Hasty <hasty@netcom.com>,

               o Norbert Distler <Norbert.Distler@physik.tu-muenchen.de>,

               o Leonard N. Zubkoff <lnz@dandelion.com>,

               o Bernhard Bender <br@elsa.mhs.compuserve.com>,

               o Dirk Hohndel <hohndel@XFree86.org>,

               o Joe Moss <joe@XFree86.org>

      S3V accelerated code by:

               o Harald Koenig <koenig@tat.physik.uni-tuebingen.de>,

               o Kevin Brosius <Cobra@compuserve.com>

               o Berry Dijk <berry_dijk@tasking.nl>









README for XFree86[tm] 3.3.2



               o Dirk Hohndel <hohndel@XFree86.org>

               o Huver Hu <huver@amgraf.com>

               o Dirk Vangestel <gesteld@sh.bel.alcatel.be>

      Mach32 accelerated code by:

               o Kevin Martin <martin@cs.unc.edu>,

               o Rik Faith <faith@cs.unc.edu>,

               o Mike Bernson <mike@mbsun.mlb.org>,

               o Mark Weaver <Mark_Weaver@brown.edu>,

               o Craig Groeschel <craig@metrolink.com>

               o Bryan Feir <jenora@istar.ca>

      Mach64 accelerated code by:

               o Kevin Martin <martin@cs.unc.edu>,

      Mach8, 8514 accelerated code by:

               o Kevin Martin <martin@cs.unc.edu>,

               o Rik Faith <faith@cs.unc.edu>,

               o Tiago Gons <tiago@comosjn.hobby.nl>,

               o Hans Nasten <nasten@everyware.se>,

               o Scott Laird <scott@laird.com>

      Cirrus accelerated code by:

               o Simon Cooper <scooper@vizlab.rutgers.edu>,

               o Harm Hanemaayer <H.Hanemaayer@inter.nl.net>,

               o Bill Reynolds <bill@goshawk.lanl.gov>,

               o Corin Anderson <corina@the4cs.com>

      Western Digital accelerated code by:

               o Mike Tierney <floyd@pepsi.eng.umd.edu>,

               o Bill Conn <conn@bnr.ca>

      P9000 accelerated code by:









README for XFree86[tm] 3.3.2



               o Erik Nygren <nygren@mit.edu>,

               o Harry Langenbacher <harry@brain.jpl.nasa.gov>

               o Chris Mason <mason@mail.csh.rit.edu>

               o Henrik Harmsen <harmsen@eritel.se>

      AGX accelerated code by:

               o Henry Worth <haworth@wco.com>,

      Number Nine I128 driver by:

               o Robin Cutshaw <robin@XFree86.org>,

      ET4000/W32 accelerated code by:

               o Glenn Lai <glenn@cs.utexas.edu>,

      ET6000 SVGA and accelerated support (both based on the existing W32 code) by:

               o Koen Gadeyne <koen.gadeyne@barco.com>,

      Oak Technologies Inc. accelerated code by:

               o Jorge Delgado <ernar@dit.upm.es>,

      16 color VGA server by:

               o Gertjan Akkerman <akkerman@dutiba.twi.tudelft.nl>

      2 color VGA and non-VGA mono servers by:

               o Pascal Haible <haible@izfm.uni-stuttgart.de>

      ATI SVGA driver by:

               o Per Lindqvist <pgd@compuram.bbt.se> and Doug Evans
                 <dje@cygnus.com>.

               o Ported to X11R5 by Rik Faith <faith@cs.unc.edu>.

               o Rewritten by Marc Aurele La France <tsi@ualberta.ca>

      WD90C24 support by:

               o Brad Bosch <brad@lachman.com>

      Trident SVGA driver by:

               o Alan Hourihane <alanh@fairlite.demon.co.uk>










README for XFree86[tm] 3.3.2



      SiS SVGA driver by:

               o Alan Hourihane <alanh@fairlite.demon.co.uk>

               o Xavier Ducoin <xavier@rd.lectra.fr>

      DEC 21030 (TGA) server by:

               o Alan Hourihane <alanh@fairlite.demon.co.uk>

               o Harald Koenig <koenig@tat.physik.uni-tuebingen.de>

      NCR SVGA driver by:

               o Stuart Anderson <anderson@metrolink.com> with the permission
                 of NCR Corporation

      Cirrus SVGA driver by:

               o Bill Reynolds <bill@goshawk.lanl.gov>,

               o Hank Dietz <hankd@ecn.purdue.edu>,

               o Simon Cooper <scooper@vizlab.rutgers.edu>,

               o Harm Hanemaayer <H.Hanemaayer@inter.nl.net>,

               o Corin Anderson <corina@the4cs.com>

      Cirrus CL64xx driver by:

               o Manfred Brands <mb@oceonics.nl>

               o Randy Hendry <randy@sgi.com>

               o Jeff Kirk <jeff@bambam.dsd.ES.COM>

      Compaq SVGA driver by:

               o Hans Oey <hans@mo.hobby.nl>

               o Ming Yu <yum@itp.ac.cn>

               o Gerry Toll <gtoll@tc.cornell.edu>

      Oak SVGA driver by:

               o Steve Goldman <sgoldman@encore.com>

               o Jorge Delgado <ernar@dit.upm.es>

      ARK Logic SVGA driver by:










README for XFree86[tm] 3.3.2



               o Harm Hanemaayer <H.Hanemaayer@inter.nl.net>

               o Leon Bottou <bottou@laforia.ibp.fr>

      AL2101 SVGA driver by:

               o Paolo Severini <lendl@dist.dist.unige.it>

      Avance Logic ``ali'' SVGA driver by:

               o Ching-Tai Chiu <cchiu@netcom.com>

      Chips & Technologies SVGA driver by:

               o Regis Cridlig <cridlig@dmi.ens.fr>

               o Jon Block <block@frc.com>

               o Mike Hollick <hollick@graphics.cis.upenn.edu>

               o Nozomi Ytow

               o Egbert Eich <Egbert.Eich@Physik.TH-Darmstadt.DE>

               o David Bateman <dbateman@ee.uts.edu.au>

               o Xavier Ducoin <xavier@rd.lectra.fr>

      MX SVGA driver by:

               o Frank Dikker <dikker@cs.utwente.nl>

      Video7 SVGA driver by:

               o Craig Struble <cstruble@acm.vt.edu>

      RealTek SVGA driver by:

               o Peter Trattler <peter@sbox.tu-graz.ac.at>

      Apollo Mono driver by:

               o Hamish Coleman <hamish@zot.apana.org.au>

      Matrox SVGA driver by:

               o Guy Desbief <g.desbief@aix.pacwan.net>

               o Radoslaw Kapitan <kapitan@student.uci.agh.edu.pl>

               o Andrew Vanderstock <vanderaj@mail2.svhm.org.au>

               o Angsar Hockmann <Ansgar.Hockmann@hrz.uni-dortmund.de>









README for XFree86[tm] 3.3.2



               o Michael Will <Michael.Will@student.uni-tuebingen.de>

               o Andrew Mileski <aem@ott.hookup.net>

               o Stephen Pitts <pitts2@memphisonline.com>

               o Dirk Hohndel <hohndel@XFree86.Org>

               o Leonard N. Zubkoff <lnz@dandelion.com>

      ViRGE SVGA driver by:

               o Sebastien Marineau <marineau@genie.uottawa.ca>,

               o Harald Koenig <koenig@tat.physik.uni-tuebingen.de>

      Linux/m68k Frame Buffer Device driver by:

               o Martin Schaller

               o Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>

               o Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>

               o Guenther Kelleter <guenther@Pool.Informatik.RWTH-Aachen.de>

      Tseng ET4000 and ET6000 SVGA driver by:

               o [Unknown authors]

               o Dirk Hohndel <hohndel@XFree86.Org>

               o Koen Gadeyne <koen.gadeyne@barco.com>

               o ... and others

      XFree86-VidModeExtension and xvidtune client by:

               o Kaleb S. Keithley <kaleb@x.org>

               o David Dawes <dawes@XFree86.org>

               o Jon Tombs <tombs@XFree86.org>

               o Joe Moss <joe@XFree86.org>

      XFree86-Misc extension by:

               o Joe Moss <joe@XFree86.org>

               o David Dawes <dawes@XFree86.org>

      XFree86-DGA extension by:









README for XFree86[tm] 3.3.2



               o Jon Tombs <tombs@XFree86.org>

               o Mark Vojkovich <mvojkovi@ucsd.edu>

               o Harm Hanemaayer <H.Hanemaayer@inter.nl.net>,

               o David Dawes <dawes@XFree86.org>

      XInput integration, devices and clients by:

               o Frederic Lepied <lepied@XFree86.Org> (XInput integration,
                 Wacom tablet, Joystick and extended mouse devices, xsetpointer
                 and xsetmode clients)

               o Patrick Lecoanet <lecoanet@cena.dgac.fr> (Elographics touch-
                 screen device)

               o Steven Lang <tiger@tyger.org> (Summagraphics tablet device)

      Other contributors:

               o Joerg Wunsch <joerg_wunsch@uriah.sax.de> (ET3000 banked mono),

               o Thomas Dickey <dickey@clark.net> (xterm "new" model ANSI col-
                 ors and VT220, VT520 emulation).

               o Eric Raymond <esr@snark.thyrsus.com> (new video mode documen-
                 tation),

               o and an entire horde of beta-testers around the world!


7.  Contact information

Ongoing development planning and support is coordinated by the XFree86 Core
Team.  At this time the Core Team consists of (in alphabetical order):

   o Robin Cutshaw <robin@XFree86.org>

   o David Dawes <dawes@XFree86.org>

   o Marc Evans <marc@XFree86.org>

   o Harm Hanemaayer <H.Hanemaayer@inter.nl.net>

   o Dirk Hohndel <hohndel@XFree86.org>

   o Harald Koenig <koenig@XFree86.org>

   o Rich Murphey <rich@XFree86.org>

   o Jon Tombs <tombs@XFree86.org>










README for XFree86[tm] 3.3.2



   o David Wexelblat <dwex@XFree86.org>

Mail sent to <Core@XFree86.org> will reach the core team.  Please note that
support questions should be sent to <XFree86@XFree86.org>.


8.  The XFree86 Project, Inc.

The XFree86 Project, Inc, was founded to accomplish two major goals:

  1.  To provide a vehicle by which XFree86 can be represented in X Consortium,
      Inc, the organization responsible for the design, development, and
      release of The X Window System.

  2.  To provide some basic funding for acquisition of facilities for ongoing
      XFree86 development, largely to consist of new video hardware and basic
      computing facilities.

The first of these was the primary motivation.  We have held discussions with
the X Consortium on and off for many months, attempting to find an avenue by
which our loosely-organized free software project could be given a voice within
the X Consortium.  The bylaws of the Consortium would not recognize such an
organization.  After an initial investigation about funding, we decided to form
our own corporation to provide the avenue we needed to meet the requirements of
the X Consortium bylaws.

By doing this, we were able to be involved in the beta-test interval for X11R6,
and have contributed the majority of XFree86 to the X11R6 and X11R6.1 core
release.  The version of XFree86 in the initial X11R6 core is 3.0.  The version
of XFree86 in the current X11R6.3 release is 3.2.

An additional benefit of this incorporation is that The XFree86 Project, Inc
has obtained outside financial support for our work.  This will hopefully give
us the freedom to be more pro-active in obtaining new video hardware, and
enable us to release better products more quickly, as we will be able to go and
get what we need, and get it into the hands of the people who can do the work.

The current Board of Directors and Officers of the The XFree86 Project, Inc,
are:

   o David Dawes, President and Secretary

   o Dirk Hohndel, Vice-President

   o Glenn Lai, Director

   o Rich Murphey, Treasurer

   o Jim Tsillas, Director

   o Jon Tombs, Director

   o David Wexelblat, Director









README for XFree86[tm] 3.3.2



Email to <BOD@XFree86.org> reaches the board of directors.

Our bylaws have been crafted in such a way to ensure that XFree86 is and always
will be a free software project.  There is no personal financial benefit to any
member of the Core Team or any other XFree86 participant.  All assets of the
corporation remain with the corporation, and, in the event of the dissolution
of the corporation, all assets will be turned over to the X Consortium, Inc.
It is hoped that by doing this, our corporation will be merely a formalization
of what we have been doing in the past, rather than something entirely new.

As of March 1997, The XFree86 Project has revised its source/binary access and
release policy.  The main points of the new policy are:

   o There will be no more time-limited public binary-only beta releases.
     Instead we plan to increase the frequency of full public releases to about
     four releases per year.

   o The source access/use is divided into three categories:

        o End users.  End users have access to only the source of full public
          releases.  The main reason for this restriction is that our develop-
          ment code often contains code from other sources which cannot be
          released to the public immediately.

        o Active developers (members of the XFree86 ``developer team'').
          Active developers must formally become non-voting members of the
          XFree86 Project, and have full access to our internal development
          source.  They are permitted to make time-limited binaries (in coordi-
          nation with the Core Team) of the servers they are actively working
          on available to external testers for specific testing.

        o Commercial members.  Commercial members are non-voting members of The
          XFree86 Project who donate US$5000/year to the Project.  Addition-
          ally, companies who contribute significantly to the development
          effort of XFree86 can be awarded commercial membership by the Core
          Team on a yearly bases.  Commercial members can use the internal
          XFree86 development source for derived binary-only products providing
          that they take full responsibility for supporting the product, and
          don't call it ``XFree86'' (although the derivation of the product
          must be acknowledged in any accompanying documentation).  Binary
          packages for the OSs we support which are simply compiled from our
          internal source without significant added value are explicitly NOT
          allowed.

Here is a list of the organizations and individuals who have provided sponsor-
ship to The XFree86 Project, Inc, either by financial contribution or by the
donation of equipment and resources.  The XFree86 Project, Inc gratefully
acknowledges these contributions, and hopes that we can do justice to them by
continuing to release high-quality free software for the betterment of the
Internet community as a whole.

   o UUNET Communications Services, Inc. <URL:http://www.uu.net/>

UUNET Communications Services, Inc, deserves special mention.  This








README for XFree86[tm] 3.3.2



organization stepped forward and contributed the entire 1994 X Consortium mem-
bership fee on a moment's notice.  This single act ensured XFree86's involve-
ment in X11R6.

   o GUUG -- 1st German Linux Congress

Also deserving of special mention are the organizers and attendees of the 1st
German Linux Congress in Heidelberg.  Significant funding to The XFree86 Pro-
ject has been provided from its proceeds.

   o AIB Software Corporation <URL:http://www.aib.com/>, Herndon, VA

   o Roland Alder, Armin Fessler, Patrick Seemann, Martin Wunderli

   o American Micro Group

   o ATI Technologies Inc <URL:http://www.atitech.ca/>

   o Andrew Burgess

   o Berkeley Software Design, Inc <URL:http://www.bsdi.com/>, Falls Church, VA

   o Caldera, Inc. <URL:http://www.caldera.com/>

   o Delix Computer GmbH <URL:http://www.delix.de/>, Stuttgart, Germany

   o The Destek Group, Inc. <URL:http://www.destek.net/Destek/>, Nashua, NH
     (formerly Synergytics)

   o Diamond Multimedia Systems, Inc. <URL:http://www.diamondmm.com/>

   o Digital Equipment Corporation <URL:http://www.digital.com/>

   o Elsa GmbH <URL:http://www.elsa.de/>, Aachen, Germany

   o Genoa Systems Corporation

   o Helius, Inc. <URL:http://www.helius.com/>

   o Hercules Computer Technology, Inc. <URL:http://www.hercules.com/>

   o Ralf Hockens

   o Dirk Hohndel

   o InfoMagic <URL:http://www.infomagic.com/>, Flagstaff, AZ

   o Daniel Kraemer

   o Epoch Networks, Inc. <URL:http://www.eni.net/>, Irvine, CA

   o Frank & Paige McCormick










README for XFree86[tm] 3.3.2



   o Internet Labs, Inc.

   o Linux International

   o Linux Support Team, Erlangen, Germany

   o LunetIX Softfair <URL:http://www.lunetix.de>, Berlin, Germany

   o Morse Telecommunications <URL:http://www.morse.net>, Long Beach, NY

   o MELCO, Inc <URL:http://www.melcoinc.co.jp>

   o MIRO Computer Products AG, Braunschweig, Germany

   o Rich & Amy Murphey

   o NCR Corp <URL:http://www.ncr.com/>

   o Brett Neumeier

   o Number Nine, Lexington, MA

   o Kazuyuki Okamoto, Japan

   o Prime Time Freeware <URL:http://www.ptf.com/>, San Bruno, CA

   o Red Hat Software <URL:http://www.redhat.com/>, Chapel Hill, NC

   o Norbert Reithinger

   o SPEA Software AG, Starnberg, Germany

   o STB Systems

   o Clifford M Stein

   o Joel Storm

   o S.u.S.E. GmbH <URL:http://www.suse.de>, Fuerth, Germany

   o Tekelec Airtronic GmbH <URL:http://www.tekelec.com>, Muenchen, Germany

   o Jim Tsillas

   o Trans-Ameritech Enterprises, Inc., Santa Clara, CA

   o Unifix Software GmbH, Braunschweig, Germany

   o Vixie Enterprises <URL:http://www.vix.com/>, La Honda, CA

   o Walnut Creek CDROM <URL:http://www.cdrom.com/>, Concord, CA

   o Xtreme s.a.s. <URL:http://www.xfree86.org/xtreme>, Livorno, Italy









README for XFree86[tm] 3.3.2



The XFree86 Project, Inc, welcomes the additional contribution of funding
and/or equipment.  Such contributions should be tax-deductible; we will know
for certain when the lawyers get finished with the papers.  For more informa-
tion, contact The XFree86 Project, Inc, at <BOD@XFree86.org>


9.  Source and binary archive sites

Source patches are available to upgrade X11R6.3 PL2 from the X Consortium (now
The Open Group) to XFree86 3.3.2.  Binaries for many OSs are also available.
The distribution is available from:

   o ftp://ftp.XFree86.org/pub/XFree86

and the following mirror sites:

   o North America:

        o ftp://ftp2.XFree86.org/pub/XFree86 (source and binaries)

        o ftp://ftp.infomagic.com/pub/mirrors/XFree86-current (source and bina-
          ries)

        o ftp://ftp.rge.com/pub/X/XFree86 and http://www.rge.com/pub/X/XFree86
          (source and binaries)

        o ftp://ftp.varesearch.com/pub/mirrors/xfree86 (source and binaries)

        o ftp://ftp.cs.umn.edu/pub/XFree86 (source and binaries)

        o ftp://ftp.kernel.org/pub/mirrors/xfree86 (source and binaries)


   o Europe:

        o ftp://fvkma.tu-graz.ac.at/pub/XFree86 (source and binaries)

        o ftp://gd.tuwien.ac.at/hci/X11/XFree86 and
          http://gd.tuwien.ac.at/hci/X11/XFree86 (source and binaries)

        o ftp://ftp.fee.vutbr.cz/pub/XFree86 (source patches and binaries)

        o ftp://ftp.gwdg.de/pub/xfree86/XFree86 (source and binaries)

        o ftp://ftp.mpi-sb.mpg.de/pub/X/mirror/ftp.xfree86.org (source and
          binaries)

        o ftp://ftp.cs.tu-berlin.de/pub/X/XFree86 (source and binaries)

        o ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.xfree86 (source and Linux
          binaries)

        o ftp://ftp.uni-stuttgart.de/pub/X11/Xfree86 (source and binaries)









README for XFree86[tm] 3.3.2



        o ftp://ftp.funet.fi/pub/X11/XFree86 (source and binaries)

        o ftp://ftp.ibp.fr/pub/X11/XFree86 (source and binaries)

        o ftp://ftp.unina.it/pub/XFree86 (source and binaries)

        o ftp://ftp.pvv.unit.no/pub/XFree86 (source and binaries)

        o ftp://sunsite.doc.ic.ac.uk/packages/XFree86 (source and binaries)




   o Asia/Australia:

        o ftp://x.physics.usyd.edu.au/pub/XFree86 (source and binaries)

        o ftp://ftp.netlab.is.tsukuba.ac.jp/pub/XFree86 (source and binaries)

        o ftp://ftp.iij.ad.jp/pub/X/XFree86/XFree86 (source and binaries)

        o ftp://ftp.kreonet.re.kr/pub/Linux/xfree86 (source and binaries)


Ensure that you are getting XFree86 3.3.2 - some of these sites may archive
older releases as well.  Check the RELNOTES to find which files you need to
take from the archive.

     Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml,v 3.75.2.33 1998/02/28 15:49:46 robin Exp $





     $XConsortium: README.sgml /main/31 1996/10/28 05:43:24 kaleb $



























README for XFree86[tm] 3.3.2





































































                                   CONTENTS



1. What's new in XFree86 3.3.2 .............................................. 1

2. Systems XFree86 has been tested on ....................................... 1

3. Supported video-card chip-sets ........................................... 2

4. Where to get more information ............................................ 5

5. Thanks ................................................................... 6

6. Credits .................................................................. 6

7. Contact information ..................................................... 16

8. The XFree86 Project, Inc. ............................................... 17

9. Source and binary archive sites ......................................... 21



































                                       i



$XFree86: xc/programs/Xserver/hw/xfree86/doc/README,v 3.76.2.28 1998/03/01 13:58:20 dawes Exp $
OpenPOWER on IntegriCloud