Re: Only one user has DRI
"Tormod Volden" <[email protected]> Thu, 8 Nov 2007 13:25:32 +0100
| Newsgroups | gmane.comp.video.dri.user |
|---|---|
| Message-ID | <[email protected]> |
On Nov 8, 2007 12:51 PM, Jerome Glisse <[email protected]> wrote: > Peter Gaston wrote: > > What do I need to do to enable DRI for all logged in users? > > My guess would be that the driver does not closing properly on first > user exit. Does the Xorg log give any informations ? Jerome, Peter means users logged in simultaneously (fast user switching). This is usually implemented as each user running his own X server. The problem is that only the first X server launched can use DRI. The second (running at the same time) will have DRI disabled. >From some discussions I have seen somewhere, future implementations of fast user switching will probably use one master X server, and having the different users applications draw on that single server (maybe through nested servers). (Garry, yes two applications can run at the same time and both use DRI.) Tormod ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ --