• WebGL 2

    From sticks@wolverine01@charter.net to alt.comp.software.firefox on Wed Oct 1 09:16:55 2025
    From Newsgroup: alt.comp.software.firefox

    firefox 143.0.3 Windows 10 64 bit

    I don't know what setting I could have changed, but I am not able to
    access sites like this <https://www.gaiagps.com/map/> or this <https://wingis.org/maps/propertySearch> without getting the browser
    doesn't support WebGL 2 message. If I go into troubleshoot mode upon
    restart it works again and does load the maps. The only extension I am
    using is uBlock Origin. Disabling it alone does not change anything and
    the pages won't load. So it must be some setting I have changed recently.

    Anyone have an idea where to look or how to pinpoint the precise failure
    spot? I guess I"m going to have to go into the config files and look
    for a recent change somehow. I often take some of the tips from this
    group and implement them, but apparently one of them must have done
    this. If I figure it out, I will let you know.

    Anybody else not able to access those pages?
    --
    Science doesn't support Darwin. Scientists do.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From sticks@wolverine01@charter.net to alt.comp.software.firefox on Wed Oct 1 16:41:36 2025
    From Newsgroup: alt.comp.software.firefox

    On 10/1/2025 9:16 AM, sticks wrote:
    firefox 143.0.3-a Windows 10 64 bit

    I don't know what setting I could have changed, but I am not able to
    access sites like this <https://www.gaiagps.com/map/> or this <https:// wingis.org/maps/propertySearch> without getting the browser doesn't
    support WebGL 2 message.-a If I go into troubleshoot mode upon restart it works again and does load the maps.-a The only extension I am using is uBlock Origin.-a Disabling it alone does not change anything and the
    pages won't load.-a So it must be some setting I have changed recently.

    Anyone have an idea where to look or how to pinpoint the precise failure spot?-a I guess I"m going to have to go into the config files and look
    for a recent change somehow.-a I often take some of the tips from this
    group and implement them, but apparently one of them must have done
    this.-a If I figure it out, I will let you know.

    Anybody else not able to access those pages?

    What I ended up having to do was go to
    Tools/settings/general/Performance and uncheck "use recommended
    performance settings" and also uncheck use "hardware acceleration when available." This is an older computer, but otherwise works just fine
    for what I need it for.

    Now that it is working again, I also believe that this happened before
    and I found this same fix for my system. I'm 99.9% sure I've done this before. So I guess an upgrade must have changed this back to the
    default setting. I hope I remember this next time, but I'll keep a copy
    of this which I'll probably forget all about when it happens again.
    --
    Science doesn't support Darwin. Scientists do.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to alt.comp.software.firefox on Thu Oct 2 00:35:19 2025
    From Newsgroup: alt.comp.software.firefox

    On Wed, 1 Oct 2025 16:41:36 -0500, sticks wrote:

    Now that it is working again, I also believe that this happened before
    and I found this same fix for my system. I'm 99.9% sure I've done this before. So I guess an upgrade must have changed this back to the
    default setting. I hope I remember this next time, but I'll keep a copy
    of this which I'll probably forget all about when it happens again.

    The settings are stored in a plain-text JSON file, arenrCOt they?

    You could do a diff of your one against one from a default install, and
    save that as a record of your changes.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Frank Miller@miller@posteo.ee to alt.comp.software.firefox on Thu Oct 2 03:31:32 2025
    From Newsgroup: alt.comp.software.firefox

    sticks wrote:
    [..snip..]
    Now that it is working again, I also believe that this happened before
    and I found this same fix for my system. I'm 99.9% sure I've done this before. So I guess an upgrade must have changed this back to the
    default setting. I hope I remember this next time, but I'll keep a copy
    of this which I'll probably forget all about when it happens again.

    Easy way to keep all important settings you altered: a "user.js" file.
    If you haven't already one, create it (plain text file) in your profile(s) right where "prefs.js" already resides.
    The settings in there override the settings in the "prefs.js" and you
    can copy the "user.js" to all FFs you use.
    [If you delete "user.js" the according settings in "prefs.js" aren't
    reset! You would have to do this manually.]

    So in your case the appropriate lines for performance settings and
    hardware acceleration from the settings pane would be in "user.js":

    user_pref("browser.preferences.defaultPerformanceSettings.enabled", false); user_pref("layers.acceleration.disabled", true);

    HTH
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Frank Miller@miller@posteo.ee to alt.comp.software.firefox on Thu Oct 2 03:34:34 2025
    From Newsgroup: alt.comp.software.firefox

    Frank Miller wrote:
    [..snip..]
    Easy way to keep all important settings you altered: a "user.js" file.
    If you haven't already one, create it (plain text file) in your profile(s) right where "prefs.js" already resides.
    The settings in there override the settings in the "prefs.js" and you
    can copy the "user.js" to all FFs you use.

    P.S.: no update will ever touch or alter this "user.js" file.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to alt.comp.software.firefox on Thu Oct 2 02:18:55 2025
    From Newsgroup: alt.comp.software.firefox

    On Thu, 2 Oct 2025 03:31:32 +0200, Frank Miller wrote:

    Easy way to keep all important settings you altered: a "user.js"
    file.

    I was looking for info on this, and found <https://kb.mozillazine.org/User.js_file>. It appears user.js is a
    settings override, such that any changes made to the same settings via about:config become temporary, only in effect for the current session,
    and revert to the user.js values when you restart Firefox.

    This may or may not be what you want.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From sticks@wolverine01@charter.net to alt.comp.software.firefox on Wed Oct 1 21:29:20 2025
    From Newsgroup: alt.comp.software.firefox

    On 10/1/2025 8:31 PM, Frank Miller wrote:
    sticks wrote:
    [..snip..]
    Now that it is working again, I also believe that this happened before
    and I found this same fix for my system. I'm 99.9% sure I've done this
    before. So I guess an upgrade must have changed this back to the
    default setting. I hope I remember this next time, but I'll keep a copy
    of this which I'll probably forget all about when it happens again.

    Easy way to keep all important settings you altered: a "user.js" file.
    If you haven't already one, create it (plain text file) in your profile(s) right where "prefs.js" already resides.
    The settings in there override the settings in the "prefs.js" and you
    can copy the "user.js" to all FFs you use.
    [If you delete "user.js" the according settings in "prefs.js" aren't
    reset! You would have to do this manually.]

    So in your case the appropriate lines for performance settings and
    hardware acceleration from the settings pane would be in "user.js":

    user_pref("browser.preferences.defaultPerformanceSettings.enabled", false); user_pref("layers.acceleration.disabled", true);

    HTH

    Wow, awesome help! Thank you, Frank.
    --
    Science doesn't support Darwin. Scientists do.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From sticks@wolverine01@charter.net to alt.comp.software.firefox on Wed Oct 1 21:35:49 2025
    From Newsgroup: alt.comp.software.firefox

    On 10/1/2025 8:34 PM, Frank Miller wrote:
    Frank Miller wrote:
    [..snip..]
    Easy way to keep all important settings you altered: a "user.js" file.
    If you haven't already one, create it (plain text file) in your profile(s) >> right where "prefs.js" already resides.
    The settings in there override the settings in the "prefs.js" and you
    can copy the "user.js" to all FFs you use.

    P.S.: no update will ever touch or alter this "user.js" file.


    I was aware of this, but it does beg a question. I do have and use a
    firefox account, and sync three different machines. This is probably
    the oldest and I think my newer machine doesn't need this because it has better hardware and I tested it after I had made this change, though I
    did not check to see if the same changes were in that box. I'll have to
    do that. I am guessing changes like this, or a user.js file, is not
    something that gets synced and can be different for each machine? You
    know if this is correct?
    --
    Science doesn't support Darwin. Scientists do.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Frank Miller@miller@posteo.ee to alt.comp.software.firefox on Thu Oct 2 04:36:24 2025
    From Newsgroup: alt.comp.software.firefox

    Lawrence DrCOOliveiro wrote:
    On Thu, 2 Oct 2025 03:31:32 +0200, Frank Miller wrote:

    Easy way to keep all important settings you altered: a "user.js"
    file.

    I was looking for info on this, and found <https://kb.mozillazine.org/User.js_file>. It appears user.js is a
    settings override, such that any changes made to the same settings via about:config become temporary, only in effect for the current session,
    and revert to the user.js values when you restart Firefox.

    This may or may not be what you want.

    If you want to nail those settings down, it's the way to go.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Frank Miller@miller@posteo.ee to alt.comp.software.firefox on Thu Oct 2 04:54:37 2025
    From Newsgroup: alt.comp.software.firefox

    sticks wrote:
    On 10/1/2025 8:34 PM, Frank Miller wrote:

    P.S.: no update will ever touch or alter this "user.js" file.


    I was aware of this, but it does beg a question. I do have and use a firefox account, and sync three different machines. This is probably
    the oldest and I think my newer machine doesn't need this because it has better hardware and I tested it after I had made this change, though I
    did not check to see if the same changes were in that box. I'll have to
    do that. I am guessing changes like this, or a user.js file, is not something that gets synced and can be different for each machine? You
    know if this is correct?

    I've only tested FF sync a long time ago and found out it wasn't useful
    for me. So i don't have an answer for that. Maybe you can just test that
    one time and compare the different "prefs.js" files.
    But as i said, the contents of "user.js" are written to "prefs.js" and
    executed every time FF starts. So when you sync also your preferences
    i think these altered settings are synced also.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From sticks@wolverine01@charter.net to alt.comp.software.firefox on Wed Oct 1 22:52:07 2025
    From Newsgroup: alt.comp.software.firefox

    On 10/1/2025 9:54 PM, Frank Miller wrote:
    sticks wrote:
    On 10/1/2025 8:34 PM, Frank Miller wrote:

    P.S.: no update will ever touch or alter this "user.js" file.


    I was aware of this, but it does beg a question. I do have and use a
    firefox account, and sync three different machines. This is probably
    the oldest and I think my newer machine doesn't need this because it has
    better hardware and I tested it after I had made this change, though I
    did not check to see if the same changes were in that box. I'll have to
    do that. I am guessing changes like this, or a user.js file, is not
    something that gets synced and can be different for each machine? You
    know if this is correct?

    I've only tested FF sync a long time ago and found out it wasn't useful
    for me. So i don't have an answer for that. Maybe you can just test that
    one time and compare the different "prefs.js" files.
    But as i said, the contents of "user.js" are written to "prefs.js" and executed every time FF starts. So when you sync also your preferences
    i think these altered settings are synced also.

    OK. I'll have to do some testing then, because I can see how the answer
    to this question is important for many possible things for people who do
    sync their different machines. Thank you.
    --
    Science doesn't support Darwin. Scientists do.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Frank Miller@miller@posteo.ee to alt.comp.software.firefox on Thu Oct 2 15:12:27 2025
    From Newsgroup: alt.comp.software.firefox

    sticks wrote:
    On 10/1/2025 9:54 PM, Frank Miller wrote:
    sticks wrote:
    [..snip..]
    I am guessing changes like this, or a user.js file, is not
    something that gets synced and can be different for each machine? You
    know if this is correct?
    [..snip..]
    But as i said, the contents of "user.js" are written to "prefs.js" and
    executed every time FF starts. So when you sync also your preferences
    i think these altered settings are synced also.

    OK. I'll have to do some testing then, because I can see how the answer
    to this question is important for many possible things for people who do sync their different machines. Thank you.

    A little idea: if your "prefs.js" is synced between the different profiles
    you could revert the performance settings on the more powerful machines
    by putting a "user.js" file on them which the opposite values as its content.

    user_pref("browser.preferences.defaultPerformanceSettings.enabled", true); user_pref("layers.acceleration.disabled", false);
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From sticks@wolverine01@charter.net to alt.comp.software.firefox on Thu Oct 2 19:02:12 2025
    From Newsgroup: alt.comp.software.firefox

    On 10/1/2025 10:52 PM, sticks wrote:
    On 10/1/2025 9:54 PM, Frank Miller wrote:
    sticks wrote:
    On 10/1/2025 8:34 PM, Frank Miller wrote:

    P.S.: no update will ever touch or alter this "user.js" file.


    I was aware of this, but it does beg a question.-a I do have and use a
    firefox account, and sync three different machines.-a This is probably
    the oldest and I think my newer machine doesn't need this because it has >>> better hardware and I tested it after I had made this change, though I
    did not check to see if the same changes were in that box.-a I'll have to >>> do that.-a I am guessing changes like this, or a user.js file, is not
    something that gets synced and can be different for each machine?-a You
    know if this is correct?

    I've only tested FF sync a long time ago and found out it wasn't useful
    for me. So i don't have an answer for that. Maybe you can just test that
    one time and compare the different "prefs.js" files.
    But as i said, the contents of "user.js" are written to "prefs.js" and
    executed every time FF starts. So when you sync also your preferences
    i think these altered settings are synced also.

    OK.-a I'll have to do some testing then, because I can see how the answer
    to this question is important for many possible things for people who do sync their different machines.-a Thank you.

    I looked at my newer computer that does sync, and it did not have the
    setting disabled for hardware acceleration under performance. Back at
    this computer, it didn't sync with the better box on that and still has
    it disabled. It didn't sync that option.

    So I looked at my account under sync and it says you can sync these things:
    1. Bookmarks
    2. History
    3. Open Tabs
    4. Passwords
    5. Addresses
    6. Payment methods
    7. Add-ons
    8. Settings

    So the Performance option I changed is under number 8. Settings. I'm
    glad it doesn't actually do it, and I did have it checked to do so. I
    kinda wonder why that is. Not gonna lose any sleep over it, though.
    --
    Science doesn't support Darwin. Scientists do.
    --- Synchronet 3.21a-Linux NewsLink 1.2