Quoting Monge Maurizio ([EMAIL PROTECTED]): > > > > > It runs for the user you started the first process with, > > it sets 660 as the access permission to shared data. > > > > You can run DirectFB without being root using '--no-vt-switch'. > > > > I have just another question, a thing that makes me think a kernel module > could be good: > what happens if there is a task switch while a program > is speaking to video card???
Each task locks a semaphore before accessing shared resources. So another would have to wait until the task unlocks it or dies. -- Denis Oliver Kropp ( convergence ) ( integrated media gmbh ) -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
