From 74e6935db676a7ec38d264cffa2141cb6eddc7a2 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 20 Sep 2023 07:47:16 -0600 Subject: [PATCH 1/3] Add note about GNOME Shell extension for newer then Ubuntu 22.04 --- content/graphics-switch-ubuntu.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/graphics-switch-ubuntu.md b/content/graphics-switch-ubuntu.md index 659b820e79..437fbe6d50 100644 --- a/content/graphics-switch-ubuntu.md +++ b/content/graphics-switch-ubuntu.md @@ -102,6 +102,8 @@ Now enable the System76 Power extension with the toggle to the right. Click the system menu in the top right corner of your screen to access graphics switching. +>**Note**: Ubuntu versions higher then 22.04 will not have this menu as the GNOME Shell extension has not been updated for newer GNOME versions. + ![Graphics](/images/graphics-switch-ubuntu/system-menu.png) Click on NVIDIA, Integrated, Hybrid, or Compute depending on your use case. From ec92e886a6229b1938ad9107edd8f1a7df1c298f Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 20 Sep 2023 07:52:13 -0600 Subject: [PATCH 2/3] Link to boot menu article for up to date steps and address feedback --- content/graphics-switch-ubuntu.md | 2 +- content/install-ubuntu.md | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/content/graphics-switch-ubuntu.md b/content/graphics-switch-ubuntu.md index 437fbe6d50..4680a16c08 100644 --- a/content/graphics-switch-ubuntu.md +++ b/content/graphics-switch-ubuntu.md @@ -102,7 +102,7 @@ Now enable the System76 Power extension with the toggle to the right. Click the system menu in the top right corner of your screen to access graphics switching. ->**Note**: Ubuntu versions higher then 22.04 will not have this menu as the GNOME Shell extension has not been updated for newer GNOME versions. +>**Note**: Ubuntu versions higher than 22.04 will not have this menu because the GNOME Shell extension has not been updated for newer GNOME versions. ![Graphics](/images/graphics-switch-ubuntu/system-menu.png) diff --git a/content/install-ubuntu.md b/content/install-ubuntu.md index 8db79f0dbf..2a70d5cb18 100644 --- a/content/install-ubuntu.md +++ b/content/install-ubuntu.md @@ -31,9 +31,7 @@ Ubuntu releases beyond 22.04 are not fully tested, but certain packages are made ## Recent Upgrade Issues -If your recently upgraded system does not boot, it can often be recovered. If you see a flashing underscore on the screen after booting, then it's likely that Ubuntu's bootloader (GRUB) was not properly updated. To restore it, see [Repair the Bootloader](/articles/bootloader) - ---- +If your recently upgraded system does not boot, it can often be recovered. If you see a flashing underscore on the screen after booting, then it's likely that Ubuntu's bootloader (GRUB) was not properly updated. To restore it, see [Repair the Bootloader](/articles/bootloader). ## Create Install Media @@ -47,13 +45,7 @@ Create an Installation USB | Create an Installation DVD ### Boot From Install Media -Once you have the disk made, reboot your system. You'll need to tell the computer to boot from the Live Disk. Immediately after you turn the computer on: - -Laptops | Desktops ------------------------------------ | ------------------------------------ -Hold F7 or F1 | Hold F12, F8, or F10 - ---- +Once you have the disk made, reboot your system. You'll need to tell the computer to boot from the Live Disk by accessing the Boot Menu using the key combos in this [article](/articles/bootloader). ---- - ![grub](/images/install-ubuntu/ubuntu-grub.png) Once Ubuntu starts, you will be asked to **Try Ubuntu without installing** or to **Install Ubuntu**. If you are attempting to restore a broken operating system, please choose **Try Ubuntu**. From c580bd6df8c48d09dc91fcdd538d17da8504cd9a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 12 Oct 2023 07:12:36 -0600 Subject: [PATCH 3/3] Address feedback about note --- content/graphics-switch-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/graphics-switch-ubuntu.md b/content/graphics-switch-ubuntu.md index 4680a16c08..37a18828b2 100644 --- a/content/graphics-switch-ubuntu.md +++ b/content/graphics-switch-ubuntu.md @@ -102,7 +102,7 @@ Now enable the System76 Power extension with the toggle to the right. Click the system menu in the top right corner of your screen to access graphics switching. ->**Note**: Ubuntu versions higher than 22.04 will not have this menu because the GNOME Shell extension has not been updated for newer GNOME versions. +>**Note**: GNOME Shell versions newer than 42 (Ubuntu 22.10 and above) are not supported by the System76 Power extension. ![Graphics](/images/graphics-switch-ubuntu/system-menu.png)