Re: [gentoo-user] ATI radeon 9200 open source drivers - no direct rendering

2005-11-06 Thread b.n.
I guess CONFIG_AGP_ATI should be set to yes? Well, that's for your AGP chipset. Now you need to enable the direct rendering manager: CONFIG_DRM=y CONFIG_DRM_RADEON=y Ok. Seems I just need a healthy kernel recompile in the next days... Thank you very much. M. -- gentoo-user@gentoo.org mai

Re: [gentoo-user] ATI radeon 9200 open source drivers - no direct rendering

2005-11-06 Thread Peter Gordon
On Sun, 2005-11-06 at 22:25 +, b.n. wrote: > > Did you enable the ATi Radeon direct rendering manager and any needed > > AGP support in your kernel configuration? > > > > It's under the Device Drivers --> Character Devices option. > > Hmmm... my .config says so: > > CONFIG_AGP=y > # CONFIG_A

Re: [gentoo-user] ATI radeon 9200 open source drivers - no direct rendering

2005-11-06 Thread b.n.
Did you enable the ATi Radeon direct rendering manager and any needed AGP support in your kernel configuration? It's under the Device Drivers --> Character Devices option. Hmmm... my .config says so: CONFIG_AGP=y # CONFIG_AGP_ALI is not set # CONFIG_AGP_ATI is not set # CONFIG_AGP_AMD is not s

Re: [gentoo-user] ATI radeon 9200 open source drivers - no direct rendering

2005-11-06 Thread Peter Gordon
On Sun, 2005-11-06 at 21:35 +, b.n. wrote: > [...] > 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: node name is /dev/dri/card0 > drmOpenDevice: op

[gentoo-user] ATI radeon 9200 open source drivers - no direct rendering

2005-11-06 Thread b.n.
Hi, I have an ATI radeon 9200 graphic card. I use the 6.8.2 Xorg (latest x86 stable) with the "radeon" driver. My xorg.conf (here attached) seems OK to me, it loads dri, glx and has the 0666 permissions set in section DRI. But I have no direct rendering... I managed to live with it for a whil