boot:fix_boot_problems
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boot:fix_boot_problems [2019/11/24 20:53] – peter | boot:fix_boot_problems [2019/11/25 22:42] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Boot - Fix Boot Problems ====== | ||
- | |||
- | ===== Black screen after installation of the closed non-free Nvidia driver ===== | ||
- | |||
- | The latest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel, rather than in the X driver when the X server starts. | ||
- | |||
- | This makes it possible to have high-resolution nice looking splash (boot) screens, and flicker-free transitions from boot splash to login screen. | ||
- | |||
- | Unfortunately, | ||
- | |||
- | Edit **/ | ||
- | |||
- | <file bash / | ||
- | GRUB_CMDLINE_LINUX="" | ||
- | </ | ||
- | |||
- | Replace it by this line: | ||
- | |||
- | <file bash / | ||
- | GRUB_CMDLINE_LINUX=" | ||
- | </ | ||
- | |||
- | Save the modified configuration file and close it. | ||
- | |||
- | Then run: | ||
- | |||
- | <code bash> | ||
- | sudo update-grub | ||
- | </ | ||
- | |||
- | |||
- | Finally, reboot. | ||
- | |||
- | |||
- | |||
- | |||
- | ===== The screen resolution is not right, after installation of the closed non-free Nvidia driver ===== | ||
- | |||
- | <WRAP info> | ||
- | **Note:** the following applies only to Nvidia graphics cards running on the Nvidia restricted driver. | ||
- | </ | ||
- | |||
- | |||
- | <code bash> | ||
- | sudo apt-get install nvidia-settings | ||
- | </ | ||
- | |||
- | |||
- | |||
- | Then type: | ||
- | |||
- | <code bash> | ||
- | nvidia-settings | ||
- | </ | ||
- | |||
- | |||
- | |||
- | Now you can configure your screens properly, with this handy tool from Nvidia. As follows: | ||
- | |||
- | |||
- | - Click on "X Server Display Configuration" | ||
- | |||
- | - On the right: click on the tab Display (probably open already) | ||
- | |||
- | - Resolution: | ||
- | |||
- | - Choose the screen resolution that you want | ||
- | |||
- | - Click on "Save to X Configuration File" | ||
- | |||
- | - Click on "Save and exit" | ||
- | |||
- | - Do a full reboot of your computer. Now the screen resolution should be right. | ||
- | |||
boot/fix_boot_problems.1574628837.txt.gz · Last modified: 2020/07/15 09:30 (external edit)