Date: Monday, June 4, 2012 @ 05:13:39 Author: heftig Revision: 160709
...and the actual patches Added: gnome-session/trunk/gnome-session-3.3.1-llvmpipe.patch gnome-session/trunk/timeout.patch ------------------------------------+ gnome-session-3.3.1-llvmpipe.patch | 9 +++++++++ timeout.patch | 12 ++++++++++++ 2 files changed, 21 insertions(+) Added: gnome-session-3.3.1-llvmpipe.patch =================================================================== --- gnome-session-3.3.1-llvmpipe.patch (rev 0) +++ gnome-session-3.3.1-llvmpipe.patch 2012-06-04 09:13:39 UTC (rev 160709) @@ -0,0 +1,9 @@ +diff -up gnome-session-3.3.1/data/hardware-compatibility.jx gnome-session-3.3.1/data/hardware-compatibility +--- gnome-session-3.3.1/data/hardware-compatibility.jx 2011-10-21 10:35:39.000000000 -0400 ++++ gnome-session-3.3.1/data/hardware-compatibility 2011-11-03 17:53:17.156407217 -0400 +@@ -20,4 +20,4 @@ + + # Gallium has softpipe and llvmpipe + -softpipe +--llvmpipe ++#llvmpipe Added: timeout.patch =================================================================== --- timeout.patch (rev 0) +++ timeout.patch 2012-06-04 09:13:39 UTC (rev 160709) @@ -0,0 +1,12 @@ +diff -u -r gnome-session-3.4.2/tools/gnome-session-check-accelerated.c gnome-session-3.4.2-timeout/tools/gnome-session-check-accelerated.c +--- gnome-session-3.4.2/tools/gnome-session-check-accelerated.c 2011-03-22 21:31:43.000000000 +0100 ++++ gnome-session-3.4.2-timeout/tools/gnome-session-check-accelerated.c 2012-06-04 11:06:35.911690067 +0200 +@@ -30,7 +30,7 @@ + #include <X11/Xatom.h> + + /* Wait up to this long for a running check to finish */ +-#define PROPERTY_CHANGE_TIMEOUT 5000 ++#define PROPERTY_CHANGE_TIMEOUT 10000 + + /* Values used for the _GNOME_SESSION_ACCELERATED root window property */ + #define NO_ACCEL 0
