aboutsummaryrefslogtreecommitdiff
path: root/html/blog
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-02-07 17:33:13 -0500
committerAlex Scerba <alex@scerba.org>2025-02-07 17:33:13 -0500
commitdc84ef9a9d70f638183c888393878701ae18b30e (patch)
treed5cc7557ecfa5d89f06ef1dc20642db1bc7d9637 /html/blog
parent828d4fef7a692982478daef1e12a5aa54aac4c39 (diff)
Add GT 630 post
Diffstat (limited to 'html/blog')
-rw-r--r--html/blog/2025-02-07+GT_630_Fan_Mod+diy+computers.tmpl.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/html/blog/2025-02-07+GT_630_Fan_Mod+diy+computers.tmpl.html b/html/blog/2025-02-07+GT_630_Fan_Mod+diy+computers.tmpl.html
new file mode 100644
index 0000000..2c5ee92
--- /dev/null
+++ b/html/blog/2025-02-07+GT_630_Fan_Mod+diy+computers.tmpl.html
@@ -0,0 +1,19 @@
+{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>While working on my main X58 SLI build, I wanted to test some RAM in a known good motherboard. I had enough spare parts minus a PSU and GPU to assemble another working system, so I picked up an old EVGA GT 630 and Fractal Design Define R5 Window. The case will be another entry, as I have a lot to say about it. Unfortunately, the GPU runs its fan at almost 100% at all times which is extremely annoying. While fine for testing, my end goal with this system was to be a media center PC since my DVD player is pretty bad and I didn't want the main SLI system to run just for video playback.</p>
+ <p>I tried re-pasting the GPU die, and that didn't do anything. Temps reported 39°C, not that warm... stopping the fan with my hand for a minute only brought the temp up a few degrees, definitely within reasonable opperating temp. Some further reading has lead me to believe that manufactures of these low end cards only baked in two speeds, low and high.</p>
+ <p>I found a video where someone soldered in a fan control potentiometer. Since it was run at full resistance, it could be replaced with a single resistor, but I have a spare controller on hand.I thought about soldering but didn't want to modify the card or the controller, so I just forced the fan connector into the controller... Not ideal, but the pins sort of fit.</p>
+ <figure>
+ <img src="/static/media/GT630/GT630_Fan_Mod_1000.jpg" alt="EVGA GT 630 video card with external fan controller connected to its cooling fan." width="1000" height="750" />
+ <figcaption>GT 630 w/external fan controller.</figcaption>
+ </figure>
+ <p>After some testing to make sure it was working, it was time to install it. Luckily, the mounting hole was perfect for fitting it to the PCI slot I/O bracket.</p>
+ <figure>
+ <img src="/static/media/GT630/GPU_Installed_1000.jpg" alt="GT 630 installed in computer. Fan controller screwed into rear PCI slot mount parallel with the expansion cards." width="1000" height="750" />
+ <figcaption>GPU and controller installed.</figcaption>
+ </figure>
+ <p>At the lowest setting, the fan is about equal to the sound of the case fans, which is perfect. After playing back a DVD and streaming YouTube for an hour, the temps stayed at 45°C even with the significantly lower fan speed. It should work out quite well.</p>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }} \ No newline at end of file