tigerroast
YOUNG VORHEES
I made the host name juice-runner, but some on here would tell me to call it systemd-box because it's the definition of scope creep. I originally wanted a PS2/Wii/Gamecube emulation box, but I ended up with a mid-range 1080p sleeper.
TOTAL COST: ~$405 (Original budget: $550; Revised budget: $300)
Hardware for those who care:
Software (hint: OS starts with A- and ends with -rch):
Conclusion:
Other than needing a cheap-looking fan controller, this PC exceeded my expectations like I exceeded my budget. I'm not exactly pushing the computer to its limits just yet, but it j u s t w o r k s and is already taking hours from me.
TOTAL COST: ~$405 (Original budget: $550; Revised budget: $300)
Hardware for those who care:
CASE: Rosewill FBM-01
WHY:
PSU: Corsair CX550 80+ Bronze, Semi-Modular
WHY:
CPU COOLER: Corsair H60 AIO 120MM RAD
WHY:
CPU: Intel Pentium G3258 @ 4.4GHz OC
WHY:
GPU: Asus RX 560 w/ 4GB RAM
WHY:
RAM: 2x4GB G.Skill Ripjaws DDR3-1600
WHY:
MB: Asrock H81M-HDS R2.0
WHY:
STORAGE: 1 Silicon Power 60GB SATA3 SSD, 2 Seagate 500GB SATA2 5400RPM HDD (BTRFS RAID 0)
WHY:
PERIPHERALS (not incl. in cost): Redragon Perdition, Velocfire TKL-01 Mechanical Keyboard (brown switches), HDE DUALSHOCK2 Controller adapter
WHY:
WHY:
I had the "cheapness" motif in my head as I was making this, so I managed to get one off of eBay for $20+free shipping. It's probably even cheaper now. This case is ugly, the front panel is piano black so it can attract even more ugly, and it does nothing for cable management, but who am I to complain over a $20 case?
PSU: Corsair CX550 80+ Bronze, Semi-Modular
WHY:
I read that Corsair power supplies give a very stable output (idk how true that is, but it's worked so far) and this particular one was on sale at Best Buy. Not bad. I didn't feel the need to get a more efficient PSU because I'm not leaving this computer on if I'm not playing games. The semi-modular aspect saves me somewhat, but the cables aren't great.
CPU COOLER: Corsair H60 AIO 120MM RAD
WHY:
I needed better case airflow, not a water cooler. I couldn't help myself after browsing Best Buy and just saw it sitting there. The idea popped into my head and never left until the funds from my wallet did. Having it almost makes me want to replace the MB with something to push the CPU higher.
CPU: Intel Pentium G3258 @ 4.4GHz OC
WHY:
Pretty much the star of the show. Won it on an eBay auction for $40 shipped. Does everything I need since this thing is relegated to video game duties. So far, it handles everything I throw at it, so long as I don't throw more than 1 thing at it. With the water cooler, I hit 45C only after gaming for a long time.
GPU: Asus RX 560 w/ 4GB RAM
WHY:
After fighting with my old HD 7850, trying to make it fit into the case (honestly, I just wanted an excuse to use this card), I cracked and decided to use this one. Night and day. No cables to manage, and it doesn't even come close to touching the H60's hoses. It also runs much cooler.
RAM: 2x4GB G.Skill Ripjaws DDR3-1600
WHY:
Cheap RAM. Just enough of it for the latest games.
MB: Asrock H81M-HDS R2.0
WHY:
One of the least straightforward parts of the build and a great case of first-world problems. I was shopping around for a mATX board that handles OC, and I went with this one. Much to my surprise, it only has 2 fucking fan headers. Even better, the cooler I bought needs BOTH! Basically, I'm crusty for making both of those decisions and I need to spend more money to correct them. Other than that, it has everything needed, handles dual-channel memory, and it works. No heat issues yet.
STORAGE: 1 Silicon Power 60GB SATA3 SSD, 2 Seagate 500GB SATA2 5400RPM HDD (BTRFS RAID 0)
WHY:
I only spent $35 on the SSD for better system responsiveness. I have 3 laptop hard drives laying around and 1 not even in my possession, and I wanted to put them to good use. Once I can get my friend to bring my 4th one, then I'll likely rebalance to RAID 10 for some online self-healing action.
PERIPHERALS (not incl. in cost): Redragon Perdition, Velocfire TKL-01 Mechanical Keyboard (brown switches), HDE DUALSHOCK2 Controller adapter
WHY:
I like this mouse a lot, even though the 12 side-buttons are kind of small. The keyboard is excellent for the price and I much prefer Browns to Blues. As for the adapter, I thought I was gonna use my beloved Cyber Gadget PS2 controller, but 3 of the 4 face-buttons don't register. They work fine on the PS2 though. Guess I'll stick to the PS4 controller (works out-of-the-box in Linux btw).
Software (hint: OS starts with A- and ends with -rch):
OS+DE: Arch + MATE
WHY: I came pretty close to choosing Solus after testing it on my laptop. At the end of the day, my experience was generally positive, but package management left a lot to be desired (e.g.: installations would fail and only succeed after multiple attempts). I ended up sticking to what I know and installed Arch. I don't even have Chromium installed!
It wasn't as difficult as the first time, but figuring out the storage deal wasn't straightforward at first. I thought I wanted to have /home on RAID 0, but I scrapped that idea and decided to put the entire / filesystem, including /home, on the SSD and use the combined storage for games by creating a mountpoint. I didn't even have the HDDs plugged in until I finished installing Arch. After booting, it was as simple as:
1) mkfs.btrfs -d raid0 -m raid1 /dev/sdx /dev/sdy
2) sudo mkdir /games
3) sudo nano /etc/fstab
4) *add block device fluff, mount on /games, options should be defaults,nouser,rw so Steam can actually use it*
5) You could sudo mount, but I rebooted just to make sure everything was fine. Everything was fine.
6) open Caja (as root if necessary) and make sure permissions are correct
Literally 4 CLI lines (5 if using sudo Caja) and a reboot. FSM bless the Arch Wiki.
As for MATE, I always thought it looked old and crusty, even with a nice theme, so I decided to use that as the DE. As someone who never uses MATE, I can say it's very simple and gets me from login to games without hassle.
WHY: I came pretty close to choosing Solus after testing it on my laptop. At the end of the day, my experience was generally positive, but package management left a lot to be desired (e.g.: installations would fail and only succeed after multiple attempts). I ended up sticking to what I know and installed Arch. I don't even have Chromium installed!
It wasn't as difficult as the first time, but figuring out the storage deal wasn't straightforward at first. I thought I wanted to have /home on RAID 0, but I scrapped that idea and decided to put the entire / filesystem, including /home, on the SSD and use the combined storage for games by creating a mountpoint. I didn't even have the HDDs plugged in until I finished installing Arch. After booting, it was as simple as:
1) mkfs.btrfs -d raid0 -m raid1 /dev/sdx /dev/sdy
2) sudo mkdir /games
3) sudo nano /etc/fstab
4) *add block device fluff, mount on /games, options should be defaults,nouser,rw so Steam can actually use it*
5) You could sudo mount, but I rebooted just to make sure everything was fine. Everything was fine.
6) open Caja (as root if necessary) and make sure permissions are correct
Literally 4 CLI lines (5 if using sudo Caja) and a reboot. FSM bless the Arch Wiki.
As for MATE, I always thought it looked old and crusty, even with a nice theme, so I decided to use that as the DE. As someone who never uses MATE, I can say it's very simple and gets me from login to games without hassle.
Conclusion:
Other than needing a cheap-looking fan controller, this PC exceeded my expectations like I exceeded my budget. I'm not exactly pushing the computer to its limits just yet, but it j u s t w o r k s and is already taking hours from me.