28 results, 35 hits for __GL_THREADED_OPTIMIZATIONS="1"
#2294 · 9 comments
· updated 2019-07-18
· 1 matching
comment by
polochamps · 2015-01-27 ·
view ·
github ... I fixed it by removing the "-novid" in launch options
on
__GL_THREADED_OPTIMIZATIONS=1 %command% -novid
into
__GL_THREADED_OPTIMIZATIONS=1 ...
#10935 · 16 comments
· updated 2024-11-19
· 3 matching
I can confirm that removing
__GL_THREADED_OPTIMIZATIONS=1, or launching with "__GL_THREADED_OPTIMIZATIONS=0 steam" solves the issue for me ...
#### Your system information
* Client version: Most recent 2 betas (Startup - updater built May 29 2024 07:43:31 ...
I figured it out, at least for me, steam won't open correctly with
__GL_THREADED_OPTIMIZATIONS=1 as an ...
#3506 · 80 comments
· updated 2018-04-06
· 4 matching
LD_PRELOAD="libpthread.so.0 libGL.so.1"
__GL_THREADED_OPTIMIZATIONS=1 optirun %command%
Works for me. Using Archlinux and trying ...
... it to work (after using @BogdanOlar script)
`LD_PRELOAD="libpthread.so.0 libGL.so.1"
__GL_THREADED_OPTIMIZATIONS=1 optirun %command%`
... Bumblebee works perfect now.
`LD_PRELOAD="libpthread.so.0 libGL.so.1"
__GL_THREADED_OPTIMIZATIONS=1 optirun %command%`
Now i can ...
#4859 · 10 comments
· updated 2019-12-13
· 1 matching
To be clear, the workaround is to have either `__GL_THREADED_OPTIMIZATIONS=0` or `
__GL_THREADED_OPTIMIZATIONS=1` environment variable. The problem ...
Satisfactory
appid 526870
2 threads, 1 open
1 matching
Satisfactory
protonopenGame compatibility - UnofficialNVIDIA driversMesa driversAMD RADV
#7580 · 80 comments
· updated 2026-08-13
· 1 matching
... VKD3D_CONFIG=dxr11 PROTON_CONFIG=dxr11 VKD3D_FEATURE_LEVEL=12_1 PROTON_HIDE_NVIDIA_GPU=0 PROTON_ENABLE_NVAPI=1
__GL_THREADED_OPTIMIZATIONS=1 gamemoderun mangohud %command% -nosplash -USEALLAVAILABLECORES -NoVerifyGC
```
#4407 · 2 comments
· updated 2016-05-03
· 1 matching
comment by
cjwijtmans · 2016-05-03 ·
view ·
githubI have a similar setup and
__GL_THREADED_OPTIMIZATIONS=1 is on for the entire system and steam does not ...
Steam and Optirun
steamclosedreviewedbumblebeeDistro Family: Ubuntu
#4724 · 8 comments
· updated 2019-10-14
· 1 matching
... I wrote "Set Launch Options many things to run:
```
LD_PRELOAD="libpthread.so.0 libGL.so.1"
__GL_THREADED_OPTIMIZATIONS=1 ...
#267 · 436 comments
· updated 2020-03-31
· 2 matching
@jarrard
kwin never crashed for me.
```
export __GL_YIELD="USLEEP"
export
__GL_THREADED_OPTIMIZATIONS=1
```
can reduce CPU usage and help ...
... DXVK_SHADER_OPTIMIZE=1
DXVK_SPIRV_OPT=ON
__GL_CONSTANT_FRAME_RATE_HINT=3
__GL_NextGenCompiler=0
__GL_THREADED_OPTIMIZATIONS=1
I think the top 3 do exactly NOTHING ...
#3409 · 38 comments
· updated 2023-04-05
· 1 matching
... use:
`LD_PRELOAD="libpthread.so.0 libGL.so.1"
__GL_THREADED_OPTIMIZATIONS=1`
Anyway, finally started up steam and it appeared ...
Squad
appid 393380
1 threads, 1 open
1 matching
Squad
protonopenGame compatibility - UnofficialRegression
#938 · 585 comments
· updated 2026-07-01
· 1 matching
... launch commands, not sure if they'll make a difference for @aly199
~~~
__GL_THREADED_OPTIMIZATIONS=1 PROTON_NO_ESYNC=1 gamemoderun %command%
~~~
#5308 · 17 comments
· updated 2025-11-04
· 1 matching
... pls don’t set `
__GL_THREADED_OPTIMIZATIONS=1`, it may cause some games to crash and fail to run. That ...
#3901 · 9 comments
· updated 2019-08-02
· 1 matching
comment by
stevenroose · 2015-08-04 ·
view ·
github ... work:
```
LD_PRELOAD="libpthread.so.0 libGL.so.1"
__GL_THREADED_OPTIMIZATIONS=1 optirun steam
```
I found the solution here:
https ...
#4807 · 5 comments
· updated 2019-07-18
· 1 matching
comment by
magicaljellybeans · 2017-01-26 ·
view ·
github ... added `LD_PRELOAD="libpthread.so.0 libGL.so.1"
__GL_THREADED_OPTIMIZATIONS=1 optirun %command%` into the launch options through the ...
#3093 · 39 comments
· updated 2016-10-22
· 1 matching
... My custom launch options are `LD_PRELOAD="libpthread.so.0 libGL.so.1"
__GL_THREADED_OPTIMIZATIONS=1 $OPTIMUS_PREFIX %command%` and the ...
#4544 · 13 comments
· updated 2016-12-22
· 1 matching
... command%
LD_PRELOAD="libpthread.so.0 libGL.so.1"
__GL_THREADED_OPTIMIZATIONS=1 optirun %command%
```
all mentioned in #3506, all without ...
#3199 · 8 comments
· updated 2018-01-31
· 1 matching
... My custom launch options are `LD_PRELOAD="libpthread.so.0 libGL.so.1"
__GL_THREADED_OPTIMIZATIONS=1 $OPTIMUS_PREFIX %command%` and the ...
#149 · 5 comments
· updated 2012-12-21
· 1 matching
... dirname ${STEAMPATH})":$LD_LIBRARY_PATH
fi
ulimit -n 2048
export
__GL_THREADED_OPTIMIZATIONS=1
cd "$GAMEROOT"
if [ ! -f steam_appid.txt ]; then
echo ...
#5828 · 2 comments
· updated 2021-04-09
· 1 matching
... env SDL_VIDEO_FULLSCREEN_DISPLAY="off" PBA_ENABLE="1" WINEESYNC="1" __GL_SHADER_DISK_CACHE="1" __GL_SHADER_DISK_CACHE_PATH="${HOME}/Games/overwatch" __GL_SHADER_DISK_CACHE_SKIP_CLEANUP="1"
__GL_THREADED_OPTIMIZATIONS="1" __PBA_CB_HEAP ...
Dune: Awakening
appid 1172710
1 threads, 1 open
1 matching
Dune: Awakening
protonopenGame compatibility - UnofficialXAudio2
#8773 · 44 comments
· updated 2025-11-13
· 1 matching
... __GL_THREADED_OPTIMIZATIONS=0 gamescope -W 3840 -H 2160 -f --hdr-enabled --adaptive-sync --force-grab-cursor -- env
__GL_THREADED_OPTIMIZATIONS=1 ...
Risk of Rain 2
appid 632360
1 threads, 1 open
1 matching
Risk of Rain 2
protonopenGame compatibility - UnofficialRegressionXAudio2Mesa driversAMD RADV
#2476 · 162 comments
· updated 2026-04-08
· 1 matching
... Here are the launch commands I'm using:
__GL_THREADED_OPTIMIZATIONS=1 gamemoderun %command%
Disabling nor enabling these commands did ...