Skip to content

Instantly share code, notes, and snippets.

@AmerXz
Created July 30, 2025 12:57
Show Gist options
  • Select an option

  • Save AmerXz/dd9c316eb7a27fb9e16c4afc4eaa0343 to your computer and use it in GitHub Desktop.

Select an option

Save AmerXz/dd9c316eb7a27fb9e16c4afc4eaa0343 to your computer and use it in GitHub Desktop.
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
Section "Device"
Identifier "NVIDIA Graphics"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment