Comment 141 for bug 252094

Revision history for this message
the designer (alberto1988m) wrote : Re: Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 8.10

i have a problem with my x3100 in kubuntu 8.10..If I do glxgears,this is the output:
alberto@alberto-laptop:~$ glxgears
2550 frames in 5.0 seconds = 509.941 FPS
2482 frames in 5.0 seconds = 496.389 FPS
2671 frames in 5.0 seconds = 534.080 FPS
2329 frames in 5.0 seconds = 465.751 FPS
2616 frames in 5.0 seconds = 523.129 FPS

As you can see, I have a block every 5 seconds in both the video screen in the counting of the FPS.
This morning I have tried the live cd of ubuntu and the performance is the same but I do not have these blocks video.
This is my xorg:
Section "Device"
 Identifier "Configured Video Device"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
EndSection

How can I resolve this problem?