mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switched back to prime sync
This commit is contained in:
parent
6ffe0a3bfc
commit
0f2c571aa5
2 changed files with 22 additions and 30 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue