public inbox for gentoo-kernel@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-kernel] Kernel configuration and DRI.
@ 2010-12-26 12:06 dE .
  2010-12-27  7:42 ` Daniel Troeder
  0 siblings, 1 reply; 7+ messages in thread
From: dE . @ 2010-12-26 12:06 UTC (permalink / raw
  To: gentoo-kernel

[-- Attachment #1: Type: text/plain, Size: 719 bytes --]

Hi. you might know me from the forums, but unfortunately I've appeared to
have stumbled over a difficult problem -

http://forums.gentoo.org/viewtopic-p-6487475.html

I'm having a bad time configuring the kernel. I've enabled KMS (like what's
with Debian), used the latest xserver, mesa from the overlays and eselected
mesa to galium (r300 and sw). On this setup, glxgears is blank... the's just
a blank windows with no reading of the fps drawn.

On the other hand on Debian I get a sustainable FPS, if I copy over the
Debian kernel (and modules) to my Gentoo install, I get good FPS, so there
must been something wrong with my kernel configuration. The Debian guys have
enabled KMS.

RS690m chipset which hosts x1270.

[-- Attachment #2: Type: text/html, Size: 839 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-kernel] Kernel configuration and DRI.
  2010-12-26 12:06 [gentoo-kernel] Kernel configuration and DRI dE .
@ 2010-12-27  7:42 ` Daniel Troeder
  2010-12-27 10:04   ` dE .
  2010-12-27 10:23   ` d.fedorov
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Troeder @ 2010-12-27  7:42 UTC (permalink / raw
  To: gentoo-kernel

[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]

On 12/26/2010 01:06 PM, dE . wrote:
> Hi. you might know me from the forums, but unfortunately I've appeared
> to have stumbled over a difficult problem -
> 
> http://forums.gentoo.org/viewtopic-p-6487475.html
> 
> I'm having a bad time configuring the kernel. I've enabled KMS (like
> what's with Debian), used the latest xserver, mesa from the overlays and
> eselected mesa to galium (r300 and sw). On this setup, glxgears is
> blank... the's just a blank windows with no reading of the fps drawn.
> 
> On the other hand on Debian I get a sustainable FPS, if I copy over the
> Debian kernel (and modules) to my Gentoo install, I get good FPS, so
> there must been something wrong with my kernel configuration. The Debian
> guys have enabled KMS.
> 
> RS690m chipset which hosts x1270.
You can copy the ".config" from the debian kernel into the
gentoo-kernel, run "make oldconfig" and see if that takes you in the
right direction.

Good luck,
Daniel

-- 
PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-kernel] Kernel configuration and DRI.
  2010-12-27  7:42 ` Daniel Troeder
@ 2010-12-27 10:04   ` dE .
  2010-12-27 10:23   ` d.fedorov
  1 sibling, 0 replies; 7+ messages in thread
From: dE . @ 2010-12-27 10:04 UTC (permalink / raw
  To: gentoo-kernel

[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]

:D
Apparently it will be easier to just enable/disable options that I just
'feel' might be causing the issue.

I've a very minimal config of the kernel (very much trimmed out), that means
the kernel + module size is around a fraction to that of Debian.

On Mon, Dec 27, 2010 at 1:12 PM, Daniel Troeder <daniel@admin-box.com>wrote:

> On 12/26/2010 01:06 PM, dE . wrote:
> > Hi. you might know me from the forums, but unfortunately I've appeared
> > to have stumbled over a difficult problem -
> >
> > http://forums.gentoo.org/viewtopic-p-6487475.html
> >
> > I'm having a bad time configuring the kernel. I've enabled KMS (like
> > what's with Debian), used the latest xserver, mesa from the overlays and
> > eselected mesa to galium (r300 and sw). On this setup, glxgears is
> > blank... the's just a blank windows with no reading of the fps drawn.
> >
> > On the other hand on Debian I get a sustainable FPS, if I copy over the
> > Debian kernel (and modules) to my Gentoo install, I get good FPS, so
> > there must been something wrong with my kernel configuration. The Debian
> > guys have enabled KMS.
> >
> > RS690m chipset which hosts x1270.
> You can copy the ".config" from the debian kernel into the
> gentoo-kernel, run "make oldconfig" and see if that takes you in the
> right direction.
>
> Good luck,
> Daniel
>
> --
> PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get
> # gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887
>
>

[-- Attachment #2: Type: text/html, Size: 2237 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-kernel] Kernel configuration and DRI.
  2010-12-27  7:42 ` Daniel Troeder
  2010-12-27 10:04   ` dE .
@ 2010-12-27 10:23   ` d.fedorov
  2010-12-30 15:20     ` dE .
  1 sibling, 1 reply; 7+ messages in thread
From: d.fedorov @ 2010-12-27 10:23 UTC (permalink / raw
  To: gentoo-kernel


On Mon, 27 Dec 2010 08:42:09 +0100, Daniel Troeder <daniel@admin-box.com>
wrote:
> On 12/26/2010 01:06 PM, dE . wrote:
>> Hi. you might know me from the forums, but unfortunately I've appeared
>> to have stumbled over a difficult problem -
>> 
>> http://forums.gentoo.org/viewtopic-p-6487475.html
>> 
>> I'm having a bad time configuring the kernel. I've enabled KMS (like
>> what's with Debian), used the latest xserver, mesa from the overlays and
>> eselected mesa to galium (r300 and sw). On this setup, glxgears is
>> blank... the's just a blank windows with no reading of the fps drawn.
>> 
>> On the other hand on Debian I get a sustainable FPS, if I copy over the
>> Debian kernel (and modules) to my Gentoo install, I get good FPS, so
>> there must been something wrong with my kernel configuration. The Debian
>> guys have enabled KMS.
>> 
>> RS690m chipset which hosts x1270.
> You can copy the ".config" from the debian kernel into the
> gentoo-kernel, run "make oldconfig" and see if that takes you in the
> right direction.
> 
> Good luck,
> Daniel

Better to copy ".config" and to use diff with your gentoo .config



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-kernel] Kernel configuration and DRI.
  2010-12-27 10:23   ` d.fedorov
@ 2010-12-30 15:20     ` dE .
  2010-12-30 23:07       ` Espen Hustad
  0 siblings, 1 reply; 7+ messages in thread
From: dE . @ 2010-12-30 15:20 UTC (permalink / raw
  To: gentoo-kernel

[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]

The difference is too large.

One more set of success. Better performance with the classic mesa BUT with
KMS enabled using the Debian kernel and it's config.

Still not reproducible with my custom config.

Is there a way to just see which things the radeon KMS driver expects... and
certain messages if they are not found?

On Mon, Dec 27, 2010 at 3:53 PM, <d.fedorov@timeweb.ru> wrote:

>
> On Mon, 27 Dec 2010 08:42:09 +0100, Daniel Troeder <daniel@admin-box.com>
> wrote:
> > On 12/26/2010 01:06 PM, dE . wrote:
> >> Hi. you might know me from the forums, but unfortunately I've appeared
> >> to have stumbled over a difficult problem -
> >>
> >> http://forums.gentoo.org/viewtopic-p-6487475.html
> >>
> >> I'm having a bad time configuring the kernel. I've enabled KMS (like
> >> what's with Debian), used the latest xserver, mesa from the overlays and
> >> eselected mesa to galium (r300 and sw). On this setup, glxgears is
> >> blank... the's just a blank windows with no reading of the fps drawn.
> >>
> >> On the other hand on Debian I get a sustainable FPS, if I copy over the
> >> Debian kernel (and modules) to my Gentoo install, I get good FPS, so
> >> there must been something wrong with my kernel configuration. The Debian
> >> guys have enabled KMS.
> >>
> >> RS690m chipset which hosts x1270.
> > You can copy the ".config" from the debian kernel into the
> > gentoo-kernel, run "make oldconfig" and see if that takes you in the
> > right direction.
> >
> > Good luck,
> > Daniel
>
> Better to copy ".config" and to use diff with your gentoo .config
>
>

[-- Attachment #2: Type: text/html, Size: 2261 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-kernel] Kernel configuration and DRI.
  2010-12-30 15:20     ` dE .
@ 2010-12-30 23:07       ` Espen Hustad
  2010-12-31  2:04         ` dE .
  0 siblings, 1 reply; 7+ messages in thread
From: Espen Hustad @ 2010-12-30 23:07 UTC (permalink / raw
  To: gentoo-kernel

Hi!

2010/12/30 dE . <de.techno@gmail.com>:
> The difference is too large.
>
> One more set of success. Better performance with the classic mesa BUT with
> KMS enabled using the Debian kernel and it's config.
>
> Still not reproducible with my custom config.
>
> Is there a way to just see which things the radeon KMS driver expects... and
> certain messages if they are not found?

Have you checked dmesg, and "/var/log/Xorg.0.log"?


> On Mon, Dec 27, 2010 at 3:53 PM, <d.fedorov@timeweb.ru> wrote:
>>
>> On Mon, 27 Dec 2010 08:42:09 +0100, Daniel Troeder <daniel@admin-box.com>
>> wrote:
>> > On 12/26/2010 01:06 PM, dE . wrote:
>> >> Hi. you might know me from the forums, but unfortunately I've appeared
>> >> to have stumbled over a difficult problem -
>> >>
>> >> http://forums.gentoo.org/viewtopic-p-6487475.html
>> >>
>> >> I'm having a bad time configuring the kernel. I've enabled KMS (like
>> >> what's with Debian), used the latest xserver, mesa from the overlays
>> >> and
>> >> eselected mesa to galium (r300 and sw). On this setup, glxgears is
>> >> blank... the's just a blank windows with no reading of the fps drawn.
>> >>
>> >> On the other hand on Debian I get a sustainable FPS, if I copy over the
>> >> Debian kernel (and modules) to my Gentoo install, I get good FPS, so
>> >> there must been something wrong with my kernel configuration. The
>> >> Debian
>> >> guys have enabled KMS.
>> >>
>> >> RS690m chipset which hosts x1270.
>> > You can copy the ".config" from the debian kernel into the
>> > gentoo-kernel, run "make oldconfig" and see if that takes you in the
>> > right direction.
>> >
>> > Good luck,
>> > Daniel
>>
>> Better to copy ".config" and to use diff with your gentoo .config
>>
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-kernel] Kernel configuration and DRI.
  2010-12-30 23:07       ` Espen Hustad
@ 2010-12-31  2:04         ` dE .
  0 siblings, 0 replies; 7+ messages in thread
From: dE . @ 2010-12-31  2:04 UTC (permalink / raw
  To: gentoo-kernel

[-- Attachment #1: Type: text/plain, Size: 2096 bytes --]

Nope.

The Debian kernel produces this extra -

[   481.338] (WW) RADEON(0): You need a newer kernel for sync extension

Otherwise both complain about vesa and fbdev not present.

On Fri, Dec 31, 2010 at 4:37 AM, Espen Hustad <espen.hustad@gmail.com>wrote:

> Hi!
>
> 2010/12/30 dE . <de.techno@gmail.com>:
> > The difference is too large.
> >
> > One more set of success. Better performance with the classic mesa BUT
> with
> > KMS enabled using the Debian kernel and it's config.
> >
> > Still not reproducible with my custom config.
> >
> > Is there a way to just see which things the radeon KMS driver expects...
> and
> > certain messages if they are not found?
>
> Have you checked dmesg, and "/var/log/Xorg.0.log"?
>
>
> > On Mon, Dec 27, 2010 at 3:53 PM, <d.fedorov@timeweb.ru> wrote:
> >>
> >> On Mon, 27 Dec 2010 08:42:09 +0100, Daniel Troeder <
> daniel@admin-box.com>
> >> wrote:
> >> > On 12/26/2010 01:06 PM, dE . wrote:
> >> >> Hi. you might know me from the forums, but unfortunately I've
> appeared
> >> >> to have stumbled over a difficult problem -
> >> >>
> >> >> http://forums.gentoo.org/viewtopic-p-6487475.html
> >> >>
> >> >> I'm having a bad time configuring the kernel. I've enabled KMS (like
> >> >> what's with Debian), used the latest xserver, mesa from the overlays
> >> >> and
> >> >> eselected mesa to galium (r300 and sw). On this setup, glxgears is
> >> >> blank... the's just a blank windows with no reading of the fps drawn.
> >> >>
> >> >> On the other hand on Debian I get a sustainable FPS, if I copy over
> the
> >> >> Debian kernel (and modules) to my Gentoo install, I get good FPS, so
> >> >> there must been something wrong with my kernel configuration. The
> >> >> Debian
> >> >> guys have enabled KMS.
> >> >>
> >> >> RS690m chipset which hosts x1270.
> >> > You can copy the ".config" from the debian kernel into the
> >> > gentoo-kernel, run "make oldconfig" and see if that takes you in the
> >> > right direction.
> >> >
> >> > Good luck,
> >> > Daniel
> >>
> >> Better to copy ".config" and to use diff with your gentoo .config
> >>
> >
> >
>
>

[-- Attachment #2: Type: text/html, Size: 3229 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-12-31  3:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-26 12:06 [gentoo-kernel] Kernel configuration and DRI dE .
2010-12-27  7:42 ` Daniel Troeder
2010-12-27 10:04   ` dE .
2010-12-27 10:23   ` d.fedorov
2010-12-30 15:20     ` dE .
2010-12-30 23:07       ` Espen Hustad
2010-12-31  2:04         ` dE .

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox