From 243e761a286b12c5eba6fd775fe65ff5928a6353133b003880a55b1456e70fed Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 6 Jun 2017 13:33:41 +0000 Subject: [PATCH] - modesetting.ids: no longer hardcode Intel's Skylake, Broxton, and Kabylake IDs to modesetting driver; xf86-video-intel is no longer installed by default on these, so it will fallback to modesetting driver anyway; still you now can easily switch back to intel driver by installing xf86-video-intel package (boo#1042873) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=662 --- modesetting.ids | 48 +---------------------------------------- xorg-x11-server.changes | 10 +++++++++ 2 files changed, 11 insertions(+), 47 deletions(-) diff --git a/modesetting.ids b/modesetting.ids index 25ddd5f..e59a66f 100644 --- a/modesetting.ids +++ b/modesetting.ids @@ -1,47 +1 @@ -#SKL -80861916 -80861921 -8086191E -80861912 -8086191B -8086191A -8086191D -80861923 -80861926 -80861927 -8086192B -8086192A -80861932 -8086193B -8086193D -8086193A -#BXT -80860A84 -80861A84 -80861A85 -80865A84 -80865A85 -#KBL -80865913 -80865915 -80865917 -80865906 -8086590E -80865902 -8086590B -8086590A -80865916 -80865921 -8086591E -80865912 -8086591B -8086591A -8086591D -80865926 -8086592B -8086592A -80865932 -8086593B -8086593A -8086593D -# \ No newline at end of file +# diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index f2b3599..4fc9511 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 6 13:28:00 UTC 2017 - sndirsch@suse.com + +- modesetting.ids: no longer hardcode Intel's Skylake, Broxton, + and Kabylake IDs to modesetting driver; xf86-video-intel is no + longer installed by default on these, so it will fallback to + modesetting driver anyway; still you now can easily switch back + to intel driver by installing xf86-video-intel package + (boo#1042873) + ------------------------------------------------------------------- Fri Mar 17 12:29:42 UTC 2017 - tobias.johannes.klausmann@mni.thm.de