vinegarhq / sober

Runtime for Roblox on Linux
https://sober.vinegarhq.org/
292 stars 13 forks source link

Sober Graphics #425

Open vieir40 opened 4 days ago

vieir40 commented 4 days ago

Acknowledgement of checking existent issues

What problem did you encounter?

Its possible use the "Rtx" graphics in Sober? Whenever I try to use FFlagDebugForceFutureIsBrightPhase3 and DFIntDebugFRMQualityLevelOverride to have better graphics, roblox overrides the fflags

Roblox Experience link

No response

CreateWithAce commented 2 days ago

I think its because we are basing off a android system, you can try this with openGL, and other renderers to see if this fixes your issue.

CreateWithAce commented 2 days ago

also, this is not a bug. you should use the enhancement label.

vieir40 commented 2 days ago

I think its because we are basing off a android system, you can try this with openGL, and other renderers to see if this fixes your issue.

My problem is because Sober rewrites the ClientSettings to the default, is there any way to change the ClientSettings?

CreateWithAce commented 1 day ago

I think its because we are basing off a android system, you can try this with openGL, and other renderers to see if this fixes your issue.

My problem is because Sober rewrites the ClientSettings to the default, is there any way to change the ClientSettings?

Yes, its called the save button. you dont just exit it out, and if that is not the issue try and use a different text editor.

vieir40 commented 1 day ago

I think its because we are basing off a android system, you can try this with openGL, and other renderers to see if this fixes your issue.

My problem is because Sober rewrites the ClientSettings to the default, is there any way to change the ClientSettings?

Yes, its called the save button. you dont just exit it out, and if that is not the issue try and use a different text editor.

It rewrites no matter what i do, i tried to make the file immutable, its works, the file is not rewritten, but the flags dont work, if i remove it, it rewrites again. I was looking at other issues, and i found a problem similar to mine https://github.com/vinegarhq/sober/issues/20#issuecomment-2270184667

tunis4 commented 1 day ago

on launch sober reformats the fflags file, adds default fflags and removes deprecated fflags. the ones that you are trying to add aren't getting removed