Various updates

This commit is contained in:
Ian Keane 2026-09-05 20:10:45 -04:00
parent 5b4686f3b9
commit e6ff121cc7
6 changed files with 19 additions and 1 deletions

12
config/picom/picom.conf Normal file
View file

@ -0,0 +1,12 @@
# picom configuration
#
# NOTE: This file exists but is NOT currently used. picom is launched directly
# from xinitrc with: picom --backend glx --vsync
#
# Kept here for reference. The xrender + sync-fence approach was tried to fix
# AMDGPU page flip failures when opening emacsclient -c frames, but caused
# worse compositing performance for all other programs.
#
# The underlying issue: emacsclient -c + picom (glx, vsync) causes AMDGPU
# page flip failures on AMD Phoenix hardware. No picom-side fix found yet.
# See: https://github.com/yshui/picom/issues (search "amdgpu page flip")