You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
# GPU‑Switcher
4
4
5
-
A tiny Windows tray utility that activates the laptop’s (or any PC, really) discrete GPU (dGPU) on launch and keeps it awake until exit. I needed an easy way to force dGPU display rendering without performance impact. This should allow low-latency streaming for games and a quick toggle to test and run apps on either the iGPU or dGPU for dual-graphics laptops that are difficult to manage.
5
+
A tiny Windows tray utility meant for hybrid systems to activate the discrete GPU (dGPU) on launch and keep it alive. I needed a simple way to force dGPU display rendering without any performance impact on my laptops. This should allow low-latency streaming for games and a quick toggle to test and run apps on either the iGPU or dGPU for dual-graphics laptops (or any PC, really) that are difficult to manage.
6
6
7
-
Designed for hybrid GPU systems (NVIDIA Optimus, AMD Dynamic Switchable Graphics, Intel + NVIDIA, etc.) where you want the dGPU ready without running a heavy application or if you don't want to manually configure every app through the driver control panels.
7
+
Designed for hybrid GPU systems (NVIDIA Optimus, AMD Dynamic Switchable Graphics, Intel + NVIDIA, etc.) where you want the dGPU ready without running a heavy application or if you don't want to manually configure every app through the driver control panel.
8
8
9
9
---
10
10
@@ -26,8 +26,7 @@ Designed for hybrid GPU systems (NVIDIA Optimus, AMD Dynamic Switchable Graphics
26
26
5. Set **Preferred graphics processor → High‑performance NVIDIA processor**
27
27
6. Enable Automatic Display Switching (or the AMD equivalent)
28
28
29
-
After this, GPU‑Switcher should consistently trigger a dGPU display switch on laptops with Advanced Optimus enabled.
0 commit comments