« RetroArch » : différence entre les versions

De Le Wiki de Lug
Aller à la navigation Aller à la recherche
(Page créée avec « [https://www.reddit.com/r/Proxmox/comments/oj6ai5/guide_lxc_gpu_accelerated_gaming_desktop_without/ Source] [https://www.reddit.com/r/Proxmox/comments/mttwtf/gpu_passthrou… »)
 
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
[https://www.reddit.com/r/Proxmox/comments/oj6ai5/guide_lxc_gpu_accelerated_gaming_desktop_without/ Source] [https://www.reddit.com/r/Proxmox/comments/mttwtf/gpu_passthrough_for_unpriviliged_containers/ source reddit..]
[https://www.reddit.com/r/Proxmox/comments/oj6ai5/guide_lxc_gpu_accelerated_gaming_desktop_without/ Source]  
= Réglage conteneur non privilégié =
= Réglage conteneur non privilégié =
[https://pve.proxmox.com/wiki/Unprivileged_LXC_containers Source]
[https://pve.proxmox.com/wiki/Unprivileged_LXC_containers Source] [https://www.reddit.com/r/Proxmox/comments/mttwtf/gpu_passthrough_for_unpriviliged_containers/ source reddit..]
=Installation=
  # apt update && apt upgrade
  # apt update && apt upgrade
= Sunshine =
== Sunshine ==
[https://github.com/loki-47-6F-64/sunshine Source]
[https://github.com/loki-47-6F-64/sunshine Source]



Version du 9 octobre 2021 à 21:03

Source

Réglage conteneur non privilégié

Source source reddit..

Installation

# apt update && apt upgrade

Sunshine

Source

# apt install cmake gcc-10 g++-10 libssl-dev libavdevice-dev libboost-thread-dev libboost-filesystem-dev libboost-log-dev libpulse-dev libopus-dev libevdev-dev
# apt install libxtst-dev libx11-dev libxrandr-dev libxfixes-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev
# apt install libdrm-dev libcap-dev
# apt install libwayland-dev
# apt install nvidia-cuda-dev nvidia-cuda-toolkit
# apt install libgbm1 git
# cd /usr/local/
# git clone https://github.com/loki-47-6F-64/sunshine.git --recurse-submodules
# cd sunshine && mkdir build && cd build
# cmake -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 ..
# make -j ${nproc}