Created
February 8, 2022 07:48
-
-
Save senpl/049b6484b8e0072bf66802eec378bc78 to your computer and use it in GitHub Desktop.
fixing $DISPLAY is not set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #setting up screens fix the problem | |
| sudo pacman -S arandr | |
| arandr | |
| #ustawić ekrany odpowiednio i zapisać całość. | |
| #sprawdzić, czy kde startuje | |
| startplasma-x11 | |
| jeśli tak, to zrestartować system i sprawdzić, czy wszystko startuje poprawnie. | |
| ##przydatne przy debuggingu | |
| startx | |
| kwin_x11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment