weryskok.ru/en/my_pc.html
2022-10-19 10:24:38 +03:00

185 lines
6.4 KiB
HTML

---
layout: default-en
title: My PCs
---
<section class="container mb-5">
<h1 class="display-5 mb-4">My computers</h1>
<h2 class="display-6 mb-4">Laptop</h2>
<p>
Right now I am using
<a
href="https://support.hp.com/us-en/document/c08081496"
target="_blank"
>HP OMEN 16-c0001ur</a
>
laptop. I didn't try to replace any parts yet but I am planning to
increase RAM capacity in the future.
</p>
<p>Laptop configuration is:</p>
<table class="table table-hover">
<tbody>
<tr>
<th scope="row">CPU</th>
<td>
<a
href="https://www.amd.com/en/products/apu/amd-ryzen-7-5800h"
target="_blank"
>AMD Ryzen 7 5800H</a
>
</td>
</tr>
<tr>
<th scope="row">RAM</th>
<td>
Two DDR4-3200 <strong>8 GB</strong> sticks (<strong
>16 GB</strong
>
in total)
</td>
</tr>
<tr>
<th scope="row">GPU</th>
<td>
<ul>
<li>Integrated AMD Radeon Graphics</li>
<li>
Discrete NVIDIA GeForce RTX 3070 Laptop GPU with 8
GB GDDR6
</li>
</ul>
</td>
</tr>
<tr>
<th scope="row">Storage</th>
<td>M.2 NVMe SSD for <strong>1 TB</strong></td>
</tr>
<tr>
<th scope="row">Operating system</th>
<td>
Windows 11 and Arch Linux
<small>(sadly, there are issues with discrete GPU)</small>
</td>
</tr>
<tr>
<th scope="row">Monitors</th>
<td>
<ul>
<li>
Laptop's 16.1" display with 144 Hz refresh rate and
<strong>1920x1080</strong> (16:9) resoluton.
</li>
<li>
External ViewSonic VX2452MH monitor with
<strong>1920x1080</strong> (16:9) resoluton.
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<h2 class="display-6 mb-4">Desktop PC</h2>
<p>
Well, it just so happens that my computer is a purchased unit from 2013.
It was assembled by USN company as part of IGROMIR series (and yes, in
2013 I was at IGROMIR and after the big crowds and queues I refused to
go there again). Judging by
<a href="http://www.dailycomm.ru/m/24594/" target="_blank"
>this article</a
>, the exact model is the USN IGROMIR V1, although the claimed SSD unit
was not there. The main thing is that this computer is still doing its
job well today.
</p>
<p>
Of course, the computer in such a long time was updated, first I added a
terabyte HDD from the old computer, Then I ordered an SSD from
AliExpress, and in 2020 I decided to replace the RAM and video card. In
2022, I replaced two 1TB drives with one 2TB drive because the first two
were nearing the end of their life. (yet the new one oftenly restarts
itself for some reason)
</p>
<p>The current configuration is:</p>
<table class="table table-hover">
<tbody>
<tr>
<th scope="row">Motherboard</th>
<td>GIGABYTE GA-B75-D3V</td>
</tr>
<tr>
<th scope="row">CPU</th>
<td>
<a
href="https://ark.intel.com/content/www/us/en/ark/products/65719/intel-core-i7-3770-processor-8m-cache-up-to-3-90-ghz.html"
target="_blank"
>Intel Core i7-3770</a
>
</td>
</tr>
<tr>
<th scope="row">RAM</th>
<td>
2 Patriot PSD38G16002 DDR3 <strong>8 GB</strong> sticks
(<strong>16 GB</strong> in total)
</td>
</tr>
<tr>
<th scope="row">Video card</th>
<td>
GIGABYTE GeForce GTX 1650 SUPER WINDFORCE OC 4G
(GV-N165SWF2OC-4GD)
</td>
</tr>
<tr>
<th scope="row">Storage</th>
<td>
<ul>
<li>KingDian S370 for <strong>128 GB</strong></li>
<li>
Western Digital Blue WD20EZBX for
<strong>2 TB</strong>
</li>
<del>
<li>
Seagate Barracuda ST1000DM003 for
<strong>1 TB</strong>
</li>
</del>
<del>
<li>
Western Digital AV-GP WD10EVDS for
<strong>1 TB</strong>
</li>
</del>
</ul>
</td>
</tr>
<tr>
<th scope="row">Operating System</th>
<td>
Manjaro Linux <small>(I advice it for everyone)</small> and
Windows 10
</td>
</tr>
<tr>
<th scope="row">Monitors</th>
<td>
<ul>
<li>
ViewSonic VX2452MH with
<strong>1920x1080</strong> (16:9) resoluton.
</li>
<li>
BenQ E910 with <strong>1280x1024</strong> (5:4)
resolution
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</section>