1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

readme updated

This commit is contained in:
Luca CPZ 2018-01-31 11:13:04 +01:00
parent 94e0d9ea3b
commit 2f0ffb34d6

View file

@ -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 Then something went wrong during its initialisation. You have to provide X error
log. There are two ways: log. There are two ways:
* (Physically) Restart X like this: 1. Restart X like this:
```shell ```shell
startx -- -keeptty -nolisten tcp > $HOME/.xorg.log 2>&1 startx -- -keeptty -nolisten tcp > $HOME/.xorg.log 2>&1
``` ```
the error log will be output into `$HOME/.xorg.log`. 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 ```shell
# set screen size as you like # set screen size as you like
Xephyr :1 -screen 1280x800 2> stdout.txt & DISPLAY=:1 awesome Xephyr :1 -screen 1280x800 2> stdout.txt & DISPLAY=:1 awesome