Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Disable hardware acceleration

  • 1 trả lời
  • 2 gặp vấn đề này
  • 914 lượt xem
  • Trả lời mới nhất được viết bởi Paul

more options

I need to deploy the newest version of Mozilla Firefox ESR to my enterprise in the next couple weeks. It has been requested that I disable "Use Hardware Acceleration when available". I have been unable to find the setting name to disable in the mozilla.cfg file that configures the application during the install. Could you please tell me how I can uncheck this setting when deploying the current ESR version?

I need to deploy the newest version of Mozilla Firefox ESR to my enterprise in the next couple weeks. It has been requested that I disable "Use Hardware Acceleration when available". I have been unable to find the setting name to disable in the mozilla.cfg file that configures the application during the install. Could you please tell me how I can uncheck this setting when deploying the current ESR version?

Giải pháp được chọn

Hi

The two settings that I believe you may need to add to the mozilla.cfg file are;

lockPref ("gfx.direct2d.disabled", true); lockPref ("layers.acceleration.disabled", true);

I used lockPref based on this article.

(Please test and make sure before deployment.)

I hope this helps, but if not, please come back here and we can look into a different solution for you.

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (1)

more options

Giải pháp được chọn

Hi

The two settings that I believe you may need to add to the mozilla.cfg file are;

lockPref ("gfx.direct2d.disabled", true); lockPref ("layers.acceleration.disabled", true);

I used lockPref based on this article.

(Please test and make sure before deployment.)

I hope this helps, but if not, please come back here and we can look into a different solution for you.