Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-9532

The display does not look right when running on OMAP3 EVM with "-display powervr" and VRBF enabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.0
    • 4.6.2
    • None
    • OMAP3 EVM
      compiled with Code Sourcery G++
    • 3b68918cf1754a915b0c3

    Description

      When running on OMAP3 EVM with "-display powervr" and VRBF is enabled for rotation, the display screen does not look right.

      For your information, found a soution to this problem:

      in pvrqwsdrawable.c

      the line
      stride = var.xres * bytesPerPixel;

      should be replaced with
      stride = fix.line_length;

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tvete Paul Olav Tvete
            alvinyang Hsueh-szu Yang
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes