From 97ca413e3d35ed346e030f99798d7c90136ed63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Mateos=20Ramos?= <137726727+josemateosramos@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:28:34 +0200 Subject: [PATCH] Added TTY mode in case after rebooting the GUI does not initiate. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7e90b..7b9d044 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This installation approach is the recommended one, and it actually is the method reboot ``` * to uninstall any Nvidia drivers installed using the official NVIDIA installer (`.run` file): [Driver uninstallation](#uninstalling-the-driver-when-installed-through-the-official-nvidia-installer-from-the-nvidiacom-website) - + * after rebooting, you may need to enter text-only mode (Ctrl + Alt + F3) before continuing. 2. Install these dependencies to ensure DKMS support and a problem-free installation process: ``` sudo apt install pkg-config libglvnd-dev dkms build-essential libegl-dev libegl1 libgl-dev libgl1 libgles-dev libgles1 libglvnd-core-dev libglx-dev libopengl-dev gcc make