From 0a0d207b8ee204b2c91bcc1d0314f69b5f1c4c75 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 9 Dec 2022 11:47:06 +0100 Subject: [PATCH] xf86-video-nouveau: Fix up driver for new X server ABI Instead of applying [the commit][1] patch the source. [1]: https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=e80e73ced69b15662103d0fd6837db4ce6c6eb5b --- xf86-video-nouveau.be0 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xf86-video-nouveau.be0 b/xf86-video-nouveau.be0 index 23a4dbd5e..b54f5bc0b 100755 --- a/xf86-video-nouveau.be0 +++ b/xf86-video-nouveau.be0 @@ -50,9 +50,12 @@ SRCURL[0]="https://beehive.molgen.mpg.de/e4fe1a12f9cbc075b2200773099df96f/xf86-v # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + # https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=e80e73ced69b15662103d0fd6837db4ce6c6eb5b + # https://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-nouveau-driver + start_cmd grep -rl slave | xargs sed -i s/slave/secondary/ +} #mee_configure() { # bee_configure