Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lakka not working on GTX 1050ti #64

Closed
danutchereches opened this issue Feb 28, 2017 · 13 comments
Closed

Lakka not working on GTX 1050ti #64

danutchereches opened this issue Feb 28, 2017 · 13 comments
Labels

Comments

@danutchereches
Copy link

danutchereches commented Feb 28, 2017

RetroArch [INFO] :: This is RetroArch version 1.4.1 (Git 7358ac5)
RetroArch [INFO] :: === Build =======================================
Capabilities: MMX MMXEXT SSE1 SSE2 SSE3 SSSE3 SSE4 SSE4.2 AES 
Built: Feb 25 2017
RetroArch [INFO] :: Version: 1.4.1
RetroArch [INFO] :: Git: 7358ac5
RetroArch [INFO] :: =================================================
RetroArch [INFO] :: Loading default config.
RetroArch [INFO] :: Looking for config in: "/storage/.config/retroarch/retroarch.cfg".
RetroArch [INFO] :: Environ SET_PIXEL_FORMAT: RGB565.
RetroArch [INFO] :: Redirecting save file to "/storage/savefiles/.srm".
RetroArch [INFO] :: Redirecting savestate to "/storage/savestates/.state".
RetroArch [INFO] :: Version of libretro API: 1
RetroArch [INFO] :: Compiled against API: 1
RetroArch [INFO] :: Set audio input rate to: 29999.99 Hz.
RetroArch [INFO] :: Found shader "/usr/share/common-shaders/bilinear.glslp"
RetroArch [INFO] :: Found shader "/usr/share/common-shaders/nearest.glslp"
RetroArch [INFO] :: Found shader "/usr/share/common-shaders/stock.glsl"
RetroArch [INFO] :: Video @ fullscreen
RetroArch [INFO] :: Starting threaded video driver ...
RetroArch [ERROR] :: [KMS]: Couldn't find a suitable DRM device.
RetroArch [INFO] :: Found GL context: null
RetroArch [INFO] :: Detecting screen resolution 320x240.
RetroArch [INFO] :: [GL]: Vendor: (null), Renderer: (null).
RetroArch [INFO] :: [GL]: Version: (null).
Segmentation fault (core dumped)

I guess it's a nouveau issue, but is there way to get the nvidia proprietary driver working with Lakka?

Thanks.

@gouchi
Copy link
Member

gouchi commented Feb 28, 2017

You are using the latest Pascal Nvidia graphic card and Nvidia didn't provide yet signed redistributable firmware blobs so 2D/3D acceleration is not possible for now.

You can try to use Nvidia proprietary driver if you use this patch or this one. You need to adapt it to Lakka LE.

@kivutar kivutar added the bug label Feb 28, 2017
@gouchi
Copy link
Member

gouchi commented Mar 1, 2017

We will need to wait at least kernel 4.12.

@kivutar
Copy link
Member

kivutar commented May 22, 2017

So I close this for now.

@kivutar kivutar closed this as completed May 22, 2017
@gouchi
Copy link
Member

gouchi commented Oct 15, 2018

Should be supported when #556 is fixed.

@mlnlbrt
Copy link
Contributor

mlnlbrt commented Dec 10, 2018

@LoadRunner FYI, I have created a fork of Lakka-LibreELEC with X11 enabled some time ago:
https://github.com/mlnlbrt/Lakka-LibreELEC/tree/master-x11

I use it on a daily basis with a GT 1030 card.

You can try to build it yourself, just compile with PROJECT=Generic-X11.

@danutchereches
Copy link
Author

I will try it. Thanks!

@gouchi
Copy link
Member

gouchi commented Mar 8, 2019

@LoadRunner Can you try this testing image ?

Thank you.

@danutchereches
Copy link
Author

It doesn't work.
nouveau doesn't seem to be installed.

Lakka:~ # lsmod
Module                  Size  Used by
snd_hda_codec_hdmi     49152  1
8021q                  24576  0
snd_hda_intel          36864  0
xpad                   36864  0
snd_hda_codec         106496  2 snd_hda_codec_hdmi,snd_hda_intel
snd_hda_core           65536  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_hwdep              16384  1 snd_hda_codec
overlay                98304  5
Lakka:~ # modprobe nouveau
modprobe: FATAL: Module nouveau not found in directory /lib/modules/4.19.12
Lakka:~ # modprobe nvidia
modprobe: FATAL: Module nvidia not found in directory /lib/modules/4.19.12
Lakka:~ # lspci -nnk | grep -A 3 VGA
00:03.0 VGA compatible controller [0300]: NVIDIA Corporation GP104 [GeForce GTX 1080] [10de:1b80] (rev a1)
	Subsystem: Gigabyte Technology Co., Ltd GP104 [GeForce GTX 1080] [1458:3717]
00:03.1 Audio device [0403]: NVIDIA Corporation GP104 High Definition Audio Controller [10de:10f0] (rev a1)
	Subsystem: Gigabyte Technology Co., Ltd GP104 High Definition Audio Controller [1458:3717]

@mlnlbrt
Copy link
Contributor

mlnlbrt commented Mar 9, 2019

@LoadRunner try one of these builds:
http://le.builds.lakka.tv/exp/

one of them is Vulkan-only build and another one is X11 + OpenGL. More details here:
http://www.lakka.tv/articles/2019/01/16/lakka-generic-nvidia-experimental-builds/

@danutchereches
Copy link
Author

I did not try any games yet, but I booted the OpenGL one and everything looked fine.

@gouchi
Copy link
Member

gouchi commented Mar 9, 2019

@LoadRunner Indeed it seems nouveau is not enabled. I will enable it again.

@ToKe79
Copy link
Collaborator

ToKe79 commented Jul 16, 2019

@LoadRunner we started working on LE92 based builds, which should now support your GPU. You can test the image from here - http://nightly.builds.lakka.tv/special_builds/vudiq/Generic-LE92/

@danutchereches
Copy link
Author

Yes, it's working.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants