Skip to content

Instantly share code, notes, and snippets.

@palopezv
Last active March 28, 2020 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palopezv/a7bd0cde319a1d588f384c57d5c8ebd4 to your computer and use it in GitHub Desktop.
Save palopezv/a7bd0cde319a1d588f384c57d5c8ebd4 to your computer and use it in GitHub Desktop.
Intel Gen 4 mobile integrated GPU (GMA X3100 a.k.a. Crestline) Linux fix

Not needed with Linux 5.3 or later

To fix slow boot and spurious drm error with a gen 4 mobile integrated GPU (GL960, GLE960, GM965 and GME965) add the following to your kernel bootparams:

video.allow_duplicates=1 video=SVIDEO-1:d

The problem is the existence of a SVGA port, even if it is not wired out to a connector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment