mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Note on issues with Nvidia drivers
This commit is contained in:
parent
b54b788516
commit
7df770fd38
1 changed files with 8 additions and 0 deletions
|
@ -134,6 +134,14 @@ export HOME_DIR="/home/username/custom_home_dir"
|
|||
./conty.sh steam
|
||||
```
|
||||
|
||||
## Known issues
|
||||
|
||||
Nvidia users will experience problems if their Nvidia kernel module version mismatches the version of the Nvidia libraries inside Conty.
|
||||
|
||||
For example, if the version of your Nvidia kernel module version is 460.56 and the libraries inside the container are from 460.67 version, then graphics acceleration will not work.
|
||||
|
||||
I will try to find a solution for this problem.
|
||||
|
||||
## How to create your own Conty executables
|
||||
|
||||
If you want to create Arch-based container, then use the **create-arch-bootstrap.sh** script. Root rights
|
||||
|
|
Loading…
Reference in a new issue