Player Error 1001 Netflix

Asked by Steven Wheeler

Hi, I have installed pipelight and I can see the Silverlight plugin in Chrome and I have installed User Agent Switcher for Chrome and have set it to FF15 but I still get player error 1001 in Netflix. When I run the silverlight test, I just get a blank screen. I am using 64 bit Ubuntu 13.04, what am I missing?

My User Agent Switcher is using the string Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120427 Firefox/15.0a1

Question information

Language:
English Edit question
Status:
Solved
For:
Pipelight Edit question
Assignee:
No assignee Edit question
Solved by:
Steven Wheeler
Solved:
Last query:
Last reply:
Revision history for this message
Sebastian Lackner (slackner) said :
#1

Hi,

Which Silverlight test do you mean?

You can test if Silverlight itself works with the following page:
http://bubblemark.com/silverlight2.html

DO NOT test with this page:
http://web.sldrm.video.msn.com/d1/sldrm.html
it doesn't work with Silverlight 5.1, but this is totally unrelated to the other problems.

Unfortunately Silverlight error 1001 can have a lot of different reasons - to find out what the reason is in your case please check the following ideas:

1) Does your user agent switcher work correctly? Please check with the following diagnostic page:
http://fds-team.de/pipelight
In case you see a wrong user agent, install one of the recommended user agent switchers: https://answers.launchpad.net/pipelight/+faq/2351

2) Do you have ttf-mscorefonts-installer installed? Check with:
dpkg --list | grep ttf-mscorefonts-installer

3) Do you have extended attributes enabled for your hard-drive? Please ensure that you have attr installed:
sudo apt-get install attr

And then test with:
touch ~/.xattr_test && setfattr -n 'user.testAttr' -v 'attribute value' ~/.xattr_test &> /dev/null; getfattr ~/.xattr_test 2>&1 | grep -q user.testAttr && echo 'It works!' || echo 'No workie!'; rm ~/.xattr_test &> /dev/null

It should output "It works!" if everything is okay.

4) Delete any custom config files you probably still have (in case you have installed it before and created one)
rm ~/.config/pipelight

5) Try to delete the wine prefix, such that Silverlight is reinstalled.
# Close your browser
rm -rf ~/.wine-pipelight
# Now start a single browser window, open "about:plugins", and wait until the installation is finished

Sebastian

Revision history for this message
Steven Wheeler (steven-wheeler) said :
#2

Hi, thanks for your answer, I have tried everything you suggest without success and two things stand out:

1. When I try to remove any custom config files, there is nothing found to remove at the location /.config/pipelight
2. When I test silverlight at http://bubblemark.com/silverlight2.html I just get a white space where the results should be, right clicking in this area does show the silverlight plugin config popup.

Also, I have checked the about:plugins page and can see that the Silverlight plugin is installed:

Silverlight Plug-In
5.1.20513.0

I still get the 1001 error on Netflix :(

Revision history for this message
Sebastian Lackner (slackner) said :
#3

Hi Steven,

To 1) I'm not sure if you searched the custom config in the right path - its NOT located at /.config/pipelight (without "~" at the beginning) but at ~/.config/pipelight - the "~" means that it is in your home directory. You can check with:

ls -al ~/.config/pipelight

and delete or rename if this is the case.

To 2) Its really weird that you don't get any output at all for the bubblemark demo, as this should theoretically work always, even without any user agent switcher at all.

When none of the ideas above helps, I really don't have any idea why it doesn't work as expected in your case - I would suggest to:

* Check if you have moonlight or a second silverlight version installed? Does your browser use the different one?
* Try out with other browsers, like firefox
* When you've multiple desktop managers available (for example you can select on startup), then try to choose a different one

You can also try to:

create a custom config:
cp /usr/share/pipelight/pipelight ~/.config/

open the config:
gedit ~/.config/

and try to modify the following values (one after each other):
* embed = false
* eventAsyncCall = true
* overwriteArg = enableGPUAcceleration=false

If none of this helps - is there probably something wrong with your Ubuntu installation? Does wine and/or other 3d applications work as expected?

Sebastian

Revision history for this message
Steven Wheeler (steven-wheeler) said :
#4

Thanks Sebastian, I tried all your suggestions but what actually worked was to install netflix desktop and this forced my PC to install missing components which then made everything work!

Well done on releasing pipelight, it works great now.

Thank you.

Steven

Revision history for this message
TJ (lankfordtj87) said :
#5

Hi, sebastian

I installed pipelight a few days ago, and it works but it is laggy and slow. I read the post on how to fix it, but i don't know where to create a custom config. Is it something I'm supposed to run in the terminal or in Firefox which is the browser i'm using, or somewhere else. If you could help me, i'd appreciate it. Thanks
-TJ

Revision history for this message
Michael Müller (mqchael) said :
#6

Hi TJ,

I think your problem may be that hardware acceleration is not yet supported on your graphic card and Pipelight. Could you execute the following command

glxinfo > gpu.txt

in a terminal and copy the content of gpu.txt to pastebin or something else?

Michael

Revision history for this message
TJ (lankfordtj87) said :
#7

Thanks Michael,

I still had no success. I have a asus netbook, and they are designed to be pretty bare. Ubuntu works amazingly for it but i'm sure i don't have a great graphics card. Is there anything else that may be able to fix the choppiness on netflix that i could try? I can hear everything find but the words don't match the lips, it's like a bruce lee movie or something. It's just seconds behind, 30x better for me than the netflix desktop, but not quite watchable yet. Thanks for replying Michael
-TJ

Revision history for this message
Sebastian Lackner (slackner) said :
#8

Hi TJ,

seems like you forgot to attach the gpu.txt file Michael requested - this file could help to figure out if GPU acceleration is supported by your graphic card. GPU acceleration should be enabled by default when you're using a Nvidia or Intel graphic card, other vendors didn't work that well in our tests, thats why they are disabled in the default config (but can be forced, if you want to give them a try).

Your description with the delayed audio sounds by the way more like a pulseaudio problem. Do you experience the same problem with other audio programs? And can you check if it has an effect when you run "pulseaudio -k" during the playback of the movie?

Sebastian

Revision history for this message
TJ (lankfordtj87) said :
#9

Hi Sebastian,

I didn't forget to attach the gpu.txt, it's just when i put the command in my terminal nothing happen, my username just popped up. I did find out that Intel® 945GME x86/MMX/SSE2 is my graphic card, so based on what you said guess it's enabled.

I've never experienced problems with my sound, i listen to music on rhythmbox all the time and i haven't watched a movie in a while but last time i did it was fine. What's the difference between watching a video on youtube and a video on netflix. Is it silverlight? Youtube is really smooth for me.

TJ

Revision history for this message
Sebastian Lackner (slackner) said :
#10

Hi TJ,

when you don't get the output file I assume you entered something incorrect. Please note that the second part "> ...." is still part of the same command line. I would suggest to enter exactly the command below (whole line, use copy and paste to avoid typos):

glxinfo > ~/gpu.txt

which creates the file gpu.txt in your home directory, where you can find it more easily (and upload it afterwards). Alternatively you can also use this command, which will just output the three most important lines:

glxinfo | sed -n 's|vendor string: ||p'

Normally Intel should be supported, but it all depends on which drivers you are using exactly - the easiest way would be to give us this information so we can look it up.

Concerning audio: It could be possible that for some reason wine uses a different audio output than other programs. Please check if changing the wine audio settings has an effect. To get the settings dialog please use the following command (copy the whole line exactly as written below):

WINEPREFIX=~/.wine-pipelight WINEARCH=win32 /opt/wine-compholio/bin/winecfg

You should see some window popping up, which has a tab "Audio" and a "Test sound" button. If you think it sounds choppy there too (well, its only a very short test sound, but maybe its sufficient to notice it), you can change the audio settings there for the whole wine prefix, which will affect Silverlight too.

Sebastian

Revision history for this message
TJ (lankfordtj87) said :
#11

name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
    GLX_INTEL_swap_event
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_framebuffer_sRGB,
    GLX_EXT_create_context_es2_profile, GLX_MESA_copy_sub_buffer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read,
    GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
    GLX_EXT_texture_from_pixmap, GLX_INTEL_swap_event
GLX version: 1.4
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read,
    GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
    GLX_EXT_texture_from_pixmap
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 945GME x86/MMX/SSE2
OpenGL version string: 1.4 Mesa 8.0.4
OpenGL extensions:
    GL_ARB_multisample, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_copy_texture,
    GL_EXT_polygon_offset, GL_EXT_subtexture, GL_EXT_texture_object,
    GL_EXT_vertex_array, GL_EXT_compiled_vertex_array, GL_EXT_texture,
    GL_EXT_texture3D, GL_IBM_rasterpos_clip, GL_ARB_point_parameters,
    GL_EXT_draw_range_elements, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_rescale_normal, GL_EXT_separate_specular_color,
    GL_EXT_texture_edge_clamp, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_ARB_multitexture, GL_IBM_multimode_draw_arrays,
    GL_IBM_texture_mirrored_repeat, GL_3DFX_texture_compression_FXT1,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_transpose_matrix,
    GL_EXT_blend_func_separate, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
    GL_EXT_secondary_color, GL_EXT_texture_env_add,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
    GL_INGR_blend_func_separate, GL_NV_blend_square, GL_NV_light_max_exponent,
    GL_NV_texgen_reflection, GL_NV_texture_env_combine4,
    GL_SUN_multi_draw_arrays, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, GL_EXT_framebuffer_object,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_MESA_window_pos,
    GL_NV_packed_depth_stencil, GL_NV_texture_rectangle, GL_NV_vertex_program,
    GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_mirrored_repeat, GL_ARB_window_pos,
    GL_EXT_stencil_two_side, GL_EXT_texture_cube_map, GL_NV_vertex_program1_1,
    GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_ARB_draw_buffers,
    GL_ARB_fragment_program, GL_ARB_fragment_shader, GL_ARB_shader_objects,
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ATI_draw_buffers,
    GL_ATI_texture_env_combine3, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
    GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_ARB_half_float_pixel,
    GL_ARB_point_sprite, GL_ARB_shading_language_100, GL_ARB_sync,
    GL_ARB_texture_non_power_of_two, GL_ARB_vertex_buffer_object,
    GL_ATI_blend_equation_separate, GL_EXT_blend_equation_separate,
    GL_OES_read_format, GL_ARB_pixel_buffer_object, GL_ARB_texture_rectangle,
    GL_EXT_pixel_buffer_object, GL_EXT_texture_rectangle,
    GL_ARB_framebuffer_object, GL_EXT_framebuffer_blit,
    GL_EXT_framebuffer_multisample, GL_EXT_packed_depth_stencil,
    GL_APPLE_object_purgeable, GL_ARB_vertex_array_object,
    GL_ATI_separate_stencil, GL_EXT_gpu_program_parameters, GL_OES_EGL_image,
    GL_ARB_copy_buffer, GL_ARB_map_buffer_range,
    GL_EXT_separate_shader_objects, GL_ARB_ES2_compatibility,
    GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location,
    GL_ARB_provoking_vertex, GL_ARB_sampler_objects, GL_EXT_provoking_vertex,
    GL_ARB_robustness

32 GLX Visuals
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
  id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
----------------------------------------------------------------------------
0x021 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x022 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x08c 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x08d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x08e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x08f 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x090 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x091 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x092 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x093 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x094 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x095 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x096 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x097 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
0x098 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x099 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x09a 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x09b 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x09c 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x09d 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x09e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x09f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x0a0 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x0a1 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x0a2 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x0a3 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x0a4 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x0a5 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x0a6 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
0x0a7 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x0a8 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x05b 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None

48 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
  id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
----------------------------------------------------------------------------
0x05c 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x05d 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x05e 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x05f 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x060 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x061 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x062 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x063 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x064 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x065 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x066 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x067 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x068 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x069 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x06a 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x06b 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x06c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x06d 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x06e 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x06f 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
0x070 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x071 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
0x072 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x073 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x074 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x075 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x076 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x077 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x078 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x079 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x07a 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x07b 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x07c 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x07d 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x07e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x07f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x080 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x081 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x082 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x083 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x084 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x085 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x086 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x087 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
0x088 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x089 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
0x08a 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x08b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow

I'm wondering if this was what you were looking for. Thanks Sebastian for taking the time to help me.

Revision history for this message
Michael Müller (mqchael) said :
#12

Hi TJ,

we currently only activate gpu acceleration on Intel cards which identify their vendor as "Intel Open Source Technology Center". Your card is sold by Intel but the gpu chip is not directly manufactured by them, they just resell a different chip and therefore your vendor is "Tungsten Graphics, Incs". This is the reason why we asked for this information.

Anyway there is a way to temporarily activate GPU acceleration so that you can test whether it improves the performance. As first step you must be sure that you are having the latest version of Pipelight (0.2.0) which you should get by executing:

sudo apt-get update
sudo apt-get dist-upgrade

You can check the version string by taking a look at the output of: dpkg --list | grep pipelight

Now close all your browser windows and start the browser from a terminal in the following way (depending on whether you use firefox or chrome):

PIPELIGHT_FORCE_GPUACCELERATION=1 firefox
PIPELIGHT_FORCE_GPUACCELERATION=1 google-chrome

This should temporarily enable gpu acceleration so that you can checker whether it improves performance.

Michael

Revision history for this message
TJ (lankfordtj87) said :
#13

Michael,

First off you guys rock. I so very much appreciate you being patient with me and working with me. I did everything you said, but for some reason i still had the same results. I don't really understand because when i used to have windows it worked fine, what's the difference? Anyway, thank you so much for trying to help. If you have any other suggestions let me know.

-TJ

Revision history for this message
manny (estelar57) said :
#14

Error 1001 is a message that appears on Netflix.

The problem is missing microsoft core fonts (netflix also gives the error for mac users).

The pipelight installer didn't correctly installed the ttf-mscorefonts-installer or this wasn't able to fetch the desired fonts.

solution:

-uninstall ttf-mscorefonts-installer and install it again.

-open a suite like Libre/open office and see if you have the msft fonts as an option (Arial, times new roman, verdana, etc.).

-re-install pipelight or pipelight-multi if needed. Then go to this diagnostic to see its working:

http://fds-team.de/pipelight/

After that netflix works for me.

This seems like a trivial error (fonts...), but took me lots of trial to see what the problem was.

Revision history for this message
manny (estelar57) said :
#15

you can also,

Install Restricted Extras from Mint / Ubuntu Software Manager.
(Installs MS Core Fonts and avoids Core Font Installer Agreement Error.)

source:
http://forums.linuxmint.com/viewtopic.php?f=58&t=143518#p765453

Revision history for this message
Michael Müller (mqchael) said :
#16

Hello manny,

this problem shouldn't occur since pipelight has a dependency on the ttf-mscorefonts-installer so that it will automatically be installed. The only possible way to have the ttf-mscorefonts-installer installed without really having the microsoft fonts is to decline the license agreement. You can not expect it to work if you don't agree with the licenses and we also have a faq entry on how to install it again if you accidentally declined the agreement (I will link the faq entry to this question). Moreover our installing instructions also state that you need to accept it, so I think that is all we can do.

Did you get the license agreement dialog now (or some time ago) and declined to agree the license?

Michael

Revision history for this message
Michael Müller (mqchael) said :
#17

Added link to Faq entry
FAQ #2441: “Silverlight shows just a blank screen (or Netflix error 1001)”.

Revision history for this message
manny (estelar57) said :
#18

Hi Michael,

yea when I had the problem, I checked if I had the package ttf-mscorefonts-installer, by using:

dpkg --list | grep ttf-mscorefonts-installer

and Yes it was installed.

The terminal didn't gave me any errors when I was installing pipelight-multi and its dependencies.

BUT ... it didn't fetch the fonts from the server for some reason (but wouldn't be the first time. Is more rare nowadays, but a few years ago it happened more frequently. ).

So using LibreOffice I quickly confirmed visually that I didn't had any of the msft fonts installed (Arial, times new roman, verdana, etc.).

The command does list the package, but doesn't say if Arial or Verdana (which are the fonts netflix asks for ) are in the system.

Is there another way or command to confirm that these fonts are in the system? Since they're the real source of the problem is better to confirm directly.