Difference between revisions of "NautilusServer"
From Deep Depth 116E167 Project Documentation
(Created page with " Server Construction =================== * 1 x [http://ark.intel.com/products/88195/Intel-Core-i7-6700K-Processor-8M-Cache-up-to-4_20-GHz INTEL i7-6700K] * 2 x [https://www.n...") |
m |
||
Line 1: | Line 1: | ||
− | Server Construction | + | == Server Construction == |
− | |||
* 1 x [http://ark.intel.com/products/88195/Intel-Core-i7-6700K-Processor-8M-Cache-up-to-4_20-GHz INTEL i7-6700K] | * 1 x [http://ark.intel.com/products/88195/Intel-Core-i7-6700K-Processor-8M-Cache-up-to-4_20-GHz INTEL i7-6700K] | ||
Line 11: | Line 10: | ||
* 1 x 3TB HDD | * 1 x 3TB HDD | ||
* 1 x 256GB SSD | * 1 x 256GB SSD | ||
+ | |||
+ | == Software == | ||
+ | |||
+ | === OS === | ||
+ | |||
+ | [http://kubuntu.org/getkubuntu/ Kubuntu 16.04.3 LTS] | ||
+ | |||
+ | === Graphics Drivers === | ||
+ | |||
+ | [http://www.nvidia.com/Download/driverResults.aspx/120917/en-us Nvidia 384.59 drivers installed using runfile NVIDIA-Linux-x86_64-384.59.run] | ||
+ | |||
+ | Installed using (to keep using the integrated graphics as main display graphics): | ||
+ | <code> | ||
+ | sudo ./NVIDIA-Linux-x86_64-370.28.run --no-opengl-files --no-x-check --disable-nouveau | ||
+ | </code> | ||
+ | |||
+ | === CUDA Drivers === | ||
+ | |||
+ | Installed using ``cuda_8.0.61.2_linux.run`` |
Revision as of 18:12, 14 August 2017
Server Construction
- 1 x INTEL i7-6700K
- 2 x GTX 1080ti GPU
- 1 x ASUS ROG MAXIMUS IX HERO
- 2 x CORSAIR 32GB (2x16) D4 3000Mhz CMU32GX4M2C3000C15
- 1 x CORSAIR CP-9020094-EU 1000W PSU
- 1 x Sharkoon M25-W - Mini tower ATX 5.25"
- 1 x 3TB HDD
- 1 x 256GB SSD
Software
OS
Graphics Drivers
Nvidia 384.59 drivers installed using runfile NVIDIA-Linux-x86_64-384.59.run
Installed using (to keep using the integrated graphics as main display graphics):
sudo ./NVIDIA-Linux-x86_64-370.28.run --no-opengl-files --no-x-check --disable-nouveau
CUDA Drivers
Installed using ``cuda_8.0.61.2_linux.run``