mirror of
https://github.com/tiyn/wiki.git
synced 2025-05-12 08:07:46 +02:00
Compare commits
No commits in common. "f6c361ac47fb22ba5b87ca10d5c7ff5339d54294" and "59644af1095ec8c2b8299d1684e7b7ed7124dcc3" have entirely different histories.
f6c361ac47
...
59644af109
@ -1,41 +0,0 @@
|
|||||||
# Lutris
|
|
||||||
|
|
||||||
[Lutris](https://lutris.net/) is a free and open source video game platform for
|
|
||||||
Linux systems.
|
|
||||||
It features compatibility with [GOG](https://www.gog.com/),
|
|
||||||
[Humble Bundle](https://humblebundle.com/),
|
|
||||||
[Epic Games](https://www.epicgames.com/), [Steam](/wiki/games/steam.md) and many
|
|
||||||
other Windows games via its own installer that uses [WINE](/wiki/linux/wine.md).
|
|
||||||
Additionally to that Lutris supports many different
|
|
||||||
[emulators](/wiki/games/emulators.md).
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
### Manually add a game
|
|
||||||
|
|
||||||
By clicking on the `+` in the left upper corner of the Lutris application a new
|
|
||||||
game can be manually added.
|
|
||||||
For `.iso` files select `Install a Windows game from media`.
|
|
||||||
For `.exe` files select `Add locally installed game`.
|
|
||||||
Make sure to select the correct runner for the game in the following window.
|
|
||||||
For Windows games using [WINE](/wiki/linux/wine.md) make sure to set the
|
|
||||||
`Wine prefix` to the desired location.
|
|
||||||
For cleanup afterwards the game can be moved into the WINE prefix folder as if
|
|
||||||
it was installed inside Windows.
|
|
||||||
|
|
||||||
### Installing Windows DLLs
|
|
||||||
|
|
||||||
Select the game in the `Games` tab of the library.
|
|
||||||
Then select the upwards arrow next to the [WINE](/wiki/linux/wine.md) symbol in
|
|
||||||
the bar at the lower screen.
|
|
||||||
Select `Winetricks` and `Select the default wineprefix` in the window
|
|
||||||
afterwards.
|
|
||||||
After selecting `Install a Windows DLL or component` the package to install can
|
|
||||||
be selected.
|
|
||||||
|
|
||||||
### DX12/DX13 is not supported on your system
|
|
||||||
|
|
||||||
This section handles a fix if the game is not able to run due to the system not
|
|
||||||
supporting DX12 or DX13.
|
|
||||||
This can be easily fixed by inserting `-dx11` in `Arguments` under the
|
|
||||||
`Game options` tab that pops up after selecting `Configure` for a selected game.
|
|
@ -1,21 +0,0 @@
|
|||||||
# RAR (package)
|
|
||||||
|
|
||||||
RAR is a package available for many Linux distributions that handles `.rar`
|
|
||||||
archives of the [RAR algorithm](/wiki/rar_(algorithm).md).
|
|
||||||
|
|
||||||
## Setup
|
|
||||||
|
|
||||||
On most distributions the functionalities for creating a `.rar` archive is
|
|
||||||
bundled in the `rar` package.
|
|
||||||
For extraction a separate package is used called `unrar`.
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
### Extracting a `.rar` archive
|
|
||||||
|
|
||||||
A `.rar` archive can be extracted using the `unrar` package with the following
|
|
||||||
command.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
unrar e <path to .rar file>
|
|
||||||
```
|
|
@ -1,11 +1,11 @@
|
|||||||
# WINE
|
# Wine
|
||||||
|
|
||||||
[WINE](https://www.winehq.org/) is a compatibility layer to run windows
|
[Wine](https://www.winehq.org/) is a compatibility layer to run windows
|
||||||
programs on Linux machines.
|
programs on linux machines.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
WINE can be installed on most distributions by acquiring the `wine` package.
|
Wine can be installed on most distributions by acquiring the `wine` package.
|
||||||
The `winetricks` package also is recommended.
|
The `winetricks` package also is recommended.
|
||||||
Alternatively it can be downloaded from
|
Alternatively it can be downloaded from
|
||||||
[the official website](https://www.winehq.org/).
|
[the official website](https://www.winehq.org/).
|
||||||
@ -18,12 +18,6 @@ Alternatively it can be downloaded from
|
|||||||
- `winetricks` - run the installation of basic windows dependencies to the wine
|
- `winetricks` - run the installation of basic windows dependencies to the wine
|
||||||
directory
|
directory
|
||||||
- Move the program you want to run to `$WINEPREFIX/drive_c/`
|
- Move the program you want to run to `$WINEPREFIX/drive_c/`
|
||||||
- `winetricks sandbox` - (Optional) if you don't want WINE to set up directories
|
- `winetricks sandbox` - (Optional) if you don't want wine to set up directories
|
||||||
or files into your home directory
|
or files into your home directory
|
||||||
- `wine $WINEPREFIX/drive_c/<insert program>` - Run the program with WINE
|
- `wine $WINEPREFIX/drive_c/<insert program>` - Run the program with wine
|
||||||
|
|
||||||
### Games and management/configuration of them
|
|
||||||
|
|
||||||
WINE is able to run many Windows games.
|
|
||||||
An easy way to create WINE prefixes for different games and managing the
|
|
||||||
installations of them is [Lutris](/wiki/games/lutris.md).
|
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
# RAR (algorithm)
|
|
||||||
|
|
||||||
This article describes the [RAR](https://www.rarlab.com/) algorithm.
|
|
||||||
For the linux `rar` or `unrar` package see the
|
|
||||||
[rar package entry](/wiki/linux/rar_(package).md).
|
|
||||||
|
|
||||||
RAR - short for Roshal Archive - is an algorithm for compression aswell as a
|
|
||||||
format (`.rar`).
|
|
||||||
RAR archives can feature files with extensions of an `r` with two digits
|
|
||||||
following like `.r00` or `.r01`.
|
|
||||||
When more than 100 data files are needed the letter will turn to an `s` and so
|
|
||||||
forth until enough files have been created.
|
|
||||||
These are parts of the compressed data that are created when the data is
|
|
||||||
compressed.
|
|
Loading…
x
Reference in New Issue
Block a user