http://bugs.winehq.org/show_bug.cgi?id=12509
Summary: Screen resolution is not restored when using multiple
DISPLAYs
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P4
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
"If you have an wine program runnin on screen 0 and
then you start another wine program in screen 1 that changes also resolution,
the resolution won''t change back after program is finished."
See bug 2989 for more info.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=421
--- Comment #61 from Dan Kegel <dank(a)kegel.com> 2008-10-17 14:50:56 ---
Some data for Photoshop CS4 Bridge: it's about 100x too slow, and
about 95% of its CPU time is spent in X, according to /usr/bin/top. (IIRC.)
That's enough to make it a good candidate, but it'll take some
close examination by somebody who understands the DIB engine to
see if that could really help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=421
--- Comment #60 from Austin English <austinenglish(a)gmail.com> 2008-10-17 14:46:37 ---
(In reply to comment #59)
> What about this ones http://appdb.winehq.org/viewbugs.php?bug_id=421 ??
>
They might benefit, yes, but we don't know how MUCH benefit it would be, and
what sort of things it might break.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5935
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|gdi32 |winex11.drv
Keywords| |regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6971
byteframe <byteframe(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |byteframe(a)yahoo.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5935
--- Comment #14 from mero <merovirgian(a)gmail.com> 2008-10-17 13:26:05 ---
Maybe somebody should change version, component and keywords ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7004
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #11 from James Hawkins <truiken(a)gmail.com> 2008-10-17 12:58:34 ---
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2057
Dylan Smith <dylan.ah.smith(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dylan.ah.smith(a)gmail.com
Keywords| |testcase
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2057
--- Comment #14 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2008-10-17 12:46:30 ---
Created an attachment (id=16711)
--> (http://bugs.winehq.org/attachment.cgi?id=16711)
richedit: Added test for auto y scroll behaviour with redraw disabled.
This test shows that my previous patch is not a proper fix, like I expected.
The problem extends to the fact that the scrollable area is not being updated
properly with redraw disabled, so even though ME_EnsureVisible is called, it
will still not scroll all the way to the bottom.
This can be seen in eMule's log with the patch applied, since it will scroll to
one line from the end of the text (which isn't an issue in this case since the
last line is blank).
It seems like the proper fix will make sure that everything is updated with
redraw disabled, while avoiding actually repainting the screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.