los-cocos / cocos

graphic library for games and multimedia, for python language on PC-like hardware
http://los-cocos.github.io/cocos-site/
Other
633 stars 146 forks source link

display glitches report #339

Closed crixthegreat closed 3 years ago

crixthegreat commented 3 years ago

hi guys,

I got a very strange display glitch to report. Here are the screenshots.

1 2 3

The green lines flicker.

This happens when I run the program with my new laptop Lenovo T14.

I wrote the program on my last Laptop Microsoft Surface Pro5, which run with nothing wrong.

The version: Python: 3.6.8 cocos2d: 0.6.7

The laptop T14 video card: Intel UHD Graphics NVIDIA Geforce MX330

I've checked that the latest driver has been installed.

Please anyone can give me some advice?

ccanepa commented 3 years ago

looks like a driver problem to me.

Intel integrated gpu usually have bad OpenGL support.

Can you make sure your program uses the NVIDIA gpu?

On Mon, Feb 1, 2021 at 3:50 AM Crix Liu notifications@github.com wrote:

hi guys,

I got a very strange display glitch to report. Here are the screenshots.

[image: 1] https://user-images.githubusercontent.com/13827785/106423051-a6bbd180-649a-11eb-86e1-b7275ccae5c9.png [image: 2] https://user-images.githubusercontent.com/13827785/106423054-a8859500-649a-11eb-9bbc-9451d90d3aa6.png [image: 3] https://user-images.githubusercontent.com/13827785/106423057-a9b6c200-649a-11eb-9753-6a7db799235c.png

The green lines flicker.

This happens when I run the program with my new laptop Lenovo T14.

I wrote the program on my last Laptop Microsoft Surface Pro5, which run with nothing wrong.

The version: Python: 3.6.8 cocos2d: 0.6.7

The laptop T14 video card: Intel UHD Graphics NVIDIA Geforce MX330

I've checked that the latest driver has been installed.

Please anyone can give me some advice?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/los-cocos/cocos/issues/339, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACYN3A6SD673DCS57VZUMLS4ZFKRANCNFSM4W4HQXQA .

crixthegreat commented 3 years ago

looks like a driver problem to me. Intel integrated gpu usually have bad OpenGL support. Can you make sure your program uses the NVIDIA gpu?

Thank you very much. According to your advice, I managed to change the default GPU to NVIDIA.

The problem is solved.