mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xf86-video-nvidia:
- move IgnoreABI Option in to 51-video-nvidia.conf
This commit is contained in:
parent
41563daff6
commit
6cae102197
@ -3,3 +3,8 @@ Section "Device"
|
||||
Option "NoLogo" "True"
|
||||
Option "ConnectToAcpid" "False"
|
||||
EndSection
|
||||
|
||||
Section "ServerFlags"
|
||||
Option "IgnoreABI" "True"
|
||||
EndSection
|
||||
|
||||
|
@ -24,8 +24,6 @@ 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"
|
||||
|
||||
mkdir -p /var/lib
|
||||
ln -sf /usr/lib/libGL_nvidia.so.1 /var/lib/libGL.so
|
||||
ln -sf /usr/lib/xorg/modules/extensions/libglx_nvidia.so /var/lib/libglx.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user