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:
Silvan Calarco 2024-01-05 19:48:57 +01:00
parent 51bcc54a16
commit 4e5ef40e2b
2 changed files with 6 additions and 3 deletions

View File

@ -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) fixup_video_driver_list(char **drivers)
{ {
- static const char *fallback[4] = { "vesa", "fbdev", "wsfb", NULL }; - 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 **end, **drv;
char *x; char *x;
int i; int i;

View File

@ -1,6 +1,6 @@
Name: xorg-server Name: xorg-server
Version: 1.15.2 Version: 1.15.2
Release: 1mamba Release: 2mamba
Summary: The core of the X.Org Foundation implementation of the X Window system Summary: The core of the X.Org Foundation implementation of the X Window system
Group: System/X11 Group: System/X11
Vendor: openmamba Vendor: openmamba
@ -10,7 +10,7 @@ URL: http://www.x.org
Source: ftp://x.org/pub/individual/xserver/xorg-server-%{version}.tar.bz2 Source: ftp://x.org/pub/individual/xserver/xorg-server-%{version}.tar.bz2
Source10: XFree86-skel-.xinitrc Source10: XFree86-skel-.xinitrc
Source11: xorg-server-xprofile 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 Patch1: xorg-server-1.3.0.0-hsync_higher_default.patch
Patch2: %{name}-1.6.4-fix_DGA_removal.patch Patch2: %{name}-1.6.4-fix_DGA_removal.patch
License: MIT License: MIT
@ -300,6 +300,9 @@ exit 0
%{_libdir}/xorg/modules/extensions/libglx_dri_so %{_libdir}/xorg/modules/extensions/libglx_dri_so
%changelog %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 * Fri Jun 27 2014 Automatic Build System <autodist@mambasoft.it> 1.15.2-1mamba
- automatic version update by autodist - automatic version update by autodist