LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   pipelight with nvidia driver (https://www.linuxquestions.org/questions/linux-software-2/pipelight-with-nvidia-driver-4175510115/)

baldur_1 07-04-2014 10:11 AM

pipelight with nvidia driver
 
hey all, i am having trouble here. i installed pipelight to watch netflix on linux. the test pages worked fine, truetype installed and all but when i got to netflix, the vidoe does not play. i did

firefox &> pipelight.log

and came up with...

Code:

[PIPELIGHT:WIN:silverlight5.1] embedded mode        is on.^M
[PIPELIGHT:WIN:silverlight5.1] windowless mode      is off.^M
[PIPELIGHT:WIN:silverlight5.1] linux windowless mode is off.^M
[PIPELIGHT:WIN:silverlight5.1] force SetWindow      is off.^M
[PIPELIGHT:WIN:silverlight5.1] window class hook    is on.^M
[PIPELIGHT:WIN:silverlight5.1] strict draw ordering  is off.^M
[PIPELIGHT:WIN:silverlight5.1] replaced API function CreateWindowExA.^M
[PIPELIGHT:WIN:silverlight5.1] replaced API function CreateWindowExW.^M
[PIPELIGHT:WIN:silverlight5.1] replaced API function TrackPopupMenuEx.^M
[PIPELIGHT:WIN:silverlight5.1] replaced API function TrackPopupMenu.^M
fixme:advapi:RegisterTraceGuidsW (0x8822a7, 0x920120, {aa087e0e-0b35-4e28-8f3a-440c3f51eef1}, 1, 0x80f6c8, (null), (null), 0x920120): stub
[PIPELIGHT:WIN:silverlight5.1] init successful!^M
libGL error: failed to load driver: swrast
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your 32-bit OpenGL drivers haven't been installed correctly (using GL renderer "GeForce GTX 660 Ti/PCIe/SSE2", version "1.4 (2.1.2 NVIDIA 331.79)").
[PIPELIGHT:WIN:silverlight5.1] OpenGL Vendor: NVIDIA Corporation^M
[PIPELIGHT:WIN:silverlight5.1] OpenGL Renderer: GeForce GTX 660 Ti/PCIe/SSE2^M
[PIPELIGHT:WIN:silverlight5.1] Your GPU is in the whitelist, hardware acceleration should work.^M
[PIPELIGHT:LIN:silverlight5.1] using timer based event handling.
[PIPELIGHT:LIN:silverlight5.1] successfully executed JavaScript.
[PIPELIGHT:LIN:silverlight5.1] nppfunctions.c:443:NPP_New(): malformed argument 'PARAM' -> '(null)'
fixme:win:EnumDisplayDevicesW ((null),0,0x80f318,0x00000000), stub!
X Error of failed request:  GLXUnsupportedPrivateRequest
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  16 (X_GLXVendorPrivate)
  Serial number of failed request:  802
  Current serial number in output stream:  803

i am not sure what to do from here, just not that experienced with the nvidia drivers and all. any help would be appreciated...

thanks

fedora 20 64 bit
nvidia gtx 660 ti

Drakeo 07-04-2014 11:05 AM

yes you need to install 32 bit mesa then rebuild your nvidia driver with 32 bit compatibility. or you will never get your glx to work in 32 bit.
if you are using the generic driver nouveau for your graphics then remember you need 32 bit mesa also. and all the 32 bit compatibility libraries.
I am sure Fedora has some kind of a "Yum" way of doing it.

baldur_1 07-04-2014 11:12 AM

that yum way of doing (or actually any other) is what i am looking for as i am fairly confident that i am missing the 32 bit version of the drivers...

baldur_1 07-04-2014 11:25 AM

well, i am not sure that the 32 bit version is the issue. when i use...

Code:

PIPELIGHT_GPUACCELERATION=0 firefox
everything works fine so the issue is with gpu acceleration clearly...

Drakeo 07-04-2014 01:06 PM

ok in Slackware Alien bob a volunteer developer for Slackware has documented this well.
please read here. http://alien.slackbook.org/blog/pipe...inux-browsers/
then ask your self what pipelight runs on. and it's dependencies. why we use it to run silverlight to watch net flicks.
http://alien.slackbook.org/blog/pipe...inux-browsers/

Quote:

everything works fine so the issue is with gpu acceleration clearly...
well here
Quote:

err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled,
most likely your 32-bit OpenGL drivers haven't been installed correctly
(using GL renderer "GeForce GTX 660 Ti/PCIe/SSE2", version "1.4 (2.1.2 NVIDIA 331.79)").
to fix this please read my previous answer.

baldur_1 07-07-2014 01:42 PM

yeah, i got it. i understand it, it is the 32 bit driver...thanks for the help.


All times are GMT -5. The time now is 10:33 PM.