Hello,
I wondering to know how the mechanism of printscreen works. Is screen readed from a buffer of a graphic card or another memory?
Can I discover this way, if the graphic card is OK? Or is another way? ( I can't see a screen )
Thanks!
Printscreen mechanism
Moderator: General Moderators
Re: Printscreen mechanism
I had a google, but I just found a bunch of idiots asking "Why doesn't print screen print the screen from my printer?"...fools.
But I don't know. I'd imagine it copies the screen buffer from ram or something. Although I could be completely wrong
so don't take my word for it....
But I don't know. I'd imagine it copies the screen buffer from ram or something. Although I could be completely wrong
Re: Printscreen mechanism
I guess it's copied from offscreen buffer. See this source for example: https://www.atmos.washington.edu/svn/iv ... dow_Dump.c
Re: Printscreen mechanism
So it's look like that a printing screen is independent on functionality of a graphic card. Because printscreen reads buffer (object) in primary memroy (if I understand to malloc() well).
Is there any command, which I can use to explore if the graphic card on remote machine works correctly?
Is there any command, which I can use to explore if the graphic card on remote machine works correctly?