]> git.sesse.net Git - nageru/blobdiff - README
Fix SBS for non-1280x720 resolutions.
[nageru] / README
diff --git a/README b/README
index 179e97fe89304c5d4421f331b3ba6019ab783603..69172e38ad6afc07dfde8b0861cf457c377ef6d8 100644 (file)
--- a/README
+++ b/README
@@ -33,13 +33,14 @@ Nageru is in beta stage. It currently needs:
    DRM instead of X11, to use a non-Intel GPU for rendering but still use
    Quick Sync (by giving e.g. “--va-display /dev/dri/renderD128”).
 
- - Two or more Blackmagic USB3 cards, either HDMI or SDI. These are driven
-   through the “bmusb” driver embedded in bmusb/, using libusb-1.0.
+ - Two or more Blackmagic USB3 or PCI cards, either HDMI or SDI.
+   The PCI cards need Blackmagic's own drivers installed. The USB3 cards
+   are driven through the “bmusb” driver embedded in bmusb/, using libusb-1.0.
    Note that you will want a recent Linux kernel to avoid LPM (link power
    management) and bandwidth allocation issues with USB3.
 
  - Movit, my GPU-based video filter library (https://movit.sesse.net).
-   You will need at least version 1.3.0.
+   You will need at least version 1.3.1.
 
  - Qt 5.5 or newer for the GUI.