Friday, July 25th 2008, 2:53am UTC+1

You are not logged in.

  • Login
  • Register

nijish

Trainee

Posts: 154

Location: Bangalore

Occupation: Software Engineer

1

Thursday, November 8th 2007, 4:28pm

Evenly Spaced Vertical Strips on Complete Browser

Hi All,

I have a problem here.

When i open my browser, it displays the complete window with vertical lines on top of the display. that is, the browser display is proper. but there are evenly spaced black vertical lines displayed on top of it.

strangely, this problem does not happen when i have a QLabel or a QComboBox dropdown list. In these scenarios, the display of these widgets is proper.

about my configuration, i am using:
qt-embedded-free-3.3.8
konqueror3-embedded-0.2-20060121
these run on a ppc board for an embedded device.

does anybody have an idea why this problem occurs? is it because of byte order?
i have checked with endianness. no success.

thanks in advance,
Nijish
  • Go to the top of the page

nijish

Trainee

Posts: 154

Location: Bangalore

Occupation: Software Engineer

2

Tuesday, February 26th 2008, 8:58pm

found answers for this one also..
it is dependent on the display panel. i had 1bpp, 4bpp, 24bpp and 32bpp display panels. each have their own way of tuning.

for 1bpp, it is simply the alpha channel. i disabled it and it worked. for 4bpp, enabling some test flags in qgfxraster files will do. and strangely, the fix for 4bpp worked for others also..
  • Go to the top of the page

Rate this thread