Re: [gentoo-user] struggling with dri

2005-10-13 Thread Fernando Meira
On 10/12/05, Robert Svoboda [EMAIL PROTECTED] wrote: [...] So, I'm back to radeon but still no rendering. However, there's noting saying the opposite unless: # glxinfo | grep -i rendering direct rendering: No[...]Did you compile agp, drm, radeon into kernel or as modules? There are some issues (or

Re: [gentoo-user] struggling with dri

2005-10-12 Thread Robert Svoboda
* Fernando Meira [EMAIL PROTECTED] [2005-10-09 23:10]: Hi, Hi, I know this is a well discussed topic.. but I can't find answer to my problem.. and I'm completely lost in all mails/forums.. I have a ATI Technologies Inc Radeon Mobility M6 LY and I been using radeon driver from kernel. I

Re: [gentoo-user] struggling with dri

2005-10-12 Thread Douglas James Dunn
I had problems getting 2.6.13 to get working with my vid card went back to 12 On Wed, 2005-10-12 at 09:08 +0200, gentoo_falstaff wrote: When I was using kernel 2.6.12 all was fine with these configuration options: M /dev/agpgart (AGP Support) ALI chipset support ATI chipset support

Re: [gentoo-user] struggling with dri

2005-10-12 Thread Fernando Meira
On 10/12/05, Robert Svoboda [EMAIL PROTECTED] wrote: * Fernando Meira [EMAIL PROTECTED] [2005-10-09 23:10]: Hi,Hi, I know this is a well discussed topic.. but I can't find answer to my problem.. and I'm completely lost in all mails/forums.. I have a ATI Technologies Inc Radeon Mobility M6 LY and

Re: [gentoo-user] struggling with dri

2005-10-12 Thread Kevin Hanson
* /dev/agpgart (AGP Support) ALI chipset support ATI chipset support AMD Irongate, 761, and 762 chipset support AMD Opteron/Athlon64 on-CPU GART support * Intel 440LX/BX/GX, I8xx and E7x05 chipset support NVIDIA nForce/nForce2 chipset support SiS chipset support

Re: [gentoo-user] struggling with dri

2005-10-11 Thread gentoo_falstaff
On my laptop with a Mobility Radeon M7 on I noticed the same problem after a kernel recompilation (2.6 series ~x86 flag); that is I had Direct Rendering switched off. I was compiling AGP as a kernel module. Actually I solved the problem compiling AGP directly in the kernel with the chipset code

Re: [gentoo-user] struggling with dri

2005-10-11 Thread Fernando Meira
On 10/11/05, gentoo_falstaff [EMAIL PROTECTED] wrote: On my laptop with a Mobility Radeon M7 on I noticed the same problemafter a kernel recompilation (2.6 series ~x86 flag); that is I hadDirect Rendering switched off.I was compiling AGP as a kernel module.Actually I solved the problem compiling

Re: [gentoo-user] struggling with dri

2005-10-11 Thread Fernando Meira
On 10/10/05, Jason Cooper [EMAIL PROTECTED] wrote: Fernando Meira ([EMAIL PROTECTED]) scribbled: I think I have radeon driver built-in the kernel.. does that mean that it is loaded before agpgart? agpgart and intel_agp are both modules... should I them recompile my kernel and leave radeon as

Re: [gentoo-user] struggling with dri

2005-10-11 Thread Fernando Meira
On 10/11/05, Fernando Meira [EMAIL PROTECTED] wrote: On 10/10/05, Jason Cooper [EMAIL PROTECTED] wrote: Fernando Meira ([EMAIL PROTECTED]) scribbled: I think I have radeon driver built-in the kernel.. does that mean that it is loaded before agpgart? agpgart and intel_agp are both modules...

Re: [gentoo-user] struggling with dri

2005-10-11 Thread Holly Bostick
Fernando Meira schreef: On 10/10/05, Jason Cooper [EMAIL PROTECTED] wrote: Fernando Meira ([EMAIL PROTECTED]) scribbled: I think I have radeon driver built-in the kernel.. does that mean that it is loaded before agpgart? agpgart and intel_agp are both modules... should I them

Re: [gentoo-user] struggling with dri

2005-10-11 Thread Fernando Meira
On 10/11/05, Holly Bostick [EMAIL PROTECTED] wrote: Fernando Meira schreef: On 10/10/05, Jason Cooper [EMAIL PROTECTED] wrote: Fernando Meira ([EMAIL PROTECTED] ) scribbled: I think I have radeon driver built-in the kernel.. does that meanthat it is loaded before agpgart? agpgart and intel_agp are

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Fernando Meira
On 10/10/05, Ow Mun Heng [EMAIL PROTECTED] wrote: On Sun, 2005-10-09 at 22:44 +0200, Fernando Meira wrote: Section driMode 0666 EndSectionPlease check if permissions of /dev/dri/cardX is really 0666. Mine has to be changed. Yes, they were not 0666 but instead 0660. I changed them, rebooted, and

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Frank Schafer
On Mon, 2005-10-10 at 10:13 +0200, Fernando Meira wrote: On 10/10/05, Ow Mun Heng [EMAIL PROTECTED] wrote: On Sun, 2005-10-09 at 22:44 +0200, Fernando Meira wrote: Section dri Mode 0666 EndSection Please

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Jason Cooper
Fernando Meira ([EMAIL PROTECTED]) scribbled: Yes, they were not 0666 but instead 0660. I changed them, rebooted, and they're back to 0660 :( cd into /etc/udev/rules.d/ and make a file called 10-local.rules . Add the 'dri' lines from 50-udev.rules. Append to the end of each line MODE=0666

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Fernando Meira
On 10/10/05, Jason Cooper [EMAIL PROTECTED] wrote: Fernando Meira ([EMAIL PROTECTED]) scribbled: Yes, they were not 0666 but instead 0660. I changed them, rebooted, and they're back to 0660 :(cd into /etc/udev/rules.d/ and make a file called 10-local.rules .Addthe 'dri' lines from

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Michael Taylor
unsubscribeOn 10/10/05, Fernando Meira [EMAIL PROTECTED] wrote: On 10/10/05, Jason Cooper [EMAIL PROTECTED] wrote: Fernando Meira ([EMAIL PROTECTED]) scribbled: Yes, they were not 0666 but instead 0660. I changed them, rebooted, and they're back to 0660 :(cd into /etc/udev/rules.d/ and make a

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Richard Fish
Michael Taylor wrote: unsubscribe On 10/10/05, *Fernando Meira* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: On 10/10/05, *Jason Cooper* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Fernando Meira ([EMAIL PROTECTED] mailto:[EMAIL PROTECTED]) scribbled:

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Fernando Meira
On 10/10/05, Richard Fish [EMAIL PROTECTED] wrote: Michael Taylor wrote: unsubscribe On 10/10/05, *Fernando Meira* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: On 10/10/05, *Jason Cooper* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Fernando Meira ([EMAIL PROTECTED] mailto:[EMAIL

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Kevin Hanson
Fernando Meira wrote: Hi, I know this is a well discussed topic.. but I can't find answer to my problem.. and I'm completely lost in all mails/forums.. I have a ATI Technologies Inc Radeon Mobility M6 LY and I been using radeon driver from kernel. In order to enable rendering, I been

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Jason Cooper
Kevin Hanson ([EMAIL PROTECTED]) scribbled: I've got a radeon mobility 9200 in my laptop and have compiled CONFIG_AGP=m, CONFIG_AGP_INTEL=m, CONFIG_DRM=m, and CONFIG_DRM_RADEON=m. Interestingly enough, agpgart module loads at boot but intel_agp doesn't. Modprobe of intel_agp produces no

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Fernando Meira
On 10/10/05, Jason Cooper [EMAIL PROTECTED] wrote: Kevin Hanson ([EMAIL PROTECTED]) scribbled: I've got a radeon mobility 9200 in my laptop and have compiled CONFIG_AGP=m, CONFIG_AGP_INTEL=m, CONFIG_DRM=m, and CONFIG_DRM_RADEON=m. Interestingly enough, agpgart module loads at boot but intel_agp

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Kevin Hanson
Jason Cooper wrote: Kevin Hanson ([EMAIL PROTECTED]) scribbled: I've got a radeon mobility 9200 in my laptop and have compiled CONFIG_AGP=m, CONFIG_AGP_INTEL=m, CONFIG_DRM=m, and CONFIG_DRM_RADEON=m. Interestingly enough, agpgart module loads at boot but intel_agp doesn't. Modprobe of

Re: [gentoo-user] struggling with dri

2005-10-10 Thread Jason Cooper
Fernando Meira ([EMAIL PROTECTED]) scribbled: I think I have radeon driver built-in the kernel.. does that mean that it is loaded before agpgart? agpgart and intel_agp are both modules... should I them recompile my kernel and leave radeon as module? yes. -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] struggling with dri

2005-10-10 Thread W.Kenworthy
I looked at this thread and found intel-agp wasnt loaded. Added (in order) to the modules.autoload.d/kernel-2.6: intel-agp agpgart drm radeon Rebooting resulted in no display once X started. Commenting out intel-agp got the display back on reboot. Any ideas? I am getting 300fps tops, when at

[gentoo-user] struggling with dri

2005-10-09 Thread Fernando Meira
Hi, I know this is a well discussed topic.. but I can't find answer to my problem.. and I'm completely lost in all mails/forums.. I have a ATI Technologies Inc Radeon Mobility M6 LY and I been using radeon driver from kernel. In order to enable rendering, I been looking around and after no

Re: [gentoo-user] struggling with dri

2005-10-09 Thread Ow Mun Heng
On Sun, 2005-10-09 at 22:44 +0200, Fernando Meira wrote: Section dri Mode 0666 EndSection Please check if permissions of /dev/dri/cardX is really 0666. Mine has to be changed. -- gentoo-user@gentoo.org mailing list