Good morning, have made a fresh install of Libreelec 8.0 but it can't work with my nvidia 8300 chip, it start and soon after it freeze. it seems the graphics driver is incompatible
I have tried to create an udev rule to force the old driver, following instructions in the web I have created a file in /storage/.config/udev.rules.d/96-nvidia.rules with the following content
ACTION!="add|change", GOTO="end_video"
SUBSYSTEM=="pci", ATTR{class}=="0x030000", ATTRS{vendor}=="0x10de", GOTO="subsystem_pci"
GOTO="end_video"
LABEL="subsystem_pci"
GOTO="configure_nvidia-legacy"
LABEL="configure_nvidia"
ENV{xorg_driver}="nvidia", TAG+="systemd", ENV{SYSTEMD_WANTS}+="[email protected]"
GOTO="end_video"
LABEL="configure_nvidia-legacy"
ENV{xorg_driver}="nvidia", TAG+="systemd", ENV{SYSTEMD_WANTS}+="[email protected]"
GOTO="end_video"
LABEL="end_video"
[hr]
but I had no success. Is there a better or correct way to force the legacy driver? I can't downgrade either because I can't find an old installer
thank you