I'm running two applications on two different ttys. Say application A runs on ttyA and application B runs on ttyB. If I switch from ttyA to ttyB I get the following message
x-daemon[544]: (II) AIGLX: Suspending AIGLX clients for VT switch
.
So application A on ttyA, which obviously is a Xorg application, isn't updated anymore. This eventually causes my system to freeze due to a sort of memory leak as buffers in application A are not swapped anymore.
Question: Is it possible to keep refreshing X when the X server is not in the active tty?
I tried starting Xorg with -novtswitch
but that didn't work.