Member
Registered: Mar 2006
Distribution: Archlinux
Posts: 42
Original Poster
Rep:
|
More Information
In the hope that someone can help me get this card working, here is some more information. My apologies for posting all this information, but I thought it might help.
The relevant output from Yast>Hardware Info.:
15: udi = '/org/freedesktop/Hal/devices/pci_1002_4742'
info.udi = '/org/freedesktop/Hal/devices/pci_1002_4742'
linux.subsystem = 'pci'
linux.hotplug_type = 1 (0x1)
pci.subsys_product = 'Rage Pro Turbo AGP 2X'
pci.subsys_vendor = 'ATI Technologies Inc'
info.product = '3D Rage Pro AGP 1X/2X'
pci.product = '3D Rage Pro AGP 1X/2X'
info.vendor = 'ATI Technologies Inc'
pci.vendor = 'ATI Technologies Inc'
pci.device_protocol = 0 (0x0)
pci.device_subclass = 0 (0x0)
pci.device_class = 3 (0x3)
pci.subsys_vendor_id = 4098 (0x1002)
pci.subsys_product_id = 132 (0x84)
pci.vendor_id = 4098 (0x1002)
pci.product_id = 18242 (0x4742)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0'
info.parent = '/org/freedesktop/Hal/devices/pci_8086_7191'
info.bus = 'pci'
linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0'
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0'
Contents of etc/x11/XF86Config
Section "Device"
BoardName "3D Rage Pro AGP 1X/2X"
BusID "1:0:0"
Driver "ati"
Identifier "Device[0]"
Screen 0
VendorName "ATI"
EndSection
Contents of usr/X11R6/lib/modules.dri:
i810_dri.so, i915, mga, r128, r200, radeon, sis, tdfx, unichrome, via
Contents of usr/X11R6/module/drivers
pm_drv.o, ati, atimisc, chips, cirrus, cirrus_laguna.o, cirrus_alpine.o, cyrix, dummy, fbdev,glint, i128, i740, i810, imstt, linux(folder), mga, neomagic, nsc, nv, nvidia, r128, radeon, endition, rival128, s3, s3virge, savage, siliconmotion, sis, tdfx, tga, trident, tseng, vesa, vga, via, vmware
I have tried following the troubleshooting guide from the DRI website, with the following results:
If I type "dmesg | grep agp" I get:
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 440BX Chipset.
agpgart: AGP aperture is 64M @ 0xf8000000
If I type "dmesg |grep drm" I get nothing.
HELP!
|