[ltp] second x-session: no screens found

Javier (a.k.a AlBundy) linux-thinkpad@linux-thinkpad.org
Tue, 6 Sep 2005 20:26:51 +0200


On 9/2/05, Florian Dorpmueller <dorpmueller@hotmail.com> wrote:
> I am trying to establish a second x-session on my R51.=20
[...]
> But how to start the session with a second config file?
[...]
> I have played with "xinit -- :1 -xf86config XF86Config-4.glx" where
> XF86Config-4.glx is the file that enables dri and glx.

You should specify full path. Try with:
      xinit -- :1 -xf86config /etc/X11/XF86Config-4.glx
or
      xinit -- $(which X) :1 -xf86config /etc/X11/XF86Config-4.glx