Compare commits
4 commits
dfc0f28fef
...
65dbe52d24
Author | SHA1 | Date | |
---|---|---|---|
65dbe52d24 | |||
04a141c0e6 | |||
5b4584af41 | |||
f1c43bbe00 |
35 changed files with 3354 additions and 1 deletions
2
linuxgraphicsstack/.gitignore
vendored
Normal file
2
linuxgraphicsstack/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
work/
|
||||
out/
|
22
linuxgraphicsstack/Makefile
Normal file
22
linuxgraphicsstack/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
SRC = ./slides/*.md
|
||||
TEMP_DIR = ./work/
|
||||
TEMP_MD = $(TEMP_DIR)/work.md
|
||||
OUT_DIR = ./out/
|
||||
INCLUDE_DIR = ./media/
|
||||
|
||||
all: $(OUT_DIR)/index.html
|
||||
|
||||
$(OUT_DIR)/index.html: $(TEMP_MD)
|
||||
mkdir -p $(OUT_DIR)
|
||||
mdslides $(TEMP_MD) --include $(INCLUDE_DIR) --output $(OUT_DIR)
|
||||
|
||||
$(TEMP_MD): $(SRC)
|
||||
mkdir -p $(TEMP_DIR)
|
||||
cat $(SRC) > $(TEMP_MD)
|
||||
|
||||
preview: $(OUT_DIR)/index.html
|
||||
xdg-open $(OUT_DIR)/index.html
|
||||
|
||||
clean:
|
||||
rm -rf $(OUT_DIR)/
|
||||
rm -rf $(TEMP_DIR)/
|
17
linuxgraphicsstack/README.md
Normal file
17
linuxgraphicsstack/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Linux Graphics Stack
|
||||
|
||||
|
||||
|
||||
### Building
|
||||
|
||||
Requirements:
|
||||
- [markdown-slides](https://gitlab.com/da_doomer/markdown-slides)
|
||||
- GNU Make
|
||||
- A JS capable web browser
|
||||
|
||||
0. Clone this repository
|
||||
1. `make clean`
|
||||
2. `make`
|
||||
3. `make preview` or open `./out/index.html` in a JS capable web browser
|
||||
|
||||
For instructions on presenting, refer to RevealJS documentation.
|
25
linuxgraphicsstack/media/Cc-by-nc-sa_icon.svg
Normal file
25
linuxgraphicsstack/media/Cc-by-nc-sa_icon.svg
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="42" viewBox="0 0 120 42" baseProfile="basic" version="1.1">
|
||||
<g id="surface1">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(66.666667%,69.803922%,67.058824%);fill-opacity:1;" d="M 3.410156 0.453125 L 116.761719 0.652344 C 118.347656 0.652344 119.761719 0.417969 119.761719 3.816406 L 119.621094 41.144531 L 0.546875 41.144531 L 0.546875 3.675781 C 0.546875 2 0.710938 0.453125 3.410156 0.453125 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 117.753906 0 L 2.246094 0 C 1.007813 0 0 1.007813 0 2.246094 L 0 41.492188 C 0 41.773438 0.226563 42 0.507813 42 L 119.492188 42 C 119.773438 42 120 41.773438 120 41.492188 L 120 2.246094 C 120 1.007813 118.992188 0 117.753906 0 Z M 2.246094 1.015625 L 117.753906 1.015625 C 118.433594 1.015625 118.984375 1.566406 118.984375 2.246094 C 118.984375 2.246094 118.984375 18.042969 118.984375 29.46875 L 36.429688 29.46875 C 33.402344 34.9375 27.570313 38.652344 20.882813 38.652344 C 14.1875 38.652344 8.359375 34.941406 5.335938 29.46875 L 1.015625 29.46875 C 1.015625 18.042969 1.015625 2.246094 1.015625 2.246094 C 1.015625 1.566406 1.566406 1.015625 2.246094 1.015625 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 34.523438 19.550781 C 34.527344 27.082031 28.425781 33.1875 20.894531 33.191406 C 13.367188 33.199219 7.257813 27.097656 7.253906 19.566406 C 7.253906 19.5625 7.253906 19.558594 7.253906 19.550781 C 7.246094 12.023438 13.347656 5.914063 20.878906 5.910156 C 28.410156 5.90625 34.519531 12.003906 34.523438 19.535156 C 34.523438 19.539063 34.523438 19.546875 34.523438 19.550781 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 31.972656 8.445313 C 34.996094 11.46875 36.507813 15.171875 36.507813 19.550781 C 36.507813 23.929688 35.019531 27.59375 32.050781 30.539063 C 28.894531 33.640625 25.167969 35.191406 20.867188 35.191406 C 16.617188 35.191406 12.957031 33.652344 9.882813 30.578125 C 6.804688 27.503906 5.269531 23.828125 5.269531 19.550781 C 5.269531 15.277344 6.804688 11.574219 9.882813 8.445313 C 12.878906 5.421875 16.539063 3.910156 20.867188 3.910156 C 25.246094 3.910156 28.949219 5.421875 31.972656 8.445313 Z M 11.917969 10.480469 C 9.359375 13.0625 8.082031 16.085938 8.082031 19.554688 C 8.082031 23.023438 9.347656 26.023438 11.875 28.550781 C 14.40625 31.082031 17.417969 32.34375 20.914063 32.34375 C 24.410156 32.34375 27.445313 31.066406 30.027344 28.511719 C 32.480469 26.140625 33.707031 23.152344 33.707031 19.554688 C 33.707031 15.984375 32.460938 12.953125 29.96875 10.460938 C 27.476563 7.972656 24.460938 6.726563 20.914063 6.726563 C 17.367188 6.726563 14.367188 7.976563 11.917969 10.480469 Z M 18.644531 18.03125 C 18.253906 17.179688 17.667969 16.753906 16.886719 16.753906 C 15.511719 16.753906 14.820313 17.679688 14.820313 19.535156 C 14.820313 21.390625 15.511719 22.320313 16.886719 22.320313 C 17.796875 22.320313 18.449219 21.867188 18.839844 20.960938 L 20.75 21.980469 C 19.839844 23.597656 18.472656 24.40625 16.652344 24.40625 C 15.246094 24.40625 14.121094 23.976563 13.273438 23.113281 C 12.429688 22.253906 12.003906 21.066406 12.003906 19.550781 C 12.003906 18.0625 12.441406 16.882813 13.3125 16.007813 C 14.183594 15.132813 15.273438 14.695313 16.574219 14.695313 C 18.5 14.695313 19.878906 15.453125 20.710938 16.972656 Z M 27.632813 18.03125 C 27.242188 17.179688 26.667969 16.753906 25.914063 16.753906 C 24.507813 16.753906 23.804688 17.679688 23.804688 19.535156 C 23.804688 21.390625 24.507813 22.320313 25.914063 22.320313 C 26.828125 22.320313 27.464844 21.867188 27.828125 20.960938 L 29.78125 21.980469 C 28.871094 23.597656 27.507813 24.40625 25.691406 24.40625 C 24.285156 24.40625 23.164063 23.976563 22.316406 23.113281 C 21.476563 22.253906 21.050781 21.066406 21.050781 19.550781 C 21.050781 18.0625 21.480469 16.882813 22.339844 16.007813 C 23.195313 15.132813 24.285156 14.695313 25.613281 14.695313 C 27.535156 14.695313 28.910156 15.453125 29.742188 16.972656 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 62.503906 15.222656 C 62.503906 21.152344 57.695313 25.960938 51.761719 25.960938 C 45.832031 25.960938 41.023438 21.152344 41.023438 15.222656 C 41.023438 9.292969 45.832031 4.484375 51.761719 4.484375 C 57.695313 4.484375 62.503906 9.292969 62.503906 15.222656 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 54.871094 12.117188 C 54.871094 11.703125 54.535156 11.367188 54.121094 11.367188 L 49.378906 11.367188 C 48.964844 11.367188 48.628906 11.703125 48.628906 12.117188 L 48.628906 16.859375 L 49.953125 16.859375 L 49.953125 22.476563 L 53.546875 22.476563 L 53.546875 16.859375 L 54.871094 16.859375 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 53.371094 9.121094 C 53.371094 10.015625 52.648438 10.742188 51.75 10.742188 C 50.855469 10.742188 50.128906 10.015625 50.128906 9.121094 C 50.128906 8.226563 50.855469 7.5 51.75 7.5 C 52.648438 7.5 53.371094 8.226563 53.371094 9.121094 Z "/>
|
||||
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 51.734375 3.390625 C 48.523438 3.390625 45.804688 4.511719 43.578125 6.753906 C 41.296875 9.074219 40.15625 11.816406 40.15625 14.988281 C 40.15625 18.15625 41.296875 20.882813 43.578125 23.160156 C 45.863281 25.441406 48.582031 26.582031 51.734375 26.582031 C 54.929688 26.582031 57.695313 25.433594 60.039063 23.132813 C 62.246094 20.949219 63.347656 18.234375 63.347656 14.988281 C 63.347656 11.738281 62.226563 8.996094 59.980469 6.753906 C 57.734375 4.511719 54.988281 3.390625 51.734375 3.390625 Z M 51.765625 5.480469 C 54.398438 5.480469 56.632813 6.40625 58.46875 8.261719 C 60.328125 10.097656 61.257813 12.339844 61.257813 14.988281 C 61.257813 17.652344 60.347656 19.867188 58.527344 21.625 C 56.613281 23.519531 54.359375 24.464844 51.765625 24.464844 C 49.171875 24.464844 46.9375 23.527344 45.058594 21.652344 C 43.183594 19.78125 42.246094 17.558594 42.246094 14.988281 C 42.246094 12.417969 43.191406 10.175781 45.089844 8.261719 C 46.910156 6.40625 49.132813 5.480469 51.765625 5.480469 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 48.402344 32.746094 C 48.714844 32.746094 49.003906 32.777344 49.265625 32.832031 C 49.523438 32.886719 49.75 32.976563 49.933594 33.105469 C 50.121094 33.230469 50.261719 33.398438 50.367188 33.609375 C 50.46875 33.820313 50.519531 34.078125 50.519531 34.386719 C 50.519531 34.722656 50.445313 35 50.292969 35.222656 C 50.140625 35.445313 49.914063 35.625 49.617188 35.769531 C 50.027344 35.886719 50.332031 36.09375 50.535156 36.386719 C 50.738281 36.679688 50.839844 37.035156 50.839844 37.449219 C 50.839844 37.78125 50.773438 38.070313 50.644531 38.316406 C 50.511719 38.558594 50.335938 38.761719 50.117188 38.914063 C 49.898438 39.070313 49.644531 39.183594 49.363281 39.257813 C 49.082031 39.332031 48.792969 39.371094 48.496094 39.371094 L 45.277344 39.371094 L 45.277344 32.746094 Z M 48.214844 35.425781 C 48.476563 35.425781 48.6875 35.363281 48.855469 35.242188 C 49.023438 35.117188 49.105469 34.917969 49.105469 34.640625 C 49.105469 34.484375 49.078125 34.359375 49.023438 34.261719 C 48.96875 34.160156 48.894531 34.085938 48.800781 34.027344 C 48.707031 33.972656 48.601563 33.933594 48.480469 33.914063 C 48.359375 33.890625 48.234375 33.878906 48.101563 33.878906 L 46.738281 33.878906 L 46.738281 35.425781 Z M 48.300781 38.234375 C 48.441406 38.234375 48.578125 38.222656 48.707031 38.195313 C 48.839844 38.167969 48.953125 38.121094 49.054688 38.054688 C 49.152344 37.992188 49.230469 37.902344 49.289063 37.789063 C 49.347656 37.679688 49.378906 37.539063 49.378906 37.363281 C 49.378906 37.023438 49.28125 36.78125 49.089844 36.636719 C 48.898438 36.492188 48.644531 36.417969 48.328125 36.417969 L 46.738281 36.417969 L 46.738281 38.234375 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 51.09375 32.746094 L 52.726563 32.746094 L 54.277344 35.363281 L 55.820313 32.746094 L 57.445313 32.746094 L 54.984375 36.828125 L 54.984375 39.371094 L 53.523438 39.371094 L 53.523438 36.789063 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 98.441406 37.730469 C 98.519531 37.886719 98.625 38.011719 98.761719 38.109375 C 98.894531 38.203125 99.046875 38.273438 99.226563 38.320313 C 99.40625 38.367188 99.589844 38.390625 99.78125 38.390625 C 99.910156 38.390625 100.050781 38.378906 100.199219 38.359375 C 100.347656 38.335938 100.484375 38.296875 100.617188 38.234375 C 100.746094 38.171875 100.851563 38.085938 100.941406 37.976563 C 101.023438 37.871094 101.070313 37.730469 101.070313 37.566406 C 101.070313 37.386719 101.011719 37.242188 100.898438 37.128906 C 100.785156 37.019531 100.632813 36.925781 100.449219 36.851563 C 100.261719 36.777344 100.050781 36.710938 99.820313 36.65625 C 99.582031 36.601563 99.347656 36.539063 99.105469 36.472656 C 98.859375 36.410156 98.617188 36.332031 98.382813 36.242188 C 98.148438 36.15625 97.9375 36.039063 97.753906 35.894531 C 97.566406 35.753906 97.417969 35.574219 97.304688 35.363281 C 97.191406 35.148438 97.132813 34.890625 97.132813 34.589844 C 97.132813 34.246094 97.207031 33.953125 97.351563 33.703125 C 97.496094 33.453125 97.683594 33.242188 97.917969 33.074219 C 98.152344 32.910156 98.421875 32.785156 98.71875 32.703125 C 99.011719 32.625 99.308594 32.585938 99.605469 32.585938 C 99.953125 32.585938 100.285156 32.625 100.601563 32.699219 C 100.921875 32.777344 101.203125 32.902344 101.449219 33.078125 C 101.699219 33.25 101.894531 33.472656 102.039063 33.738281 C 102.183594 34.011719 102.257813 34.335938 102.257813 34.71875 L 100.84375 34.71875 C 100.832031 34.519531 100.789063 34.355469 100.71875 34.226563 C 100.648438 34.097656 100.554688 33.996094 100.4375 33.921875 C 100.320313 33.847656 100.1875 33.792969 100.035156 33.765625 C 99.886719 33.734375 99.71875 33.71875 99.542969 33.71875 C 99.425781 33.71875 99.308594 33.730469 99.191406 33.753906 C 99.074219 33.78125 98.96875 33.824219 98.875 33.882813 C 98.777344 33.945313 98.699219 34.023438 98.636719 34.117188 C 98.578125 34.210938 98.546875 34.328125 98.546875 34.46875 C 98.546875 34.597656 98.570313 34.703125 98.617188 34.785156 C 98.667969 34.863281 98.765625 34.941406 98.910156 35.007813 C 99.058594 35.074219 99.257813 35.144531 99.511719 35.210938 C 99.769531 35.277344 100.105469 35.367188 100.519531 35.472656 C 100.640625 35.496094 100.8125 35.542969 101.03125 35.605469 C 101.25 35.671875 101.46875 35.773438 101.683594 35.917969 C 101.902344 36.058594 102.085938 36.25 102.246094 36.488281 C 102.402344 36.726563 102.480469 37.03125 102.480469 37.402344 C 102.480469 37.703125 102.421875 37.984375 102.304688 38.246094 C 102.1875 38.503906 102.011719 38.730469 101.78125 38.917969 C 101.550781 39.105469 101.261719 39.253906 100.917969 39.359375 C 100.574219 39.464844 100.179688 39.515625 99.726563 39.515625 C 99.363281 39.515625 99.007813 39.472656 98.664063 39.382813 C 98.320313 39.292969 98.019531 39.152344 97.757813 38.957031 C 97.492188 38.765625 97.285156 38.519531 97.128906 38.222656 C 96.976563 37.925781 96.902344 37.574219 96.90625 37.167969 L 98.320313 37.167969 C 98.320313 37.390625 98.359375 37.578125 98.441406 37.730469 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 106.644531 32.746094 L 109.121094 39.371094 L 107.609375 39.371094 L 107.109375 37.894531 L 104.632813 37.894531 L 104.113281 39.371094 L 102.648438 39.371094 L 105.152344 32.746094 Z M 106.730469 36.808594 L 105.894531 34.378906 L 105.875 34.378906 L 105.015625 36.808594 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 72.519531 32.746094 L 75.285156 37.191406 L 75.300781 37.191406 L 75.300781 32.746094 L 76.667969 32.746094 L 76.667969 39.371094 L 75.210938 39.371094 L 72.453125 34.9375 L 72.433594 34.9375 L 72.433594 39.371094 L 71.070313 39.371094 L 71.070313 32.746094 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 82.195313 34.511719 C 82.109375 34.371094 82 34.25 81.871094 34.144531 C 81.742188 34.039063 81.59375 33.957031 81.429688 33.898438 C 81.265625 33.839844 81.09375 33.8125 80.914063 33.8125 C 80.585938 33.8125 80.308594 33.875 80.078125 34 C 79.851563 34.128906 79.664063 34.296875 79.523438 34.511719 C 79.382813 34.722656 79.277344 34.964844 79.210938 35.238281 C 79.148438 35.511719 79.113281 35.792969 79.113281 36.082031 C 79.113281 36.359375 79.148438 36.632813 79.210938 36.894531 C 79.277344 37.15625 79.382813 37.394531 79.523438 37.601563 C 79.664063 37.8125 79.851563 37.980469 80.078125 38.109375 C 80.308594 38.234375 80.585938 38.296875 80.914063 38.296875 C 81.359375 38.296875 81.707031 38.164063 81.957031 37.890625 C 82.210938 37.617188 82.363281 37.257813 82.417969 36.8125 L 83.828125 36.8125 C 83.792969 37.226563 83.695313 37.601563 83.539063 37.9375 C 83.386719 38.269531 83.179688 38.554688 82.929688 38.789063 C 82.675781 39.027344 82.378906 39.207031 82.039063 39.332031 C 81.699219 39.453125 81.324219 39.515625 80.914063 39.515625 C 80.40625 39.515625 79.953125 39.429688 79.546875 39.25 C 79.140625 39.078125 78.800781 38.832031 78.519531 38.523438 C 78.242188 38.214844 78.027344 37.851563 77.878906 37.433594 C 77.730469 37.015625 77.65625 36.566406 77.65625 36.082031 C 77.65625 35.585938 77.730469 35.128906 77.878906 34.703125 C 78.027344 34.28125 78.242188 33.910156 78.519531 33.59375 C 78.800781 33.28125 79.140625 33.03125 79.546875 32.851563 C 79.953125 32.671875 80.40625 32.585938 80.914063 32.585938 C 81.28125 32.585938 81.625 32.636719 81.949219 32.742188 C 82.273438 32.847656 82.566406 33 82.820313 33.203125 C 83.078125 33.402344 83.289063 33.652344 83.457031 33.949219 C 83.625 34.246094 83.730469 34.585938 83.773438 34.96875 L 82.363281 34.96875 C 82.335938 34.804688 82.28125 34.648438 82.195313 34.511719 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 114.578125 14.980469 C 114.585938 20.824219 109.847656 25.566406 104.003906 25.574219 C 98.15625 25.574219 93.414063 20.84375 93.410156 14.996094 C 93.410156 14.992188 93.410156 14.984375 93.410156 14.980469 C 93.40625 9.136719 98.140625 4.394531 103.988281 4.390625 C 109.832031 4.382813 114.574219 9.121094 114.578125 14.964844 C 114.578125 14.96875 114.578125 14.976563 114.578125 14.980469 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 103.917969 3.386719 C 100.707031 3.386719 97.988281 4.507813 95.761719 6.746094 C 93.480469 9.066406 92.335938 11.8125 92.335938 14.980469 C 92.335938 18.148438 93.480469 20.875 95.761719 23.15625 C 98.046875 25.4375 100.765625 26.574219 103.917969 26.574219 C 107.113281 26.574219 109.878906 25.425781 112.21875 23.125 C 114.425781 20.941406 115.53125 18.226563 115.53125 14.980469 C 115.53125 11.734375 114.40625 8.988281 112.164063 6.746094 C 109.917969 4.507813 107.171875 3.386719 103.917969 3.386719 Z M 103.949219 5.472656 C 106.578125 5.472656 108.8125 6.398438 110.652344 8.257813 C 112.511719 10.089844 113.4375 12.332031 113.4375 14.980469 C 113.4375 17.648438 112.53125 19.859375 110.710938 21.621094 C 108.796875 23.511719 106.539063 24.460938 103.949219 24.460938 C 101.355469 24.460938 99.121094 23.523438 97.242188 21.648438 C 95.367188 19.773438 94.425781 17.550781 94.425781 14.980469 C 94.425781 12.410156 95.375 10.167969 97.273438 8.257813 C 99.089844 6.398438 101.316406 5.472656 103.949219 5.472656 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 98.777344 13.34375 C 99.242188 10.425781 101.292969 8.867188 103.871094 8.867188 C 107.570313 8.867188 109.828125 11.554688 109.828125 15.136719 C 109.828125 18.628906 107.425781 21.34375 103.8125 21.34375 C 101.324219 21.34375 99.097656 19.816406 98.691406 16.808594 L 101.613281 16.808594 C 101.699219 18.371094 102.710938 18.917969 104.160156 18.917969 C 105.804688 18.917969 106.878906 17.386719 106.878906 15.046875 C 106.878906 12.59375 105.953125 11.292969 104.214844 11.292969 C 102.945313 11.292969 101.84375 11.757813 101.613281 13.34375 L 102.460938 13.339844 L 100.164063 15.636719 L 97.863281 13.339844 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 88.628906 14.980469 C 88.632813 20.9375 83.808594 25.769531 77.851563 25.773438 C 71.894531 25.777344 67.058594 20.953125 67.054688 14.996094 C 67.054688 14.992188 67.054688 14.984375 67.054688 14.980469 C 67.050781 9.023438 71.878906 4.191406 77.835938 4.1875 C 83.792969 4.183594 88.625 9.007813 88.628906 14.964844 C 88.628906 14.96875 88.628906 14.976563 88.628906 14.980469 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 77.828125 3.386719 C 81.078125 3.386719 83.824219 4.507813 86.070313 6.746094 C 88.316406 8.988281 89.4375 11.734375 89.4375 14.980469 C 89.4375 18.226563 88.335938 20.941406 86.128906 23.125 C 83.789063 25.425781 81.019531 26.574219 77.828125 26.574219 C 74.671875 26.574219 71.953125 25.4375 69.671875 23.15625 C 67.386719 20.875 66.246094 18.148438 66.246094 14.980469 C 66.246094 11.8125 67.386719 9.066406 69.671875 6.746094 C 71.898438 4.507813 74.613281 3.386719 77.828125 3.386719 Z M 68.855469 11.867188 C 68.507813 12.84375 68.335938 13.882813 68.335938 14.980469 C 68.335938 17.550781 69.273438 19.773438 71.152344 21.648438 C 73.027344 23.523438 75.261719 24.460938 77.855469 24.460938 C 80.449219 24.460938 82.703125 23.511719 84.621094 21.617188 C 85.261719 21 85.789063 20.324219 86.203125 19.589844 L 81.832031 17.644531 C 81.535156 19.113281 80.226563 20.109375 78.640625 20.226563 L 78.640625 22.011719 L 77.308594 22.011719 L 77.308594 20.226563 C 76.007813 20.210938 74.75 19.675781 73.789063 18.835938 L 75.386719 17.226563 C 76.15625 17.949219 76.925781 18.273438 77.976563 18.273438 C 78.65625 18.273438 79.410156 18.007813 79.410156 17.121094 C 79.410156 16.808594 79.289063 16.589844 79.097656 16.425781 L 77.992188 15.933594 L 76.613281 15.320313 C 75.933594 15.015625 75.355469 14.761719 74.777344 14.503906 Z M 77.855469 5.472656 C 75.222656 5.472656 73 6.398438 71.179688 8.257813 C 70.683594 8.753906 70.253906 9.277344 69.890625 9.820313 L 74.320313 11.796875 C 74.722656 10.566406 75.890625 9.820313 77.308594 9.738281 L 77.308594 7.949219 L 78.640625 7.949219 L 78.640625 9.738281 C 79.558594 9.78125 80.5625 10.03125 81.554688 10.800781 L 80.03125 12.367188 C 79.46875 11.96875 78.757813 11.6875 78.046875 11.6875 C 77.472656 11.6875 76.660156 11.863281 76.660156 12.585938 C 76.660156 12.699219 76.695313 12.796875 76.761719 12.882813 L 78.246094 13.542969 L 79.25 13.988281 C 79.890625 14.273438 80.503906 14.546875 81.113281 14.816406 L 87.054688 17.464844 C 87.25 16.683594 87.347656 15.855469 87.347656 14.980469 C 87.347656 12.332031 86.417969 10.089844 84.5625 8.257813 C 82.722656 6.398438 80.488281 5.472656 77.855469 5.472656 Z "/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 19 KiB |
69
linuxgraphicsstack/media/overview.svg
Normal file
69
linuxgraphicsstack/media/overview.svg
Normal file
|
@ -0,0 +1,69 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="720" height="1280" version="1.1" viewBox="0 0 720 1280" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<marker id="e" overflow="visible" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" viewBox="0 0 1 1">
|
||||
<path transform="scale(.5)" d="m5.77 0-8.65 5v-10z" fill="context-stroke" fill-rule="evenodd" stroke="context-stroke" stroke-width="1pt"/>
|
||||
</marker>
|
||||
<marker id="d" overflow="visible" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" viewBox="0 0 1 1">
|
||||
<path transform="scale(.5)" d="m5.77 0-8.65 5v-10z" fill="context-stroke" fill-rule="evenodd" stroke="context-stroke" stroke-width="1pt"/>
|
||||
</marker>
|
||||
<marker id="c" overflow="visible" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" viewBox="0 0 1 1">
|
||||
<path transform="scale(.5)" d="m5.77 0-8.65 5v-10z" fill="context-stroke" fill-rule="evenodd" stroke="context-stroke" stroke-width="1pt"/>
|
||||
</marker>
|
||||
<marker id="b" overflow="visible" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" viewBox="0 0 1 1">
|
||||
<path transform="scale(.5)" d="m5.77 0-8.65 5v-10z" fill="context-stroke" fill-rule="evenodd" stroke="context-stroke" stroke-width="1pt"/>
|
||||
</marker>
|
||||
<marker id="a" overflow="visible" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" viewBox="0 0 1 1">
|
||||
<path transform="scale(.5)" d="m5.77 0-8.65 5v-10z" fill="context-stroke" fill-rule="evenodd" stroke="context-stroke" stroke-width="1pt"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<rect x="60.5" y="1120.2" width="600" height="106.67" rx="1" ry="1" fill="none" stroke="#fff" stroke-width="3"/>
|
||||
<rect x="183.14" y="26.803" width="356.86" height="106.53" rx="1.1895" ry=".99872" fill="none" stroke="#fff" stroke-width="3.2699"/>
|
||||
<text transform="translate(211.38 1197.6)" fill="#ffffff" font-family="sans-serif" font-size="64px" stroke-width="3" style="shape-inside:url(#rect4);white-space:pre" xml:space="preserve"><tspan x="0" y="0">Hardware</tspan></text>
|
||||
<g fill="none">
|
||||
<rect x="61.29" y="853.33" width="597.41" height="213.33" rx=".99569" ry="1.9999" stroke="#fff" stroke-width="2.7"/>
|
||||
<rect x="63.313" y="427.03" width="596.69" height="372.97" rx=".99448" ry="3.4965" stroke="#fff" stroke-width="3"/>
|
||||
<g stroke-width="2">
|
||||
<rect x="90.801" y="506.63" width="238.4" height="265.91" rx=".39733" ry="2.4928" stroke="#5fbcd3"/>
|
||||
<rect x="391.6" y="507.05" width="238.4" height="265.91" rx=".39733" ry="2.4928" stroke="#f55"/>
|
||||
<rect x="60" y="213.33" width="298.71" height="106.67" rx=".49784" ry=".99997" stroke="#fff"/>
|
||||
<rect x="91.309" y="924.02" width="537.38" height="114.67" rx=".89564" ry="1.075" stroke="#fff"/>
|
||||
<rect x="100.45" y="961.28" width="148.79" height="68.334" rx=".24799" ry=".64061" stroke="#0ff"/>
|
||||
</g>
|
||||
</g>
|
||||
<text transform="translate(286.84 904.23)" fill="#ffffff" font-family="sans-serif" font-size="64px" stroke-width="3" style="shape-inside:url(#rect4);white-space:pre" xml:space="preserve"><tspan x="0" y="0"><tspan font-size="48px">Kernel</tspan></tspan></text>
|
||||
<text transform="translate(229.63 95.236)" fill="#ffffff" font-family="sans-serif" font-size="64px" stroke="#ff00ff" stroke-width="3" style="shape-inside:url(#rect5);white-space:pre" xml:space="preserve"><tspan x="0" y="0"><tspan stroke="none">Program</tspan></tspan></text>
|
||||
<g fill="none" font-family="sans-serif" font-size="64px" stroke="#ff00ff" stroke-width="3">
|
||||
<text transform="translate(76.057 278.59)" style="shape-inside:url(#rect5);white-space:pre" xml:space="preserve"><tspan x="0" y="0"><tspan fill="#ffffff" font-size="48px" stroke="none">Compositor</tspan></tspan></text>
|
||||
<text transform="translate(163.61 539.24)" style="shape-inside:url(#rect5);white-space:pre" xml:space="preserve"><tspan x="0" y="0"><tspan fill="#ffffff" font-size="24px" stroke="none">OpenGL</tspan></tspan></text>
|
||||
<text transform="translate(473.62 542.42)" style="shape-inside:url(#rect5);white-space:pre" xml:space="preserve"><tspan x="0" y="0"><tspan fill="#ffffff" font-size="24px" stroke="none">Vulkan</tspan></tspan></text>
|
||||
<text transform="translate(280.79 488.24)" style="shape-inside:url(#rect5);white-space:pre" xml:space="preserve"><tspan x="0" y="0"><tspan fill="#ffffff" stroke="none">Mesa</tspan></tspan></text>
|
||||
</g>
|
||||
<text transform="matrix(1.2398 0 0 1.2813 -25.204 -245.17)" fill="#00ffff" font-family="sans-serif" font-size="48px" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;shape-inside:url(#rect3);white-space:pre" xml:space="preserve"><tspan x="120" y="977.00799"><tspan font-family="Sans" font-size="24px">i915/xe</tspan></tspan></text>
|
||||
<rect x="149.18" y="560" width="121.64" height="55.864" rx=".20273" ry=".52371" fill="none" stroke="#0ff" stroke-width="1.635"/>
|
||||
<text transform="matrix(1.0136 0 0 1.0474 37.29 -428.87)" fill="#00ffff" font-family="sans-serif" font-size="48px" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;shape-inside:url(#rect3-7);white-space:pre" xml:space="preserve"><tspan x="120" y="977.00799"><tspan font-family="Sans" font-size="20.704px">iris/crocus</tspan></tspan></text>
|
||||
<rect x="149.18" y="626.37" width="121.64" height="55.864" rx=".20273" ry=".52371" fill="none" stroke="#f00" stroke-width="1.635"/>
|
||||
<text transform="matrix(1.0136 0 0 1.0474 39.959 -360.88)" fill="#ff0000" font-family="sans-serif" font-size="48px" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;shape-inside:url(#rect3-7-5);white-space:pre" xml:space="preserve"><tspan x="120" y="977.00799"><tspan font-family="Sans" font-size="23.292px">radeonsi</tspan></tspan></text>
|
||||
<rect x="149.18" y="690.8" width="121.64" height="55.864" rx=".20273" ry=".52371" fill="none" stroke="#0f0" stroke-width="1.635"/>
|
||||
<text transform="matrix(1.0136 0 0 1.0474 38.597 -297.69)" fill="#00ff00" font-family="sans-serif" font-size="48px" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;shape-inside:url(#rect3-7-5-1);white-space:pre" xml:space="preserve"><tspan x="120" y="977.00799"><tspan font-family="Sans" font-size="24px">nouveau</tspan></tspan></text>
|
||||
<rect x="449.18" y="560" width="121.64" height="55.864" rx=".20273" ry=".52371" fill="none" stroke="#0ff" stroke-width="1.635"/>
|
||||
<text transform="matrix(1.0136 0 0 1.0474 367.29 -428.7)" fill="#00ffff" font-family="sans-serif" font-size="48px" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;shape-inside:url(#rect3-7-8);white-space:pre" xml:space="preserve"><tspan x="120" y="977.00799"><tspan font-family="Sans" font-size="24px">anv</tspan></tspan></text>
|
||||
<rect x="449.18" y="626.37" width="121.64" height="55.864" rx=".20273" ry=".52371" fill="none" stroke="#f00" stroke-width="1.635"/>
|
||||
<text transform="matrix(1.0136 0 0 1.0474 362.07 -359.63)" fill="#ff0000" font-family="sans-serif" font-size="48px" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;shape-inside:url(#rect3-7-5-8);white-space:pre" xml:space="preserve"><tspan x="120" y="977.00799"><tspan font-family="Sans" font-size="24px">radv</tspan></tspan></text>
|
||||
<rect x="449.18" y="690.8" width="121.64" height="55.864" rx=".20273" ry=".52371" fill="none" stroke="#0f0" stroke-width="1.635"/>
|
||||
<g stroke-width="2">
|
||||
<text transform="matrix(1.0136 0 0 1.0474 367.25 -295.08)" fill="#00ff00" font-family="sans-serif" font-size="48px" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;shape-inside:url(#rect3-7-5-1-5);white-space:pre" xml:space="preserve"><tspan x="120" y="977.00799"><tspan font-family="Sans" font-size="24px">nvk</tspan></tspan></text>
|
||||
<rect x="285.18" y="962.56" width="148.79" height="68.334" rx=".24799" ry=".64061" fill="none" stroke="#f00"/>
|
||||
<text transform="matrix(1.2398 0 0 1.2813 152.47 -247.07)" fill="#ff0000" font-family="sans-serif" font-size="48px" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;shape-inside:url(#rect3-1);white-space:pre" xml:space="preserve"><tspan x="120" y="977.00799"><tspan font-family="Sans" font-size="24px">amdgpu</tspan></tspan></text>
|
||||
<rect x="472.4" y="961.28" width="148.79" height="68.334" rx=".24799" ry=".64061" fill="none" stroke="#0f0"/>
|
||||
<text transform="matrix(1.2398 0 0 1.2813 337.14 -248.11)" fill="#00ff00" font-family="sans-serif" font-size="48px" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;shape-inside:url(#rect3-1-7);white-space:pre" xml:space="preserve"><tspan x="120" y="977.00799"><tspan font-family="Sans" font-size="24px">nouveau</tspan></tspan></text>
|
||||
</g>
|
||||
<text transform="scale(.98371 1.0166)" x="275.7825" y="939.1084" fill="#00ff00" font-family="Sans" font-size="54.928px" stroke="#00ff00" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.433" xml:space="preserve"><tspan x="275.7825" y="939.1084" fill="#ffffff" font-family="Sans" font-size="32px" stroke="none" stroke-width="3.433" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal">DRM & KMS</tspan></text>
|
||||
<g fill="#fff" stroke="#fff" stroke-dashoffset="3.055" stroke-linecap="round" stroke-linejoin="round" stroke-width="6">
|
||||
<path d="m480 149.11v241.62" marker-end="url(#e)"/>
|
||||
<path d="m240 148.97v33.863" marker-end="url(#d)"/>
|
||||
<path d="m240 334.19v55.688" marker-end="url(#c)"/>
|
||||
<path d="m360 807.42v19.25" marker-end="url(#b)"/>
|
||||
<path d="m360 1074.6v19.25" marker-end="url(#a)"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 11 KiB |
1459
linuxgraphicsstack/media/presentationsourceqr.svg
Normal file
1459
linuxgraphicsstack/media/presentationsourceqr.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 65 KiB |
BIN
linuxgraphicsstack/media/vkcube.webm
Normal file
BIN
linuxgraphicsstack/media/vkcube.webm
Normal file
Binary file not shown.
15
linuxgraphicsstack/slides/00-title.md
Normal file
15
linuxgraphicsstack/slides/00-title.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
[comment]: # (THEME = night)
|
||||
[comment]: # (CODE_THEME = base16/zenburn)
|
||||
|
||||
[comment]: # (controls: true)
|
||||
[comment]: # (keyboard: true)
|
||||
[comment]: # (markdown: { smartypants: true })
|
||||
[comment]: # (hash: true)
|
||||
[comment]: # (respondToHashChanges: true)
|
||||
[comment]: # (slideNumber: 'c/t')
|
||||
[comment]: # (width: 1280)
|
||||
[comment]: # (height: 720)
|
||||
|
||||
# Linux Graphics Stack
|
||||
By Logan G
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
13
linuxgraphicsstack/slides/01-vkcube.md
Normal file
13
linuxgraphicsstack/slides/01-vkcube.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
<video width="960" height="540" autoplay loop>
|
||||
<source src="media/vkcube.webm" type="video/webm">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
Notes:
|
||||
|
||||
Here is an example of a simple graphical program. For those who do not know, this is "vkcube",
|
||||
a program which, as the name suggests, draws a cube to the screen.
|
||||
|
||||
Suppose I am vkcube. How do I actually get myself onto the screen?
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
9
linuxgraphicsstack/slides/02-overview.md
Normal file
9
linuxgraphicsstack/slides/02-overview.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
 <!-- .element: style="width: 25%;" -->
|
||||
|
||||
Notes:
|
||||
|
||||
Well, to start, lets take a look at what we have to work with. This is the simplified overview of the Linux
|
||||
graphics stack, there are some intermediates that I didn't feel were worth drawing on here, but I will mention most of
|
||||
them later. To start understanding this problem though, we need to start low.
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
40
linuxgraphicsstack/slides/03-hardware.md
Normal file
40
linuxgraphicsstack/slides/03-hardware.md
Normal file
|
@ -0,0 +1,40 @@
|
|||
<div style="text-align: center; display: grid; grid-template-columns: 1fr 1fr;">
|
||||
<div> <!-- Left pane -->
|
||||
<!-- Title -->
|
||||
|
||||
## Hardware
|
||||
|
||||
- Graphics card(s)
|
||||
- 3D accelerator
|
||||
- Video RAM
|
||||
- VBIOS
|
||||
- Display controller(s)
|
||||
- Monitor(s)
|
||||
- EDID
|
||||
|
||||
</div>
|
||||
<div> <!-- Right pane -->
|
||||
<!-- Title -->
|
||||
|
||||
 <!-- .element: style="width: 50%;" -->
|
||||
|
||||
</div>
|
||||
|
||||
Note:
|
||||
Starting with: Your hardware.
|
||||
|
||||
In the context of graphics, hardware usually is referring to your graphics card, or GPU for short. This can be something like
|
||||
an "NVIDIA RTX 2070 SUPER", "AMD Radeon RX 6700 XT", or whatever integrated solution your device has.
|
||||
|
||||
GPUs are pretty complicated beasts, but for today we'll only talk about them on a very high level.
|
||||
GPUs tend to consist of some sort of 3D accelerator. This is essentially just a massive pool of highly specialized CPU cores.
|
||||
They also have Video RAM for storing things like game textures, geometry, and the ultimate output that is sent to the screen.
|
||||
There's also the VBIOS, which is essentially the GPU's firmware.
|
||||
|
||||
However, there are a few more pieces to the puzzle. There are also display controllers, which provide the video outputs. These
|
||||
are usually found on the GPU itself, but not always.
|
||||
|
||||
There's also of course your monitors, which are not only the ultimate destination, but are also important because they provide information
|
||||
about themselves using a protocol called EDID, or Extended Display Identification Data.
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
41
linuxgraphicsstack/slides/04-kernel.md
Normal file
41
linuxgraphicsstack/slides/04-kernel.md
Normal file
|
@ -0,0 +1,41 @@
|
|||
<div style="text-align: center; display: grid; grid-template-columns: 1fr 1fr;">
|
||||
<div> <!-- Left pane -->
|
||||
<!-- Title -->
|
||||
|
||||
## Linux Kernel
|
||||
|
||||
- Communicates "directly" with hardware
|
||||
- Provides drivers
|
||||
- Initializes hardware
|
||||
- Provides HAL
|
||||
- Provides userspace APIs
|
||||
- Provides planes for userspace to draw to
|
||||
|
||||
</div>
|
||||
<div> <!-- Right pane -->
|
||||
<!-- Title -->
|
||||
|
||||
 <!-- .element: style="width: 50%;" -->
|
||||
|
||||
</div>
|
||||
|
||||
Notes:
|
||||
Then there's the beloved Linux kernel.
|
||||
|
||||
Being that it is a kernel, one of it's main jobs is to communicate with the hardware. It does this through the use of drivers,
|
||||
which provides the rest of the kernel with a stable interface.
|
||||
|
||||
Popular examples of these drivers are:
|
||||
- i915 and xe, which are for Intel GPUs
|
||||
- amdgpu, which is for AMD GPUs
|
||||
- And nouveau, which is for NVIDIA.
|
||||
|
||||
There are quite a few more than this, but I'd be here all day if I talked about them.
|
||||
|
||||
The kernel also brings up the hardware to a usable state so that userspace can communicate with it.
|
||||
|
||||
Userspace can communicate with the graphics hardware using a Hardware Abstraction Layer, which in the kernel
|
||||
is provided by the Direct Rendering Manager and the Kernel Mode Setting interface.
|
||||
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
30
linuxgraphicsstack/slides/05-mesa.md
Normal file
30
linuxgraphicsstack/slides/05-mesa.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
<div style="text-align: center; display: grid; grid-template-columns: 1fr 1fr;">
|
||||
<div> <!-- Left pane -->
|
||||
<!-- Title -->
|
||||
|
||||
## Mesa
|
||||
|
||||
- Provides 3D acceleration, GPU compute and HW accelerated video
|
||||
- OpenGL
|
||||
- OpenGL ES
|
||||
- Vulkan
|
||||
- OpenCL
|
||||
- Provides userspace API for drawing to the screen
|
||||
- OpenGL EGL/GLX
|
||||
- Vulkan WSI
|
||||
- Direct draw with OpenGL or Vulkan
|
||||
</div>
|
||||
<div> <!-- Right pane -->
|
||||
<!-- Title -->
|
||||
|
||||
 <!-- .element: style="width: 50%;" -->
|
||||
|
||||
</div>
|
||||
|
||||
Notes:
|
||||
|
||||
EGL - Kronos Native Platform Graphics Interface
|
||||
GLX - OpenGL Extension to the X Window System
|
||||
WSI - Window System Integration
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
17
linuxgraphicsstack/slides/06-compositor.md
Normal file
17
linuxgraphicsstack/slides/06-compositor.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div style="text-align: center; display: grid; grid-template-columns: 1fr 1fr;">
|
||||
<div> <!-- Left pane -->
|
||||
<!-- Title -->
|
||||
|
||||
## Compositor
|
||||
|
||||
- Provides an API for programs to draw to the screen
|
||||
</div>
|
||||
<div> <!-- Right pane -->
|
||||
<!-- Title -->
|
||||
|
||||
 <!-- .element: style="width: 50%;" -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
10
linuxgraphicsstack/slides/98-source.md
Normal file
10
linuxgraphicsstack/slides/98-source.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
 <!-- .element: style="width:20%; image-rendering: pixelated;" -->
|
||||
|
||||
[Presentation Source](https://git.qtechofficial.com/logan/presentations/src/branch/master/linuxgraphicsstack)
|
||||
|
||||
<br>
|
||||
|
||||
This presentation is licensed under [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)
|
||||
|
||||

|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
8
linuxgraphicsstack/slides/99-funfacts.md
Normal file
8
linuxgraphicsstack/slides/99-funfacts.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
## Fun Facts:
|
||||
|
||||
This presentation took 0 hours
|
||||
|
||||
<br>
|
||||
|
||||
Made with [markdown-slides](https://gitlab.com/da_doomer/markdown-slides) + reveal.js
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
BIN
linuxgraphicsstack/source/overview.svgz
Normal file
BIN
linuxgraphicsstack/source/overview.svgz
Normal file
Binary file not shown.
2
markdown/.gitignore
vendored
Normal file
2
markdown/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
work/
|
||||
out/
|
|
@ -1,6 +1,6 @@
|
|||
## Fun Facts:
|
||||
|
||||
This presentation took 0 hours
|
||||
This presentation took 5 hours
|
||||
|
||||
<br>
|
||||
|
||||
|
|
2
solarityliveboot/.gitignore
vendored
Normal file
2
solarityliveboot/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
work/
|
||||
out/
|
22
solarityliveboot/Makefile
Normal file
22
solarityliveboot/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
SRC = ./slides/*.md
|
||||
TEMP_DIR = ./work/
|
||||
TEMP_MD = $(TEMP_DIR)/work.md
|
||||
OUT_DIR = ./out/
|
||||
INCLUDE_DIR = ./media/
|
||||
|
||||
all: $(OUT_DIR)/index.html
|
||||
|
||||
$(OUT_DIR)/index.html: $(TEMP_MD)
|
||||
mkdir -p $(OUT_DIR)
|
||||
mdslides $(TEMP_MD) --include $(INCLUDE_DIR) --output $(OUT_DIR)
|
||||
|
||||
$(TEMP_MD): $(SRC)
|
||||
mkdir -p $(TEMP_DIR)
|
||||
cat $(SRC) > $(TEMP_MD)
|
||||
|
||||
preview: $(OUT_DIR)/index.html
|
||||
xdg-open $(OUT_DIR)/index.html
|
||||
|
||||
clean:
|
||||
rm -rf $(OUT_DIR)/
|
||||
rm -rf $(TEMP_DIR)/
|
17
solarityliveboot/README.md
Normal file
17
solarityliveboot/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Linux Graphics Stack
|
||||
|
||||
|
||||
|
||||
### Building
|
||||
|
||||
Requirements:
|
||||
- [markdown-slides](https://gitlab.com/da_doomer/markdown-slides)
|
||||
- GNU Make
|
||||
- A JS capable web browser
|
||||
|
||||
0. Clone this repository
|
||||
1. `make clean`
|
||||
2. `make`
|
||||
3. `make preview` or open `./out/index.html` in a JS capable web browser
|
||||
|
||||
For instructions on presenting, refer to RevealJS documentation.
|
25
solarityliveboot/media/Cc-by-nc-sa_icon.svg
Normal file
25
solarityliveboot/media/Cc-by-nc-sa_icon.svg
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="42" viewBox="0 0 120 42" baseProfile="basic" version="1.1">
|
||||
<g id="surface1">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(66.666667%,69.803922%,67.058824%);fill-opacity:1;" d="M 3.410156 0.453125 L 116.761719 0.652344 C 118.347656 0.652344 119.761719 0.417969 119.761719 3.816406 L 119.621094 41.144531 L 0.546875 41.144531 L 0.546875 3.675781 C 0.546875 2 0.710938 0.453125 3.410156 0.453125 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 117.753906 0 L 2.246094 0 C 1.007813 0 0 1.007813 0 2.246094 L 0 41.492188 C 0 41.773438 0.226563 42 0.507813 42 L 119.492188 42 C 119.773438 42 120 41.773438 120 41.492188 L 120 2.246094 C 120 1.007813 118.992188 0 117.753906 0 Z M 2.246094 1.015625 L 117.753906 1.015625 C 118.433594 1.015625 118.984375 1.566406 118.984375 2.246094 C 118.984375 2.246094 118.984375 18.042969 118.984375 29.46875 L 36.429688 29.46875 C 33.402344 34.9375 27.570313 38.652344 20.882813 38.652344 C 14.1875 38.652344 8.359375 34.941406 5.335938 29.46875 L 1.015625 29.46875 C 1.015625 18.042969 1.015625 2.246094 1.015625 2.246094 C 1.015625 1.566406 1.566406 1.015625 2.246094 1.015625 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 34.523438 19.550781 C 34.527344 27.082031 28.425781 33.1875 20.894531 33.191406 C 13.367188 33.199219 7.257813 27.097656 7.253906 19.566406 C 7.253906 19.5625 7.253906 19.558594 7.253906 19.550781 C 7.246094 12.023438 13.347656 5.914063 20.878906 5.910156 C 28.410156 5.90625 34.519531 12.003906 34.523438 19.535156 C 34.523438 19.539063 34.523438 19.546875 34.523438 19.550781 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 31.972656 8.445313 C 34.996094 11.46875 36.507813 15.171875 36.507813 19.550781 C 36.507813 23.929688 35.019531 27.59375 32.050781 30.539063 C 28.894531 33.640625 25.167969 35.191406 20.867188 35.191406 C 16.617188 35.191406 12.957031 33.652344 9.882813 30.578125 C 6.804688 27.503906 5.269531 23.828125 5.269531 19.550781 C 5.269531 15.277344 6.804688 11.574219 9.882813 8.445313 C 12.878906 5.421875 16.539063 3.910156 20.867188 3.910156 C 25.246094 3.910156 28.949219 5.421875 31.972656 8.445313 Z M 11.917969 10.480469 C 9.359375 13.0625 8.082031 16.085938 8.082031 19.554688 C 8.082031 23.023438 9.347656 26.023438 11.875 28.550781 C 14.40625 31.082031 17.417969 32.34375 20.914063 32.34375 C 24.410156 32.34375 27.445313 31.066406 30.027344 28.511719 C 32.480469 26.140625 33.707031 23.152344 33.707031 19.554688 C 33.707031 15.984375 32.460938 12.953125 29.96875 10.460938 C 27.476563 7.972656 24.460938 6.726563 20.914063 6.726563 C 17.367188 6.726563 14.367188 7.976563 11.917969 10.480469 Z M 18.644531 18.03125 C 18.253906 17.179688 17.667969 16.753906 16.886719 16.753906 C 15.511719 16.753906 14.820313 17.679688 14.820313 19.535156 C 14.820313 21.390625 15.511719 22.320313 16.886719 22.320313 C 17.796875 22.320313 18.449219 21.867188 18.839844 20.960938 L 20.75 21.980469 C 19.839844 23.597656 18.472656 24.40625 16.652344 24.40625 C 15.246094 24.40625 14.121094 23.976563 13.273438 23.113281 C 12.429688 22.253906 12.003906 21.066406 12.003906 19.550781 C 12.003906 18.0625 12.441406 16.882813 13.3125 16.007813 C 14.183594 15.132813 15.273438 14.695313 16.574219 14.695313 C 18.5 14.695313 19.878906 15.453125 20.710938 16.972656 Z M 27.632813 18.03125 C 27.242188 17.179688 26.667969 16.753906 25.914063 16.753906 C 24.507813 16.753906 23.804688 17.679688 23.804688 19.535156 C 23.804688 21.390625 24.507813 22.320313 25.914063 22.320313 C 26.828125 22.320313 27.464844 21.867188 27.828125 20.960938 L 29.78125 21.980469 C 28.871094 23.597656 27.507813 24.40625 25.691406 24.40625 C 24.285156 24.40625 23.164063 23.976563 22.316406 23.113281 C 21.476563 22.253906 21.050781 21.066406 21.050781 19.550781 C 21.050781 18.0625 21.480469 16.882813 22.339844 16.007813 C 23.195313 15.132813 24.285156 14.695313 25.613281 14.695313 C 27.535156 14.695313 28.910156 15.453125 29.742188 16.972656 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 62.503906 15.222656 C 62.503906 21.152344 57.695313 25.960938 51.761719 25.960938 C 45.832031 25.960938 41.023438 21.152344 41.023438 15.222656 C 41.023438 9.292969 45.832031 4.484375 51.761719 4.484375 C 57.695313 4.484375 62.503906 9.292969 62.503906 15.222656 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 54.871094 12.117188 C 54.871094 11.703125 54.535156 11.367188 54.121094 11.367188 L 49.378906 11.367188 C 48.964844 11.367188 48.628906 11.703125 48.628906 12.117188 L 48.628906 16.859375 L 49.953125 16.859375 L 49.953125 22.476563 L 53.546875 22.476563 L 53.546875 16.859375 L 54.871094 16.859375 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 53.371094 9.121094 C 53.371094 10.015625 52.648438 10.742188 51.75 10.742188 C 50.855469 10.742188 50.128906 10.015625 50.128906 9.121094 C 50.128906 8.226563 50.855469 7.5 51.75 7.5 C 52.648438 7.5 53.371094 8.226563 53.371094 9.121094 Z "/>
|
||||
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 51.734375 3.390625 C 48.523438 3.390625 45.804688 4.511719 43.578125 6.753906 C 41.296875 9.074219 40.15625 11.816406 40.15625 14.988281 C 40.15625 18.15625 41.296875 20.882813 43.578125 23.160156 C 45.863281 25.441406 48.582031 26.582031 51.734375 26.582031 C 54.929688 26.582031 57.695313 25.433594 60.039063 23.132813 C 62.246094 20.949219 63.347656 18.234375 63.347656 14.988281 C 63.347656 11.738281 62.226563 8.996094 59.980469 6.753906 C 57.734375 4.511719 54.988281 3.390625 51.734375 3.390625 Z M 51.765625 5.480469 C 54.398438 5.480469 56.632813 6.40625 58.46875 8.261719 C 60.328125 10.097656 61.257813 12.339844 61.257813 14.988281 C 61.257813 17.652344 60.347656 19.867188 58.527344 21.625 C 56.613281 23.519531 54.359375 24.464844 51.765625 24.464844 C 49.171875 24.464844 46.9375 23.527344 45.058594 21.652344 C 43.183594 19.78125 42.246094 17.558594 42.246094 14.988281 C 42.246094 12.417969 43.191406 10.175781 45.089844 8.261719 C 46.910156 6.40625 49.132813 5.480469 51.765625 5.480469 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 48.402344 32.746094 C 48.714844 32.746094 49.003906 32.777344 49.265625 32.832031 C 49.523438 32.886719 49.75 32.976563 49.933594 33.105469 C 50.121094 33.230469 50.261719 33.398438 50.367188 33.609375 C 50.46875 33.820313 50.519531 34.078125 50.519531 34.386719 C 50.519531 34.722656 50.445313 35 50.292969 35.222656 C 50.140625 35.445313 49.914063 35.625 49.617188 35.769531 C 50.027344 35.886719 50.332031 36.09375 50.535156 36.386719 C 50.738281 36.679688 50.839844 37.035156 50.839844 37.449219 C 50.839844 37.78125 50.773438 38.070313 50.644531 38.316406 C 50.511719 38.558594 50.335938 38.761719 50.117188 38.914063 C 49.898438 39.070313 49.644531 39.183594 49.363281 39.257813 C 49.082031 39.332031 48.792969 39.371094 48.496094 39.371094 L 45.277344 39.371094 L 45.277344 32.746094 Z M 48.214844 35.425781 C 48.476563 35.425781 48.6875 35.363281 48.855469 35.242188 C 49.023438 35.117188 49.105469 34.917969 49.105469 34.640625 C 49.105469 34.484375 49.078125 34.359375 49.023438 34.261719 C 48.96875 34.160156 48.894531 34.085938 48.800781 34.027344 C 48.707031 33.972656 48.601563 33.933594 48.480469 33.914063 C 48.359375 33.890625 48.234375 33.878906 48.101563 33.878906 L 46.738281 33.878906 L 46.738281 35.425781 Z M 48.300781 38.234375 C 48.441406 38.234375 48.578125 38.222656 48.707031 38.195313 C 48.839844 38.167969 48.953125 38.121094 49.054688 38.054688 C 49.152344 37.992188 49.230469 37.902344 49.289063 37.789063 C 49.347656 37.679688 49.378906 37.539063 49.378906 37.363281 C 49.378906 37.023438 49.28125 36.78125 49.089844 36.636719 C 48.898438 36.492188 48.644531 36.417969 48.328125 36.417969 L 46.738281 36.417969 L 46.738281 38.234375 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 51.09375 32.746094 L 52.726563 32.746094 L 54.277344 35.363281 L 55.820313 32.746094 L 57.445313 32.746094 L 54.984375 36.828125 L 54.984375 39.371094 L 53.523438 39.371094 L 53.523438 36.789063 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 98.441406 37.730469 C 98.519531 37.886719 98.625 38.011719 98.761719 38.109375 C 98.894531 38.203125 99.046875 38.273438 99.226563 38.320313 C 99.40625 38.367188 99.589844 38.390625 99.78125 38.390625 C 99.910156 38.390625 100.050781 38.378906 100.199219 38.359375 C 100.347656 38.335938 100.484375 38.296875 100.617188 38.234375 C 100.746094 38.171875 100.851563 38.085938 100.941406 37.976563 C 101.023438 37.871094 101.070313 37.730469 101.070313 37.566406 C 101.070313 37.386719 101.011719 37.242188 100.898438 37.128906 C 100.785156 37.019531 100.632813 36.925781 100.449219 36.851563 C 100.261719 36.777344 100.050781 36.710938 99.820313 36.65625 C 99.582031 36.601563 99.347656 36.539063 99.105469 36.472656 C 98.859375 36.410156 98.617188 36.332031 98.382813 36.242188 C 98.148438 36.15625 97.9375 36.039063 97.753906 35.894531 C 97.566406 35.753906 97.417969 35.574219 97.304688 35.363281 C 97.191406 35.148438 97.132813 34.890625 97.132813 34.589844 C 97.132813 34.246094 97.207031 33.953125 97.351563 33.703125 C 97.496094 33.453125 97.683594 33.242188 97.917969 33.074219 C 98.152344 32.910156 98.421875 32.785156 98.71875 32.703125 C 99.011719 32.625 99.308594 32.585938 99.605469 32.585938 C 99.953125 32.585938 100.285156 32.625 100.601563 32.699219 C 100.921875 32.777344 101.203125 32.902344 101.449219 33.078125 C 101.699219 33.25 101.894531 33.472656 102.039063 33.738281 C 102.183594 34.011719 102.257813 34.335938 102.257813 34.71875 L 100.84375 34.71875 C 100.832031 34.519531 100.789063 34.355469 100.71875 34.226563 C 100.648438 34.097656 100.554688 33.996094 100.4375 33.921875 C 100.320313 33.847656 100.1875 33.792969 100.035156 33.765625 C 99.886719 33.734375 99.71875 33.71875 99.542969 33.71875 C 99.425781 33.71875 99.308594 33.730469 99.191406 33.753906 C 99.074219 33.78125 98.96875 33.824219 98.875 33.882813 C 98.777344 33.945313 98.699219 34.023438 98.636719 34.117188 C 98.578125 34.210938 98.546875 34.328125 98.546875 34.46875 C 98.546875 34.597656 98.570313 34.703125 98.617188 34.785156 C 98.667969 34.863281 98.765625 34.941406 98.910156 35.007813 C 99.058594 35.074219 99.257813 35.144531 99.511719 35.210938 C 99.769531 35.277344 100.105469 35.367188 100.519531 35.472656 C 100.640625 35.496094 100.8125 35.542969 101.03125 35.605469 C 101.25 35.671875 101.46875 35.773438 101.683594 35.917969 C 101.902344 36.058594 102.085938 36.25 102.246094 36.488281 C 102.402344 36.726563 102.480469 37.03125 102.480469 37.402344 C 102.480469 37.703125 102.421875 37.984375 102.304688 38.246094 C 102.1875 38.503906 102.011719 38.730469 101.78125 38.917969 C 101.550781 39.105469 101.261719 39.253906 100.917969 39.359375 C 100.574219 39.464844 100.179688 39.515625 99.726563 39.515625 C 99.363281 39.515625 99.007813 39.472656 98.664063 39.382813 C 98.320313 39.292969 98.019531 39.152344 97.757813 38.957031 C 97.492188 38.765625 97.285156 38.519531 97.128906 38.222656 C 96.976563 37.925781 96.902344 37.574219 96.90625 37.167969 L 98.320313 37.167969 C 98.320313 37.390625 98.359375 37.578125 98.441406 37.730469 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 106.644531 32.746094 L 109.121094 39.371094 L 107.609375 39.371094 L 107.109375 37.894531 L 104.632813 37.894531 L 104.113281 39.371094 L 102.648438 39.371094 L 105.152344 32.746094 Z M 106.730469 36.808594 L 105.894531 34.378906 L 105.875 34.378906 L 105.015625 36.808594 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 72.519531 32.746094 L 75.285156 37.191406 L 75.300781 37.191406 L 75.300781 32.746094 L 76.667969 32.746094 L 76.667969 39.371094 L 75.210938 39.371094 L 72.453125 34.9375 L 72.433594 34.9375 L 72.433594 39.371094 L 71.070313 39.371094 L 71.070313 32.746094 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 82.195313 34.511719 C 82.109375 34.371094 82 34.25 81.871094 34.144531 C 81.742188 34.039063 81.59375 33.957031 81.429688 33.898438 C 81.265625 33.839844 81.09375 33.8125 80.914063 33.8125 C 80.585938 33.8125 80.308594 33.875 80.078125 34 C 79.851563 34.128906 79.664063 34.296875 79.523438 34.511719 C 79.382813 34.722656 79.277344 34.964844 79.210938 35.238281 C 79.148438 35.511719 79.113281 35.792969 79.113281 36.082031 C 79.113281 36.359375 79.148438 36.632813 79.210938 36.894531 C 79.277344 37.15625 79.382813 37.394531 79.523438 37.601563 C 79.664063 37.8125 79.851563 37.980469 80.078125 38.109375 C 80.308594 38.234375 80.585938 38.296875 80.914063 38.296875 C 81.359375 38.296875 81.707031 38.164063 81.957031 37.890625 C 82.210938 37.617188 82.363281 37.257813 82.417969 36.8125 L 83.828125 36.8125 C 83.792969 37.226563 83.695313 37.601563 83.539063 37.9375 C 83.386719 38.269531 83.179688 38.554688 82.929688 38.789063 C 82.675781 39.027344 82.378906 39.207031 82.039063 39.332031 C 81.699219 39.453125 81.324219 39.515625 80.914063 39.515625 C 80.40625 39.515625 79.953125 39.429688 79.546875 39.25 C 79.140625 39.078125 78.800781 38.832031 78.519531 38.523438 C 78.242188 38.214844 78.027344 37.851563 77.878906 37.433594 C 77.730469 37.015625 77.65625 36.566406 77.65625 36.082031 C 77.65625 35.585938 77.730469 35.128906 77.878906 34.703125 C 78.027344 34.28125 78.242188 33.910156 78.519531 33.59375 C 78.800781 33.28125 79.140625 33.03125 79.546875 32.851563 C 79.953125 32.671875 80.40625 32.585938 80.914063 32.585938 C 81.28125 32.585938 81.625 32.636719 81.949219 32.742188 C 82.273438 32.847656 82.566406 33 82.820313 33.203125 C 83.078125 33.402344 83.289063 33.652344 83.457031 33.949219 C 83.625 34.246094 83.730469 34.585938 83.773438 34.96875 L 82.363281 34.96875 C 82.335938 34.804688 82.28125 34.648438 82.195313 34.511719 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 114.578125 14.980469 C 114.585938 20.824219 109.847656 25.566406 104.003906 25.574219 C 98.15625 25.574219 93.414063 20.84375 93.410156 14.996094 C 93.410156 14.992188 93.410156 14.984375 93.410156 14.980469 C 93.40625 9.136719 98.140625 4.394531 103.988281 4.390625 C 109.832031 4.382813 114.574219 9.121094 114.578125 14.964844 C 114.578125 14.96875 114.578125 14.976563 114.578125 14.980469 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 103.917969 3.386719 C 100.707031 3.386719 97.988281 4.507813 95.761719 6.746094 C 93.480469 9.066406 92.335938 11.8125 92.335938 14.980469 C 92.335938 18.148438 93.480469 20.875 95.761719 23.15625 C 98.046875 25.4375 100.765625 26.574219 103.917969 26.574219 C 107.113281 26.574219 109.878906 25.425781 112.21875 23.125 C 114.425781 20.941406 115.53125 18.226563 115.53125 14.980469 C 115.53125 11.734375 114.40625 8.988281 112.164063 6.746094 C 109.917969 4.507813 107.171875 3.386719 103.917969 3.386719 Z M 103.949219 5.472656 C 106.578125 5.472656 108.8125 6.398438 110.652344 8.257813 C 112.511719 10.089844 113.4375 12.332031 113.4375 14.980469 C 113.4375 17.648438 112.53125 19.859375 110.710938 21.621094 C 108.796875 23.511719 106.539063 24.460938 103.949219 24.460938 C 101.355469 24.460938 99.121094 23.523438 97.242188 21.648438 C 95.367188 19.773438 94.425781 17.550781 94.425781 14.980469 C 94.425781 12.410156 95.375 10.167969 97.273438 8.257813 C 99.089844 6.398438 101.316406 5.472656 103.949219 5.472656 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 98.777344 13.34375 C 99.242188 10.425781 101.292969 8.867188 103.871094 8.867188 C 107.570313 8.867188 109.828125 11.554688 109.828125 15.136719 C 109.828125 18.628906 107.425781 21.34375 103.8125 21.34375 C 101.324219 21.34375 99.097656 19.816406 98.691406 16.808594 L 101.613281 16.808594 C 101.699219 18.371094 102.710938 18.917969 104.160156 18.917969 C 105.804688 18.917969 106.878906 17.386719 106.878906 15.046875 C 106.878906 12.59375 105.953125 11.292969 104.214844 11.292969 C 102.945313 11.292969 101.84375 11.757813 101.613281 13.34375 L 102.460938 13.339844 L 100.164063 15.636719 L 97.863281 13.339844 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 88.628906 14.980469 C 88.632813 20.9375 83.808594 25.769531 77.851563 25.773438 C 71.894531 25.777344 67.058594 20.953125 67.054688 14.996094 C 67.054688 14.992188 67.054688 14.984375 67.054688 14.980469 C 67.050781 9.023438 71.878906 4.191406 77.835938 4.1875 C 83.792969 4.183594 88.625 9.007813 88.628906 14.964844 C 88.628906 14.96875 88.628906 14.976563 88.628906 14.980469 Z "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 77.828125 3.386719 C 81.078125 3.386719 83.824219 4.507813 86.070313 6.746094 C 88.316406 8.988281 89.4375 11.734375 89.4375 14.980469 C 89.4375 18.226563 88.335938 20.941406 86.128906 23.125 C 83.789063 25.425781 81.019531 26.574219 77.828125 26.574219 C 74.671875 26.574219 71.953125 25.4375 69.671875 23.15625 C 67.386719 20.875 66.246094 18.148438 66.246094 14.980469 C 66.246094 11.8125 67.386719 9.066406 69.671875 6.746094 C 71.898438 4.507813 74.613281 3.386719 77.828125 3.386719 Z M 68.855469 11.867188 C 68.507813 12.84375 68.335938 13.882813 68.335938 14.980469 C 68.335938 17.550781 69.273438 19.773438 71.152344 21.648438 C 73.027344 23.523438 75.261719 24.460938 77.855469 24.460938 C 80.449219 24.460938 82.703125 23.511719 84.621094 21.617188 C 85.261719 21 85.789063 20.324219 86.203125 19.589844 L 81.832031 17.644531 C 81.535156 19.113281 80.226563 20.109375 78.640625 20.226563 L 78.640625 22.011719 L 77.308594 22.011719 L 77.308594 20.226563 C 76.007813 20.210938 74.75 19.675781 73.789063 18.835938 L 75.386719 17.226563 C 76.15625 17.949219 76.925781 18.273438 77.976563 18.273438 C 78.65625 18.273438 79.410156 18.007813 79.410156 17.121094 C 79.410156 16.808594 79.289063 16.589844 79.097656 16.425781 L 77.992188 15.933594 L 76.613281 15.320313 C 75.933594 15.015625 75.355469 14.761719 74.777344 14.503906 Z M 77.855469 5.472656 C 75.222656 5.472656 73 6.398438 71.179688 8.257813 C 70.683594 8.753906 70.253906 9.277344 69.890625 9.820313 L 74.320313 11.796875 C 74.722656 10.566406 75.890625 9.820313 77.308594 9.738281 L 77.308594 7.949219 L 78.640625 7.949219 L 78.640625 9.738281 C 79.558594 9.78125 80.5625 10.03125 81.554688 10.800781 L 80.03125 12.367188 C 79.46875 11.96875 78.757813 11.6875 78.046875 11.6875 C 77.472656 11.6875 76.660156 11.863281 76.660156 12.585938 C 76.660156 12.699219 76.695313 12.796875 76.761719 12.882813 L 78.246094 13.542969 L 79.25 13.988281 C 79.890625 14.273438 80.503906 14.546875 81.113281 14.816406 L 87.054688 17.464844 C 87.25 16.683594 87.347656 15.855469 87.347656 14.980469 C 87.347656 12.332031 86.417969 10.089844 84.5625 8.257813 C 82.722656 6.398438 80.488281 5.472656 77.855469 5.472656 Z "/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 19 KiB |
1271
solarityliveboot/media/presentationsourceqr.svg
Normal file
1271
solarityliveboot/media/presentationsourceqr.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 56 KiB |
BIN
solarityliveboot/media/solarityliveboot.webp
Normal file
BIN
solarityliveboot/media/solarityliveboot.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
15
solarityliveboot/slides/00-title.md
Normal file
15
solarityliveboot/slides/00-title.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
[comment]: # (THEME = night)
|
||||
[comment]: # (CODE_THEME = base16/zenburn)
|
||||
|
||||
[comment]: # (controls: true)
|
||||
[comment]: # (keyboard: true)
|
||||
[comment]: # (markdown: { smartypants: true })
|
||||
[comment]: # (hash: true)
|
||||
[comment]: # (respondToHashChanges: true)
|
||||
[comment]: # (slideNumber: 'c/t')
|
||||
[comment]: # (width: 1280)
|
||||
[comment]: # (height: 720)
|
||||
|
||||
# SolarityLiveboot
|
||||
By Logan G
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
7
solarityliveboot/slides/01-whatis.md
Normal file
7
solarityliveboot/slides/01-whatis.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
### What is SolarityLiveboot?
|
||||
|
||||
- System rescue toolkit
|
||||
- Arch Linux based
|
||||
- Live boot only
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
8
solarityliveboot/slides/02-screenshot.md
Normal file
8
solarityliveboot/slides/02-screenshot.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
 <!-- .element: style="image-rendering: auto;background-color:white;width: 50%" -->
|
||||
<div style="font-size: 0.33em; line-height: 0.1em;">
|
||||
Image of SolarityLiveboot Desktop (2025-02-15)
|
||||
</div>
|
||||
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
13
solarityliveboot/slides/03-why.md
Normal file
13
solarityliveboot/slides/03-why.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
### Why?
|
||||
|
||||
- Because I can
|
||||
|
||||
[comment]: # (!!! data-auto-animate) <!--------------------------------------------------------->
|
||||
### Why?
|
||||
|
||||
- Because I can
|
||||
- I did not like common alternatives
|
||||
- Either lacked features or was very bloated
|
||||
- Too user friendly
|
||||
|
||||
[comment]: # (!!! data-auto-animate) <!--------------------------------------------------------->
|
19
solarityliveboot/slides/04-generaloverview.md
Normal file
19
solarityliveboot/slides/04-generaloverview.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
### General Overview
|
||||
|
||||
<div style="font-size: 24pt">
|
||||
|
||||
- Arch Linux based
|
||||
- Targetted at Linux intermediate and power users
|
||||
- Notable features:
|
||||
- Wayland (labwc)
|
||||
- OpenZFS bundled
|
||||
- Latest (stable) Linux kernel
|
||||
- ZRAM
|
||||
- Somewhat lightweight
|
||||
- ~1.8GiB ISO
|
||||
- ~179MB RAM used at TTY
|
||||
- ~300MB RAM used in labwc
|
||||
|
||||
</div>
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
129
solarityliveboot/slides/05-comparison.md
Normal file
129
solarityliveboot/slides/05-comparison.md
Normal file
|
@ -0,0 +1,129 @@
|
|||
### Comparison
|
||||
|
||||
<table style="font-size: 18px;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align: center; border: 1px solid black"></th>
|
||||
<th style="text-align: center; border: 1px solid black">SolarityLiveboot</th>
|
||||
<th style="text-align: center; border: 1px solid black">SystemRescue</th>
|
||||
<th style="text-align: center; border: 1px solid black">Finnix</th>
|
||||
<th style="text-align: center; border: 1px solid black">Kali Linux ISO</th>
|
||||
<th style="text-align: center; border: 1px solid black">Arch Linux ISO</th>
|
||||
<th style="text-align: center; border: 1px solid black">Medicat</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">FOSS</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">❌</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Size</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">1844MiB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">944MiB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">498MiB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">4807MiB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">1179MiB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">30720MiB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Base</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Arch Linux</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Arch Linux</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Debian</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Debian</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Arch Linux</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Multiple</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Kernel Version</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">6.13</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">6.6</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">6.8</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">6.11</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">6.12</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">N/A</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">GUI</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">LabWC</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">XFCE</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">N/A</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">XFCE</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">N/A</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Multiple</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">RAM (TTY)</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">179MB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">114MB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">123MB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">N/A</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">162MB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">N/A</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">RAM (GUI)</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">300MB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">267MB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">N/A</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">582MB</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">N/A</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">N/A</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Run from RAM</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">🟨</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">🟨</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">❌</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">OpenZFS</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">🟨</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">❌</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">❌</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">❌</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">❌</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">ReiserFS</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">❌</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black"></td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black"></td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black"></td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black"></td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black"></td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black"></td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black"></td>
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">Legal</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">✅</td>
|
||||
<td style="text-align:center; vertical-align:middle; border: 1px solid black">❌</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
25
solarityliveboot/slides/06-neatstuff.md
Normal file
25
solarityliveboot/slides/06-neatstuff.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
### QoL Features
|
||||
|
||||
- OpenZFS preloaded and configured
|
||||
- uBlock Origin preinstalled
|
||||
- Runs from RAM by default
|
||||
- ZRAM swap preconfigured
|
||||
- Preconfigured to compile AUR packages
|
||||
- Daemonized terminal and launchers
|
||||
- Chaotic AUR repository preconfigured
|
||||
|
||||
[comment]: # (!!! data-auto-animate) <!--------------------------------------------------------->
|
||||
|
||||
### QoL Features
|
||||
|
||||
- OpenZFS preloaded and configured
|
||||
- uBlock Origin preinstalled
|
||||
- Runs from RAM by default
|
||||
- ZRAM swap preconfigured
|
||||
- Preconfigured to compile AUR packages
|
||||
- Daemonized terminal and launchers
|
||||
- Chaotic AUR repository preconfigured
|
||||
- TTY cursor
|
||||
|
||||
[comment]: # (!!! data-auto-animate) <!--------------------------------------------------------->
|
||||
|
3
solarityliveboot/slides/97-demo.md
Normal file
3
solarityliveboot/slides/97-demo.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
### Demo
|
||||
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
10
solarityliveboot/slides/98-source.md
Normal file
10
solarityliveboot/slides/98-source.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
 <!-- .element: style="width:20%; image-rendering: pixelated;" -->
|
||||
|
||||
[Presentation Source](https://git.qtechofficial.com/logan/presentations/src/branch/master/linuxgraphicsstack)
|
||||
|
||||
<br>
|
||||
|
||||
This presentation is licensed under [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)
|
||||
|
||||

|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
8
solarityliveboot/slides/99-funfacts.md
Normal file
8
solarityliveboot/slides/99-funfacts.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
## Fun Facts:
|
||||
|
||||
This presentation took 0 hours
|
||||
|
||||
<br>
|
||||
|
||||
Made with [markdown-slides](https://gitlab.com/da_doomer/markdown-slides) + reveal.js
|
||||
[comment]: # (!!!) <!--------------------------------------------------------->
|
Loading…
Add table
Reference in a new issue