You are not logged in.

#1 2008-09-27 15:46:42

freigeist
Member
From: Cologne, Germany
Registered: 2006-07-14
Posts: 191

Slow glxgears with Intel 945GME

My overall X performance seems to be a bit slow and laggy on my eeePC 1000H with its integrated Intel 945GME. glxgears shows a value around 60 fps (maybe limited by vsync, but I don't know how to disable it to check if this is the problem). I'm using the xf86-video-intel driver from the testing repository and the following xorg.conf settings

Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GME Express Integrated Graphics Controller"
    Option        "PageFlip" "true"
    Option        "TrippleBuffer" "true"
    Option        "AccelMethod" "EXA"
EndSection
Section "DRI"
    Mode         0666
EndSection

And I get the following warnings in my Xorg.log

(WW) intel(0): Bad V_BIOS checksum
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x80000a03 to 0x00000000
(WW) intel(0): PIPEASTAT before: status: FIFO_UNDERRUN GMBUS_INT_STATUS VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): PIPEASTAT after: status:
(WW) intel(0): DRM version 1.9 or newer required for Page flipping. Disabling.
(WW) intel(0): Option "TrippleBuffer" is not used

Anyone got an idea how to improve the situation?


Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc

Offline

#2 2009-01-05 19:44:14

cwt
Member
From: Thailand
Registered: 2006-10-17
Posts: 1
Website

Re: Slow glxgears with Intel 945GME

TrippleBuffer is wrong spell, it should be TripleBuffer.

BTW, TripleBuffer did slow down your 3D performance, so don't enable it.

PageFlip require DRM 1.9 which I don't have on my Ubuntu. So, I can't test it for you.


May The Open Source Be With You.

Offline

Board footer

Powered by FluxBB