<div dir="ltr">Hello,<div><div>I am trying to create lxc container with lxde based desktop environment.</div><div>My container is owned by root.</div><div>Everything works fine, if I login as root and start container. Xorg works, lxdm greeter comes up properly, mouse works, keyboard works.</div><div><br></div><div>My problem is that Xorg fails when autostart is enabled. I tried enabling autostart in container config file. Also tried running container from rc.local. In both cases container starts but Xorg fails. I am able to attach to container. After attaching, if I restart Xorg, it again fails. If I stop container and restart, everything works fine.</div><div><br></div><div>Following is reported in Xorg.log file</div><div><br></div><div>[    18.514] (II) UnloadModule: "fbdev"</div><div>[    18.514] (II) Unloading fbdev</div><div>[    18.514] (II) UnloadSubModule: "fbdevhw"</div><div>[    18.514] (II) Unloading fbdevhw</div><div>[    18.514] (II) UnloadModule: "vesa"</div><div>[    18.514] (II) Unloading vesa</div><div>[    18.514] (==) Depth 24 pixmap format is 32 bpp</div><div>[    18.514] Unable to set master</div><div>[    18.514] (EE) </div><div>Fatal server error:</div><div>[    18.514] (EE) AddScreen/ScreenInit failed for driver 0</div><div>[    18.514] (EE) </div><div>[    18.515] (EE) </div><div>Please consult the The X.Org Foundation support </div><div>         at <a href="http://wiki.x.org">http://wiki.x.org</a></div><div> for help. </div><div>[    18.515] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.</div><div>[    18.515] (EE) </div><div>[    18.524] (EE) Server terminated with error (1). Closing log file.</div><div><br></div><div>I tried following things</div><div>1. set lxc.consol=/dev/tty8</div><div>2. run lxc-start from rc.local as follows</div><div>    2.1. lxc-start -n bos1</div><div>    2.2. su -l root -c "lxc-start -n bos1"</div><div>3. run lxc-start -l 0 -n bos1 - Logs seems to be same.</div><div><br></div><div>I would be glad, if some one can point where I might be going wrong.</div><div><br></div><div>Thanks</div><div><br></div></div></div>