readme updated
This commit is contained in:
parent
94e0d9ea3b
commit
2f0ffb34d6
|
@ -35,13 +35,13 @@ If you can't find a solution and your issue doesn't happen with default configur
|
|||
Then something went wrong during its initialisation. You have to provide X error
|
||||
log. There are two ways:
|
||||
|
||||
* (Physically) Restart X like this:
|
||||
1. Restart X like this:
|
||||
```shell
|
||||
startx -- -keeptty -nolisten tcp > $HOME/.xorg.log 2>&1
|
||||
```
|
||||
the error log will be output into `$HOME/.xorg.log`.
|
||||
|
||||
* (Virtually) Use [Xephyr](https://wikipedia.org/wiki/Xephyr):
|
||||
2. Use [Xephyr](https://wikipedia.org/wiki/Xephyr):
|
||||
```shell
|
||||
# set screen size as you like
|
||||
Xephyr :1 -screen 1280x800 2> stdout.txt & DISPLAY=:1 awesome
|
||||
|
|
Loading…
Reference in New Issue