switched back to prime sync

This commit is contained in:
Gerg-L 2023-03-23 19:39:57 -04:00
parent 6ffe0a3bfc
commit 0f2c571aa5
2 changed files with 22 additions and 30 deletions

View file

@ -9,7 +9,7 @@ EndSection
Section "Monitor"
Identifier "Monitor[0]"
Identifier "Monitor"
Option "DPMS" "false"
EndSection
@ -34,38 +34,30 @@ EndSection
Section "ServerLayout"
Identifier "Layout[all]"
Option "AllowNVIDIAGPUScreens"
Screen "Screen-amdgpu[0]"
Identifier "layout"
Screen 0 "nvidia"
Inactive "amdgpu"
EndSection
Section "Device"
Identifier "Device-amdgpu[0]"
Driver "amdgpu"
BusID "PCI:15:0:0"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen-amdgpu[0]"
Device "Device-amdgpu[0]"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "amdgpu"
Driver "amdgpu"
BusID "PCI:15:0:0"
EndSection
Section "Screen"
Identifier "amdgpu"
Device "amdgpu"
EndSection
Section "Device"
Identifier "Device-nvidia[0]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection