really apply previous patch [release 1.15.2-3mamba;Thu Aug 21 2014]
This commit is contained in:
parent
4e5ef40e2b
commit
294c16e2bf
@ -1,11 +1,11 @@
|
||||
diff -Nru xorg-server-1.12.1.orig/hw/xfree86/common/xf86Config.c xorg-server-1.12.1/hw/xfree86/common/xf86Config.c
|
||||
--- xorg-server-1.12.1.orig/hw/xfree86/common/xf86Config.c 2012-03-30 04:57:26.000000000 +0200
|
||||
+++ xorg-server-1.12.1/hw/xfree86/common/xf86Config.c 2012-04-24 12:24:57.966283561 +0200
|
||||
@@ -514,7 +514,7 @@
|
||||
@@ -510,7 +510,7 @@
|
||||
static void
|
||||
fixup_video_driver_list(char **drivers)
|
||||
{
|
||||
- static const char *fallback[4] = { "vesa", "fbdev", "wsfb", NULL };
|
||||
- static const char *fallback[4] = { "fbdev", "vesa", "wsfb", NULL };
|
||||
+ static const char *fallback[6] = { "fglrx", "modesetting", "fbdev", "vesa", "wsfb", NULL };
|
||||
char **end, **drv;
|
||||
char *x;
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: xorg-server
|
||||
Version: 1.15.2
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: The core of the X.Org Foundation implementation of the X Window system
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
@ -116,7 +116,7 @@ X.Org glx extension.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
#%patch0 -p1
|
||||
%patch0 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p1
|
||||
|
||||
@ -300,6 +300,9 @@ exit 0
|
||||
%{_libdir}/xorg/modules/extensions/libglx_dri_so
|
||||
|
||||
%changelog
|
||||
* Thu Aug 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15.2-3mamba
|
||||
- really apply previous patch
|
||||
|
||||
* Fri Aug 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15.2-2mamba
|
||||
- update Xorg_configure patch to put modesetting after nouveau and before fbdev and vesa
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user