• Show log

    Commit

  • Hash : 99abcbb2
    Author : Sam Lantinga
    Date : 2019-06-18T14:15:10

    Fixed bug 4624 - KMS/DRM fails on FreeBSD because /dev/dri/card* nodes are symlinks
    
    Jan Martin Mikkelsen
    
    Patch to scan /dev/dri based on names rather than file type
    
    Loading KMS/DRM on FreeBSD fails because the "available" code in the driver checks for character device nodes under /dev/dri and the /dev/dri/card* files are symlinks rather than device nodes nodes on FreeBSD. The symlink points to /dev/drm/0.
    
    The attached patch counts /dev/dri/card* entries rather than directory entries which are character devices.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags