Jump to content

grey_rat

Member
  • Posts

    219
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Belarus

Everything posted by grey_rat

  1. XPerceniol, in XP only D3D9 is possible layers.geometry.d3d11.enabled; false media.wmf.enabled;false WMF does not work in XP webgl.angle.try-d3d11;false
  2. In beta 5, an attempt was made to disable the acceleration enable lock. I wanted to test it on Intel GMA 900-3150 and ATI Radeon 9500-x600. But the acceleration did not turn on. GMA does not support Pixel Shaders (PS) 2.0b, only 2.0. The browser checks for PS2.0b before allowing acceleration to be enabled. For WebGL Angle browser checks PS3.0. roytam1, is it possible to fix this (checks only for PS2.0, for example in Firefox 43 webGL Angle checks PS2.0)? Once upon a time, they wanted to turn on acceleration for all GMA https://wiki.mozilla.org/Blocklisting/Blocked_Graphics_Drivers
  3. For 2.2.8 need to replace the file libmp4_plugin.dll (2.2.8 -> 3.0.x) in C:\Program Files\VideoLAN\VLC\plugins\demux https://dl.dropboxusercontent.com/s/4swyui0z7446mur/libmp4_plugin.dll It may be possible to use in conjunction with https://ys.3dyd.com/download/ Youtube 360p and 720p (direct link) play in 2.2.8
  4. It reads, but there are so many problems with the browser that it repairs in order of importance: D3D9 H/A WASM (new ublock support) crashs ......
  5. ADMM layers.acceleration.disabled - true or layers.max-active 1 or 2 or browser.tabs.remote.autostart - false
  6. beta 4 https://github.com/Feodor2/Mypal68/releases
  7. There is progress with D3D9. It turned out to be returned to FF56 (removed D3D9 in this version) http://forum.ru-board.com/topic.cgi?forum=2&topic=5894&start=440#3
  8. Removed D3D9 code from FF68. feodor2 (zzz528) is trying to get it back, but black screen http://forum.ru-board.com/topic.cgi?forum=2&topic=5894&start=320#16
  9. UCyborg, this is still being done. May be in beta 3. http://forum.ru-board.com/topic.cgi?forum=2&topic=5894&start=240#11 If have a new Intel processor, try installing uBlock 1.32.2 https://addons.mozilla.org/firefox/downloads/file/3699732/ublock_origin-1.32.2-an+fx.xpi
  10. example fonts cairo, general.useragent.site_specific_overrides, ftp, WebGL on Direct3D9, omtp, NPAPI, single process,.......
  11. 68 is the fastest version of the browser. 78 and 91 are much slower. In 69+, some features are removed.
  12. http://forum.ru-board.com/topic.cgi?forum=2&topic=5894&start=60#2 In Firefox 68, for one process, it was necessary to disable the option and add two files to the folders where Firefox is located. In MyPal he did it differently. If you press Alt+Ctrl+del and open multiple tabs, 2 processes will be displayed. Youtube is trying to stream video in AV1 codec, it's hard for processors without SSSE3, SSE4, AVX. Additionally https://www.reddit.com/r/AV1/comments/b3bcft/firefox_nightly_now_uses_dav1d_021/ It is advisable to disable media.av1.enabled and media.rdd-process.enabled OpenGL it somehow works with ATI, with Nvidia it's bad, with Intel it's very bad. Slightly reduce memory consumption if: browser.tabs.unloadOnLowMemory - true, layers.async-pan-zoom.enabled - false, layers.omtp.enabled - false, dom.ipc.processCount 1-3. But it is for slow computers. Fast computers will lose in performance
  13. WebGL and WebGL2 only works with OpenGL webgl.force-enabled true , webgl.disable-angle true For one process - browser.tabs.remote.autostart false and dom.ipc.processCount 0 H/A OpenGL will not fix, Feodor2 (aka zzz528) will try to return Direct 3D9 H/A http://forum.ru-board.com/topic.cgi?forum=2&topic=5894&start=0
  14. silverlight - this NPAPI plugin https://support.mozilla.org/gl/questions/1176670
  15. For any extensions Firefox 69+, create extensions.checkCompatibility.nightly false extensions.checkUpdateSecurity false For plugins, create plugin.load_flash_only false The browser only looks for application/x-shockwave-flash , it is necessary to correct the plugin and script, example https://dl.dropboxusercontent.com/s/xv8i6fbojvbxlqd/vmp.JPG or wait for a new version of MyPal with a fixed NPAPI if ublock crashes, old version 1.16.20 https://addons.mozilla.org/firefox/downloads/file/1056733/ublock_origin-1.16.20-an+fx.xpi
  16. In MyPal, you can reduce RAM by reducing dom.ipc.processCount or making one process. On slow computers Youtube videos can be watched through WMP and VLC NPAPI plugins https://dl.dropboxusercontent.com/s/xv8i6fbojvbxlqd/vmp.JPG Hardware acceleration Direct3D9 is on the way. But you can enable OpenGL H/A layers.prefer-opengl
  17. mockingbird In the folder C:\Program Files\Mozilla Firefox\browser there is a file blocklist.xml it contains a list of bad drivers, try deleting the file or extensions.blocklist.enable switch on false.
  18. If the memory is more than 2Gb, you can increase the number of processes to 8. The browser will work faster dom.ipc.processCount XPerceniol, d3d10 or d3d11 does not work in windows XP. layers.prefer-d3d9 it is advisable to make an true. media.wmf does not work in windows XP (media.wmf.enabled - false).
  19. I had such an error, but I am applying a lot of changes in about:config it does not appear now Try to do this: gfx.direct2d.disabled - true gfx.work-around-driver-bugs - false gl.ignore-dx-interop2-blacklist - false layers.amd-switchable-gfx.enabled - false layers.child-process-shutdown - true if browser.tabs.remote.force-enable true layers.async-pan-zoom.enabled - switch false or true (if browser.tabs.remote.force-enable true) layers.deaa.enabled - false layers.gralloc.disable - true layers.prefer-d3d9 - true layers.shared-buffer-provider.enabled - true What of graphics card do you have? browser.tabs.remote.force-enable true?
  20. "layers.acceleration" will work with: The latest GPU driver is required DirectX9.0b Firefox - ATI Radeon X1300+, Nvidia GF5100+, Intel GMA X3000+ roytam1 and Feodor2 browsers - ATI Radeon X700+, Nvidia 5100+, Intel GMA ??? (X3000+) OpenGL 2.0 (ATI Radeon 9500 - X600) roytam1 - K-meleon, Firefox 45ESR, NewMoon 27 (layers.prefer-opengl true) Feodor2 - MyPal 29.3 mingw (layers.prefer-opengl true) H/W WebGL1 for ATI Radeon 9500 - X1250, Nvidia GF5100 - GF5900 webgl.disable-angle true webgl.force-enabled true H/W WebGL2 for ATI Radeon HD2400+, Nvidia GF210+, Intel HD webgl.disable-angle true webgl.force-enabled true webgl.bypass-shader-validation true (for Nvidia GPU)
  21. NPAPI plugins work in Firefox 84. Firefox 91 still has Flash settings, maybe fixed
×
×
  • Create New...