You are not logged in.

#1 2014-08-03 19:25:36

lordgal
Member
Registered: 2013-04-14
Posts: 3

Radeon 9200 configuration

Hi everyone.

I've install arch on my old PC with this video card and run in some problems:

  1. This what I've added to /etc/X11/xorg.conf.d/20-radeon.conf:

    Section "Device"
            Identifier "Radeon"
            Driver "radeon"
    EndSection

    And to MODULES:

     MODULES="agpgart amd64_agp radeon"

    with such configuration i'm geting this error in Xorg log:

    [KMS] drm report modesetting isn't supported

    and they does not starts.

  2. If i comment out all from  20-radeon.conf X would start with xf86-video-fbdev driver instead of radeon.

  3. If i comment out MODULES, X would start with radeon drivers but video card would start in PCI mode with this error in dmesg:

    [drm:radeon_agp_init] *ERROR* Unable to acquire AGP: -19
    [drm] Forcing AGP to PCI mode

    i've also tried to load nvidia_agp but in does not make difference.

Here is some logs for the third case:

lspci -k
00:00.0 Host bridge: NVIDIA Corporation nForce3 250Gb Host Bridge (rev a1)
	Subsystem: ASRock Incorporation Motherboard (one of many)
	Kernel modules: amd64_agp
00:01.0 ISA bridge: NVIDIA Corporation nForce3 250Gb LPC Bridge (rev a2)
	Subsystem: ASRock Incorporation Motherboard (one of many)
00:01.1 SMBus: NVIDIA Corporation nForce 250Gb PCI System Management (rev a1)
	Subsystem: ASRock Incorporation Motherboard (one of many)
	Kernel driver in use: nForce2_smbus
	Kernel modules: i2c_nforce2
00:02.0 USB controller: NVIDIA Corporation CK8S USB Controller (rev a1)
	Subsystem: ASRock Incorporation Motherboard (one of many)
	Kernel driver in use: ohci-pci
	Kernel modules: ohci_pci
00:02.1 USB controller: NVIDIA Corporation CK8S USB Controller (rev a1)
	Subsystem: ASRock Incorporation Motherboard (one of many)
	Kernel driver in use: ohci-pci
	Kernel modules: ohci_pci
00:02.2 USB controller: NVIDIA Corporation nForce3 EHCI USB 2.0 Controller (rev a2)
	Subsystem: ASRock Incorporation Motherboard (one of many)
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:05.0 Bridge: NVIDIA Corporation CK8S Ethernet Controller (rev a2)
	Subsystem: ASRock Incorporation Device 00df
	Kernel driver in use: forcedeth
	Kernel modules: forcedeth
00:06.0 Multimedia audio controller: NVIDIA Corporation nForce3 250Gb AC'97 Audio Controller (rev a1)
	Subsystem: ASRock Incorporation Device 0850
	Kernel driver in use: snd_intel8x0
	Kernel modules: snd_intel8x0
00:08.0 IDE interface: NVIDIA Corporation CK8S Parallel ATA Controller (v2.5) (rev a2)
	Subsystem: ASRock Incorporation Motherboard (one of many)
	Kernel driver in use: pata_amd
	Kernel modules: pata_amd, pata_acpi, ata_generic
00:0a.0 IDE interface: NVIDIA Corporation nForce3 Serial ATA Controller (rev a2)
	Subsystem: ASRock Incorporation Motherboard (one of many)
	Kernel driver in use: sata_nv
	Kernel modules: sata_nv, pata_acpi, ata_generic
00:0b.0 PCI bridge: NVIDIA Corporation nForce3 250Gb AGP Host to PCI Bridge (rev a2)
	Kernel modules: shpchp
00:0e.0 PCI bridge: NVIDIA Corporation nForce3 250Gb PCI-to-PCI Bridge (rev a2)
	Kernel modules: shpchp
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
	Kernel driver in use: k8temp
	Kernel modules: k8temp
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV280 [Radeon 9200 PRO] (rev 01)
	Subsystem: Hightech Information System Ltd. Excalibur Radeon 9250
	Kernel driver in use: radeon
	Kernel modules: radeon
01:00.1 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] RV280 [Radeon 9200 PRO] (Secondary) (rev 01)
	Subsystem: Hightech Information System Ltd. Excalibur Radeon 9250 (Secondary)

dmesg -> http://pastebin.com/dEh2TkE8

Xorg.0.log -> http://pastebin.com/Pw69sBxM

Could someone help me to start card in AGP mode with radeon driver?

Offline

Board footer

Powered by FluxBB