Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cachyos/cachyos-settings
Settings used for CachyOS
https://github.com/cachyos/cachyos-settings
archlinux cachyos performance settings
Last synced: about 9 hours ago
JSON representation
Settings used for CachyOS
- Host: GitHub
- URL: https://github.com/cachyos/cachyos-settings
- Owner: CachyOS
- License: gpl-3.0
- Created: 2021-08-31T06:37:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T15:16:10.000Z (3 months ago)
- Last Synced: 2024-10-29T14:22:26.070Z (3 months ago)
- Topics: archlinux, cachyos, performance, settings
- Language: Shell
- Homepage:
- Size: 363 KB
- Stars: 99
- Watchers: 10
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CachyOS-Settings
This repository contains configuration files that tweak sysctl values, add udev rules to automatically set schedulers, and provide additional optimizations.## udev rules
- Audio latency
- SATA Active Link Power Management for HDD to prioritize max performance
- IO schedulers, automatic selection schedulers depends on your HW - SATA SSD, NVME and HDD.
- NVIDIA, load, unload modules and set-up power management.## sysctl
- Tweaks focused to memory and network.## modprobe
- NVIDIA and enable direct rendering
- Force using of the amdgpu driver for Southern Islands (GCN 1.0+) and Sea Islands (GCN 2.0+).## systemd
- PCI latency
- Journal Size reduced to 50MB
- KSM inheritated via system
- Timesync config for time.google.com
- Zram Generator config## Scripts
- Easily switch between amdpstate-epp and amdpstate-guided
- Upload logs with paste-cachyos, for example: sudo dmesg | paste-cachyos
- View up to 10 process memory/swap usage (topmem)
- Run OpenGL programs with the Zink Gallium driver using the zink-run wrapper