This article will guide you through the process of fixing display settings installation issues on Linux Mint MATE 21.3 when installing from a 500GB Solid State Drive (SSD). The previous display settings were set during a prior installation.
Issue Overview
When installing Linux Mint MATE 21.3 on a 500GB SSD, users might encounter issues with the display settings, which may not be applied properly during the installation process. If you had previously set the display settings during a prior installation, the new installation may not recognize them, leading to display-related issues.
Identifying the Problem
After installing Linux Mint MATE 21.3 using a 500GB SSD, if the display settings don't match your expectations, it could be due to incorrect or missing display settings configurations.
Checking Current Display Settings
To check the current display settings:
- Launch the "Settings" application.
- Navigate to the "Display" tab.
- Examine the display layout and resolution settings.
Resolution
To fix the display settings issue, you can save the display settings from the live USB environment, modify the configuration files directly, or reinstall the graphics drivers.
Saving Display Settings from Live USB Environment
You can save the display settings from the live USB environment to a file and apply them after installing the Linux Mint MATE 21.3 on your 500GB SSD:
- Boot the Linux Mint MATE 21.3
live USB. - Configure the display settings according to your preferences.
- Save the display settings to a file:
gsettings save org.gnome.desktop.interface > display\_settings.json
After installing Linux Mint MATE 21.3 on your 500GB SSD:
- Open a terminal.
- Load the display settings:
gsettings load org.gnome.desktop.interface display\_settings.json
Modifying Configuration Files
You can modify the configuration files directly:
- Open the
/etc/X11/xorg.conffile with a text editor. - Update the display settings using the
nvidia-xconfigtool for Nvidia graphics cards, or edit the file for other graphics cards with the correct settings. - Save and close the file.
Reinstalling Graphics Drivers
Reinstalling the graphics drivers may solve the issue:
- Open a terminal.
- Update the package list:
sudo apt update
sudo apt remove nvidia-driver
sudo apt install nvidia-driver-510
This article has provided you with various methods for fixing display settings issues during a Linux Mint MATE 21.3 installation on a 500GB SSD:
- Saving display settings from the live USB environment
- Modifying configuration files
- Reinstalling the graphics drivers