You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quest cannot handle high resolution displays with scaling activated. The current solution is to set the scaling to 100%
However, seems like this issue can be resolved by simply adding the following before importing kivy
from ctypes import windll
windll.user32.SetProcessDpiAwarenessContext(-4)
Quest cannot handle high resolution displays with scaling activated. The current solution is to set the scaling to 100%
However, seems like this issue can be resolved by simply adding the following before importing kivy
from ctypes import windll
windll.user32.SetProcessDpiAwarenessContext(-4)
Details here
kivy/kivy#7299
The text was updated successfully, but these errors were encountered: