frame lag on netflix

Asked by abraham

i just want to enjoy netflix without the frame lag is there anyway to fix it?

Question information

Language:
English Edit question
Status:
Solved
For:
Netflix Desktop Edit question
Assignee:
No assignee Edit question
Solved by:
Erich E. Hoover
Solved:
Last query:
Last reply:
Revision history for this message
Best Erich E. Hoover (ehoover) said :
#1

This seems to be heavily dependent on the graphics card and driver you're using. You could try switching between graphics drivers (proprietary vs. open source), or you could attempt to enable client side rendering (this option used to be disabled to get the window to render, but that is no longer needed).

Enabling client side rendering:
1) Open the registry editor:
WINEPREFIX="${HOME}/.wine-browser" /opt/wine-compholio/bin/regedit
2) Navigate to the registry key HKEY_CURRENT_USER\Software\Wine\X11 Driver\
3) Change the "ClientSideGraphics" string from "N" to "Y"
4) Re-launch netflix-desktop and see if that provides any performance improvement

Revision history for this message
abraham (abraham9977) said :
#2

Thanks a lot im going to try it right now see if it works :)

2013/7/26 Erich E. Hoover <email address hidden>

> Your question #233085 on Netflix Desktop changed:
> https://answers.launchpad.net/netflix-desktop/+question/233085
>
> Status: Open => Answered
>
> Erich E. Hoover proposed the following answer:
> This seems to be heavily dependent on the graphics card and driver
> you're using. You could try switching between graphics drivers
> (proprietary vs. open source), or you could attempt to enable client
> side rendering (this option used to be disabled to get the window to
> render, but that is no longer needed).
>
> Enabling client side rendering:
> 1) Open the registry editor:
> WINEPREFIX="${HOME}/.wine-browser" /opt/wine-compholio/bin/regedit
> 2) Navigate to the registry key HKEY_CURRENT_USER\Software\Wine\X11 Driver\
> 3) Change the "ClientSideGraphics" string from "N" to "Y"
> 4) Re-launch netflix-desktop and see if that provides any performance
> improvement
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/netflix-desktop/+question/233085/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/netflix-desktop/+question/233085
>
> You received this question notification because you asked the question.
>

Revision history for this message
abraham (abraham9977) said :
#3

Thanks Erich E. Hoover, that solved my question.

Revision history for this message
michael norman (michaeltnorman) said :
#4

I have version 1.7.11 running on Linw Mint 16 with on board Intel graphics.

I have the same problem as the OP but HKEY_CURRENT_USER\Software\Wine\X11 Driver\ does not exist.

Has the client side rendering option been dropped and if so is there there another fix ?

FWIW I am running kernel 3.12.5 which I assume has the latest intel drivers.

Revision history for this message
Erich E. Hoover (ehoover) said :
#5

Hi michael, that key was being used to work around another problem (Wine Bug #31812). The default value for the key (it is an internal Wine setting) is to enable client side graphics, so if the key does not exist then adding it will not fix your problem.

The Intel drivers are constantly going through updates, particularly if you have a newer graphics card. It's possible that you might get better performance by either disabling or enabling GPU acceleration for frame rendering (the default is determined by what graphics card and driver you are using). You can change this setting on a per-session basis by starting the application in one of the following ways:
netflix-desktop --enable-hw-acceleration
or
netflix-desktop --disable-hw-acceleration

I hope that helps!

Revision history for this message
michael norman (michaeltnorman) said :
#6

On 05/02/14 16:11, Erich E. Hoover wrote:
> Question #233085 on Netflix Desktop changed:
> https://answers.launchpad.net/netflix-desktop/+question/233085
>
> Erich E. Hoover posted a new comment:
> Hi michael, that key was being used to work around another problem (Wine
> Bug #31812). The default value for the key (it is an internal Wine
> setting) is to enable client side graphics, so if the key does not exist
> then adding it will not fix your problem.
>
> The Intel drivers are constantly going through updates, particularly if you have a newer graphics card. It's possible that you might get better performance by either disabling or enabling GPU acceleration for frame rendering (the default is determined by what graphics card and driver you are using). You can change this setting on a per-session basis by starting the application in one of the following ways:
> netflix-desktop --enable-hw-acceleration
> or
> netflix-desktop --disable-hw-acceleration
>
> I hope that helps!
>
Erich

Thanks I will try both.

Is there a way to tell what the default is for my chip ?

And to rest the default once I find which it is better set to ?

Thanks

Michael