more fixes after reinstall

This commit is contained in:
2024-08-03 16:04:28 -04:00
parent c0ae17c3de
commit e4f58cf8f1
4 changed files with 22 additions and 29 deletions

View File

@@ -263,7 +263,7 @@ after we finish the install.
```bash
# gvfs and gvfs-dnssd are for webdav support
pacman -S rsync which git iperf3 pwgen dosfstools exfatprogs gvfs gvfs-dnssd wget
pacman -S rsync which git iperf3 pwgen dosfstools exfatprogs gvfs gvfs-dnssd wget man-db
```
### ZSH

View File

@@ -10,8 +10,7 @@
- [Sunshine and Moonlight](#sunshine-and-moonlight)
- [Install Sunshine](#install-sunshine)
- [Install Moonlight](#install-moonlight)
- [AUR](#aur)
- [AppImage](#appimage)
- [Flatpak](#flatpak)
- [Commands](#commands)
- [Configuration](#configuration)
- [ProtonUp-QT](#protonup-qt)
@@ -26,6 +25,7 @@
- [Xbox Controller](#xbox-controller)
- [Mangohud](#mangohud-1)
- [ffmpeg](#ffmpeg)
- [AUR](#aur)
- [Intel 11th gen](#intel-11th-gen)
- [AMD 7900xtx](#amd-7900xtx)
- [Minecraft](#minecraft)
@@ -177,33 +177,10 @@ pacman -U --noconfirm sunshine.pkg.tar.zst
### Install Moonlight
#### AUR
(Note, this requires [ffmpeg](#ffmpeg))
<https://aur.archlinux.org/packages/moonlight-qt>
#### AppImage
<https://github.com/moonlight-stream/moonlight-qt/releases>
#### Flatpak
```bash
mv ~/Downloads/Moonlight-*.AppImage ~/Applications/Moonlight.AppImage
chmod +x ~/Applications/*.AppImage
```
vim ~/.local/share/applications/moonlight.desktop
```conf
[Desktop Entry]
Name=Moonlight
Exec=/home/ducoterra/Applications/Moonlight.AppImage %u
Icon=/home/ducoterra/.icons/Moonlight.ico
Type=Application
```
```bash
update-desktop-database
flatpak install moonlight
```
#### Commands
@@ -369,6 +346,10 @@ Then add `mangohud env MANGOHUD_CONFIGFILE=/home/ducoterra/.config/MangoHud/Mang
<https://wiki.archlinux.org/title/FFmpeg>
### AUR
<https://aur.archlinux.org/ffmpeg-full.git>
### Intel 11th gen
```bash

View File

@@ -34,6 +34,7 @@
- [Youtube-dlp](#youtube-dlp)
- [Iperf3](#iperf3)
- [Glances](#glances)
- [VirtualBox](#virtualbox)
## Podman
@@ -472,4 +473,14 @@ pacman -S iperf3
```bash
pacman -S glances
```
## VirtualBox
<https://wiki.archlinux.org/title/VirtualBox>
For the linux kernel, choose virtualbox-host-modules-arch
```bash
sudo pacman -S virtualbox
```