Bug 1967525 Comment 62 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Joel, the current screen refresh rate checks fail as mentioned above. I tried out some variations and as it looks like the [screenresolution tool from jhford](https://formulae.brew.sh/formula/screenresolution) seems to work fine:

```
$ screenresolution get
2025-07-08 10:01:21.586 screenresolution[50066:635904] starting screenresolution argv=/usr/local/Cellar/screenresolution/1.6/bin/screenresolution get
2025-07-08 10:01:21.602 screenresolution[50066:635904] Display 0: 1920x1080x32@60
```

while

```
system_profiler SPDisplaysDataType
Graphics/Displays:

    Intel UHD Graphics 630:

      Chipset Model: Intel UHD Graphics 630
      Type: GPU
      Bus: Built-In
      VRAM (Dynamic, Max): 1536 MB
      Vendor: Intel
      Device ID: 0x3e9b
      Revision ID: 0x0000
      Metal Support: Metal 3
```

Maybe we should make it more stable?
Joel, the current screen refresh rate and resolution checks fail as mentioned above. I tried out some variations and as it looks like the [screenresolution tool from jhford](https://formulae.brew.sh/formula/screenresolution) seems to work fine:

```
$ screenresolution get
2025-07-08 10:01:21.586 screenresolution[50066:635904] starting screenresolution argv=/usr/local/Cellar/screenresolution/1.6/bin/screenresolution get
2025-07-08 10:01:21.602 screenresolution[50066:635904] Display 0: 1920x1080x32@60
```

while

```
system_profiler SPDisplaysDataType
Graphics/Displays:

    Intel UHD Graphics 630:

      Chipset Model: Intel UHD Graphics 630
      Type: GPU
      Bus: Built-In
      VRAM (Dynamic, Max): 1536 MB
      Vendor: Intel
      Device ID: 0x3e9b
      Revision ID: 0x0000
      Metal Support: Metal 3
```

Maybe we should make it more stable?
Joel, the current screen refresh rate and resolution checks fail as mentioned above. I tried out some variations and as it looks like the [screenresolution tool from jhford](https://formulae.brew.sh/formula/screenresolution) seems to work fine:

```
$ screenresolution get
2025-07-08 10:01:21.586 screenresolution[50066:635904] starting screenresolution argv=/usr/local/Cellar/screenresolution/1.6/bin/screenresolution get
2025-07-08 10:01:21.602 screenresolution[50066:635904] Display 0: 1920x1080x32@60
```

while

```
system_profiler SPDisplaysDataType
Graphics/Displays:

    Intel UHD Graphics 630:

      Chipset Model: Intel UHD Graphics 630
      Type: GPU
      Bus: Built-In
      VRAM (Dynamic, Max): 1536 MB
      Vendor: Intel
      Device ID: 0x3e9b
      Revision ID: 0x0000
      Metal Support: Metal 3
```

Maybe we should make it more stable? (There is also [displayplacer](https://github.com/jakehilborn/displayplacer))

Back to Bug 1967525 Comment 62