On 10/8/06, David Buchan <[EMAIL PROTECTED]> wrote:
X does not seem to be using dri.
/dev/dri does not exist. I don't know how to create it.
I've got an ATI Radeon X600 which is supported by DRI. (RV380)
I think I've compiled all the correct stuff into the kernel:
 CONFIG_DRM_RADEON=y
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_DEBUG=y
I assume I don't need any more specific radeon modules or drivers.
As you can see in glxinfo the 3rd line says
direct rendering: No
Also in Xorg.0.log near the bottom:
(EE) AIGLX: Screen 0 is not DRI capable

The problem appears to be that you are using the VESA driver instead
of the RADEON driver.

Here's your log:

(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
...

Here's my log with a Radeon 9250 (r200):

(**) RADEON(0): RADEONPreInit
(II) RADEON(0): MMIO registers at 0xe0100000: size 64KB
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor

Could you post your xorg.conf? You need to set the driver in the
"Device" section. Here's the relevant part of mine.

Section "Device"
       Identifier      "ATI Radeon 9200 Xorg"
       Driver          "ati"
       VendorName      "ATI Technologies Inc"
       BoardName       "RV280 [Radeon 9200 PRO]"
       BusID           "PCI:1:0:0"
       Option          "AGPMode" "2"
       Option          "RenderAccel" "True"
       Option          "AccelMethod" "EXA"
       Option          "BackingStore" "True"
       Option          "EnablePageFlip" "True"
       Option          "ColorTiling" "True"
       Option          "AGPFastWrite" "True"
EndSection

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to