When I create, say, a fully black image and then zoom into it -- as far black starts dominating the screen -- it starts weirdly flickering.
For instance, doing this
I see something like (and it keeps flickering):
What could that be?
gpu_burn (video memory test) gives no errors.
And, as you can see, the recorded video does not contain any glitches.
Specs: ASUS G750JW Laptop, GTX765M video card.
It could be a hardware problem, or a video driver problem.
To help eliminate a hardware problem...
Boot with
nomodeset
, which will eliminate the video drivers as a concern. Screen resolution will be off, but retest using your black screen test, and see if the same problem occurs. If the problem still occurs, then you have a hardware problem.This is a temporary setting and will only last until the next boot.
Update your Nvidia video driver...
You have version 390.116, and 418.88 is the current version for your GTX765M video card. Get the newer version at https://www.geforce.com/drivers.
Note: Have good backups before installing the newer driver.
Check your BIOS version...
In the
terminal
app, typesudo dmidecode -s bios-version
and note the version number. Version 210 is the current version, and can be downloaded from https://www.asus.com/us/ROG-Republic-Of-Gamers/ROG-G750JW/HelpDesk_BIOS/Note: Check your model # to verify that this is the correct ASUS web page.
Note: Have good backups before installing the newer BIOS.