This commit is contained in:
committer
2024-08-26 13:25:25 -05:00
parent e9acd7f664
commit 9ce5290142

View File

@@ -206,7 +206,12 @@ if the system runs nvidia, follow the steps in [nvidia.md](nvidia.md) to set up
# error solving # error solving
- lemur display/login manager does not log you in - 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: - `sudo journalctl -b` shows error:
- `ACPI Error AE_NOT_FOUND` and `could not resolve symbol _SB.PCI0.XDCI` - `ACPI Error AE_NOT_FOUND` and `could not resolve symbol _SB.PCI0.XDCI`
- solution: - 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` - `dbus-broker-launch … dunst.service is not named after the d-bus name … notifications`
- solution: - solution:
- unknown - 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 - pacman
- error when building new packages: "somefile exists in both ..." - error when building new packages: "somefile exists in both ..."
- solution: disable debug option - solution: disable debug option
- `dots/pacman/.makepkg.conf` - `dots/pacman/.makepkg.conf`
- https://forum.endeavouros.com/t/debug-package-conflict-on-system-update/50905 - https://forum.endeavouros.com/t/debug-package-conflict-on-system-update/50905
- https://wiki.archlinux.org/title/makepkg - https://wiki.archlinux.org/title/makepkg
# more info
- original issue: https://gitlab.com/pqq/pIssues.2/-/issues/254