update Xorg_configure patch to put modesetting after nouveau and before fbdev and vesa [release 1.15.2-2mamba;Fri Aug 08 2014]
This commit is contained in:
parent
51bcc54a16
commit
4e5ef40e2b
@ -6,7 +6,7 @@ diff -Nru xorg-server-1.12.1.orig/hw/xfree86/common/xf86Config.c xorg-server-1.1
|
||||
fixup_video_driver_list(char **drivers)
|
||||
{
|
||||
- static const char *fallback[4] = { "vesa", "fbdev", "wsfb", NULL };
|
||||
+ static const char *fallback[6] = { "fglrx", "fbdev", "vesa", "wsfb", "nv", NULL };
|
||||
+ static const char *fallback[6] = { "fglrx", "modesetting", "fbdev", "vesa", "wsfb", NULL };
|
||||
char **end, **drv;
|
||||
char *x;
|
||||
int i;
|
@ -1,6 +1,6 @@
|
||||
Name: xorg-server
|
||||
Version: 1.15.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: The core of the X.Org Foundation implementation of the X Window system
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
@ -10,7 +10,7 @@ URL: http://www.x.org
|
||||
Source: ftp://x.org/pub/individual/xserver/xorg-server-%{version}.tar.bz2
|
||||
Source10: XFree86-skel-.xinitrc
|
||||
Source11: xorg-server-xprofile
|
||||
Patch0: xorg-server-1.12.1-Xorg_configure.patch
|
||||
Patch0: xorg-server-1.15.2-Xorg_configure.patch
|
||||
Patch1: xorg-server-1.3.0.0-hsync_higher_default.patch
|
||||
Patch2: %{name}-1.6.4-fix_DGA_removal.patch
|
||||
License: MIT
|
||||
@ -300,6 +300,9 @@ exit 0
|
||||
%{_libdir}/xorg/modules/extensions/libglx_dri_so
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Fri Jun 27 2014 Automatic Build System <autodist@mambasoft.it> 1.15.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user