keithcurtis said: Hi Alex! Most threads I've seen on this subject suggest that It's unlikely to be resolvable. Here is a detailed explanation from a 6 year old post . Some of it is out of date, but I think it describes what's going on: So what's probably going on here has to do with how Windows handles high-resolution displays. There are two modes -- one where everything runs at the "native" resolution of the display (and where everything will look really "tiny" if that makes sense) and then another mode where your display runs at a "virtual" resolution and then Windows tries to scale that up. Here's some info on it: <a href="http://www.infoworld.com/article/2952506/microsoft" rel="nofollow">http://www.infoworld.com/article/2952506/microsoft</a>... The most relevant passage is probably this: For apps that aren't high-DPI aware, Microsoft has a quick and dirty fix called DPI virtualization. Windows deliberately reports the wrong DPI resolution to such apps, so their elements render as if they were on a lower-resolution display. The results are then zoomed to fit the current display. While this trick allows UI elements like buttons and dialog boxes to appear at the right size and proportions, it also makes text blurry, icons fuzzy, and images hazy. ClearType-rendered text looks particularly bad, since the subpixel rendering used for it only works when it matches the resolution of the display. (Sounds familiar?) So it seems like Chrome and Firefox are both treated as "non high-DPI apps" by Windows. It looks like there might be some steps we can take (outlined here: <a href="http://stackoverflow.com/questions/15661339/how-do" rel="nofollow">http://stackoverflow.com/questions/15661339/how-do</a>... ) to change how our canvas rendering works (although it sure would be nice if Chrome just handled this for us), so we'll take a look at that and see if we can figure something out. Here is one user's solution, which may not be helpful in your case: Update Update: I have solved the issue. It would appear that the DPI scaling of the monitor throws off the quality IMMENSLEY. The original monitor was 100% scaling, the new blurry monitor was 200%. Dropped the new monitor to 100%, and while everything is tiny as all get out, at least it's clear. You could try reaching out in a Help Center Request and see if there is any more up-to-date information. Thank you for the reply! I think I will give those solutions an attempt. As far as Firefox lagging, do you have any suggestions on why it might be lagging over chrome? Chrome Roll20 Firefox Roll20