mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
xf86-video-nvidia:
- revert r1732
This commit is contained in:
parent
538dc1b01b
commit
42910e6b7a
@ -3,7 +3,3 @@ Section "Device"
|
||||
Option "NoLogo" "True"
|
||||
Option "ConnectToAcpid" "False"
|
||||
EndSection
|
||||
|
||||
Section "ServerFlags"
|
||||
Option "IgnoreABI" "True"
|
||||
EndSection
|
||||
|
@ -24,6 +24,8 @@ 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