[tor-commits] [tor-browser/tor-browser-24.2.0esr-1] fixup! Tor Browser's Firefox preference overrides.

mikeperry at torproject.org mikeperry at torproject.org
Mon Dec 9 22:59:38 UTC 2013


commit 2e792991604f528b03bd77abda6b8b8f39cbed42
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Mon Dec 9 14:58:50 2013 -0800

    fixup! Tor Browser's Firefox preference overrides.
    
    We need to disable layer acceleration for NVIDA drivers with MinGW :/
---
 browser/app/profile/000-tor-browser.js |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index de6a562..63440c4 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -127,7 +127,9 @@ pref("xpinstall.whitelist.add.36", "");
 pref("keyword.URL", "https://startpage.com/do/search?q=");
 
 // Hacks/workarounds: Direct2D seems to crash w/ lots of video cards w/ MinGW?
+// Nvida cards also experience crashes without the second pref set to disabled
 pref("gfx.direct2d.disabled", true);
+pref("layers.acceleration.disabled", true);
 
 // Version placeholder
 pref("torbrowser.version", "UNKNOWN");



More information about the tor-commits mailing list