Skip to content

Commit

Permalink
x11-common: add -ignoreABI to Xserver arguments
Browse files Browse the repository at this point in the history
to prevent the ABI mismatch with the NVIDIA X driver from stopping
the server.  There could be other compatibility issues, but this
at least gets the X server starting.
  • Loading branch information
madisongh committed May 22, 2016
1 parent bfd8e2e commit 7182863
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-graphics/x11-common/x11-common_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
do_install_append_jetson-tx1() {
sed -i -re's,^(ARGS=.*)"$,\1 -ignoreABI",' ${D}${sysconfdir}/X11/Xserver
}

0 comments on commit 7182863

Please sign in to comment.