Created
July 30, 2025 12:57
-
-
Save AmerXz/dd9c316eb7a27fb9e16c4afc4eaa0343 to your computer and use it in GitHub Desktop.
My nvidia + intel i915 Hybrid setup X11(With Async flips fix)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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