From 9ce52901422bd55af95568ddee5f02ae73cbfe24 Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 26 Aug 2024 13:25:25 -0500 Subject: [PATCH] / u --- README.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index ae18054..57fb574 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,12 @@ if the system runs nvidia, follow the steps in [nvidia.md](nvidia.md) to set up # error solving - lemur display/login manager does not log you in - - press (`Alt-F2`) `Alt-F3` to buypass the login screen, so you will get to the tty3 console + - press `Alt-F1` (for tty1) to buypass the login screen (`Alt-F2` / tty2) + - login and run `startx` +- `startx : fatal server error : no screens found` + - `rm /etc/X11/xorg.conf` + - `rm -r /etc/X11/xorg.conf.d` + - https://bbs.archlinux.org/viewtopic.php?id=149368 - `sudo journalctl -b` shows error: - `ACPI Error AE_NOT_FOUND` and `could not resolve symbol _SB.PCI0.XDCI` - solution: @@ -253,26 +258,13 @@ if the system runs nvidia, follow the steps in [nvidia.md](nvidia.md) to set up - `dbus-broker-launch … dunst.service is not named after the d-bus name … notifications` - solution: - unknown -- login through lemur display manager does not work - - ctrl + alt + f1 ➔ access tty1 - - login and run `startx` -- `startx : fatal server error : no screens found` - - `rm /etc/X11/xorg.conf` - - `rm -r /etc/X11/xorg.conf.d` - - https://bbs.archlinux.org/viewtopic.php?id=149368 -- wifi / network card only available on some boots. - - soultion: - - unknown - -# more info - -- original issue: https://gitlab.com/pqq/pIssues.2/-/issues/254 - -# misc notes - - pacman - error when building new packages: "somefile exists in both ..." - solution: disable debug option - `dots/pacman/.makepkg.conf` - https://forum.endeavouros.com/t/debug-package-conflict-on-system-update/50905 - https://wiki.archlinux.org/title/makepkg + +# more info + +- original issue: https://gitlab.com/pqq/pIssues.2/-/issues/254