LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   [Firefox] v28 breaks HW acceleration fix (https://www.linuxquestions.org/questions/slackware-14/%5Bfirefox%5D-v28-breaks-hw-acceleration-fix-4175501483/)

Nh3xus 04-12-2014 06:50 PM

[Firefox] v28 breaks HW acceleration fix
 
Hi folks,

I'm just sharing a fix for Firefox v28 and the Nvidia blob.

Firefox v28 no longer offer HW acceleration with the following trick :

Code:

layers.acceleration.force-enabled = true
Now, you have to set

Code:

layers.offmainthreadcomposition.enabled = true
as well.

Finally, you have to run Firefox with the following command :

Code:

env MOZ_USE_OMTC=1 firefox
Hope this helps :)

Smokey_justme 04-13-2014 11:55 AM

Hmm.. This happens when I try to type an address:
Code:

$ env MOZ_USE_OMTC=1 firefox

(process:23587): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
###!!! ABORT: X_GLXCreatePixmap: BadMatch (invalid parameter attributes); 14 requests ago: file /tmp/mozilla-esr24/toolkit/xre/nsX11ErrorHandler.cpp, line 157
###!!! ABORT: X_GLXCreatePixmap: BadMatch (invalid parameter attributes); 14 requests ago: file /tmp/mozilla-esr24/toolkit/xre/nsX11ErrorHandler.cpp, line 157
Segmentation fault

LE: Ignore this, I've forgoten slackware has gone ESR and I have 24 ESR not 28.. My bad..


All times are GMT -5. The time now is 04:24 PM.