Compare commits
No commits in common. "3b5241763764cbf292df7fb51f2642d580136fd7" and "ef3de108f95f7e41416ed7942539c081634d321e" have entirely different histories.
3b52417637
...
ef3de108f9
@ -2,11 +2,8 @@ You can help us in the development of the project on the website: https://linux-
|
||||
----------------------------------------
|
||||
Changelog:
|
||||
|
||||
###Scripts version 2379### / stable / Date: 15.11.2024 / Download update size: 4 megabytes
|
||||
* HOTFIX - fix for problems related to the lack of sound (pulse by default)
|
||||
|
||||
###Scripts version 2378### / stable / Date: 15.11.2024 / Download update size: 4 megabytes
|
||||
* minor adjustments to the stable version of PortProton scripts
|
||||
minor adjustments to the stable version of PortProto scripts
|
||||
|
||||
###Scripts version 2377### / stable / Date: 15.11.2024 / Download update size: 220 megabytes
|
||||
* cumulative update to the stable version of PortProton scripts
|
||||
|
@ -2,9 +2,6 @@
|
||||
-----------------------------------------
|
||||
История изменений:
|
||||
|
||||
###Scripts version 2379### / stable / Дата: 15.11.2024 / Размер скачиваемого обновления: 4 мегабайта
|
||||
* HOTFIX - исправление проблем связанных с отсуствием звука
|
||||
|
||||
###Scripts version 2378### / stable / Дата: 15.11.2024 / Размер скачиваемого обновления: 4 мегабайта
|
||||
* небольшие корректировки стабильной версии скриптов PortProton
|
||||
|
||||
|
@ -3915,13 +3915,9 @@ start_portwine () {
|
||||
get_and_set_reg_file --delete 'Software\Wine\Drivers' 'Graphics'
|
||||
fi
|
||||
|
||||
|
||||
case "$PW_SOUND_DRIVER_USE" in
|
||||
pulse) get_and_set_reg_file --add 'Software\Wine\Drivers' 'Audio' 'REG_SZ' "pulse" "user" ;;
|
||||
alsa) get_and_set_reg_file --add 'Software\Wine\Drivers' 'Audio' 'REG_SZ' "alsa" "user" ;;
|
||||
oss) get_and_set_reg_file --add 'Software\Wine\Drivers' 'Audio' 'REG_SZ' "oss" "user" ;;
|
||||
*) get_and_set_reg_file --delete 'Software\Wine\Drivers' 'Audio' ;;
|
||||
esac
|
||||
if [[ $PW_SOUND_DRIVER_USE != "disabled" ]] ; then
|
||||
get_and_set_reg_file --add 'Software\Wine\Drivers' 'Audio' 'REG_SZ' "$PW_SOUND_DRIVER_USE" "user"
|
||||
fi
|
||||
|
||||
pw_stop_progress_bar
|
||||
if ! check_start_from_steam ; then
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (linux-gaming.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2379
|
||||
#SCRIPTS_STABLE_VERSION=2379
|
||||
#SCRIPTS_NEXT_VERSION=2378
|
||||
#SCRIPTS_STABLE_VERSION=2378
|
||||
########################################################################
|
||||
export AI_TOP_GAMES="PW_LGC PW_VKPLAY PW_EPIC PW_BATTLE_NET PW_WORLD_OF_SEA_BATTLE PW_RUSSIAN_FISHING PW_HO_YO_PLAY PW_FARLIGHT84 PW_WARFRAME PW_WGC PW_UBISOFT"
|
||||
# export PROTON_USE_XALIA="1"
|
||||
@ -38,7 +38,6 @@ export PW_GPU_USE="disabled"
|
||||
export PW_LOCALE_SELECT="disabled"
|
||||
export PW_DINPUT_PROTOCOL="0"
|
||||
export STAGING_SHARED_MEMORY="1"
|
||||
export PW_SOUND_DRIVER_USE="pulse"
|
||||
###DEFAULT_WINE###
|
||||
export PW_WINE_USE="PROTON_LG"
|
||||
export PW_PLUGINS_VER="_v17"
|
||||
|
Loading…
Reference in New Issue
Block a user