mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-19 22:13:49 -07:00
config: disable hw on mgpu nvidia by default (#11018)
This commit is contained in:
@@ -3134,7 +3134,7 @@ bool CConfigManager::shouldUseSoftwareCursors(PHLMONITOR pMonitor) {
|
||||
switch (*PNOHW) {
|
||||
case 0: return false;
|
||||
case 1: return true;
|
||||
case 2: return pMonitor->m_tearingState.activelyTearing;
|
||||
case 2: return g_pHyprRenderer->isNvidia() && g_pHyprRenderer->isMgpu();
|
||||
default: break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user