Skip to content

Commit

Permalink
xf86-video-nouveau: Fix up driver for new X server ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Dec 9, 2022
1 parent 03b3e1f commit 0a0d207
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions xf86-video-nouveau.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a0d207

Please sign in to comment.