Untitled

mail@pastecode.io avatar
unknown
plain_text
10 days ago
876 B
3
Indexable
Never
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    Inactive       "InactiveDevice1"
EndSection

Section "Device"
    Identifier     "AMD"
    Driver         "amdgpu"
    BusID          "PCI:5:0:0"    # You may need to adjust this
EndSection

Section "Device"
    Identifier     "nvidia"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"    # You may need to adjust this
EndSection

Section "Device"
    Identifier     "InactiveDevice1"
    Driver         "modesetting"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "nvidia"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    Option         "DPMS"
EndSection
Leave a Comment