F5F Stay Refreshed Software Operating Systems Ubuntu issues? Fixing broken versions.

Ubuntu issues? Fixing broken versions.

Ubuntu issues? Fixing broken versions.

M
MarsBar10000
Junior Member
42
10-04-2023, 05:41 AM
#1
You're dealing with an older system that had compatibility issues. The fix you tried—using "nomodeset" to disable the bootloader—was a temporary workaround. For a more permanent solution, consider updating your graphics drivers or using a newer version of Ubuntu that better supports older hardware. If the problem persists, checking for firmware updates or contacting AMD support might help.
M
MarsBar10000
10-04-2023, 05:41 AM #1

You're dealing with an older system that had compatibility issues. The fix you tried—using "nomodeset" to disable the bootloader—was a temporary workaround. For a more permanent solution, consider updating your graphics drivers or using a newer version of Ubuntu that better supports older hardware. If the problem persists, checking for firmware updates or contacting AMD support might help.

G
GalaxyFight11
Junior Member
20
10-11-2023, 09:58 AM
#2
Received from the AskUbuntu forum.
G
GalaxyFight11
10-11-2023, 09:58 AM #2

Received from the AskUbuntu forum.

J
jrobbs7
Member
235
10-11-2023, 01:10 PM
#3
They chose to create their own modesetting system, as expected. Generally, the kernel uses its default modesetting, but NVIDIA drivers don't follow that. You need to change it to NVIDIA's modesetting by setting the kernel parameter `nvidia-drm.modeset=1`. The `nomodeset` setting you applied is a kernel parameter.
J
jrobbs7
10-11-2023, 01:10 PM #3

They chose to create their own modesetting system, as expected. Generally, the kernel uses its default modesetting, but NVIDIA drivers don't follow that. You need to change it to NVIDIA's modesetting by setting the kernel parameter `nvidia-drm.modeset=1`. The `nomodeset` setting you applied is a kernel parameter.