Hello!
I have a problem with getting to run 3D:
My configuration: MSI K7N2 / Connect3D Radeon 9000pro / MDK 9.1
The drivers from the ATI-Site don't work. Trying configuring "DRI"
doesn't - glxinfo gives me that direct redering is off.
The only clues I have is in the logs below.
I've heared somewhere that agpgart on nforce2 is not supported for
non-nVidia cards, and that DRI doesn't need agpgart anymore to
activate 3D-functions in radeon-cards except in R300-Chips.
Well, that's only what I heared around the net... can anyone
explain this matter more detailed or has any solution for this?
XFree86.conf-4:
Section "Module"
(..snip..)
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
Screen 0
BusID "PCI:2:0:0"
Option "DPMS"
# Changed by Emre
Option "AGPMode" "4"
Option "AGPFastWrite" "on"
Option "NoAccel" "off"
Option "EnablePageFlip" "on"
# Emre End
EndSection
Changing "radeon" to "ati" due to
http://www.xfree86.org/4.3.0/DRI10.html#47 had the same result.
var/log/messages:
kernel: [drm:radeon_unlock] *ERROR* Process 25060 using kernel context 0
dmesg:
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: unsupported bridge
agpgart: no supported devices found.
Linux agpgart interface v0.99 (c) Jeff Hartmann [drm:radeon_unlock]
*ERROR* Process 2113 using kernel context 0
/var/log/X11/XFree.0.log
(==) RADEON(0): Write-combining range (0xd4000000,0x4000000)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
[drm] failed to load kernel module "agpgart"
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] loaded kernel module for "radeon" driver
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:2:0:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe482c000
(II) RADEON(0): [drm] mapped SAREA 0xe482c000 to 0x40014000
(II) RADEON(0): [drm] framebuffer handle = 0xd4000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available
thanx in advance-
Emre Kutbay