Commit 4bff0c99 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'umip_check' of github.com:Htylol/PortWINE into Htylol-umip_check

parents b5370b3d 54be04a4
...@@ -3,16 +3,18 @@ ...@@ -3,16 +3,18 @@
#HogwartsLegacy.exe #HogwartsLegacy.exe
#Rating=1-5 #Rating=1-5
#####################examples########################### #####################examples###########################
if [[ "$LANGUAGE" == "ru" ]] ; then if [[ $(cat /proc/cpuinfo | grep umip) ]] ; then
export PW_COMMENT_DB="Если у вас игра не запускается, то необходимо добавить if [[ "$LANGUAGE" == "ru" ]] ; then
export PW_COMMENT_DB="Если у вас игра не запускается, то необходимо добавить
clearcpuid=514 в раздел GRUB_CMDLINE_LINUX_DEFAULT clearcpuid=514 в раздел GRUB_CMDLINE_LINUX_DEFAULT
в файле /etc/default/grub. Для упрощения можно использовать в файле /etc/default/grub. Для упрощения можно использовать
утилиту Grub Customizer" утилиту Grub Customizer"
else else
export PW_COMMENT_DB="If your game does not start, you need to add export PW_COMMENT_DB="If your game does not start, you need to add
clearcpuid=514 to the GRUB_CMDLINE_LINUX_DEFAULT section clearcpuid=514 to the GRUB_CMDLINE_LINUX_DEFAULT section
in the /etc/default/grub file. To simplify things, you can use in the /etc/default/grub file. To simplify things, you can use
Grub Customizer utility" Grub Customizer utility"
fi
fi fi
export PW_VULKAN_USE="2" export PW_VULKAN_USE="2"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment