Problems after updating Manjaro Xfce - laptop turned off. How to fix?
If you recently updated your Manjaro Xfce operating system and encountered a sudden shutdown or your laptop turned off unexpectedly, don't worry! This issue can be resolved by following a few troubleshooting steps. In this article, we will guide you through the process of fixing this problem.
Step 1: Check for overheating
An overheating laptop can automatically shut down to prevent hardware damage. Ensure that your laptop's cooling system is clean and free from dust or debris. Use a can of compressed air to blow out any accumulated dust from the vents and fans. Additionally, place your laptop on a flat surface to allow proper airflow.
Step 2: Update your kernel
Outdated or incompatible kernel versions can cause stability issues. To update your kernel, follow these steps:
- Open the terminal by pressing
Ctrl + Alt + Ton your keyboard. - Type the following command and press Enter:
sudo mhwd-kernel -i linux - Enter your password when prompted and wait for the installation to complete.
- Restart your laptop to apply the changes.
Step 3: Disable unnecessary startup applications
Having too many applications launching at startup can overload your system, leading to unexpected shutdowns. To disable unnecessary startup applications, follow these steps:
- Click on the Applications Menu in the panel at the top-left corner of your screen.
- Navigate to Settings and select Session and Startup.
- Go to the Application Autostart tab.
- Deselect any applications that you don't need to launch at startup.
- Click Close to save the changes.
Step 4: Remove incompatible or conflicting software
Incompatible or conflicting software can cause system instability. To remove such software, follow these steps:
- Open the terminal.
- Type the command
sudo pacman -R package_nameand press Enter. - Replace
package_namewith the name of the software causing the issue. - Enter your password when prompted and wait for the removal process to complete.
Step 5: Reset power management settings
Incorrect power management settings can lead to unexpected shutdowns. To reset your power management settings, follow these steps:
- Click on the Applications Menu.
- Navigate to Settings and select Power Manager.
- Click on the General tab.
- Click the Reset button.
- Close the Power Manager window.
After following these steps, your laptop should no longer turn off unexpectedly after updating Manjaro Xfce. If the issue persists, it is recommended to seek further assistance from the Manjaro community forums or consult a professional technician.
References
| Source | Link |
|---|---|
| Manjaro Official Website | https://manjaro.org/ |
| Manjaro Community Forums | https://forum.manjaro.org/ |