Commit graph

513 commits

Author SHA1 Message Date
Kron4ek
da4d0ece3a
Add /usr/sbin to PATH
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
Utils CI / build (push) Has been cancelled
Some systems exclude /usr/sbin from PATH for regular users, which may cause issues in some cases.
2024-11-22 15:55:33 +03:00
Kron4ek
945ea727ce
Use double brackets for integer comparisons 2024-11-22 15:43:23 +03:00
Kron4ek
ee864e1ed8
Add a way to install Nvidia libraries offline
NVIDIA_HANDLER now has two installation modes. 

In the first (default) mode Conty downloads the driver from the official Nvidia website and installs it inside the container. In the new second mode Conty simply copies Nvidia libraries from the host system.

If the first mode fails for some reason (for example, there is no internet connection), Conty automatically tries the second mode. It is possible to force Conty to always use the second mode by using NVIDIA_HANDLER=2 variable.
2024-11-22 03:29:45 +03:00
Kron4ek
861fce5406 Update integrated utils 2024-11-22 03:07:29 +03:00
Kron4ek
121f35e02c
Merge pull request #203 from czadowanie/master
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
Change driver_url for nvidia to make it non US-specific
2024-11-20 05:22:36 +00:00
czadowanie
40e134cbbc
Change nvidia driver_url 2024-11-20 04:20:27 +01:00
Kron4ek
d3a104e32b
Update README.md
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
2024-11-08 23:23:14 +03:00
Kron4ek
b47a4b9576
Add faugus-launcher-git 2024-11-08 17:02:40 +03:00
Kron4ek
2046e1f2eb
Add pcsx2-avx-git 2024-11-08 17:02:06 +03:00
Kron4ek
0cc055cd7c
Add jre17-openjdk
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
Utils CI / build (push) Has been cancelled
Otherwise pacman installs openjdk, which is much larger.
2024-11-06 21:00:24 +03:00
Kron4ek
64007979e7
Merge pull request #201 from liberodark/patch-2
Improve Compatiblity
2024-11-06 20:58:15 +03:00
Kron4ek
5cfad18dbb
Merge pull request #200 from liberodark/patch-1
Bump to bwrap 0.11.0
2024-11-06 20:53:55 +03:00
Kron4ek
8e63d031e4
Append /usr/share to XDG_DATA_DIRS
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
Fixes issues with Vulkan drivers on non-FHS compilant Linux distros (for example, on NixOS).

#199
2024-11-03 21:34:16 +03:00
liberodark
0f44c88810 Improve Compatiblity
- Add NVK Support
- Add Some Games support
- Switch to Pipewire for Jack
2024-11-03 14:36:06 +01:00
liberodark
c058b8693b
Bump to bwrap 0.11.0 2024-11-03 01:24:44 +01:00
Kron4ek
78082b1efe
Update README.md
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
2024-10-04 21:34:43 +03:00
Kron4ek
ab37e92011
Add genymotion
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
2024-10-04 17:59:51 +03:00
Kron4ek
8fb030f429
Replace libretro-duckstation with duckstation
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
2024-09-29 14:52:47 +03:00
Kron4ek
d74f9b6bc8
Generate a file containing a list of licenses for all installed packages 2024-09-29 14:51:22 +03:00
Kron4ek
59769cc4ac
Remove the note about Nvidia from known issues
No need to keep it in the known issues section, Conty handles Nvidia drivers automatically nowadays.
2024-09-29 14:49:07 +03:00
Kron4ek
0853f1d095
Add nautilus
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
#175
2024-09-14 14:55:11 +03:00
Kron4ek
afeb61bfc4
Merge pull request #181 from yarikoptic/enh-codespell
Add codespell support (config, workflow to detect/not fix) and make it fix few typos
2024-09-14 14:44:20 +03:00
Yaroslav Halchenko
fe0a6ea08b [DATALAD RUNCMD] run codespell throughout fixing typos automagically
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2024-09-12 14:18:53 -04:00
Yaroslav Halchenko
0f9cb5d55e Some more codespell ignores 2024-09-12 14:18:50 -04:00
Yaroslav Halchenko
9e87c6fa04 Add rudimentary codespell config 2024-09-12 14:15:40 -04:00
Yaroslav Halchenko
726bb882cb Add github action to codespell master on push and PRs 2024-09-12 14:15:40 -04:00
Kron4ek
7844d08792
Fix legacy Nvidia drivers (390 and older) 2024-09-10 01:02:55 +03:00
Kron4ek
941e8e9190
Update README.md 2024-09-08 14:37:47 +03:00
Kron4ek
9976436714
Update README.md 2024-09-08 13:34:27 +03:00
Kron4ek
7a1f3bb404
Merge pull request #174 from vitaly-zdanevich/patch-10
README.md: set a few links
2024-09-08 13:33:59 +03:00
Kron4ek
10eafaaed8
Merge pull request #177 from shenmo7192/master
feat: enter-bwrap shell added
2024-09-08 13:33:03 +03:00
Kron4ek
f08069070f
Fix compatibility with sbase tools
Fixes #178
2024-09-08 13:16:29 +03:00
Kron4ek
55c8a8e5b1
Update README.md 2024-09-06 21:39:44 +03:00
shenmo
d03d25ac31 feat: enter-bwrap shell added 2024-09-05 19:47:07 +08:00
Vitaly Zdanevich
567b7c1df6
README.md: set a few links
This is good for new and old people. And I do not know about a few projects here.
2024-09-03 17:57:00 +04:00
Kron4ek
0148644566
Merge pull request #168 from vitaly-zdanevich/patch-6
README.md: included projects: set links
2024-09-03 11:59:56 +03:00
Kron4ek
8bdb515e17
Merge pull request #172 from vitaly-zdanevich/patch-9
README.md: gamescope: add termA and termB
2024-09-03 11:59:11 +03:00
Vitaly Zdanevich
5de488608c
README.md: gamescope: add termA and termB 2024-09-02 06:40:53 +03:00
Vitaly Zdanevich
ab05aac79e
README.md: projects to one line 2024-09-02 06:39:14 +03:00
Kron4ek
5157084b54
Add an alternative download link for utils
Download utils from my gitlab repo in case downloading from GitHub fails for some reason.
2024-08-31 16:59:59 +03:00
Kron4ek
dd2a1482ce
Merge pull request #169 from vitaly-zdanevich/patch-7
README.md: add that Gamescope can help when a game is not starting
2024-08-30 19:36:50 +03:00
Vitaly Zdanevich
827ad8a518
README.md: add that Gamescope can help when a game is not starting 2024-08-28 07:27:38 +03:00
Vitaly Zdanevich
7226162cba
README.md: included projects: set links
Good for new uses.

And some projects are unknown for me - so this is good to be able to click and learn more.
2024-08-28 07:22:02 +03:00
Kron4ek
881a727b2f
Move the note about Steam and gamescope to another section 2024-08-26 18:05:14 +03:00
Vitaly Zdanevich
c9e9500d62
README.md: add about why I cannot screenshot in Steam (#167)
* README.md: add about why I cannot screenshot in Steam

* README.md: drop space
2024-08-26 12:47:22 +03:00
Kron4ek
5664d53d87
Do not mount /run when updating Conty
To prevent systemd from asking for the user password.
2024-08-24 12:56:33 +03:00
Kron4ek
00e4a161e9
Ignore updating fakeroot when updating Conty
Since it may cause the update process to hang.

#165
2024-08-24 12:55:01 +03:00
Kron4ek
23f26b94bb Update integrated utils
Some checks failed
Utils CI / build (push) Has been cancelled
2024-08-19 16:27:39 +03:00
Kron4ek
ed430e58f4 Bump utils versions and fix compilation
Fix compilation of dwarfs and bash.
2024-08-19 15:43:43 +03:00
Kron4ek
8a33737b6e
Update utils.yml 2024-08-03 18:18:53 +03:00