diff options
Diffstat (limited to 'html/blog/2025-06-27+Rack-Mounted_Desktop_Update.tmpl.html')
-rw-r--r-- | html/blog/2025-06-27+Rack-Mounted_Desktop_Update.tmpl.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/html/blog/2025-06-27+Rack-Mounted_Desktop_Update.tmpl.html b/html/blog/2025-06-27+Rack-Mounted_Desktop_Update.tmpl.html new file mode 100644 index 0000000..3c56c32 --- /dev/null +++ b/html/blog/2025-06-27+Rack-Mounted_Desktop_Update.tmpl.html @@ -0,0 +1,39 @@ +{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <figure style="max-width: 100%;">
+ <img src="/static/media/R9_Desktop/r9-5950x-crop_1000.jpg" alt="Close up shot of AMD Ryzen 9 5950X in a Gigabyte Aorus B450 I Pro WiFi with Corsair LPX memory." width="1000" height="422" />
+ <figcaption>Ryzen 9 5950X</figcaption>
+ </figure>
+ <p><i>This is a continuation of my <a href="/archive/2023-08-29+Personal_PC_Update+diy+computers">previous post</a> outlining how I built a rack-mount chassis for my gaming/workstation desktop.</i></p>
+ <p>Since commissioning the build back in late 2023, I've had a few updates to the case as well as the rack it fits into. After that original post, I got the correct screws to mount the front fans.</p>
+ <figure>
+ <img src="/static/media/R9_Desktop/corsair-fans_1000.jpg" alt="Custom desktop with five Corsair Light Loop fans, two outside of the front panel." width="1000" height="750" />
+ <figcaption>Front fans installed</figcaption>
+ </figure>
+ <p>Of course, the build was never meant to sit on a desk as is, but rather to be set into a rack or cabinet that I could also mount some small-scale homelab equipment to. As a purveyor of <a href="/blog/2024-09-09+Drawer_From_Scrap+diy">scrap-based projects</a>, I built the rack out of plywood from a Sophomore year, full-sized car seat project and some Amazon 4U tall mounting brackets. It turned out pretty good and serves the purpose. I might paint or dye it at some point to get it to look a bit nicer.</p>
+ <figure>
+ <img src="/static/media/R9_Desktop/in-rack_1000.jpg" alt="4U tall wooden computer/network rack ontop of an end table with a 3U tall computer and 1U wood blank mounted." width="1000" height="750" />
+ <figcaption>Mounted and set up.</figcaption>
+ </figure>
+ <p>I've since moved to Noctua Redux fans to try get better cooling out of the restricted chassis. I've realized how dire the cooling situation is and wanted a Band-Aid fix. I'd like to update the rear and add mesh as well as air ducts within the case to direct airflow. For now, I switched all the fans to exhaust. As intake, they struggled to move the air out of the chassis and would heat-soak the GPU right behind it. The aforementioned ducts would help that situation.</p>
+ <figure>
+ <img src="/static/media/R9_Desktop/front-covered_1000.jpg" alt="Custom rack chassis front view with external fans and metal mesh grill." width="1000" height="750" />
+ <img src="/static/media/R9_Desktop/rear-covered_1000.jpg" alt="Custom rack chassis rear view highlighting motherboard I/O, power button, graphics card I/O, and power supply." width="1000" height="750" />
+ <figcaption>Current form.</figcaption>
+ </figure>
+ <p>The build is still in a half-finished state. The power button is still on the back, and the front switches and panel mount LCD are non-functional. I did some research, though, and discovered that it's a mini panel-mount voltmeter, not just a digital display. Specifically, it's a <a href="https://acculex.com/wp-content/uploads/2017/05/DP-176.pdf" target="_blank" rel="noopener noreferrer">DP-176 Series Flatpack LCD Meter</a>, which I could theoretically write to by converting some metric like temperature or fan speed into a voltage for it to read out on the display. Could be a fun project. The switches require some thinking, and possibly an intermediary logic circuit to make them behave in the way you would expect. Another fun project.</p>
+ <p>I'd like to tidy up the inside by painting it and 3d printing proper brackets and ducts. As it stands, the hard drives are floating loose. Not ideal. I'm really trying to shoot for the enterprise aesthetic. A lot of those custom, liquid cooled builds look so industrial, and I appreciate them a lot. I took a step in the wrong direction with the fans, unfortunately. I'm considering a black shroud or even painting the frames black to give it a better contrast from the front panel.</p>
+ <figure>
+ <img src="/static/media/R9_Desktop/front-open_1000.jpg" alt="Front of the custom rack chassis with the top panel removed to expose the computer components." width="1000" height="750" />
+ <img src="/static/media/R9_Desktop/top-open_1000.jpg" alt="Top view of internal components. Dual 240mm aluminum radiators, watercooled Titan Xp and Ryzen 9 5950X, two mechanical storage drives, Corsair 850W power supply, and Gigabyte ITX motherboard with Corsair RAM." width="1000" height="750" />
+ <figcaption>Internals.</figcaption>
+ </figure>
+ <p>Switching to an SFX or SFX-L power supply would free up enough room to mount the drives in a better spot and put less stress on my almost-too-short-but-good-enough tubing run from the pump outlet to the GPU. As it stands with the larger power supply, it's difficult to package everything in a way that makes sense and doesn't substantial modifications to the case structure. I like where the idea is heading, though, and maintenance is better than in my old Phanteks Enthoo Evolve ITX, so that's a win in my book!</p>
+ <figure>
+ <img src="/static/media/R9_Desktop/high-voltage_1000.jpg" alt="Close up shot of 'High Voltage 10,000V' warning sticker. A holdover from when this used to be a high-voltage scientific power supply." width="1000" height="750" />
+ <figcaption>DANGER.</figcaption>
+ </figure>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }}
|