Not sure if relevant, but my old Nvidia 7950GT always did this in Windows 7 whenever I switched on my USB wireless XBOX controller...
E. g. all's fine, then, when you press the X button on the controller to switch it on, instant screen blank for about a second and then it comes back all fine and you can go on working.
Sure I know this sounds totally irrelevant, but it seems that this happened in Windows due to some hardware setup or loading issue, and it ALWAYS happens. Press X on controller, screen blanks and then comes back up.
My point being I think this is what is going on there too. It might be power-management (DPMS) related? E. g. the screen power-cycling in certain situations?
Have you tried switching off DPMS in your xorg.conf for the X-server? E. g. taking out any lines that have DPMS in them in your xorg.conf:
Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG L1919S"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
E. g. I'd remove 'Option "DPMS"' above, and see if that changes anything.
Also, this might be some kind of probing the x-server is doing, I've seen my screen switch off completely (as if DPMS-blanked) and then come back up during installs of display drivers and other hardware drivers (ok, under Windows too, but I think the principle remains the same.)