https://wiki.libreelec.tv/hardware/intel…ric#nvidia-gpus <= The info here is a little dated in a couple of places, but the fundamental underlying message remains the same (for a long time).
any chance to install LE to a partition instead of entire drive?
-
django013 -
October 8, 2023 at 3:57 AM -
Thread is Unresolved
-
-
Sorry, I missed that!
... allthough I tend to read wiki ...
May be its worth to give nvidia a hardware menu entry.
Well my experience is this:
I don't have any 4k content, but do have many content that needs upscaling.
I tried rasperry, which has better audio experience, but nvidia card have better upscaling result.
For me, image is more important than audio ...
That's why I stuck with nvidia.
Thank you very much for your time and support.
Unfortunately, even legacy LE is not enough to make Kodi work on my hardware.
-
May be its worth to give nvidia a hardware menu entry.
Like this? https://libreelec.tv/downloads/generic/
Wiuth old cards like a Quadro 400 (2011?) you'll need to compare the card PCI device ID with the nVidia udev rules to see if it's supported:
LibreELEC.tv/packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules at master · LibreELEC/LibreELEC.tvJust enough OS for KODI. Contribute to LibreELEC/LibreELEC.tv development by creating an account on GitHub.github.comOne of several challenges with nVidia support is that compat with Xorg is a moving target and eventually old(er) driver releases that are no longer actively maintined by nVidia require older Xorg versions than the current Xorg that we embed and things break. See:
xf86-video-nvidia: update to 535.104.05 by heitbaum · Pull Request #8090 · LibreELEC/LibreELEC.tvMajor Bump of nvidia Update from Latest Legacy GPU version (470.xx series): 470.199.02 to Latest Production Branch Version: 535.104.05…github.comYou could try using an older LE release (older Xorg codebase with older drivers) or to use a more general purpose distro where things are less bleeding edge and you can still load and use older nVidia drivers.
-
Wiuth old cards like a Quadro 400 (2011?) ...
Hm, didn't know that it was that old.
I bought it less then 3 month ago!
Like this? https://libreelec.tv/downloads/generic/
No, never saw this page before. I bookmarked the nightly download section and read only the wiki.
So I mean here:
Thank you very much for your extended answer. Have a lot to read now
-
Can you test if the LE11 nightly Generic Legacy image works?
https://test.libreelec.tv/11.0/Generic/Generic-legacy/
The graphics driver seems to be working, kodi detected the card but it's showing repeated xrandr errors - that could also be due to some X11 changes in LE12 (not really sure though).
BTW: the quadro P400 isn't that old, looks like it was released in 2017, and the current nvidia drivers still support it.
so long,
Hias
-
this is output of lcpci:
Code
Display MoreSlot: 08:00.0 Class: VGA compatible controller Vendor: NVIDIA Corporation Device: GP107GL [Quadro P400] SVendor: NVIDIA Corporation SDevice: GP107GL [Quadro P400] Rev: a1 ProgIf: 00 Driver: nvidia Module: nvidia IOMMUGroup: 16 Slot: 08:00.1 Class: Audio device Vendor: NVIDIA Corporation Device: GP107GL High Definition Audio Controller SVendor: NVIDIA Corporation SDevice: GP107GL High Definition Audio Controller Rev: a1 ProgIf: 00 Driver: snd_hda_intel Module: snd_hda_intel IOMMUGroup: 16 08:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107GL [Quadro P400] [10de:1cb3] (rev a1) 08:00.1 Audio device [0403]: NVIDIA Corporation GP107GL High Definition Audio Controller [10de:0fb9] (rev a1)
HiassofT Thank you!
-
Quadro P400 (2017) is not the same as Quadro 400 (2011)
-
Can you test if the LE11 nightly Generic Legacy image works?
Sorry for the delay - missed that.
Ok, installation worked so far and kody comes up after reboot.
Currently media import runs, so I can check tomorrow, whether playback will work
-
Ok, I did some quick tests: video works, but audio does not.
I confess, my hardware combination is a bit special.
I have a beamer connected to one display port. The beamer has speakers, but I don't want to use them.
I have an audio amp connected to a different display port. The audio amp has a video processor, which is almoust broken yet. But stil sends control signals, that it can display video.
So I want to split audio and video on pc and then send video to one displayport (only) and send audio to another display port.
Audio should not care about cable settings and always use the same displayport.
My preferred audio format would be pass through - the audio amp plays all audio formats, that I have, so I don't want and don't need resampling or the like.
Would that setup be possible and could you shine me a light on how to do that?
-
Thanks for reporting back, it's good to know that LE11 has working video so I guess it's one of the other (X11 or maybe kodi) changes then - nvidia driver in LE11 and LE12 seems to be the same version.
BTW: I didn't have much luck with the 535 Nvidia driver on my workstation with RTX 4060, Xorg just crashed.
I guess sending audio to a different HDMI/DP output should be possible, lots of people are doing that on RPi4.
First make sure your amp is detected as a valid video sink: the HDMI audio devices in kodi should have the name (or model number) of your TV/amp/... written next to them (eg something like "Foo Bar on HDMI" )
Also make sure video output on the HDMI/DP port is enabled - check with xrandr.
There's no audio output without video so if the cable or amp is too broken to be detected or if video output on the port is disabled it won't work.
so long,
Hias
-