seth

Results 50 comments of seth

i think this just might be a limitation of the app sandbox (or maybe we are loading these libraries in some weird way that ignores the allowed permissions?). i can't...

why not remove ananicy? it's a bit weird to have two pieces of software on this list that do the same thing, and gamemode is much easier to use with...

try to launch it using native SDL (as described [here](https://docs.mastercomfig.com/latest/os/linux/#native-libraries)), `SDL_VIDEODRIVER=x11`, and with anti-aliasing disabled

did you delete the builtin version of SDL? i've tested this on TF2 with multiple distros (with the proprietary kernel module, maybe the open source version differs with this) and...

if you use mastercomfig, disable it by using the modules (`anti_aliasing=off` in tf/cfg/overrides/modules.cfg). if you don't, put the commands used [here](https://github.com/mastercomfig/mastercomfig/blob/1ec4300faf21696643aad49b224e13e90b85ecb4/config/mastercomfig/cfg/comfig/comfig.cfg#L540) in your autoexec and try again

not sure, but i'm guessing it's one of the cvars in optimization.cfg - maybe `r_queued_post_processing` since iirc that can change the video mode tf2 uses. i would try mastercomfig though,...

> proprietary Nvidia 525.89.02 that's your problem. this issue is a bit outdated now, as tf2 with wayland is completely broken on nvidia driver versions >= 525 (see https://github.com/ValveSoftware/Source-1-Games/issues/4553). using...

can confirm as well, seems like this issue can be closed now 👍🏻

one of the last blockers was proper documentation for options, and that has now been implemented [here](https://github.com/Stonks3141/ctp-nix/pull/39). as the pr says, it's currently a simple markdown doc, but could be...