Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-25 Thread Sergio Polini
Jerry: Which kernel? 2.6.12-r10 (2.6.18 is masked ;-) Here, running 2.6.18, I compile the kernel drm, agpgart and ati-agp. I then emerge x11-drm. In /etc/modules.autoload.d/kernel-2.6 I add; agpgart, ati-agp, drm then radeon. In that specific order. Also, run eselect opengl and be sure

Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-25 Thread Jerry McBride
On Monday 25 September 2006 02:59, Sergio Polini wrote: Jerry: Which kernel? 2.6.12-r10 (2.6.18 is masked ;-) Here, running 2.6.18, I compile the kernel drm, agpgart and ati-agp. I then emerge x11-drm. In /etc/modules.autoload.d/kernel-2.6 I add; agpgart, ati-agp, drm then radeon.

Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-25 Thread Benno Schulenberg
Sergio Polini wrote: I've switched to modular X and gcc-4.1.1, Better take such big upgrade steps one at a time. :) Kernel 2.6.12-r10 x11-base/x11--drm 20060608 Do these two go together? Better upgrade to a newer kernel, at least version 2.6.16. Any hints? When you have the new kernel

Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-25 Thread Sergio Polini
Sorry, I can't understand... Richard Fish: If you want DRI, you have two choices: 1. the open source radeon driver, with the in-kernel DRM driver. For this you need to turn on CONFIG_DRM and CONFIG_DRM_RADEON in your kernel configuration. This doesn't work for all chips yet AFAIK. 2.

Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-25 Thread Richard Fish
On 9/25/06, Sergio Polini [EMAIL PROTECTED] wrote: i) as to http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers there is a third choise: CONFIG_DRM=n and emerge x11-drm; Yes, that is also an option, although I generally prefer the in-kernel drivers if they support my hardware and

[gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-24 Thread Sergio Polini
I need your help ;-) I've switched to modular X and gcc-4.1.1, and I've lost DRI :-( My configuration: HP dv5078EA (laptop) Gentoo AMD64 Kernel 2.6.12-r10 in /usr/src/linux/.config: CONFIG_MTRR=y CONFIG_AGP=y CONFIG_AGP_AMD64=y CONFIG_AGP_INTEL=m # CONFIG_DRM is not set output of

Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-24 Thread Richard Fish
On 9/24/06, Sergio Polini [EMAIL PROTECTED] wrote: # CONFIG_DRM is not set If you want DRI, you have two choices: 1. the open source radeon driver, with the in-kernel DRM driver. For this you need to turn on CONFIG_DRM and CONFIG_DRM_RADEON in your kernel configuration. This doesn't work

Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-24 Thread Jerry McBride
On Sunday 24 September 2006 17:33, Sergio Polini wrote: I need your help ;-) I've switched to modular X and gcc-4.1.1, and I've lost DRI :-( --snip-- Any hints? Thanks Sergio Which kernel? Here, running 2.6.18, I compile the kernel drm, agpgart and ati-agp. I then emerge x11-drm. In