Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
20602 Discussions

Strange bug with anti aliasing. Moving objects smear and window flickers.

JAust7
Beginner
937 Views

First, about my computer. I am currently running Windows 10 (1909) on an Inspiron 15 5000 Series Dell Laptop. My only GPU is the integrated Intel UHD Graphics 620. I have 8 GB of RAM. This problem only seems to occur on my device but I have not been able to test it on another system with the same model or GPU.

 

I made a Fourier Transform program a while back (sometime last April). I wrote it in C++ using SFML 2.0 compiled on VC++ 2010. This is the only image I have of it when it looked normal.I hadn't touched the program in a while but sometime within the past few months, anti aliasing seemed to stop working entirely on my all of my sfml projects. Any level on anti aliasing greater than 0 causes the drawing on the screen to smear (fast-moving objects don't clear completely after telling the window to do so) and the lines to look dotted. In addition, the window seems to flicker between two states. This is the same image above, using the same exact executable and data for the drawing, rendered now:programmingclub_AABroken.PNGIf you want to try to replicate the problem, here is an image (the code snippet option doesn't seem to be working) of some minimal code which will show a line sweeping down the right edge of the screen along with the result on my computer:

minimal_code_and_result.PNGI have ruled out code issue for several reasons: I have not modified the original code, I used an old stable version of a library (SFML 2.0) which has not changed, the same problem occurs when compiled using VS 2017 and the latest version of the library (SFML 2.5.1), and this problem only happens on my computer as far as I've seen so far.

 

I've been digging for the past few week to see if I could find a setting pertaining to anti aliasing which might fix the problem but with no luck. Unfortunately, I have not noticed this problem occur anywhere else except my sfml projects which confuses me even more.

 

I wasn't sure if this was a problem with Windows, Dell or Intel so this just happens to be the first of the three places that might ask about this issue.

 

Any help is appreciated. Thank you.

0 Kudos
1 Reply
AndrewG_Intel
Employee
744 Views

Hello JAust7,

 

Thank you for posting on the Intel® communities.

 

After checking the information you provided, we noticed that this is regarding a custom application you made. In this scenario, we advise you to contact our Developer Zone Community so that we can check this behavior further. You can find the links below:

 

Intel® Developer Zone 

https://software.intel.com/en-us

 

Registration Intel® Developer Zone

https://software.intel.com/registration/

 

Regards,

 

Andrew G.

Intel Customer Support Technician

A Contingent Worker at Intel

0 Kudos
Reply