• Order of the Butterfly
    Order of the Butterfly
    sailor
    Posts: 422 from 2019/5/9
    From: Central Bohemi...
    Here is my config:
    Code:
    Section "Monitor"
    Identifier "Monitor1"
    EndSection

    Section "Device"
    Identifier "Card1"
    Driver "radeon"
    BusID "PCI:6@1:0:0"
    EndSection

    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    SubSection "Display"
    Depth 24
    Modes "1920x1080_75.00"
    EndSubSection
    EndSection

    Search your cards with "lspci":
    Code:
    0000:00:0b.0 PCI bridge: Apple Inc. CPC945 PCIe Bridge
    0000:0a:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] R580+ [Radeon X1950 XTX]
    0001:00:00.0 Host bridge: Apple Inc. U4 HT Bridge
    0001:00:01.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-X bridge (rev a3)
    0001:00:02.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-X bridge (rev a3)
    0001:00:03.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev a3)
    0001:00:04.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev a3)
    0001:00:05.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev a3)
    0001:00:06.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev a3)
    0001:00:07.0 PCI bridge: Apple Inc. Shasta PCI Bridge
    0001:00:08.0 PCI bridge: Apple Inc. Shasta PCI Bridge
    0001:00:09.0 PCI bridge: Apple Inc. Shasta PCI Bridge
    0001:01:07.0 Unassigned class [ff00]: Apple Inc. Shasta Mac I/O
    0001:01:0b.0 USB controller: NEC Corporation OHCI USB Controller (rev 43)
    0001:01:0b.1 USB controller: NEC Corporation OHCI USB Controller (rev 43)
    0001:01:0b.2 USB controller: NEC Corporation uPD72010x USB 2.0 Controller (rev 04)
    0001:03:0c.0 IDE interface: Broadcom K2 SATA
    0001:03:0d.0 Unassigned class [ff00]: Apple Inc. Shasta IDE
    0001:03:0e.0 FireWire (IEEE 1394): Apple Inc. Shasta Firewire
    0001:05:04.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5780 Gigabit Ethernet (rev 03)
    0001:05:04.1 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5780 Gigabit Ethernet (rev 03)
    0001:06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks PRO [Radeon HD 6570/7570/8550]
    0001:06:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Turks HDMI Audio [Radeon HD 6500/6600 / 6700M Series]
    0001:08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
    0001:09:00.0 SCSI storage controller: Marvell Technology Group Ltd. 88SX7042 PCI-e 4-port SATA-II (rev 02)


    my cards are at these addresses:
    0000:0a:00.0 - Radeon X1950 G5
    0001:06:00.0 - Radeon HD 6570

    if you have the same adresses and x1900gt at first x16 slot, for you work something like this:
    Code:
    Section "Monitor"
    Identifier "Monitor0"
    EndSection

    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:a@0:0:0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Depth 24
    Modes "1920x1080_75.00"
    EndSubSection
    EndSection

    Change resolution according your monitor. And don't use amdgpu but radeon driver.

    [ Edited by sailor 17.11.2020 - 16:01 ]
    AmigaOS3: Amiga 1200
    AmigaOS4: Micro A1-C, AmigaOne XE, Pegasos II, Sam440ep, Sam440ep-flex, Sam460LE, AmigaOneX1000
    MorphOS: Efika 5200b, Pegasos I, Sam460LE, Pegasos II, Powerbook G4, Mac Mini, iMac G5, Powermac G5 Quad
  • »17.11.20 - 13:57
    Profile