diff options
| author | mjfernez <mjf@mjfer.net> | 2026-06-28 14:44:00 -0400 |
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2026-06-28 14:44:00 -0400 |
| commit | 62e8467e59d7d30d7cbda080f6b5f1d37a17d905 (patch) | |
| tree | 3d7c7797862bfdd0efe19d991ba5180eed689f7d /tutorials/pc_gaming | |
| parent | 15a267bf0a5d47ec0189261d1ce0cfd5e4268c66 (diff) | |
2026 Touch up, mostly FAQ
Diffstat (limited to 'tutorials/pc_gaming')
| -rw-r--r-- | tutorials/pc_gaming/common-gfx-card-installation-woes.html | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/tutorials/pc_gaming/common-gfx-card-installation-woes.html b/tutorials/pc_gaming/common-gfx-card-installation-woes.html index c3731b2..8478736 100644 --- a/tutorials/pc_gaming/common-gfx-card-installation-woes.html +++ b/tutorials/pc_gaming/common-gfx-card-installation-woes.html @@ -8,22 +8,12 @@ <style> code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} - div.columns{display: flex; gap: min(4vw, 1.5em);} - div.column{flex: auto; overflow-x: auto;} + span.underline{text-decoration: underline;} + div.column{display: inline-block; vertical-align: top; width: 50%;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - /* The extra [class] is a hack that increases specificity enough to - override a similar rule in reveal.js */ - ul.task-list[class]{list-style: none;} - ul.task-list li input[type="checkbox"] { - font-size: inherit; - width: 0.8em; - margin: 0 0.8em 0.2em -1.6em; - vertical-align: middle; - } - .display.math{display: block; text-align: center; margin: 0.5rem auto;} - /* CSS for syntax highlighting */ + ul.task-list{list-style: none;} pre > code.sourceCode { white-space: pre; position: relative; } - pre > code.sourceCode > span { line-height: 1.25; } + pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } @@ -85,6 +75,7 @@ code span.va { color: #19177c; } /* Variable */ code span.vs { color: #4070a0; } /* VerbatimString */ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ + .display.math{display: block; text-align: center; margin: 0.5rem auto;} </style> <link href="../../static/main.css" rel="stylesheet"/> </head> @@ -92,18 +83,19 @@ <nav id="TOC" role="doc-toc"> <h2 id="toc-title">Contents</h2> <ul> -<li><a href="#step-1-the-replacement" id="toc-step-1-the-replacement" target="_self">Step 1: The Replacement</a></li> -<li><a href="#step-2-re-installing-the-drivers" id="toc-step-2-re-installing-the-drivers" target="_self">Step 2: Re-installing the -drivers</a> +<li><a href="#step-1-the-replacement" target="_self">Step 1: The Replacement</a></li> +<li><a href="#step-2-re-installing-the-drivers" target="_self">Step 2: Re-installing +the drivers</a> <ul> -<li><a href="#part-one-fix-broken-packages" id="toc-part-one-fix-broken-packages" target="_self">Part one: Fix Broken +<li><a href="#part-one-fix-broken-packages" target="_self">Part one: Fix Broken Packages</a></li> -<li><a href="#part-two-re-install-nvidia-driver" id="toc-part-two-re-install-nvidia-driver" target="_self">Part two: Re-install +<li><a href="#part-two-re-install-nvidia-driver" target="_self">Part two: Re-install nvidia-driver</a></li> -<li><a href="#part-negative-three-just-in-case" id="toc-part-negative-three-just-in-case" target="_self">Part negative three: Just in -case</a></li> +<li><a href="#part-negative-three-just-in-case" target="_self">Part negative three: +Just in case</a></li> </ul></li> -<li><a href="#step-three-reboot-and-test" id="toc-step-three-reboot-and-test" target="_self">Step three: Reboot and test</a></li> +<li><a href="#step-three-reboot-and-test" target="_self">Step three: Reboot and +test</a></li> </ul> </nav> <p>I recently upgraded by PC from an Nvidia 1050 Ti card to a new 3060 |
