Uwe Stuehler

Results 9 comments of Uwe Stuehler

It seems that `usernoted` requests `launchd` to start the Home Assistant companion application. It was stopped since 3:10 PM. Note how the application was launched almost exactly on the next...

This line in Xorg.0.log means that the nouveau driver was unable to initialize DRM. The X server then uses fbdev as a fallback driver: ``` [173979.952] (EE) [drm] failed to...

Since /dev is a tmpfs, these device nodes don't persist across restarts of the container. Please pull and rebuild/reinstall the lxc-desktop package. I've updated the hook script to clone those...

Try adding something like the following to `/etc/lightdm/lightdm.conf` inside the container and then post the resulting trace file: ``` [SeatDefaults] xserver-command=strace -o /var/tmp/X.trace -f X ``` I would like to...

> I am using Nvidia proprietary drivers. From the original Xorg.0.log that you attached, it doesn't look like you do: ``` text [173979.325] (WW) Warning, couldn't open module nvidia ```...

Perhaps it is possible to just copy the driver module from `/usr/lib/xorg/modules/drivers` on your host?

It would seem so. Did you notice anything wrong if you remove them?

It seems the proposed Stack concept is designed to help with breaking up monolithic configuration repositories. Could Stacks also be another chance to help shrink or reduce the number of...

> If the total counts grow, can you tune the report controller's flag --aggregationWorkers=20 (default is 10) to increase the consuming capacity and see if it helps? Increasing the number...