Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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
Vladislav
PortWINE-old
Commits
f2ce80f6
Commit
f2ce80f6
authored
Sep 18, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2349
parent
f27157af
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
changelog_en
data_from_portwine/changelog_en
+3
-0
changelog_ru
data_from_portwine/changelog_ru
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+3
-3
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
f2ce80f6
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
----------------------------------------
Changelog:
Changelog:
###Scripts version 2349### / Date: 18.09.2024 / Download update size: 4 megabytes
* fixed video driver path forwarding for future versions of ALT Linux (p11)
###Scripts version 2348### / Date: 17.09.2024 / Download update size: 4 megabytes
###Scripts version 2348### / Date: 17.09.2024 / Download update size: 4 megabytes
* updated versions:
* updated versions:
* DXVK_GIT "2.3.1-120"
* DXVK_GIT "2.3.1-120"
...
...
data_from_portwine/changelog_ru
View file @
f2ce80f6
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
-----------------------------------------
-----------------------------------------
История изменений:
История изменений:
###Scripts version 2349### / Дата: 18.09.2024 / Размер скачиваемого обновления: 4 мегабайт
* исправлено обпередление путей видеодрайвера для будущих версий ALT Linux (p11)
###Scripts version 2348### / Дата: 17.09.2024 / Размер скачиваемого обновления: 4 мегабайт
###Scripts version 2348### / Дата: 17.09.2024 / Размер скачиваемого обновления: 4 мегабайт
* обновлены версии:
* обновлены версии:
* DXVK_GIT "2.3.1-120"
* DXVK_GIT "2.3.1-120"
...
...
data_from_portwine/scripts/functions_helper
View file @
f2ce80f6
...
@@ -840,14 +840,14 @@ pw_init_runtime () {
...
@@ -840,14 +840,14 @@ pw_init_runtime () {
return
0
return
0
fi
fi
if
grep
-i
-E
'(ROSA|RED OS)'
"/etc/os-release"
&>/dev/null
;
then
if
grep
-i
"altlinux"
"/etc/os-release"
&>/dev/null
;
then
export
LOCPATH
=
"/run/host/usr/share/locale/"
elif
grep
-i
"altlinux"
"/etc/os-release"
&>/dev/null
;
then
export
LIBGL_DRIVERS_PATH
=
"/usr/lib/X11/modules/dri:/usr/lib64/X11/modules/dri"
export
LIBGL_DRIVERS_PATH
=
"/usr/lib/X11/modules/dri:/usr/lib64/X11/modules/dri"
if
[[
-f
"/usr/share/vulkan/icd.d/nvidia_icd.json"
]]
;
then
if
[[
-f
"/usr/share/vulkan/icd.d/nvidia_icd.json"
]]
;
then
VK_ADD_DRIVER_FILES
=
"
$(
realpath
/usr/share/vulkan/icd.d/nvidia_icd.json
)
"
VK_ADD_DRIVER_FILES
=
"
$(
realpath
/usr/share/vulkan/icd.d/nvidia_icd.json
)
"
export
VK_ADD_DRIVER_FILES
export
VK_ADD_DRIVER_FILES
fi
fi
elif
grep
-i
-E
'(ROSA|RED OS)'
"/etc/os-release"
&>/dev/null
;
then
export
LOCPATH
=
"/run/host/usr/share/locale/"
fi
fi
PW_PV_OVERRIDES
=
"/usr/lib/pressure-vessel/overrides/lib"
PW_PV_OVERRIDES
=
"/usr/lib/pressure-vessel/overrides/lib"
...
...
data_from_portwine/scripts/var
View file @
f2ce80f6
#!/usr/bin/env bash
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=234
8
#SCRIPTS_NEXT_VERSION=234
9
#SCRIPTS_STABLE_VERSION=2342
#SCRIPTS_STABLE_VERSION=2342
########################################################################
########################################################################
# export PROTON_USE_XALIA="1"
# export PROTON_USE_XALIA="1"
...
...
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