OpenGL glxgears demo program

NoOp glgxg at sbcglobal.net
Sun Aug 3 01:55:36 UTC 2008


On 08/02/2008 06:15 PM, Chaman Singh Verma wrote:
> On Sun, Aug 3, 2008 at 3:38 AM, NoOp <glgxg at sbcglobal.net> wrote:
> 
>> On 08/02/2008 12:13 PM, Chaman Singh Verma wrote:
>>
>> >
>> > Hello,
>> >
>> > No, I couldn't see anything disabled. I just observed that
>> > the Video RAM is 128MB.
>> >
>> > Also, as suggested by one of you that I should look at glxinfo
>> > pages, that I did, but nothing helped me in getting "Direct
>> > Rendering ON".
>>
>> Can you please post the output of:
>>
>> lsmod|grep drm
>>
>> and
>>
>> lsmod|grep intel
>>
>> Thanks.

> 
> Hello,
> 
> Here is the required information:
> csv610 at blackhole:~$ lsmod | grep drm
> drm                   105896  3 i915
> csv610 at blackhole:~$ lsmod | grep intel
> snd_hda_intel         440408  3
> snd_pcm                92168  2 snd_hda_intel,snd_pcm_oss
> snd_page_alloc         13200  2 snd_hda_intel,snd_pcm
> snd_hwdep              12552  1 snd_hda_intel
> snd                    70856  17
> snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
> intel_agp              30624  1
> 
> Thanks.
> csv
> 
> 

You seem to missing something (agpgart); mine have:

$ lsmod | grep drm
drm                    83348  3 i915
agpgart                35016  3 drm,intel_agp

$ lsmod | grep drm
drm                    83348  3 i915
agpgart                35016  3 drm,intel_agp

$ lsmod | grep intel
snd_intel8x0           34972  5
snd_ac97_codec        100644  1 snd_intel8x0
snd_pcm                80388  5 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd                    54660  14
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc         11400  2 snd_intel8x0,snd_pcm
intel_agp              25620  1
agpgart                35016  3 drm,intel_agp

Even on the new install on the old 600Mhz agpgart loads.

Can you try:

dmesg|grep agpgart

It should look somthing like:
$ dmesg|grep agpgart
[   82.784529] Linux agpgart interface v0.102 (c) Dave Jones
[   82.787141] agpgart: Detected an Intel 865 Chipset.
[   82.787382] agpgart: Detected 16252K stolen memory.
[   82.800188] agpgart: AGP aperture is 128M @ 0xf0000000

On an i815 it looks like somethng like:
$ dmesg|grep agpgart
[   82.784529] Linux agpgart interface v0.102
[   82.787141] agpgart: Detected an Intel i815 Chipset.
[   82.800188] agpgart: AGP aperture is 64M @ 0xf80000000











More information about the ubuntu-users mailing list