Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
44e932ad
Commit
44e932ad
authored
Aug 22, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prescription.d: call epm prescription instead of epm play
parent
6778082b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
flatpak.sh
prescription.d/flatpak.sh
+1
-1
i586-fix.sh
prescription.d/i586-fix.sh
+1
-1
switch-to-nvidia.sh
prescription.d/switch-to-nvidia.sh
+2
-2
switch-to-pipewire.sh
prescription.d/switch-to-pipewire.sh
+1
-1
waydroid.sh
prescription.d/waydroid.sh
+1
-1
No files found.
prescription.d/flatpak.sh
View file @
44e932ad
...
...
@@ -42,6 +42,6 @@ fi
serv dbus reload
# https://bugzilla.altlinux.org/46690 and https://github.com/flatpak/flatpak/wiki/User-namespace-requirements
epm p
lay
bwrap-fix
epm p
rescription
bwrap-fix
echo
"You need to log out of the session for flatpak to work."
prescription.d/i586-fix.sh
View file @
44e932ad
...
...
@@ -6,7 +6,7 @@
[
"
$(
epm print info
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
epm p
lay
i586-support
epm p
rescription
i586-support
get_list_alt
()
{
...
...
prescription.d/switch-to-nvidia.sh
View file @
44e932ad
...
...
@@ -50,7 +50,7 @@ if check_run_kernel ; then
echo
"The most newer installed
${
USED_KFLAVOUR
}
kernel is running."
else
echo
"The system has a newer
${
USED_KFLAVOUR
}
kernel."
echo
"Reboot with a fresh
${
USED_KFLAVOUR
}
kernel and restart: epm p
lay
switch-to-nvidia"
echo
"Reboot with a fresh
${
USED_KFLAVOUR
}
kernel and restart: epm p
rescription
switch-to-nvidia"
fatal
fi
...
...
@@ -78,7 +78,7 @@ epm install --skip-installed nvidia-settings nvidia-vaapi-driver ocl-nvidia libc
nvidia-xconfig libvulkan1 libcudadebugger libnvcuvid libnvidia-api
\
libnvidia-fbc libnvidia-ml libnvidia-nvvm libnvidia-ptxjitcompiler libnvoptix nvidia-smi libxnvctrl0
epm p
lay
i586-fix
epm p
rescription
i586-fix
# Убирает «Неизвестный монитор» в настройках дисплеев
if
check_old_nvidia
;
then
...
...
prescription.d/switch-to-pipewire.sh
View file @
44e932ad
...
...
@@ -8,7 +8,7 @@
display_help
()
{
echo
"
Использование: epm p
lay
switch-to-pipewire [option]
Использование: epm p
rescription
switch-to-pipewire [option]
--global
Запуск под рутом: нужен для глобального включения(enable) службы pipewire после установки.
Но запуск(start) этой службы глобально невозможен, так как pipewire работает под пользователем.
...
...
prescription.d/waydroid.sh
View file @
44e932ad
...
...
@@ -17,7 +17,7 @@ check_run_kernel () {
display_help
()
{
echo
"
Use: epm p
lay
waydroid [option]
Use: epm p
rescription
waydroid [option]
--gpu
Select GPU for Waydroid
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment