Change user grub settings to 1920x1080 if available
See original GitHub issueRight now Matter only works properly on a 1920x1080 grub screen.
When a user runs set-matter.sh
the script should detect if the resolution 1920x1080 would be available (is listed when running vbeinfo
on grub terminal), and if so, change the GRUB_GFXMODE
property in /etc/default/grub
to 1920x1080.
If 1920x1080 is not available, cancel the installation.
Read this short wiki page before starting https://github.com/mateosss/matter/wiki/Considerations
Be sure to ask in the comments for any questions!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to safely change grub2 screen resolution? - Ask Ubuntu
To do this safely requires two steps. Step 1: find the preferred mode. Reboot and press and hold Shift to display your grub....
Read more >How to Change Screen Resolution of Grub Boot Menu in Ubuntu
It's easy to fix by setting an appropriate screen resolution for the Grub boot-menu in Ubuntu. 1.) Tell which video modes your graphics...
Read more >Managing the NICE DCV Session display layout
The display layout specifies the default configuration that's used when clients connect to the session. However, clients can manually override the layout ...
Read more >Zoom system requirements: Windows, macOS, Linux
This article lists the requirements for using the Zoom desktop client on Windows, macOS, and Linux. This article covers: System...
Read more >How can I increase the Hyper-V display resolution? - Super User
Here is how you can change the resolution of Ubuntu (Linux) ... between the quotes (The maximum possible resolution is 1920x1080) like this: ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My bad, executing
update-grub
worked after setting the right resolution. Looks still a little bit too zoomed but definitely ok. I add the file anyway, maybe it can help:Working now.