AltJawga wrote:I recently installed Zorin OS and I like it a lot better than Windows and even Ubuntu budgie which I had used in the past, but I had a problem after I installed it where the boot screen would freeze and I couldn't get past it. I was able to fix the problem by adding nomodeset to grub. Is there any reason not to use nomodeset? I am using a GeForce GTX 950.
Yes, there is. On the newer kernels on most hardware, the video mode setting is handled by the kernel, allowing the kernel to handle all the video loading operations like clock and refresh rate and communicating with the video card.
On some hardware, this can cause conflict because that hardware was designed in built with common MS Windows in mind, not Linux. It will respond to the BIOS, but tends to crash when communicating with the kernel when X driver is not yet loaded.
Using "nomodeset" is a fall back to not load any of the video drivers until X driver is fully loaded and can take over that task.