linux

Compton与OpenGL:游戏玩家的福音

小樊
34
2025-12-16 02:37:06
栏目: 编程语言

Compton 与 OpenGL 对 Linux 游戏玩家的价值

它们分别扮演的角色

它们如何协同改善游戏体验

快速配置示例与获取窗口类名

# 基本性能
backend = "glx"
vsync = true
vsync-type = "opengl-swc"
shadow = false
opacity = false
bg_blur = false
screen_edge_blur = false
use-damage = true

# 降低全屏延迟
unredir-if-possible = true
no-ewmh-fullscreen = true
unredir-if-possible-exclude = ["class_g = 'csgo_linux64'", "class_g = 'GenshinImpact'"]

适用场景与局限

进阶优化与排错建议

0
看了该问题的人还看了