Martin Viereck

Results 214 comments of Martin Viereck

Some first progress! I've inserted an audio CD in my computer. Opening it showed `cdda://sr0/` in the file browser. [Here](https://askubuntu.com/questions/222622/cdrom-is-mounted-but-where) I found that the CD is sort of mounted in...

`pa` points to `pulseaudio`. If you have pulseaudio running on host, you can use option `--pulseaudio` instead of `--alsa`. If it does not work with `--xorg`, try without it within...

Maybe you need to specify which ALSA device should be used. From `x11docker --help`: ``` --alsa [=CARDNAME] Sound with ALSA. You can define a desired sound card with CARDNAME. List...

You can format the output with three backticks (without backslash): ``` \ ``` code \ ``` ``` ``` **** List of PLAYBACK Hardware Devices **** card 0: PCH [HDA Intel...

Just a note: The automated X server choice of x11docker should fit well for `erichough/kodi`. Your current command example is ``` $ x11docker --xorg \ --vt 7 \ --pulseaudio \...

> using the latest x11docker 6.1.1 (debian 9) "-- -v /host/path/to/media:/media:ro" does not work. I It works here. Maybe you have missed the second `--` in that line?

> Do you think that if I study x11docker's code I could learn ways to detect these environments? Any pointers would be appreciated. You can look at `#### part: check...

Thoughts for automated decision: Sound: Check the output of `pax11publish -d`. If that is empty or fails, use `--alsa`. If it contains keyword `Server:`, use `--pulseaudio`. X server: Check for...

Note to `--gpu`: You can enable it always. If hardware acceleration fails, software rendering will be used automatically. Latest x11docker master supports automated install of nvidia closed source drivers if...

> Latest x11docker master supports automated install of nvidia closed source drivers if the user provides the binary. x11docker gives instructions for this in terminal output if it detects closed...