Solution: Geometry classes can't show on the screen, missing lines, etc #1546
Replies: 3 comments 5 replies
-
ok.. i must do the same.. or is there any other way that doesn't involve going out to market. |
Beta Was this translation helpful? Give feedback.
-
Same issue with the Line class, it seems like the package cannot be applied with integrated intel graphic card. |
Beta Was this translation helpful? Give feedback.
-
I am runing the system of Windows 11 and I cannot fix this bug by changing the settings in NVIDIA Control Panel. But I find that I can do that by changing the Windows 11 settings. Here is the method:
Now python is using the GPU of NVIDIA and lines can be shown normally. |
Beta Was this translation helpful? Give feedback.
-
Check your current graphics processor via
python -m moderngl
This is my original settings:
During which I can't display any geometric classes(e.g. circle, square) and lines.
I changed my graphics processor via NVIDIA Control Panel(Please refer to your corresponding settings).
Now:
And Everything becomes normal.
Beta Was this translation helpful? Give feedback.
All reactions