Skip to content

Create low_end_fps_boost.md #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions docs/fps_boost/low_end_fps_boost.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Boost Your FPS on Low-End PCs

## Hey there!
If you’re using a low-end setup (like 4GB RAM, older CPUs, or integrated graphics), don’t worry — Minecraft can still run smoothly! This guide will help you optimize Minecraft for better performance on SKlauncher.

---

## Best JVM Settings
Use these JVM arguments for better performance:
```
-Xmx2G -Xms512M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20
```
Tip: Don’t allocate too much RAM; 2–3GB is enough.

---

## In-Game Settings Tweaks
Make these changes in Minecraft:
- **Graphics:** Fast
- **Render Distance:** 6 chunks or lower
- **Smooth Lighting:** Off
- **V-Sync:** Off
- **Max Framerate:** Unlimited (or close to your screen’s refresh rate)

---

## Mods That Improve Performance
These mods will boost your FPS:
- [Sodium (Fabric)](https://modrinth.com/mod/sodium)
- [Lithium](https://modrinth.com/mod/lithium)
- [Phosphor](https://modrinth.com/mod/phosphor)

---

## Lightweight Shader Packs
Want shaders without a big FPS hit? Try these:
- [Sildur's Vibrant Lite](https://sildurs-shaders.github.io/)
- [YoFPS Shaders](https://modrinth.com/shader/yofps)
- [Tea Shader Lite](https://modrinth.com/shader/tea-shaders)

---

## Linux-Specific Tips
For Linux users:
- Keep **Mesa drivers** up-to-date.
- Use **ZRAM** for better memory management.
- Choose lightweight desktop environments like **XFCE** or **LXQt**.

---

## Final Thoughts
With these optimizations, even low-end systems can run Minecraft smoothly. Happy gaming!

---

## Author:
- Written by: **Prathmesh Barot**
- Minecraft Gamertag: **Prathmesh_Pro**
- Discord: **prathmesh_pro**
- Thank for reading this!