Skip to content

Instantly share code, notes, and snippets.

@AmerXz
AmerXz / 20-intel.conf
Created July 30, 2025 12:57
My nvidia + intel i915 Hybrid setup X11(With Async flips fix)
Section "Device"
Identifier "Intel Graphics"
Driver "modesetting"
BusID "PCI:0:2:0" # Adjust to your Intel GPU's bus ID
Option "PageFlip" "false"
Option "TearFree" "false"
EndSection