惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
GbyAI
GbyAI
M
MIT News - Artificial intelligence
美团技术团队
罗磊的独立博客
雷峰网
雷峰网
量子位
博客园 - 【当耐特】
Last Week in AI
Last Week in AI
D
Docker
小众软件
小众软件
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
WordPress大学
WordPress大学
V
V2EX
博客园_首页
腾讯CDC
The Cloudflare Blog
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

Latest from Tom's Hardware in News

Analytics group signals possible delays at 40% of AI data center construction sites — companies deny schedule holdups, but satellite imagery indicates otherwise Intel hires tenured Samsung exec to lead Foundry Services — signals company focus on winning business from potential Foundry suitors Elon Musk pushing forward with Terafab at Microsoft's April patch puts Windows domain controllers into reboot loops — third known issue from KB5082063… AMD Ryzen 9 9950X3D2 appears on Amazon with $1,000 pre-order price — AMD confirms recommended pricing is still set… AMD's market cap hits all-time high, Intel hits 25-year high on Agentic AI's insatiable demand for CPUs Meta raising Quest headset prices due to AI-driven RAM shortage — Quest 3 to cost $600, Quest 3S $350 from April… Elegoo announces the Jupiter 2 resin 3D printer for $949, early bird price of $849 — new model offers massive print volume but is still physically smaller than previous models Pragmata PC performance tested: 18 GPUs take us to the Moon Chinese fabs import record volumes of US chipmaking equipment via Singapore and Malaysia — homegrown tool makers booked record 2025 revenues as price competition squeezes margins US appeals court restarts $3 billion patent infringement lawsuit against Intel — VLSI case from 2017 returns after… Two US citizens get combined 16 years in prison for running North Korean laptop farms — fake remote IT work scheme netted DPRK $5 million in around three years Intel launches Wildcat Lake as Core Series 3 for value laptops and edge systems — six consumer SKUs built on 18A promise Legendary Qualcomm, Apple, and Nuvia alumni form new CPU startup — Nuvacore promises to Bambu updates its 3D printers to print unique hues or gradients using two or three filaments — company acknowledges OrcaSlicer-FullSpectrum fork as the basis for the color prediction part of the new feature Broadcom to supply Meta with custom silicon through 2029 — Broadom CEO Hock Tan departs Meta Anonymous perps behind 86 million files scraped from Spotify hit with $322 million court judgement — Anna Non-functioning counterfeit Samsung 990 Pro SSDs are circulating in Europe — Despite convincing packaging, blue… Oklahoma farmer arrested and jailed for trespassing during AI data center town hall — removed by officers after going a few seconds over allotted speaking time, trying to hand paperwork to counselors Virginia voter support for new data centers collapses from 69% in 2023 to 35% in new poll — Multi-gigawatt, 37-building Digital Gateway project abandoned Struggling shoemaker and apparel brand Albird pivots to AI data centers, stock jumps 580% in a single day — sells core business and leveraging $50 million in financing to become a GPU-as-a-Service and AI cloud solutions provider IPv6 usage reaches historic 50% across Google services, matching IPv4 — increased usage eases pressure on the IPv4 address market as 'new' protocol designed in 1998 finally hits its stride Engineer open-sources DIY radar system that's 95% cheaper than $250,000 commercial offerings, has 20 kilometer range — Moroccan engineer designs Aeris-10 radar, shares it on GitHub Elon Musk demonstrates first sample of Tesla AI5 processor, accidentally thanks TSC rather than TSMC  — claims 40X performance boost over the predecessor Valve might be adding a 30-day price tracker to Steam — feature is already available in some EU countries to spoof… Memory cards and flash drives prices rocket 124%, some products peak at 261% jump — increases from 2025 driven by AI chip shortage across a range of formats and capacities Netgear secures conditional approval from the FCC following router ban — company can continue importing foreign-made routers through October 2027 China tests deep-sea electro-hydrostatic actuator that can cut undersea cables at a depth of 3,500 meters — state hails successful trial and hints at deployment readiness Iran reportedly bought an in-orbit Chinese satellite to target US military sites in the Middle East — purchase agreement included ongoing ground control services based in China Our lifestyle tech colleagues at Tom's Guide have overhauled their site for smarter shopping — more video and access to experts make it 'the biggest relaunch in our history'
Enthusiast fixes 30-year issue with S3 graphics card &mda...
Mark Tyson · 2026-04-25 · via Latest from Tom's Hardware in News
S3 Virge graphics card
(Image credit: Salam32, public domain image)

A retro hardware enthusiast has demonstrated a fix that eliminates the washed-out appearance people can have with 1990s graphics cards from S3. In a recent video, Bits und Bolts (BuB) worked on an S3 Virge DX 4MB graphics card (1985-6) to investigate and neuter the ‘pedestal bit.’ This feature of the card’s VBIOS makes the darkest blacks more like charcoal, a highly undesirable feature if used to drive a good-quality monitor.

Finally BLACKGROUND! Fixing the S3 ViRGE "Pedestal" Bug with Assembly - YouTube Finally BLACKGROUND! Fixing the S3 ViRGE

Watch On

Before we go on, here’s a refresher regarding the pedestal bit, which was a bug/feature of S3 cards such as the headlining Virge, Trio, and some early Savage family models.

In its wisdom, S3 decided to raise the black levels to a dark gray in VBIOS so imagery wouldn’t be too dark for old CRTs, particularly those that adhered to the NTSC standard. So, this raising of black to dark gray is the so-called pedestal. It was implemented in the era’s graphics cards in VBIOS, by setting full black to a higher value. As you will see later, TechTuber BuB notes the original bit was set as 3F, but the fixed version replaces that hexadecimal value with 1F at a certain point in the VBIOS code.

Article continues below

BuB explains that the pedestal bit is set in the BIOS when the system boots up. So, affected systems show blacks that are a bit too bright (bright black?) immediately starting from boot time.

The TechTuber breaks down this pedestal bit fix into a number of logical steps. Firstly, a debugger is used to poke around and find the address and code where the bit in question resides. Thanks to some prior experience with prior graphics cards and in some community discussions, BuB isn’t searching blind.

In the debugger, the TechTuber tracked down his first target address and checked what values were there using Windows Calculator’s hex-to-binary converter. This first shot at editing the code live in the debugger, changing the probed values to zero (black), resulted in nothing happening.

Second shot hits the target

A second shot, targeting debug at 3c4 address 1a hit the target. When the value at this address was set to zero, the background went darker immediately. To check, BuB reset it back to the old values, confirming that one of the eight bits edited was the pedestal bit. Another bit of elimination work was needed to determine which one of the eight was the actual pedestal bit, but NuB was lucky the first time.

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.

So, the tricky investigation work had been completed; now it was time to dump the VBIOS to a file, make the tweaks that had been found to work, and write it back to the hardware.

A tool called NSSI was used for the dumping. BuB then opened the freshly dumped Virge VBIOS in Hiew (HEX view, or Hacker’s view?). But when searching for the code, he found two matches in the assembly. Again, using the HEX to binary converter in Calc, he found the original pedestal bit and edited it. He modified this single hexadecimal entry from 20 to 00.

With this pedestal bit-zapping work done, the VBOIS checksum needed changing to ensure it wasn’t rejected as being corrupt. This step was demonstrated in DOS and in a friendlier Windows tool. In short, the old checksum was 77 and the new one 97 (both hex numbers).

Now the successfully edited VBIOS was flashed to a chip. BuB swapped the existing VBIOS chip with the modified one. It booted with a glorious, deep black background the first time.

Returning to the debugger, not that he needed to, BuB checked the address, which was previously 3F, and indeed it was now 1F – pedestal bit elimination confirmed. The TechTuber indicates that the same procedure should be usable across any Virge DX model. A neat solution to a 30-year-old gray problem.

Google Preferred Source

Follow Tom's Hardware on Google News, or add us as a preferred source, to get our latest news, analysis, & reviews in your feeds.

Mark Tyson is a news editor at Tom's Hardware. He enjoys covering the full breadth of PC tech; from business and semiconductor design to products approaching the edge of reason.