Jump to content
11 posts in this topic

Recommended Posts

I don't have a big screen resolution on this Acer Laptop, these new corner are not beautiful. And Liguid glass .. sorry Vista like ..

Back to pre-Tahoe interface via terminal:

defaults write -g com.apple.SwiftUI.DisableSolarium -bool YES

Source

  • Thanks 1

@Thebes Knossos are you noticing any Tahoe performance improvements when you disable Solarium?

 

EDIT: I am currently testing with the following:

  • System Settings > Accessibility > Display > Reduce Transparency: Enabled
  • System Settings > Accessibility > Motion > Reduce Motion: Enabled
  • Terminal: defaults write -g com.apple.SwiftUI.DisableSolarium -bool YES
  • I'm also experimenting with per-app settings like: defaults write com.apple.Preview com.apple.SwiftUI.DisableSolarium -bool YES
Edited by deeveedee
  • Like 2

Hi deeveedee, as you know I'm still waiting for metal OCLP patch and this Haswell Acer, so I can't do real animations tests ...

I have apply the setting from post 1 to have 'normal' interface with reduced round corners.

@Thebes Knossos No, I wasn't aware that you didn't have any systems on which to test your proposed settings.  Thanks for posting.  I have added "Terminal: defaults write -g com.apple.SwiftUI.DisableSolarium -bool YES" to my existing "Reduce Transparency" and "Reduce Motion" settings to see if this further improves Tahoe graphics performance on my hacks.

Edited by deeveedee

A better patch:

Instead command: defaults write -g com.apple.SwiftUI.DisableSolarium -bool YES

 

Create the directory under sudo: /Library/Preferences/FeatureFlags/Domain.
Then save the following below to SwiftUI.plist via sudo nano.

 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://apple.com/DTDs/PropertyList-1.0.dtd">
   <plist version="1.0">
      <dict>
          <key>Solarium</key>
          <dict>
              <key>Enabled</key>
              <false/>
          </dict>
      </dict>
   </plist>

 

Save and reboot
 

  • Like 1

Disabling Liquid Glass works on all components except new control center.

I have try with additional command defaults write com.apple.controlcener com.apple.SwiftUI.DisableSolarium -bool YES without succes.

The Control Center have just horrible look on my internal panel, hope things change with upcoming releases:

 

 

ConTrolCenterTahoe.png

On 1/30/2026 at 12:29 PM, Thebes Knossos said:

A better patch:

Instead command: defaults write -g com.apple.SwiftUI.DisableSolarium -bool YES

 

Create the directory under sudo: /Library/Preferences/FeatureFlags/Domain.
Then save the following below to SwiftUI.plist via sudo nano.

 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://apple.com/DTDs/PropertyList-1.0.dtd">
   <plist version="1.0">
      <dict>
          <key>Solarium</key>
          <dict>
              <key>Enabled</key>
              <false/>
          </dict>
      </dict>
   </plist>

 

Save and reboot
 

This plist is breaking the display of widgets and messages which are displayed on the Desktop of my iGPU-only HackBookPro16,2.  I have reverted to using just "defaults write -g com.apple.SwiftUI.DisableSolarium -bool YES". I am continuing to use ReduceTransparency and ReduceMotion to improve performance in Tahoe.

Edited by deeveedee
  • Like 1
×
×
  • Create New...