Skip to content

Fix X server to work with AMD FirePro graphic card #457

Merged
merged 2 commits into from
Aug 16, 2017

Commits on Aug 15, 2017

  1. xorg-server: Add patch to handle SIGABRT

    Currently, when the X server receives the abort signal, no stack trace
    is logged [1]. The upstream master branch already contains a commit to
    fix this [2], so add that.
    
    Increment the revision.
    
    [1] https://lists.freedesktop.org/archives/amd-gfx/2017-August/012071.html
    [2] https://cgit.freedesktop.org/xorg/xserver/commit/?id=27a6b9f7c84c914d0f5909ec1069d72f5035bc04
    pmenzel committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    9a71910 View commit details
    Browse the repository at this point in the history
  2. xorg-server: Remove PRIME support patch causing asserts

    Applying the optional patch adding PRIME support causes the X server to
    hit an assert with integrated Intel graphics device and an AMD FirePro
    graphics card [1]. Removing the patch fixes the problem.
    
    Increment the revision.
    
    [1] https://bugs.freedesktop.org/show_bug.cgi?id=102222
    pmenzel committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    7fdaa0e View commit details
    Browse the repository at this point in the history