Click here to Skip to main content
15,893,508 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Full Screen Programs in Windows Pin
Tom Deketelaere18-Aug-20 19:46
professionalTom Deketelaere18-Aug-20 19:46 
GeneralRe: Full Screen Programs in Windows Pin
Nelek18-Aug-20 20:12
protectorNelek18-Aug-20 20:12 
GeneralRe: Full Screen Programs in Windows Pin
dandy7231-Aug-20 9:08
dandy7231-Aug-20 9:08 
GeneralRe: Full Screen Programs in Windows Pin
CodeWraith18-Aug-20 22:14
CodeWraith18-Aug-20 22:14 
GeneralRe: Full Screen Programs in Windows Pin
Richard Andrew x6419-Aug-20 7:47
professionalRichard Andrew x6419-Aug-20 7:47 
GeneralRe: Full Screen Programs in Windows Pin
CodeWraith19-Aug-20 8:11
CodeWraith19-Aug-20 8:11 
GeneralRe: Full Screen Programs in Windows Pin
Richard Andrew x6419-Aug-20 8:36
professionalRichard Andrew x6419-Aug-20 8:36 
GeneralRe: Full Screen Programs in Windows Pin
CodeWraith19-Aug-20 9:07
CodeWraith19-Aug-20 9:07 
Smile | :)

It is the same game as always. When two programs use the same resources, in this case the video memory and the GPU, there must be some kind of mutual exclusion mechanism. otherwise you will have race conditions or deadlocks. DirectX is quite radical. The Desktop Manager looses all rights to access to the screen and has to wait until it gets the context back. Then it's time to reinitialize and redraw everything. More than one monitor does not make it easier. A lot of games suffer from that problem as well. It took Bethesda until Skyrim to get that right without occasional glitches or deadlocks.
I have lived with several Zen masters - all of them were cats.

His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

GeneralRe: Full Screen Programs in Windows Pin
Rusty Bullet20-Aug-20 5:24
Rusty Bullet20-Aug-20 5:24 
GeneralRe: Full Screen Programs in Windows Pin
CodeWraith20-Aug-20 5:55
CodeWraith20-Aug-20 5:55 
GeneralRe: Full Screen Programs in Windows Pin
Rusty Bullet20-Aug-20 7:11
Rusty Bullet20-Aug-20 7:11 
AnswerRe: Full Screen Programs in Windows Pin
megaadam18-Aug-20 23:25
professionalmegaadam18-Aug-20 23:25 
GeneralRe: Full Screen Programs in Windows Pin
Kiriander19-Aug-20 19:56
Kiriander19-Aug-20 19:56 
GeneralRe: Full Screen Programs in Windows Pin
Nelek19-Aug-20 19:58
protectorNelek19-Aug-20 19:58 
GeneralRe: Full Screen Programs in Windows Pin
MKJCP20-Aug-20 1:56
MKJCP20-Aug-20 1:56 
GeneralRe: Full Screen Programs in Windows Pin
milo-xml20-Aug-20 2:43
professionalmilo-xml20-Aug-20 2:43 
GeneralRe: Full Screen Programs in Windows Pin
obermd20-Aug-20 3:35
obermd20-Aug-20 3:35 
GeneralI am lost, what do I do ? Pin
Member 1491728818-Aug-20 7:36
Member 1491728818-Aug-20 7:36 
GeneralRe: I am lost, what do I do ? Pin
OriginalGriff18-Aug-20 8:02
mveOriginalGriff18-Aug-20 8:02 
GeneralRe: I am lost, what do I do ? Pin
Nelek18-Aug-20 8:56
protectorNelek18-Aug-20 8:56 
GeneralRe: I am lost, what do I do ? Pin
OriginalGriff18-Aug-20 10:43
mveOriginalGriff18-Aug-20 10:43 
GeneralRe: I am lost, what do I do ? Pin
Nelek18-Aug-20 19:21
protectorNelek18-Aug-20 19:21 
GeneralRe: I am lost, what do I do ? Pin
V.18-Aug-20 19:31
professionalV.18-Aug-20 19:31 
GeneralRe: I am lost, what do I do ? Pin
Kris Lantz18-Aug-20 9:32
professionalKris Lantz18-Aug-20 9:32 
GeneralRe: I am lost, what do I do ? Pin
Member 1491728818-Aug-20 10:03
Member 1491728818-Aug-20 10:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.