This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| bookworm_-_custom_packages [2024/03/04 14:48] – removed - external edit (Unknown date) 127.0.0.1 | bookworm_-_custom_packages [2024/09/22 22:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Bookworm Custom Packages ====== | ||
| + | |||
| + | Arch's supported: | ||
| + | * aarch64 (arm64) | ||
| + | * x86_64 (amd64) | ||
| + | |||
| + | / | ||
| + | < | ||
| + | deb https:// | ||
| + | #deb-src https:// | ||
| + | </ | ||
| + | |||
| + | Repository Key: https:// | ||
| + | |||
| + | ====== Packages: ====== | ||
| + | |||
| + | ==== QT5 Base packages ==== | ||
| + | |||
| + | * rebuilt with my multi-screen eglfs patch | ||
| + | * pulled in with AdrenlinerushUI, | ||
| + | |||
| + | ==== AdrenlinerushUI ==== | ||
| + | == Install == | ||
| + | < | ||
| + | apt-get install adrenlinerushui | ||
| + | </ | ||
| + | == Set the proper QT Platform == | ||
| + | < | ||
| + | export QT_QPA_PLATFORM=" | ||
| + | or | ||
| + | export QT_QPA_PLATFORM=" | ||
| + | </ | ||
| + | == For dual screen with eglfs create a config appropriate to your setup:== | ||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | ] | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | == Export the path to config:== | ||
| + | < | ||
| + | export QT_QPA_EGLFS_KMS_CONFIG="/ | ||
| + | </ | ||
| + | |||
| + | ==== Adrenlinerush File Browser ==== | ||
| + | |||
| + | == Install == | ||
| + | < | ||
| + | apt-get install filebrowser | ||
| + | </ | ||
| + | |||
| + | * ensure that you do not have QT_QPA_PLATFORM | ||
| + | * should be run from an X Session | ||
| + | |||
| + | ==== Adrenlinerush qeglfsvideoplayer ==== | ||
| + | |||
| + | == Install == | ||
| + | < | ||
| + | apt-get install qeglfsvideoplayer | ||
| + | </ | ||
| + | |||
| + | == Usage == | ||
| + | < | ||
| + | qeglfsvideoplayer / | ||
| + | </ | ||
| + | | ||
| + | == Can be used from shell (no X or wayland) == | ||
| + | |||
| + | < | ||
| + | export QT_QPA_PLATFORM=" | ||
| + | or | ||
| + | export QT_QPA_PLATFORM=" | ||
| + | </ | ||
| + | |||
| + | == Can be used from X, but ensure QT_QPA_PLATFORM is unset == | ||