Phonorix posted an article about the news that Mesa/Xorg are dropping support for a list of vintage video chips:
You can check to see if your installation is using the Intel i810 driver by opening a Konsole and issuing:
lsmod | grep i81
Ditto for the
r128
s3fb
savagefb
sisfb
and others...
The i810 driver, for example, supports the following chipsets:
i810, i810-DC100, i810e, i815, i830M, 845G, 852GM, 855GM, 865G, 915G, 915GM, 945G, 945GM, 965G, 965Q and 946GZ.
If lspci or lshw lists your video chips as one of these, then its days are numbered.
Lot's of old hardware will be landing in dustbins around the world after the next Xorg upgrade.
The drivers/hardware that no longer have mainline Mesa driver support are listed below.
i810: Early Intel 8xx series IGPs
Mach64: ATI Mach GPUs
MGA: Matrox GPUs
r128: ATI Rage 128 GPUs like the Rage Fury, XPERT 99, and XPERT 128
Savage: S3 Savage GPUs
SiS: Crusty SiS GPUs
Tdfx: 3dfx Voodoo graphics cards
Unichrome: VIA IGPs (Well, the ones where there was actually support available.)
Dropping the DRI1 drivers listed above eliminated over 85,000 lines of code from the Mesa tree. Code that was mostly unmaintained and didn't receive new feature support work in years.
i810: Early Intel 8xx series IGPs
Mach64: ATI Mach GPUs
MGA: Matrox GPUs
r128: ATI Rage 128 GPUs like the Rage Fury, XPERT 99, and XPERT 128
Savage: S3 Savage GPUs
SiS: Crusty SiS GPUs
Tdfx: 3dfx Voodoo graphics cards
Unichrome: VIA IGPs (Well, the ones where there was actually support available.)
Dropping the DRI1 drivers listed above eliminated over 85,000 lines of code from the Mesa tree. Code that was mostly unmaintained and didn't receive new feature support work in years.
lsmod | grep i81
Ditto for the
r128
s3fb
savagefb
sisfb
and others...
The i810 driver, for example, supports the following chipsets:
i810, i810-DC100, i810e, i815, i830M, 845G, 852GM, 855GM, 865G, 915G, 915GM, 945G, 945GM, 965G, 965Q and 946GZ.
If lspci or lshw lists your video chips as one of these, then its days are numbered.
Lot's of old hardware will be landing in dustbins around the world after the next Xorg upgrade.
Comment