<div dir="ltr"><br><div>Host: ubuntu 15.04/nvidia-352.21/(cuda 7.0.28)</div><div><br></div><div><br></div><div>My guest lxc is the default template for Ubuntu 14.04.2 with subsequent installation of the mate desktop.</div><div><br></div><div>The following was added to /usr/share/X11/xorg.conf.d in order to support the mouse and keyboard.</div><div><br></div><div><div>Section "Device" </div><div>     Identifier  "DiscreteNvidia" </div><div>     Driver      "nvidia" </div><div>     VendorName  "NVIDIA Corporation" </div><div>EndSection</div><div><br></div><div>#to be able to use /dev/dri/card0</div><div>Section "Screen"</div><div>    Identifier "Default Screen"</div><div>    Device "DiscreteNvidia"</div><div>#option to disble panning</div><div>    Option "IncludeImplicitMetaModes" "false" </div><div>EndSection</div><div><br></div><div>Section "ServerLayout"</div><div>     Identifier     "Desktop"</div><div>     InputDevice    "Mouse0" "CorePointer"</div><div>     InputDevice    "Keyboard0" "CoreKeyboard"</div><div>EndSection</div><div><br></div><div>Section "InputDevice"</div><div>     Identifier "Keyboard0"</div><div>     Driver "kbd"</div><div>EndSection<br></div><div><br></div><div>Section "InputDevice"</div><div>     Identifier "Mouse0"</div><div>     Driver "mouse"</div><div>     Option "Protocol" "auto"</div><div>     Option "Device" "/dev/input/mice"</div><div>     Option "ZAxisMapping" "4 5 6 7"</div><div>EndSection</div></div><div><br></div><div>I have added support to nvidia/cuda </div><div>additional changes where done in the config file to support nvidia and passthrough the mouse.</div><div><br></div><div>When I start this container it goes through the boot screen of Ubuntu mate (I do not know why) and I get a lightdm login screen. (the video is working well and the mouse is working well). But I cannot sign in. The keyboard input is ignored.  When I sign in as guest (no need to type password) On the mate-terminal I cannot type.  In the X 11 log file (Xorg.o.log) I get the following lines regarding the keyboard and mouse. I cannot even do Ctrl+Alt+Fx to switch terminal.</div><div><br></div><div><div>        Using a default monitor configuration.</div><div>[ 14692.784] (**) |-->Input Device "Mouse0"</div><div>[ 14692.784] (**) |-->Input Device "Keyboard0"</div><div>[ 14692.784] (**) Option "AutoAddDevices" "False"</div></div><div><br></div><div>On the same host with an arclinux/nvidia client I get the mouse and the keyboard.</div><div><br></div><div>Does anyone know what I can do to fix the issue. Any help will be appreciated. </div><div><br></div><div>Thanks.</div><div><br></div><div><br></div><div><br></div><div><br></div></div>