Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: speed of window 'refreshes' within X11 windows



Hi Jesse!  I guess you already got it, but for the rest, the new version is up at http://www.x.org/wiki/XDarwin -- the only different should be the speed increase by disabling deferred updates.

Thanks to all of you who have been supportive, who have helped out other users, and have had the patience to keep applying these patches. :)
-b

On Nov 4, 2007, at 7:45 PM, Jesse wrote:

Ben, I have installed your 1.2a6 version locally and removed the Info.plist key I added previously.  The redraw problem appears to be solved.  Window updates are now nice and smooth again.  Thanks a ton to you for updating this late on Sunday and thanks to Eric for identifying the problem and providing the info to test and pinpoint what the issue was.  What great progress in a short amount of time.  Hopefully this will also help in other X11 applications as well.

Thanks so much!
Jesse Fleming


On 11/4/07, Ben Byer < email@hidden> wrote:
I found the issue in xprScreen.c:

 
--- hw/darwin/quartz/xpr/xprScreen.c
+++ hw/darwin/quartz/xpr/xprScreen.c
@@ -46,10 +46,13 @@
# include "damage.h"
#endif
+/* 10.4's deferred update makes X slower.. have to live with the tearing
+ for now.. */
+#define XP_NO_DEFERRED_UPDATES 8
+
// Name of GLX bundle for native OpenGL
static const char *xprOpenGLBundle = "glxCGL.bundle";
-
/*
* eventHandler
* Callback handler for Xplugin events.
@@ -230,7 +233,7 @@ xprDisplayInit(void)
else
darwinScreensFound = 1;
- if (xp_init(XP_IN_BACKGROUND) != Success)
+ if (xp_init(XP_IN_BACKGROUND | XP_NO_DEFERRED_UPDATES) != Success)
{
FatalError("Could not initialize the Xplugin library.");
}

 
I'm building a new version up, it'll be up in a couple of minutes

 
On Nov 4, 2007, at 7:16 PM, Jesse wrote:

I have filed an official bug report for the issue we are tracking in this thread.

 
5579078: X11 window redrawing for rdesktop, windows are 'chunky', sluggish, very slow

 
I can append any required additional information, screen video captures, etc.

 
Eric, thanks for the tip about the .plist for X11, I will try this and see what happens.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list      ( email@hidden)
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/x11-users/email@hidden

This email sent to email@hidden

Ben Byer
CoreOS / BSD Technology Group, XDarwin maintainer


 

Ben Byer
CoreOS / BSD Technology Group, XDarwin maintainer

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/x11-users/email@hidden

This email sent to email@hidden

References: 
 >speed of window 'refreshes' within X11 windows (From: Jesse <email@hidden>)
 >Re: speed of window 'refreshes' within X11 windows (From: "Nathaniel Gray" <email@hidden>)
 >Re: speed of window 'refreshes' within X11 windows (From: "Chris Linstid" <email@hidden>)
 >Re: speed of window 'refreshes' within X11 windows (From: Juan Orlandini <email@hidden>)
 >Re: speed of window 'refreshes' within X11 windows (From: Jesse <email@hidden>)
 >Re: speed of window 'refreshes' within X11 windows (From: Eric Gouriou <email@hidden>)
 >Re: speed of window 'refreshes' within X11 windows (From: Jesse <email@hidden>)
 >Re: speed of window 'refreshes' within X11 windows (From: Jesse <email@hidden>)
 >Re: speed of window 'refreshes' within X11 windows (From: Ben Byer <email@hidden>)
 >Re: speed of window 'refreshes' within X11 windows (From: Jesse <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.