-
Content Count
53 -
Joined
-
Last visited
Awards
This user doesn't have any awards
About SilverSoul
-
Title
Member
Contact Methods
-
Steam
http://steamcommunity.com/id/silversoul7
Profile Information
-
Gender
Male
System
-
CPU
i5 6600k @4.6 GHz
-
Motherboard
Asus Maxmius VIII Hero
-
RAM
2x Trident Z 8Gb @ 3200MHz
-
GPU
GTX 980 Ti
-
Case
thermaltake p3
-
Storage
120 Gb Mushkin reactor, 256Gb cruciall m550, 4tb WD Blue
-
PSU
Corsair AX 760i
-
Display(s)
AW3418dw
-
Cooling
kraken x72
-
Keyboard
Pok3r RGB
-
Mouse
G305
-
Sound
Built- in
-
Operating System
Windows 10 / Arch
Recent Profile Visitors
542 profile views
-
SilverSoul changed their profile photo
-
Linux silent audio source?
SilverSoul replied to Allshevski's topic in Linux, macOS and Everything Not-Windows
https://www.kernel.org/doc/html/latest/sound/designs/powersave.html -
To keep things short: Much better CPU / IO schedulers. Better filesystem choices. Package management. Lighter footprint. Plethora of DEs and WMs. Ability to patch things yourself. Documentation. No need to treat stuff like a black box anymore. Deploying to a platform you run is easier. No reboots required between updates! Kernel can livepatch. One can also load kernel modules at will. Systemd unit files / crontab comes in really useful to automate the boring stuff out of your life!
-
Will cs:go run on mac os caralina
SilverSoul replied to Andero's topic in Linux, macOS and Everything Not-Windows
OpenGL is depreciated. it wasn't being updated properly anyways so you might as well avoid gaming on MacOS, otherwise you would be in for a bad time. If you want to play games just run them under Windows or Linux, you can easily dual boot and leave MacOS for "work". -
Run Linux natively on a MacBook Pro
SilverSoul replied to DeaconFrost's topic in Linux, macOS and Everything Not-Windows
Macs have subpar Linux support, don't grab one with the intention to run Linux because it's not worth the hassle. You should get it if it's free though, just don't run Linux on it. -
It's likely converting your filesystem to APFS every time you install it. The real question is why would you use HFS+ when it's one of the worst filesystems on the planet? Unless you're running something with a heavy write workload (like mongoDB, which you should run on a server) then you should be on APFS. I'd argue it's even worth running it on a hard drive because of how bad HFS+ is.
-
There should be a fallback driver that works on most hardware, Nvidia cards can run but just extremely slowly and with issues. I don't think even Apple is stupid enough to not have a fallback driver (but maybe they are who knows? They always pull the stupidest shit). This is a direct quote from Nvidia:
-
MacOS does have graphics drivers you just don't need to download them yourself, most of the time. Also unless the drivers provided by Apple are under performing, there should be no reason to switch. If they are slow, just dual boot another OS or something until Apple and Nvidia stop fighting.
-
they are very similar in syntax, but learn 3
-
Having a ruff time with GRUB bootloader
SilverSoul replied to thaymcalol's topic in Linux, macOS and Everything Not-Windows
Firstly I have a few questions/comments of my own: Can you please show us your mountpoints? Windows is not installed on a ext4 partition, it's on the NTFS one you formatted (oops?) You need to reinstall GRUB: chroot into your system from a live USB. mount both the Linux partition to /mnt and the boot partition to /mnt/boot reinstall GRUB. if you don't know how to install grub for UEFI then use the command below. Keep in mind that --efi-directory is the refers to the directory holding the EFI directory. So in the command below it will install -
Best distro for HiDpi Screens?
SilverSoul replied to Scrapy's topic in Linux, macOS and Everything Not-Windows
Wayland DEs tend to have better DPI scaling than X11 (supports setting the DPI per monitor). So I would recommend that instead of the "hacky" X11 fixes.