This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Wine\AppDefaults\RDR2.exe\DllOverrides] | |
"amd_ags_x64"="builtin,native" | |
"nvapi"="" | |
"nvapi64"="" | |
"vulkan-1"="native" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
EACDIR="$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat" | |
if [ -d $EACDIR ] | |
then | |
rm -Rf "$EACDIR" | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create an srpm from fedora/rpmfusion sources: | |
fedpkg --release f35 srpm | |
# Install build dependencies needed to build that rpm: | |
sudo dnf builddep *.src.rpm | |
# Make a local build: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/sh | |
nvgpu=$(lspci | grep -iE 'VGA|3D' | grep -i nvidia | cut -d ":" -f 3) | |
nvkernmod=$(lspci -k | grep -iEA3 'VGA|3D' | grep -iA3 nvidia | grep -i 'kernel driver' | grep -iE 'vfio-pci|nvidia') | |
if [[ ! -z $nvgpu ]]; then | |
if [[ -z $nvkernmod ]]; then | |
# Check for internet connection | |
wget -q --spider http://google.com | |
if [ $? -eq 0 ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo Installing: K-Lite Codec Pack | |
@"%~dp0K-Lite_Codec_Pack_1595_Basic.exe" /verysilent /norestart /LoadInf="%~dp0klcp_basic_unattended.ini" | |
@rem The above syntax is specific for this .bat file. If you want to execute the installer directly from the command line, then replace %~dp0 with .\ or use full path for the location of the INI file. | |
@echo Done! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Setup] | |
Group=K-Lite Codec Pack | |
NoIcons=1 | |
SetupType=custom | |
Components=video\lav, video\lav\hevc, video\lav\h264, video\lav\mpeg4, video\lav\mpeg2, video\lav\mpeg1, video\lav\vc1, video\lav\wmv, video\lav\other, audio\lav, audio\lav\ac3dts, audio\lav\truehd, audio\lav\aac, audio\lav\flac, audio\lav\mpeg, audio\lav\wma, audio\lav\other, sourcefilter\lav, sourcefilter\lav\avi, sourcefilter\lav\matroska, sourcefilter\lav\mp4, sourcefilter\lav\mpegps, sourcefilter\lav\mpegts, sourcefilter\lav\wmv, sourcefilter\lav\other, subtitles\vsfilter, tools\codectweaktool, shell\icaros_thumbnail, shell\icaros_property, misc\brokencodecs, misc\brokenfilters | |
Tasks=reset_settings\fresh, wmp_reg_formats, adjust_preferred_decoders | |
NoRestart=1 | |
CloseApplications=0 | |
[Data] | |
uim_version=12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c | |
index 3d5ae0b694..b5116c6029 100644 | |
--- a/src/mesa/main/getstring.c | |
+++ b/src/mesa/main/getstring.c | |
@@ -123,6 +123,13 @@ _mesa_GetString( GLenum name ) | |
ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, NULL); | |
+ boolean *forcedvendor = getenv("allow_vendor_override_ati"); | |
+ if ((forcedvendor) && (name==GL_VENDOR)) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: ld.so: object '/home/gloriouseggroll/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
ERROR: ld.so: object '/home/gloriouseggroll/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. | |
ERROR: ld.so: object '/home/gloriouseggroll/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. | |
ERROR: ld.so: object '/home/gloriouseggroll/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
284018.117:0008:0009:trace:module:load_builtin_callback loaded ntdll.dll 0x1106f0 0x7bc10000 | |
284018.117:0008:0009:trace:module:load_builtin_dll Trying built-in L"kernel32.dll" | |
284018.118:0008:0009:trace:module:load_dll looking for L"ntdll.dll" in L"" | |
284018.118:0008:0009:trace:module:load_dll Found L"C:\\windows\\system32\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sed -i -e 's/Anarchy/Arch/g' /etc/lsb-release | |
sed -i -e 's/Anarchy/Arch/g' /etc/os-release | |
sed -i -e 's/anarchy/arch/g' /etc/os-release | |
sed -i -e 's/arch-linux/www.archlinux/g' /etc/os-release | |
echo 'SUPPORT_URL="https://bbs.archlinux.org/"' >> /etc/os-release | |
echo 'BUG_REPORT_URL="https://bugs.archlinux.org/"' >> /etc/os-release | |
cp /etc/os-release /usr/lib/os-release | |
head -n -2 /etc/lightdm/lightdm-gtk-greeter.conf > lightdm-gtk-greeter.conf | |
mv lightdm-gtk-greeter.conf /etc/lightdm/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec | |
index 4a92913c4e..fa6d9547a4 100644 | |
--- a/dlls/kernel32/kernel32.spec | |
+++ b/dlls/kernel32/kernel32.spec | |
@@ -1425,7 +1425,7 @@ | |
@ stdcall SetNamedPipeHandleState(long ptr ptr ptr) | |
@ stdcall SetPriorityClass(long long) | |
@ stdcall SetProcessAffinityMask(long long) | |
-# @ stub SetProcessAffinityUpdateMode | |
+@ stdcall SetProcessAffinityUpdateMode(long long) |