my-ostree-OS/etc/X11/xorg.conf.d/20-nvidia.conf

31 lines
731 B
Text
Raw Normal View History

2026-06-27 21:42:39 -03:00
Section "ServerLayout"
Identifier "layout"
Screen 0 "intel"
Inactive "nvidia"
Option "AllowNVIDIAGPUScreens"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0:2:0"
Option "ShadowFB" "false" # you don't need on recent hardware
Option "Atomic" "true" #only effective on Xlibre, or Xorg-git with a special patch
Option "TearFree" "false" # Compositor is being used so TearFree is not needed
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection