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

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.

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.
*Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
*NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/
Use this extension to adjust the font size for the user interface:
*Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

Similar Messages

  • Support for High-DPI screens Windows

    This was posted two months ago by someone else, but I feel that it is too important to be ignored. I have a QHD resolution Lenovo Yoga 2 Pro laptop, and I use Spotify almost constantly. However, I almost never use the desktop app; with DPI scaling, the scaling is fine, but the resolution is horrrible. With my display, I would hope for 1080p resolution (at least), but apparently it will never happen. My question is: is it possible for the Spotify developers to create a Windows program with high DPI support? Or maybe a Windows 8 app? Pretty please?

    Hi there,
    I guess you are talking about this idea, I do agree that this idea is very important.
    As soon as an idea reaches 100 kudos it will reach the spotify team and they will change the status. To learn more about the processing of ideas read this post "How your feedback reaches Spotify"
    If would suggest to add your kudos and support in that idea, and keep sharing it on sites like Facebook, Twitter...
     

  • Windows not scaling dpiAware programs correctly on high DPI screens

    I just upgraded to a new notebook with a high dpi screen (3200x1800)..
    In the standard desktop (not modern), several programs do not display correctly- specifically Adobe programs, Sony Vegas, Sorenson Squeeze, etc..
    The type and fonts for the menus etc are scaled properly, but the UI icons are extremely tiny.
    See here.. The red boxed areas are what size the icons SHOULD be:
    http://tinypic.com/r/nb82l5/8
    If I edit the manifest for each .exe and change
    dpiAware to FALSE, everything scales fine but is blurry (sections inside red box from link above)
    If dpiAware is already true in the program, why isn't windows scaling the program interface icons correctly?

    Hi,
    Please check and uncheck the following option to see the result.
    Also,please use a external display device to test it.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Firefox ignores CSS rules I have set

    So, if you look at my site:
    http://leaveyourdailyhell.com
    In, say, Chrome and Firefox, you will see vastly different things. In Chrome, it looks as I intended; namely, the strip of WordPress custom-loop posts on the front page and at the top of every "single post" has properly-sized, left-floated thumbnails. In other words, it obeys the CSS rules I have set. (And CSS copy I have, for the record, W3C validated -- it came back perfect.)
    In Firefox, however, both of these DIVs ignore the CSS rules I set. No floats; images are their original sizes and, on the single page, where the strip of posts is supposed to have a custom background, it is nowhere to be found. It doesn't even obey simple rules, such as ascribing a custom color to the links. When I right click to inspect the elements, the CSS rules are nowhere to be found!

    It looks like you've marked my previous post as the solution. Based on your reply afterwards, I take it that was done in error. If you've figured out what the problem is on your own, others might appreciate it if you shared the solution.
    Can you post a screenshot comparing what you see with what you're expecting to see? This is what your site looks like to me, in the latest version of Firefox. I see nothing wrong with it at first glance.
    Your site relies on third-party content from www.hellobar.com, ajax.googleapis.com, fonts.googleapis.com, and possibly others. It will look wrong if Javascript is disabled, or the third-party content is blocked in an extension like Adblock Plus or NoScript.
    * [[Websites look wrong or appear differently than they should]]

  • Best setting for a big screen projection?

    Hey,
    I'm working on a project that is supposed to be screened on a big screen (I assume something like a small movie theater screen) and I was wondering - what would be the best settings when exporting for something like that? If I compressed it with h.264 but still kept it HD 1440x1080 would that be good enough for a big screen projection or would it be too compressed? I am working in Apple ProRes, the video is about 4 minutes long and when I export it with current settings - it comes out to be about 5.5GB (most of the footage I used was old archived videos though) and I'm trying to get it down to about 2GB so I can send it over the internet.
    Anyone out there ever exported a movie for a movie theater before?

    David Harbsmeier wrote:
    a data dvd as well just to be safe
    How do you know that the playback system will have the codec needed to play your file?
    Anyone by any chance know of a free software that can split the 5.5GB across multiple data dvds?
    Why not use a dual-layer DVD?
    David's suggestion makes sense, but if you really want to know...
    You can break up large files into smaller segments using the Terminal command "Split".
    In the following example, we will break a short (imaginary) movie, "MyFilm.mov" into 5MB pieces, in this form it could be sent piece by piece via email, without blocking the recipients mailbox for everything else.
    Place the file to be split onto the desktop (this keeps it simple, otherwise you will have to "cd" to the directory where your movie resides)
    Open Terminal and...
    TYPE: *cd desktop* and press return
    TYPE: *split -b 5000k MyFilm.mov* and press return
    This will produce a number of files on your desktop named xaa, xab, xac and so on. There is a way to retain the original name or rename the file to something else but I don't have documentation on this at hand.
    The "5000k" part of the command is the size of the individual split files (in this case, the file will be broken into pieces of approx. 5MB each
    Depending on the files total size you might want to break it into say, 50MB pieces - substitute "50m" for "5000k" in this case. This also saves you from having to type all those zeros!
    These days, you are more likely have a movie several Gigabytes in size - as an example, the DV format uses 13GB of disk space for an hour of video. Prepare those files for burning to multiple CDs by typing "650m" after the split -b command.
    This may take some time to process, depending on the size of the resulting files, how much RAM you have and the speed of your Mac.
    At some point, your emailed or archived files will need to be re-assembled into a viewable movie. So....
    Rejoin a set of split files:
    Place all the files "xaa", "xab" etc, that are to be rejoined, onto the desktop
    (keep it simple, remember...)
    In Terminal;
    TYPE: *cd desktop* and press return
    Type *cat x* > MyFilm.mov* and press return. Again, this may take some time, depending on the size of the resulting files.

  • Right side menu too small font size of letters in Windows 8.1 High DPI screen

    Hi, I just own a new laptop with Windows 8.1 and high resolution screen.
    When I start Adobe Reader, the document area seems to be readable, with "normal size fonts", but the options menú in the right side uses a very small fonts size and is hardly readable.
    I tried to change it using the Windows "change menu, title, icons size, but withpout success.
    Any solution for it?
    By the way, in a Lenovo Ideapad U430 Touch, there is not "magnyfying glass" combination key and the zoom function of the touch screen doesn't work either in that right side menu área (it works in the document area, not in the right side menu area).
    Any help will be welcomed.
    Thanks.
    Javier

    Hi, Pat, test done.
    Thanks for your suggestion, it was somehow helpful, or, let say, half and half.
    It was helpful in the way that when I opened the preferences Windows I was not able to see the full window, there was a part of the right side of the window that was out of the screen. So, when I changed the "scaling settings options and behaviour" from "Auto" (default value) to 100% everything was in the display.... So, this was of high help.
    BUT I was not able to find any way in all the suggested document for making the fonts used in the right window of the Adobe Reader, the one where the "Tools" and "Comments" menus are displayed more readable, bigger size, than the one that the product uses by default in the High DPI display.
    So, thanks for the suggested document that helped to solve the first point.
    BUT
    Any other idea that could help for changing the fonts used in the "Tools" or "Comments" menu window?
    Thanks and kind regards.
    Javier

  • Palette & Panel (UI) size adjustment for High DPI display?

    Hello,
    I just got a nice new Dell XPS laptop with a super high resolution screen (3200x1800), similar to Apple's retina display.  I thought it would be great for editing photos on the go.  Unfortunately all the user interface elements of Light Room (panels, palettes, menus, etc.) are tiny.  They're so small I can barely see them.  Is it possible to adjust their size?  The only solution I've found is to change the display settings to reduce the resolution to that of a normal monitor, which defeats the purpose.  Please tell me their is a way to fix this. 
    I'm running Lightroom 4.4 on Windos 8.  Would be glad to upgrade to LR 5 if I knew that would fix it.
    Thanks,
    Paul

    You will probably get better feedback in the forum for the picture program you are using... what is that program? (Photoshop?)

  • I can not open most mp3 and videos in Firefox with Windows 7 64 bit. thanks for your help

    this problem is consistent on two computers with same scenario. I can not open on my site oneradionetwork.com and it is a mixed bag with opening on other sites.

    Firefox should work fine on Windows 7 64bit systems. Are you having problems, or just wondering?

  • Windows Vista Application Compatibility Update for Tecra M7 (kb935280)

    Hi
    Just wanted everybody to know: The compatibility update that Microsoft just released as part of yesterdays patchday might do some good for all of us who currently have problems with the Tecra M7 and Vista - although I didn't find out what it should do exactly, Microsoft announces it should improve the support:
    see: http://support.microsoft.com/kb/935280/en-us and get it at http://www.microsoft.com/downloads/details.aspx?FamilyId=618E24C1-8731-4D04-B0D8-3B4C703EDEE6

    Thanks Floh for this info.
    Regarding the Microsoft document the Vista operating system could be not compatible with some common applications.
    In single cases you could be not able to install the software or the installed software could causes system instability or the application, or the firmware may not work correctly.
    It seems the new Microsoft patch solves some installation problems with different programs. This are definitely good news
    I use only the XP due to incompatibility with Vista but I think I will switch to the new OS in the next time

  • What setting for ipad2 full screen.

    I am creating an animation in blender for use on the ipad. The full retina resolution is too big to create an animation in a reasonable amount of time so ipad2 resolution will be fine. What setting should I use for creating a movie for use on the iPad2 full screen. Surely 1024 x 768 (as this is the screen resolution) but there is no available option that i can see.
    thanks
    matt

    matb1 wrote:
    … Still seems like there should be an easier way like a preset for the ipad or something.
    sure:
    create your 720p project
    drag your Blender stuff into it
    resize it to full screen
    share/Apple devices: iPad
    done
    best-practice would be to export from within Blender in 720p and drag resulting mov/mp4 into iTunes to sync with iPad … if you don't need any editing ........

  • Creating Icons/Graphics for High DPI Displays, naming and sizing

    I'm having to create and deliver graphics and icons for a native desktop windows applications that must support Windows 8.1 and variety of screen resolutions which ranges from standard resolution monitors to new 4k high density displays.
    Typically for iOS you would deliver an icon using the following size and naming convention to support both standard and Retina 2x devices.
    Standard Resolution
    Icon-72.png (actual size 72x72 pixels)
    Retina Display
    [email protected] (actual size 144x144 pixels)
    For Android on a 4k device, you might do the following:
    [email protected] (actual size 288x288 pixels)
    My question is would you also follow this same naming and sizing convention for native Windows 8.1 desktop apps? I'm assuming you would, but I'm getting some pushback.
    This is slightly new territory in Windows desktop, but I'm hoping there may be a few who have experience and offer there suggestions.
    Thank you and best regards,

    You will probably get better feedback in the forum for the picture program you are using... what is that program? (Photoshop?)

  • How to generate imagemanfiest for high DPI icons?

    We have found that there is a tool allowing to build imagemanifest file from resources. Can you point us to it or to guidlines how it is expected to look like.

    Hi Sergey Kuks,
    Thank you for posting in the MSDN forum.
    You know that actually this forum is to discuss:
    Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor.
    You said that it is one tool, could you share us more information about this tool? Is it related to the VS IDE? When you will use it in your side, developing an app or others? Could you share us more information about it? It seems that
    it is not the VS IDE usage issue. 
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Photoshop elements #6  setting for 'Perceptual'

    I use the OKI 3200 for sublimation and need to set the printer for 'perceptual'. It is under the drop box called 'INTENT' which I also can't seem to locate. Any help would be appreciated.

    Which operating system, and organizer or editor? In the windows version of PSE 6, you'll find the rendering intent in the Editor print window just below the setting for Printer Profile.

  • Change the default setting for report painter reports.

    HI All
    Can we change the default setting in SAP/R3  in the report painter reports  for the selection screen options?
    If yes,Please let  me know how we can change the default settings.
    Thanks in Advance
    Best regards
    Venu

    HI
    We have a report developed in the report painter for profit center accounting and we have selection screen for this report.
    Few of the selection screen fields parameter are set by default and we need to change the default setting for the selection screen fields parameters.
    How and where do we  set or change the default parameters for the selection screen ?
    Thanks in advance
    Best Regards
    Venugopal

  • Setting for Internet

    HI
    I have several 1-3 minute clips of bands playing in clubs and I cannot get a good compression with good sound quality and video that doesn't interlace. Whenever I try to encode it as a mp4 compressor starts up and then with a split second gives me a fail message? I hear that mp4 is the best setting for high quality clips on the internet but I just cannot get compressor to do it. I would like to have the clips to be 5- 10 mb in sixe, does anyone have any settings they could reccomend? Thanks

    Hi,
    To change proxy server settings.
    Click the Tools button, and then click Internet Options.
    Click the Connections tab, and then click LAN settings.
    uncheck  the Use a proxy server for your LAN check box..
    Sudheer MCP,MCSA(Server 2012)

Maybe you are looking for

  • [SOLVED] Waiting for udev uevents to be processed - Black Screen

    Hi, after upgrading my kernel to the latest from abs I'm having trouble booting. When "Waiting for udev uevents to be processed" comes my screen turns black and the monitor starts searching for a new signal. I've tried adding vga=775 and i915.modeset

  • Issue with ADDENDA for ACH CCD

    Hi All, We need to display the addenda record for each vendor (Example invoice details). However, the file that we are able to generate shows this data only if there is one invoice per vendor in the payment run (REGUH-RPOST = 1). We need to know if t

  • Number entry problem

    I have numerous Genealogical spreadsheets that I derived from copy/paste operations from Page. While checking them note a primary discrepancy between the original data and the data shown on the spreadsheet. The reason for this discrepancy is back whe

  • Variable DRIVERPATH is undefined Error

    I have just installed coldfusion mx 6.1 developer edition on vista ultimate. The installation went fine. However i get an error when adding a datasource in access or verifying all connections. On adding the datasource, i get the following error. Unab

  • Are Loops possible in Adobe forms? like smartforms

    Hi, I am trying to print out multiple printouts using adobe forms. I was able to accomplish this by smartforms.Can we do this in adobe forms? Any ideas? Rgds Vara Edited by: Vara K on Feb 16, 2009 5:36 PM