I've been trying to make direct rendering work on my radeon 9600 pro... But I give up. If somebody has a good idea, I would like to know about.
What I did :
-I had to use "noproprietary" to make the livecd boot.
=> First problem : my graphic card wasn't properly detected by "drm"
-I discovered that SL kept loading fglrx. So I tried to unmerge ati-drivers. But they weren't installed... (?)
-As a consequence, I had to remove it by hand with "rm </path/to/fglrx.ko>"
=> New problem : drm isn't able to find agp support (agpgart). But I'm pretty sure that this thing MUST be compiled into sabayon's kernel...
See Xorg's output :
- Code: Select all
(II) RADEON(0): [drm] DRM interface version 1.3
(II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:02:00.0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe0e1d000
(II) RADEON(0): [drm] mapped SAREA 0xe0e1d000 to 0xb7c37000
(II) RADEON(0): [drm] framebuffer handle = 0xc0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel module
is loaded before the radeon kernel module.
(**) RADEON(0): RADEONDRICloseScreen
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xe0e1d000 at 0xb7c37000
What can I do to make this work ?
