Changes for page Ubuntu Linux
Last modified by Sebastian Marsching on 2024/06/17 16:05
From version 13.1
edited by Sebastian Marsching
on 2024/06/17 16:05
on 2024/06/17 16:05
Change comment:
There is no comment for this version
To version 14.1
edited by Sebastian Marsching
on 2024/06/17 16:05
on 2024/06/17 16:05
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -113,8 +113,10 @@ 113 113 aptitude search "?config-files" 114 114 ``` 115 115 116 -# Graphics server notstartingafter Upgrade to Ubuntu 22.04116 +# Troubleshooting 117 117 118 +## Graphics server not starting after Upgrade to Ubuntu 22.04 119 + 118 118 If the graphics server (X11 / Wayland) is not starting on a system with a NVIDIA graphics card (in particular an older one – in my case it was a GeForce 210), this might be caused by the switch from the proprietary NVIDIA driver to Nouveau, without some files of the proprietary NVIDIA driver having been removed correctly. 119 119 120 120 Support for the old 340 version of the NVIDIA driver ended a while ago, so this version of the driver has been removed from Ubuntu 22.04. However, if this driver used to be install in Ubuntu 20.04 before the upgrade, it might still be installed after the upgrade and thus the configuration file `/etc/modprobe.d/nvidia-340_hybrid.conf` might still exist. This file will keep the open-source Nouveau driver from being loaded. This can typically be fixed by running `apt-get purge nvidia-340`.