Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kodi standalone low FPS menu animations with GT 710
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
stelardactek
n00b
n00b


Joined: 28 Aug 2005
Posts: 45

PostPosted: Mon Apr 06, 2020 12:40 am    Post subject: Kodi standalone low FPS menu animations with GT 710 Reply with quote

Cutting straight to the point. I recently set up Kodi standalone via X11 with a new GT 710. It seems to work fine for playing media but the menu is slow and the menu animations have low framerate.

Is this because the GT 710 is hopelessly underpowered? Or might I have a configuration issue? I'm not sure where to begin looking if it's the latter.

Here's my systemd unit for launching Kodi:
Code:
[Unit]
Description = Starts instance of Kodi using xinit
After = systemd-user-sessions.service network.target sound.target mysqld.service
Conflicts=getty@tty1.service

[Service]
User = xbmc
Group = xbmc
PAMName=login
Type = simple
TTYPath=/dev/tty1
ExecStart = /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/kodi-standalone -- :0 -nolisten tcp vt1
Restart = on-abort
StandardInput = tty

[Install]
WantedBy = graphical.target


I'm using a stock xorg.config and have compiled nouveau into my kernel.
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Mon Apr 06, 2020 6:00 am    Post subject: Reply with quote

Hi,

Kodi doesn't support nouveau. You need to use proprietary nVidia drivers.
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
stelardactek
n00b
n00b


Joined: 28 Aug 2005
Posts: 45

PostPosted: Mon Apr 06, 2020 6:12 am    Post subject: Reply with quote

Huh, good to know. I'll try that and see how I go, thanks.

Edit: That seems to have helped a bit, thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum