Buggy black controls and text?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
rahim123
Level 1
Level 1
Posts: 5
Joined: Mon Oct 11, 2010 1:51 am

Buggy black controls and text?

Post by rahim123 »

Hi,
I used to use wine with no problems with version 0.9.37 on openSUSE 11.3. Now, I am using wine 1.3, and it causes major problems. My programs are unusable because highlighted text becomes black, and many controls also turn black. Here is a screenshot of wineconf with a clean wine conf directory:
Image Notice the black "Screen Resolution" slider? Other programs are far worse, with controls obscured by black patches. Any ideas what's going on? Thanks!
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

I used to use wine with no problems with version 0.9.37 on openSUSE 11.3.
Why were you using such an old version on a new distro?
Now, I am using wine 1.3,
You're missing a digit.
Notice the black "Screen Resolution" slider? Other programs are far worse, with controls obscured by black patches. Any ideas what's going on?
What graphics card/driver? This looks like the same problem reported here: http://forum.winehq.org/viewtopic.php?t=9266
rahim123
Level 1
Level 1
Posts: 5
Joined: Mon Oct 11, 2010 1:51 am

Post by rahim123 »

dimesio wrote:
I used to use wine with no problems with version 0.9.37 on openSUSE 11.3.
Why were you using such an old version on a new distro?
Because the new version of wine shipped with the new distros renders my most important programs useless because of this bug. As I said, it's not just this black slider, but rather black buttons that obscure the label, and solid black blocks of invisible text. Major show stopper for me.
What graphics card/driver? This looks like the same problem reported here: http://forum.winehq.org/viewtopic.php?t=9266
[/quote]
Ah yes, that looks like the same bug. I have Intel GMA 4500MHD onboard graphics (laptop).

So, is there a workaround?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

rahim123 wrote:
What graphics card/driver? This looks like the same problem reported here: http://forum.winehq.org/viewtopic.php?t=9266
Ah yes, that looks like the same bug. I have Intel GMA 4500MHD onboard graphics (laptop).

So, is there a workaround?
Not that I know of. AFAICT, the OP in the other thread never ran a regression test or filed a bug for this. You should do so.
rahim123
Level 1
Level 1
Posts: 5
Joined: Mon Oct 11, 2010 1:51 am

Post by rahim123 »

Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

Make sure you use the latest Intel drivers. This is likely a XRender bug in their drivers.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Buggy black controls and text?

Post by vitamin »

rahim123 wrote:Any ideas what's going on?
Yes, a buggy video driver. It affects not just Wine.
rahim123
Level 1
Level 1
Posts: 5
Joined: Mon Oct 11, 2010 1:51 am

Post by rahim123 »

Yes, but something also changed in Wine that makes it more prone to cause the video driver bug. As I said, on the same machine wine 0.9.37 works perfectly.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

rahim123 wrote:Yes, but something also changed in Wine that makes it more prone to cause the video driver bug.
Correct, read the bug. Now Wine accelerates some DDB (Device Dependant Bitmap) operations using Xorg's xrender extension. Which in turn uses accelerated driver features which appears to be broken in your video driver.
Locked