gnome-session-3.3.2-radeon.patch: Blacklist pre-R300 radeons (#758422)
This commit is contained in:
parent
cb6fe1e70a
commit
55f664b025
13
gnome-session-3.3.2-radeon.patch
Normal file
13
gnome-session-3.3.2-radeon.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -up gnome-session-3.3.2/data/hardware-compatibility.jx gnome-session-3.3.2/data/hardware-compatibility
|
||||
--- gnome-session-3.3.2/data/hardware-compatibility.jx 2011-12-13 14:50:39.000000000 -0500
|
||||
+++ gnome-session-3.3.2/data/hardware-compatibility 2011-12-13 14:54:24.325533866 -0500
|
||||
@@ -15,6 +15,9 @@
|
||||
# Intel 830-865
|
||||
-Intel\(R\) 8[[:digit:]]{2,2}[^[:digit:]]
|
||||
|
||||
+# Pre-R300 radeon
|
||||
+-Mesa DRI R[12]00
|
||||
+
|
||||
# Old Mesa software GL renderer
|
||||
-software rasterizer
|
||||
|
@ -3,7 +3,7 @@
|
||||
Summary: GNOME session manager
|
||||
Name: gnome-session
|
||||
Version: 3.3.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://www.gnome.org
|
||||
#VCS: git:git://git.gnome.org/gnome-session
|
||||
Source0: http://download.gnome.org/sources/gnome-session/3.3/%{name}-%{version}.tar.xz
|
||||
@ -11,6 +11,7 @@ Source1: gnome-authentication-agent.desktop
|
||||
Source2: gnome.desktop
|
||||
|
||||
Patch0: gnome-session-3.3.1-llvmpipe.patch
|
||||
Patch1: gnome-session-3.3.2-radeon.patch
|
||||
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
@ -77,6 +78,7 @@ Desktop file to add GNOME to display manager session menu.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .llvmpipe
|
||||
%patch1 -p1 -b .radeon
|
||||
|
||||
echo "ACLOCAL_AMFLAGS = -I m4" >> Makefile.am
|
||||
|
||||
@ -151,6 +153,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2011 Adam Jackson <ajax@redhat.com> 3.3.2-2
|
||||
- gnome-session-3.3.2-radeon.patch: Blacklist pre-R300 radeons (#758422)
|
||||
|
||||
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> 3.3.2-1
|
||||
- Update to 3.3.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user