Frederik Feichtmeier

Results 449 comments of Frederik Feichtmeier

It could be that it is actually named "underscanning" https://github.com/GNOME/gnome-control-center/blob/master/panels/display/cc-display-config.c#L313 It must be supported then it can be enabled Could this be fractional scaling? :thinking:

@atsen-dev if you like we could start with what you got, and improve it over time. For example I could try to review your design of the display panel etc,...

No just make a pull request and post screenshots there 🐱

@atsen-dev what is the reason the dispose in main is currently disabled for the display service? :)

Hm, I see you capsuled a second display service in the DisplayService I think you need to close the dbus client on dispose though, similar to https://github.com/Feichtmeier/settings/blob/37446ca53c4011734f5d46cd0a249a3cb11ed978/lib/services/bluetooth_service.dart#L29-L33 Maybe you could...

org.freedesktop.bolt1.Manager Methods: DeviceByUid (String uid) ↦ (Object Path device) DomainById (String id) ↦ (Object Path domain) EnrollDevice (String uid, String policy, String flags) ↦ (Object Path device) ForgetDevice (String uid)...

> AFAIK, the OS doesn't reclaim unused memory from the process immediately if there's no need to. Because of that, you cannot use a process manager to monitor effective memory...

https://github.com/flutter/flutter/issues/62107 It may be not a bug but rather a too excessive use of Image.file() Since every image is loaded into memory Reducing the cacheheight improves the situation a bit....

> . Because of that, you cannot use a process manager to monitor effective memory usage. You can use [DevTools](https://docs.flutter.dev/development/tools/devtools/overview) to profile memory usage. For some reason my devtools crash...

https://pub.dev/packages/googleapis