https://askubuntu.com/questions/968742/upgrade-from-17-04-to-17-10-on-
samsung-nc-10-80-of-screen-
corrupted/969390?noredirect=1#comment1552759_969390

and here's exact workaround steps I've posted as a response to this:


    When system is booting and grub shows up, press "e"

    Find line with "ro quiet splash" and add nomodeset so it says "ro
nomodeset quiet splash".

    Press CTRL-X to continue booting

Then there are two workarounds:

1) if you need the new kernel 4.13, you can add "nomodeset" to your
kernel options permanently, but this will limit screen resolution to
800x600:

    $ sudo vi /etc/default/grub

    Then add "nomodeset" as below:

    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash"

    $ sudo update-grub

2) if you don't mind running older kernel 4.10 and want full 1024x600
resolution, try this solution Set "older" kernel as default grub entry
to set up kernel 4.10 as default (framebuffer works fine in this
version, in 1024x600 and without having to use nomodeset)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1728022

Title:
  Framebuffer modeset causes display corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728022/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to