Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markupstart/void-starcitizen
https://github.com/markupstart/void-starcitizen
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/markupstart/void-starcitizen
- Owner: markupstart
- Created: 2024-03-17T14:36:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T15:38:04.000Z (9 months ago)
- Last Synced: 2024-05-04T16:38:41.859Z (9 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Notes on using the Lug Helper to install Star Citizen in Void Linux
Lug Helper located here: https://github.com/starcitizen-lug/lug-helper
*Star Citizen max-map-count and file limits adjustments.
1. Edit /etc/sysctl.conf add
```
vm.max_map_count=16777216
```
2. Edit /etc/security/limits.conf add
```
* hard nofile 524288
```
3. Edit /etc/pam.d/lightdm add
```
session required pam_limits.so
```
4. Edit /etc/pam.d/login add
```
session required pam_limits.so
```
5. Reboot after editing and saving the files.*Packages needed for Star Citizen (for AMD video cards - NVIDIA will be a bit different)
*Add the needed repos
```
sudo xbps-install -S void-repo-multilib void-repo-multilib-nonfree void-repo-nonfree
```
*Update packages and repos for xbps```
sudo xbps-install -Sy
```
*install packages that are needed
```
sudo xbps-install -S zenity lutris wine winetricks mesa-vulkan-radeon mesa-vulkan-radeon-32bit Vulkan-Tools vulkan-loader vulkan-loader-32bit libunwind mesa-32bit gnutls gnutls-32bit psmisc freetype fluidsynth wine-32bit
```
6. Make sure to launch lutris one time before starting the lug-helper. Once it loads all the necessary files and libraries close lutris.
7. Run the lug-helper and follow the onscreen prompts to install star citizen
8. Launch Lutris, right click on Star Citizen go to configure>system options "Prefer System Libraries" should be enabled.NVIDIA Notes:
1. If you have NVIDIA instead of AMD video card the install packages that are needed step above will look like this:
```
sudo xbps-install -S zenity lutris wine winetricks nvidia nvidia-libs-32bit Vulkan-Tools vulkan-loader vulkan-loader-32bit libunwind mesa-32bit gnutls gnutls-32bit psmisc freetype fluidsynth wine-32bit
```*NOTE for Lutris: if Lutris errors on finding libvulkan only!
```
sudo mv /etc/ld.so.cache /tmp # delete cache
``````
sudo ldconfig # regenerate cache
``````
ldconfig -p | grep /usr/lib32/libvulkan.so
```*STEAM Notes: If Steam doesn't load or errors out, install the following package.
1. mesa-ati-dri-32bit