Blurry window and text

Environment

  • Operating system: macOS 11.2.3
  • Obsidian version: 0.11.5

All of a sudden, no idea why and no setting changed, the window and text have started to look blurry. I have attached a screenshot, if that helps.

Please resubmit this bug report with default theme (no css) and no third-party plugins enabled.

I already have default theme and third-party plugins disabled.

your screenshot is not with default theme.

Here’s another.

Is this only Obsidian that is looking blurry for you? Or any other apps?

Did you just recently upgrade to MacOS 11.2.3? (That was released early in March. I wonder if this coincides with your issue.)

Only obsidian is looking blurry. No other app, including electron based.

I did upgrade to 11.2.3 recently. I’m not sure if that may have caused the issue as I hadn’t opened obsidian for a few weeks.

It may be the Translucent window setting in Appearance. If it’s on, turn it off and see if problem goes away.

The Translucent window setting was already turned off.

Also, updating to 0.11.9 doesn’t help with the issue.

close obsidian
delete this folder </Users/yourusername/Library/Application Support/obsidian>
open obsidian

Tried this too. Still window and text are blurry.

have you tried uninstalling and reinstalling obsidian?

Does the help vault looks blurry too?

By this, I think you mean moving app to trash and downloading another from website. Tried that too.

I am not a mac expert. I am not sure if there are DPI scaling settings per app on mac. You can look into that.

@WhiteNoise Will you please ping the developers so that they can help me out.

@yasar84782 I tell you with maximum respect and I don’t want this to sound offputting. This is community-based support. Unless you are paying a commercial license or support the development with Catalyst, you are not really “owed” any support.

What’s your installer version? Not obsidian version, installer version?

1 Like

Whitenoise is right. The developers cannot be pinged for every single individual problem people have. There are over 11700 users on this forum.

What kind of Mac are you on? What kind of monitor/screen are you using? What resolution are you using? Are you using the “Default for display” setting, or did you set your screen resolution to a custom setting?

In Big Sur, the “font smoothing” options are gone. You used to be able to change it in the preferences. There are a couple of threads where people have tried to fix it. If you are comfortable with technical fixes and the Terminal, you could try this:

(But font smoothing may or may not be the problem. I’m on Big Sur too, and I don’t have the blurry text problem you do.)

Both, the installer and obsidian version is 0.11.9.

I have 13’ MBP, default display, default resolution, “Default for display” settings

Running the command defaults -currentHost read -g AppleFontSmoothing in terminal gives me The domain/default pair of (kCFPreferencesAnyApplication, AppleFontSmoothing) does not exist, which I think means that font smoothing is disabled by default.

The thing that I’m not able to understand is that why only obsidian, and no other app, has this issue.

Obsidian developer console gives me following screen details.

  1. availHeight: 800
  2. availLeft: 0
  3. availTop: 0
  4. availWidth: 1280
  5. colorDepth: 24
  6. height: 800
  7. orientation: ScreenOrientation {angle: 0, type: “landscape-primary”, onchange: null}
  8. pixelDepth: 24
  9. width: 1280

Note that the app uses/detects 1280x800 as screen resolution instead of native resolution. This is clearly an issue/bug with the app.