"gma500 trying to get vblank count for disabled pipe" boot time error message

Hi,

I have an Asus Eee netbook PC with opensuse 13.1 on it.

During boot time I always get this strange vblank message, which means nothing to me,
except I assume it’s something to do with the gma500 video driver.

The PC still boots and the OS seems to work fine apart from that.

I googled the error, and it came up with a kernel patch link:

https://build.opensuse.org/package/view_file?file=linux-2.6.31-disable-pipe-debug.patch&package=kernel&project=home%3Acolinsung&rev=e2720a7a7e7ab63cc31a41705a996269

but I don’t really want to start fiddling around with kernel patches if at all possible,
as I have no experience of using them.

Does anyone have any other solutions, or know what this error means?

Thanks

Well, that patch (it’s for kernel 2.6.31) just turns that error message into a debug message.
In Kernel 3.11 this is only a debug message anyway.
The corresponding code there:

                DRM_DEBUG_DRIVER("trying to get vblank count for disabled "
                                 "pipe %c
", pipe_name(pipe));

The message seems to point to a possible “bug” or flaw in the intel driver, you might try the latest version from the [noparse]X11:XOrg[/noparse] repo. (you have to do a Full repository Vendor change update to that repo though, as the driver from that repo will not work with the Xorg from openSUSE 13.1.

But why do you care about this message at all, if everything is working as expected? Just ignore it in this case, it’s only a debug message anyway.

Hi! I know this was 2014, but i have the same problem now! Same computer, same problem, just that im stuck at that message.
Please help

Your system gets stuck after displaying that message?
As already explained, this message should just be a warning.

Your best bet would probably be a bug report at http://bugzilla.opensuse.org/.

But what does “stuck” mean?
Can you login to text mode after pressing Ctrl+Alt+F1?