Results 1 to 2 of 2

Thread: Intel HD Graphics refresh problem

  1. #1
    Join Date
    Feb 2009
    Posts
    79
    Thanks
    11
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Intel HD Graphics refresh problem

    Hi

    I have developed an application under Qt 4.5.2, which still runs fine.
    Unfortunately I have not found the time so far to port it to a newer Qt-Version.

    Today, I installed my app on a new Windows 7 machine which has

    onchip Intel HD graphics.

    Now, I encounter an incorrect refreshing-behaviour
    of my QGraphicsView with underlying OpenGL viewport
    (just on this machine, with newest Intel drivers):

    I show a usual QWidget as window above my
    QGraphicsView (so the widget overlaps the view partly).
    If I then close this window, the view only refreshes those parts
    which werer hidden behind the window.
    The other parts of the view are "over-painted".

    Again: on all other machines I have tested so far, this does happen.

    I also tried to update manually the view, the scene the items, and also
    the GLWidget, without success.

    Do you know about any problems with Intel HD graphics controllers?

    Best regards and many thanks in advance!

    Olli

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    84
    Thanks
    7
    Thanked 2 Times in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Intel HD Graphics refresh problem

    hi,

    i'm sorry, i cannot help with this problem but i can confirm that the intel HD cards are really buggy.
    for instance we discovered that writing to the color buffer and reading the same pixles (OpenGL) do not get the same results.
    you cannot see this when you just look at the rendered pictures but we use a backbuffer to select items in a view
    by rendering them with the ID of an object translated to a color. since the color is not correct, we do get
    wrong objects.
    we do not have a solution nor any reply by intel (we posted on the intel forum some weeks ago).
    we do not have this problem with ati or nvidia cards so we recommend to our customers
    to have a 'real' graphics card and not just those things which intel calls a graphics card.

    regards

Similar Threads

  1. QComboBox refresh problem
    By waynew in forum Qt Programming
    Replies: 2
    Last Post: 19th April 2011, 12:30
  2. Replies: 2
    Last Post: 14th January 2011, 15:09
  3. Installation problem of Qt 4.4.2 in MACOS Leopard-Intel
    By santosh.kumar in forum Installation and Deployment
    Replies: 0
    Last Post: 3rd October 2008, 12:36
  4. QWidget Refresh Problem
    By MarkoSan in forum Qt Programming
    Replies: 2
    Last Post: 15th January 2008, 11:24
  5. QTableView refresh problem
    By tebessum in forum Qt Programming
    Replies: 3
    Last Post: 29th December 2006, 11:22

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.