This document attempts to consolidate all available information regarding the VBIOS ROMs for the venerable AMD Instinct MI50 - especially the 32 GB variant
Sources include
This document attempts to consolidate all available information regarding the VBIOS ROMs for the venerable AMD Instinct MI50 - especially the 32 GB variant
Sources include
| #!/bin/bash | |
| # i3gw - "ghost window" wrapper for i3 | |
| # ctrl+c, ctrl+v by budRich 2017 | |
| # | |
| # https://www.reddit.com/r/i3wm/comments/6x5vgp/oc_i3gw/ | |
| # https://gist.github.com/budRich/d09cbfd07ffdc57680fbc51ffff3687b | |
| # | |
| # i3-msg has an undocumented function (open) that creates | |
| # empty containers, or as I call them: ghosts. |