Skip to content

Commit

Permalink
release 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Apr 8, 2021
1 parent 6da16ea commit c590f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Project website: https://github.com/mviereck/x11docker

## [Unreleased]
## [6.8.0](https://github.com/mviereck/x11docker/releases/tag/v6.8.0) - 2021-04-08
### Added
- `--iglx`: Use indirect rendering for OpenGL.
- `--password`: New option to set a container user password.
[(#334)](https://github.com/mviereck/x11docker/issues/334)
### Changed
- `--sudouser`: Allow optional argument `nopasswd` for sudo without password.
- `--xoverip --gpu`: Default to `--iglx`.
[(#337)](https://github.com/mviereck/x11docker/issues/337)
### Fixed
- `--size`: Regard if no monitor is connected.
Expand Down
5 changes: 3 additions & 2 deletions x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Run 'x11docker --help' or scroll down to read usage information.
# More documentation at: https://github.com/mviereck/x11docker

Version="6.8.0-beta-3"
Version="6.8.0"

# --enforce-i: Enforce running in interactive mode to allow commands tty and weston-launch in special setups.
grep -q -- "--enforce-i" <<< "$*" && case $- in
Expand Down Expand Up @@ -191,7 +191,8 @@ X and Wayland appearance options:
X and Wayland special configuration:
--clean-xhost Disable xhost access policies on host display.
--display N Use display number N for new X server.
--iglx Use indirect rendering for OpenGL.
--iglx Use indirect rendering for OpenGL. (Currently works with
closed source nvidia driver only, bug in MESA libgl.)
--keymap LAYOUT Set keyboard layout for new X server, e.g. de, us, ru.
For possible LAYOUT look at /usr/share/X11/xkb/symbols.
--no-auth Allow access to X for everyone. Security risk!
Expand Down

0 comments on commit c590f56

Please sign in to comment.