Summary: | Problem with specific programs on X.org 7.5 machine | ||
---|---|---|---|
Product: | xorg | Reporter: | Ettore Atalan <atalanttore> |
Component: | Driver/intel | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED NOTOURBUG | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | Keywords: | NEEDINFO |
Version: | 7.5 (2009.10) | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
URL: | http://sdp.ppona.com/ | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Ettore Atalan
2010-06-11 14:55:52 UTC
It is difficult to know what is going on here. If the title bar appears but the contents appear blank, then it is just likely that nothing is being drawn in the application window (hence you see whatever was behind the window when it was first mapped). The best strategy I can suggest is to find another simpler test case for the erroneous behaviour (so simple that I might be able to reproduce it here...) Other than that, the challenge is then to narrow down the differences between the working system and the bad, so that you can identify which particular change introduced the regression. That is downgrade the xserver and related components, then install new packages until things break (and then proceed to narrow down which patch in that package is the culprit...) This is of course complicated by having to maintain dependencies as you change between different software versions. I don't think this is a gfx driver bug. Based on the description it simply sounds like the WM is not presenting the application. If you do undercover some more conclusive evidence, that would be a great first step. The problem is the same on different window managers. Same buggy behaviour on Gnome with Metacity or Compiz and on KDE with Kwin. Take the window manager entirely out of the equation. Run the wine on a bare X, and xtrace it: $ sudo X -ac :0 & $ xtrace -osdl-xtrace.txt -c -n -k wine "SDL Downloader.exe" Does that show the application? If not upload the sdl-xtrace.txt and lets have a look at what is going on. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.