Page 1 of 1

enabled HW acceleration

Posted: 2017-02-17, 12:03
by s3boun3t
HI, i'm french, sorry for my bad english.
So, i have installed palemoon 27.1.0 on xubuntu 16.04.2 with geforce 710 and graphics opensource driver

Code: Select all

Graphics:  Card: NVIDIA Device 128b
           Display Server: X.Org 1.18.4 drivers: nouveau (unloaded: fbdev,vesa)
           Resolution: 1680x1050@59.95hz
           GLX Renderer: Gallium 0.4 on NV106 GLX Version: 3.0 Mesa 13.0.4
I have enabled some option in "about:config"

Code: Select all

layers.acceleration.force-enabled	true
layers.draw-borders	true
layers.force-active	true
layers.offmainthreadcomposition.async-animations	true
layers.offmainthreadcomposition.enabled	true
webgl.force-enabled	true
But in "about:support" i have :

Code: Select all

Description de la carte	nouveau -- Gallium 0.4 on NV106
Fenêtres avec accélération graphique	0/1 Basic
ID du périphérique	Gallium 0.4 on NV106
ID du vendeur	nouveau
Moteur de rendu WebGL	nouveau -- Gallium 0.4 on NV106
Version du pilote	3.0 Mesa 13.0.4
windowLayerManagerRemote	false
AzureCanvasBackend	cairo
AzureContentBackend	cairo
AzureFallbackCanvasBackend	none
AzureSkiaAccelerated	0
why, acceleration graphic is "0/1 Basic" ?

Re: enabled HW acceleration

Posted: 2017-02-25, 23:05
by 0strodamus
Try

Code: Select all

export MOZ_USE_OMTC=1

Re: enabled HW acceleration

Posted: 2017-03-02, 12:47
by s3boun3t
yes i have add this in my /home/user/.profile
and this work fine

thanks