Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

Firefox ignores Windows 8's compatability setting for high dpi screens.

  • 9 trả lời
  • 15 gặp vấn đề này
  • 11 lượt xem
  • Trả lời mới nhất được viết bởi EstragonHelmer

more options

I recently tried the Windows 8.1 Preview, but then reset my machine to Windows 8 again.

Before this, the first time I installed Firefox, it ran at a low resolution, so all the toolbars and content appeared huge and blurry. I fixed this with the Windows 8 compatibility setting disable display scaling on high DPI settings"

After resetting the machine, and installing Firefox again, it was back to being blurry, so I changed the compatibility setting again, but this time, nothing happened. Even with the setting on, Firefox ignores it. Every other program with this setting works fine, and Firefox worked fine the last time around.

I was advised in the Windows support forums to ask the question here.

I recently tried the Windows 8.1 Preview, but then reset my machine to Windows 8 again. Before this, the first time I installed Firefox, it ran at a low resolution, so all the toolbars and content appeared huge and blurry. I fixed this with the Windows 8 compatibility setting disable display scaling on high DPI settings" After resetting the machine, and installing Firefox again, it was back to being blurry, so I changed the compatibility setting again, but this time, nothing happened. Even with the setting on, Firefox ignores it. Every other program with this setting works fine, and Firefox worked fine the last time around. I was advised in the Windows support forums to ask the question here.

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

It is best to adjust the layout.css.devPixelsPerPx pref to get the icon size in the user interface correct.

If web pages needs to be adjusted after changing this pref then you can look at the Default FullZoom Level or NoSquint extension.

Use this extension to adjust the font size for the user interface:

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

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

more options

You can modify the layout.css.devPixelsPerPx and increase or decrease the value in 0.1 or 0.05 steps to adjust the size of fonts and other elements in Firefox.

  • The layout.css.devPixelsPerPx pref is a String value parsed to a float and allows to fine tune the dimensions of all elements (user interface and web pages) more precisely (resolution 0.1 or 0.05).
  • Change the default value -1 to 1 to make it work like in previous Firefox versions (100%)

Start with a value of 1 and adjust this value with 0.1 steps or 0.05 for finer adjustments.

  • Use values between 1.0 and about 0.5 to reduce elements in size (do NOT go all the way to 0.05!)
  • Use values greater than 1.0 to magnify and make elements larger (percentage divided by DPI, % / DPI).
  • http://kb.mozillazine.org/about:config

If web pages needs to be adjusted after changing this pref then you can look at the Default FullZoom Level or NoSquint extension.

Use this extension to adjust the font size for the user interface:

more options

I read this elsewhere, and tried it, but it is of no help to me.

The value it was at before I changed it was -1 for some reason, but anything under 0 had no effect. Anything above 0 made the entire browser ridiculously tiny.

more options

try setting the preference to 1.0...

more options

Again, it just goes too small. When I set it to anything between 0.0 and 1.0 it goes super small and just gets slightly bigger with each 0.1 added, but never reaches its original size.

more options

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

It is best to adjust the layout.css.devPixelsPerPx pref to get the icon size in the user interface correct.

If web pages needs to be adjusted after changing this pref then you can look at the Default FullZoom Level or NoSquint extension.

Use this extension to adjust the font size for the user interface:

more options

I have since found out why. The new installation is actually a new version of Firefox, and this is a new 'feature' which it turns out quite a lot of people are complaining about. I'm going to wheather through it and just wait for Mozilla to issue a patch for it.

more options

This is not a new feature.

The only change is that the value of the layout.css.devPixelsPerPx pref has been changed from 1 to -1 to make Firefox use the Windows DPI system settings. This pref has been around for quite a few years (2009).

more options

Then why did this not happen on my previous install on the same machine?

more options

Actually, found the setting needed on the forum where I saw everyone complaining about it.

The new '-1' is equivelant to a default of '1.25', setting the value to this fixed it all, and the dpi of websites, which any value between 0 and 1 did not change.