mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xorg-server:
- add -ignoreABI to let new xorg-server starts with recent NVidia driver
This commit is contained in:
parent
c62ac680e1
commit
4723c67f75
@ -25,6 +25,7 @@ export DISPLAY
|
||||
if lspci -n | grep 0300 | grep -q 10de; then
|
||||
progress "Found nVidia card, enabling binary driver as requested"
|
||||
|
||||
XORG_ARGS="$XORG_ARGS -ignoreABI"
|
||||
[ -f $XORG_NVIDIA_CONF ] && XORG_ARGS="$XORG_ARGS -config $XORG_NVIDIA_CONF"
|
||||
|
||||
mkdir -p /var/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user