From ab5a9ca4aec5c78f055c47859342d38ecb0f9601 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 23 Nov 2011 06:19:15 +0100 Subject: Fix X11Util.dumpOpenDisplayConnection() ; Bug 515: Update fglrx driver remark and native test. --- src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/nativewindow/classes/jogamp') diff --git a/src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java b/src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java index 79b427ac0..0fd14bc6e 100644 --- a/src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java +++ b/src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java @@ -54,7 +54,7 @@ public class X11Util { /** * See Bug 515 - https://jogamp.org/bugzilla/show_bug.cgi?id=515 * - * It is observed that ATI X11 drivers, eg. fglrx 8.78.6 and fglrx 11.08/8.881, + * It is observed that ATI X11 drivers, eg. fglrx 8.78.6, fglrx 11.08/8.881 and fglrx 11.11/8.911, * are quite sensitive to multiple Display connections. * Here, closing displays shall happen in the same order as * they were opened, -OR- shall not be closed at all! @@ -305,9 +305,9 @@ public class X11Util { public static void dumpOpenDisplayConnections() { synchronized(globalLock) { System.err.println("X11Util: Open X11 Display Connections: "+openDisplayList.size()); - for(int i=0; i