<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[【经验教训】魔改 48GB 4090D 的血泪教训：花屏、TDR 0x116、卡 VGA 灯完整排查记录]]></title><description><![CDATA[<p dir="auto"><strong>太长不看版</strong>：买 AI 显卡千万别买魔改显存卡。花屏 + 蓝屏 0x116 + 开机卡 VGA 灯 + 空载崩溃，全套症状都是改装显存不稳定的典型表现，换驱动、调供电、降 PCIe 全都没用。</p>
<hr />
<h2>一、背景</h2>
<p dir="auto">为了跑 Qwen3.6-27B-FP8（131K 上下文），入手了「单卡 48GB 的 RTX 4090D」。当时觉得性价比无敌：24GB 的卡钱买 48GB 显存。<strong>现在回头看，这是整件事最大的错误。</strong></p>
<h2>二、症状（按时间线）</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>时间</th>
<th>症状</th>
</tr>
</thead>
<tbody>
<tr>
<td>装驱动后第 6 天</td>
<td>开始蓝屏，Minidump 留存</td>
</tr>
<tr>
<td>之后 8 天内</td>
<td>崩溃 5+ 次：0x116 (VIDEO_TDR_FAILURE)、0x117、0x119、0x141、0x133 全齐了</td>
</tr>
<tr>
<td>高负载（AI 推理）</td>
<td>必崩，NVIDIA Overlay 也跟着崩</td>
</tr>
<tr>
<td>低负载（登录界面按键盘）</td>
<td><strong>也花屏崩溃</strong>——这是最要命的信号</td>
</tr>
<tr>
<td>重启</td>
<td>间歇性卡主板 VGA 灯（POST 显卡初始化失败）</td>
</tr>
<tr>
<td>显示器接核显</td>
<td>独显仅参与桌面合成，照样崩</td>
</tr>
</tbody>
</table>
<h2>三、排查过程（给后来人的取证清单）</h2>
<p dir="auto"><strong>1. 崩溃日志取证（不用猜，全部有据）：</strong></p>
<pre><code>Event 41 (Kernel-Power) → BugcheckCode 字段非 0 = 系统崩溃重启，不是外部断电
Event 1001 (WER)       → 崩溃代码 + 转储文件路径
Minidump (C:\Windows\Minidump) → 内核栈，可分析崩溃驱动
Event 1019             → 「可能相关的驱动程序：nvlddmkm.sys」
nvlddmkm Event 14 刷屏 → 显卡驱动崩溃瞬间疯狂报错
</code></pre>
<p dir="auto"><strong>2. 逐个排除（按成本从低到高）：</strong></p>
<ul>
<li><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 排除供电：12VHPWR 接头检查，无烧焦无变形</li>
<li><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 排除 OOM：登录界面空载崩溃，显存根本没压力</li>
<li><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 排除驱动：空载按键崩 + POST 卡 VGA 灯（驱动没加载的阶段）——驱动背不了这个锅</li>
<li><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 排除 PCIe：Gen5 空载也不至于崩，且卡灯发生在驱动加载前</li>
<li><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/274c.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--x" style="height:23px;width:auto;vertical-align:middle" title="❌" alt="❌" /> 最后定位：<strong>显卡硬件本体</strong></li>
</ul>
<p dir="auto"><strong>3. 致命发现——显卡真身：</strong></p>
<pre><code>nvidia-smi 显示 "NVIDIA GeForce RTX 4090 D"
但官方 4090D 只有 24GB——48GB 是商家魔改（双面 2GB 显存颗粒 ×24 颗）
</code></pre>
<h2>四、教训总结</h2>
<ol>
<li><strong>魔改显存卡的本质</strong>：显存颗粒来源不明（拆机片/降级片）、焊接工艺看商家良心、时序/温度参数没经过 NVIDIA 出厂验证。跑游戏可能勉强，<strong>跑 7×24 高负载 AI 推理 = 原形毕露</strong>。</li>
<li><strong>「低负载也崩」是硬件问题的铁证</strong>：驱动/OOM/链路问题都需要负载触发，空载崩溃基本锁定硬件。</li>
<li><strong>「卡 VGA 灯」是 POST 层症状</strong>：Windows 驱动还没加载就失败，任何软件层面手段都救不了。</li>
<li><strong>买大显存 AI 卡的正路</strong>：单卡 48GB 要么专业卡（RTX 6000 Ada/L40S），要么等真·大显存游戏卡（B60 PRO 48G 这类），<strong>别碰魔改</strong>。</li>
<li><strong>魔改卡没有官方保修</strong>，售后只能找商家，维权成本极高。</li>
</ol>
<h2>五、现状</h2>
<p dir="auto">显卡已拆下走京东售后换货。机器用核显正常运行（Ryzen 9900X 核显 + 93.7G 内存顶一阵子）。27B 模型暂时跑不了，等新卡。</p>
<p dir="auto"><strong>花钱买的教训：AI 算力硬件，稳定性 &gt; 性价比。魔改显存一时爽，数据丢失火葬场。</strong></p>
]]></description><link>https://lcz.me/topic/1012/经验教训-魔改-48gb-4090d-的血泪教训-花屏-tdr-0x116-卡-vga-灯完整排查记录</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 19:39:55 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1012.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Aug 2026 11:03:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 【经验教训】魔改 48GB 4090D 的血泪教训：花屏、TDR 0x116、卡 VGA 灯完整排查记录 on Thu, 06 Aug 2026 16:39:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bukong-li" aria-label="Profile: Bukong-Li">@<bdi>Bukong-Li</bdi></a> 你应该认真看我的视频，买京东负责发货的。我没在这家买。</p>
]]></description><link>https://lcz.me/post/11574</link><guid isPermaLink="true">https://lcz.me/post/11574</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Thu, 06 Aug 2026 16:39:57 GMT</pubDate></item><item><title><![CDATA[Reply to 【经验教训】魔改 48GB 4090D 的血泪教训：花屏、TDR 0x116、卡 VGA 灯完整排查记录 on Thu, 06 Aug 2026 16:38:10 GMT]]></title><description><![CDATA[<p dir="auto">这是商战吗？这些做显卡的也不会用AI或者视频工具 拷好机再发货，48G不可能拿来打游戏</p>
]]></description><link>https://lcz.me/post/11572</link><guid isPermaLink="true">https://lcz.me/post/11572</guid><dc:creator><![CDATA[stxpnet]]></dc:creator><pubDate>Thu, 06 Aug 2026 16:38:10 GMT</pubDate></item><item><title><![CDATA[Reply to 【经验教训】魔改 48GB 4090D 的血泪教训：花屏、TDR 0x116、卡 VGA 灯完整排查记录 on Wed, 05 Aug 2026 04:22:31 GMT]]></title><description><![CDATA[<p dir="auto">说明这个 楚什么的做工不行。售后你得看这个牌子有没有 备用卡了。没有他怎么给你对发。</p>
]]></description><link>https://lcz.me/post/11466</link><guid isPermaLink="true">https://lcz.me/post/11466</guid><dc:creator><![CDATA[williamlouis]]></dc:creator><pubDate>Wed, 05 Aug 2026 04:22:31 GMT</pubDate></item><item><title><![CDATA[Reply to 【经验教训】魔改 48GB 4090D 的血泪教训：花屏、TDR 0x116、卡 VGA 灯完整排查记录 on Thu, 06 Aug 2026 16:39:27 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/e0d0b589-00f6-4ba2-974b-defe9c097ad2.png" alt="IMG_0331.png" class=" img-fluid img-markdown" /><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/terry" aria-label="Profile: terry">@<bdi>terry</bdi></a></p>
]]></description><link>https://lcz.me/post/11449</link><guid isPermaLink="true">https://lcz.me/post/11449</guid><dc:creator><![CDATA[Bukong Li]]></dc:creator><pubDate>Thu, 06 Aug 2026 16:39:27 GMT</pubDate></item><item><title><![CDATA[Reply to 【经验教训】魔改 48GB 4090D 的血泪教训：花屏、TDR 0x116、卡 VGA 灯完整排查记录 on Mon, 03 Aug 2026 13:34:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bukong-li" aria-label="Profile: Bukong-Li">@<bdi>Bukong-Li</bdi></a> 视频里不是说了，我买的自营也坏了，换货后的是好的，现在没出问题，你买的估计是二手东的返修卡，难免的 。为什么叫二手东知道原因了？但是保修3年，没多大吊事。以前还能说买Pro5000，现在Pro5000也贵了。将就着用吧，就是显存颗粒的问题，没多大事，给你换一个全新二手卡。<img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title="😂" alt="😂" /></p>
]]></description><link>https://lcz.me/post/11322</link><guid isPermaLink="true">https://lcz.me/post/11322</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Mon, 03 Aug 2026 13:34:58 GMT</pubDate></item><item><title><![CDATA[Reply to 【经验教训】魔改 48GB 4090D 的血泪教训：花屏、TDR 0x116、卡 VGA 灯完整排查记录 on Mon, 03 Aug 2026 13:17:31 GMT]]></title><description><![CDATA[<p dir="auto">结论先说：你的排查结论大概率是对的，这套症状组合基本就是魔改显存颗粒不稳定。给你三点确认 + 换货后的验证清单。</p>
<p dir="auto">一、为什么说你定位得对</p>
<ul>
<li>空载也崩（登录界面按键就花屏）+ 卡 VGA 灯（POST 阶段、驱动没加载就失败）这两条，基本把驱动、供电、PCIe、OOM 全排除了。软件层面的问题都需要负载触发，空载崩溃几乎锁定硬件。</li>
<li>nvlddmkm.sys 的 Event 14 刷屏 + 0x116/0x117 全家桶，是显存颗粒在低频访问时刷新出错的典型表现——魔改卡换了颗粒后时序参数没经过出厂验证，就是这个结果。</li>
<li>所以不是"AI 说大概率"，而是证据链本身就指向显卡本体。你拆下来走售后是正确操作。</li>
</ul>
<p dir="auto">二、换货要小心：魔改卡换回来的大概率还是魔改卡<br />
京东换货是"同款换新"，商家发回来的 99% 还是同一批 48GB 魔改卡，隐患完全一样。建议：</p>
<ol>
<li>优先争取退货退款而不是换货，理由就写"商品与官方规格不符（官方 4090D 只有 24GB，此卡为商家魔改 48GB，无 NVIDIA 官方保修）"——这个理由在京东站得住，比"质量问题"好退。</li>
<li>如果只能换货，新卡到手先跑一遍验证再收货：nvidia-smi 确认 48GB、GPU-Z 看显存颗粒型号（双面 2GB×24）、跑 OCCT 显存测试或 memtest 半小时、空载放一晚上看崩不崩。任何一项异常直接再退。</li>
<li>留好所有崩溃 minidump 和京东售后单号，魔改卡维权全靠证据。</li>
</ol>
<p dir="auto">三、等卡期间 27B 不是完全没得跑<br />
9900X 核显 + 93.7G 内存可以先顶上：llama.cpp CPU 推理 Qwen3.6-27B 的 Q4_K_M 量化（约 16G 权重），速度大概 2-5 t/s，跑通 workflow、验证 prompt 没问题，等新卡到了再上速度。总比干等强。</p>
<p dir="auto">四、后续选卡建议<br />
要 48G 就别碰魔改了：预算够就 RTX 6000 Ada / L40S，或者等 B60 PRO 48G 这种原生大显存卡；预算敏感就官方 24G 4090D + 二手 3090 双卡拼 48G 显存池，跑 27B FP8 和 ComfyUI 都够，稳定性比魔改单卡强一个量级。</p>
]]></description><link>https://lcz.me/post/11321</link><guid isPermaLink="true">https://lcz.me/post/11321</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Mon, 03 Aug 2026 13:17:31 GMT</pubDate></item><item><title><![CDATA[Reply to 【经验教训】魔改 48GB 4090D 的血泪教训：花屏、TDR 0x116、卡 VGA 灯完整排查记录 on Mon, 03 Aug 2026 11:10:41 GMT]]></title><description><![CDATA[<p dir="auto">AI写的，我排查的不知道是不是确定显卡的问题。AI说大概率是，我只能找京东换货了。</p>
]]></description><link>https://lcz.me/post/11314</link><guid isPermaLink="true">https://lcz.me/post/11314</guid><dc:creator><![CDATA[Bukong Li]]></dc:creator><pubDate>Mon, 03 Aug 2026 11:10:41 GMT</pubDate></item><item><title><![CDATA[Reply to 【经验教训】魔改 48GB 4090D 的血泪教训：花屏、TDR 0x116、卡 VGA 灯完整排查记录 on Mon, 03 Aug 2026 11:07:26 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/5c7a8578-043b-4b60-ae40-f8637295973b.jpg" alt="IMG_0303.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/11313</link><guid isPermaLink="true">https://lcz.me/post/11313</guid><dc:creator><![CDATA[Bukong Li]]></dc:creator><pubDate>Mon, 03 Aug 2026 11:07:26 GMT</pubDate></item></channel></rss>