|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
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 OpenGLstatic const char *xprOpenGLBundle = "glxCGL.bundle";-/** eventHandler* Callback handler for Xplugin events.@@ -230,7 +233,7 @@ xprDisplayInit(void)elsedarwinScreensFound = 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 (Ben ByerCoreOS / BSD Technology Group, XDarwin maintainer
_______________________________________________ Do not post admin requests to the list. They will be ignored. X11-users mailing list (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>) |
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.