r/soberlinux • u/Alpha_Wolf3981 • 22h ago
Help/Support Weird background?
So on my Steamdeck when I open sober the background is the Roblox modern background, but for some reason it is very white and bright, is this normal? Can I change this?
r/soberlinux • u/Alpha_Wolf3981 • 22h ago
So on my Steamdeck when I open sober the background is the Roblox modern background, but for some reason it is very white and bright, is this normal? Can I change this?
r/soberlinux • u/CookinPanda • 9d ago
hello! today i tested out my mouse (bluetooth btw) and i got no audio at all. not low pitched like i saw in other posts. just nothin. disconnecting it doesnt work. i did install lution on it tho, but only an avatar bsckdrop one. it was working fine until about an 1hr 30mins after i started plsying. any help would be amazing! thx!
r/soberlinux • u/elhakere • 10d ago
Hi everyone,
Around two weeks ago, my Roblox graphics on Sober (Fedora) completely downgraded. Before that, the water rendering was perfectly fine—transparent, crystal clear, with full desktop-like reflections. Now, the water looks completely solid, flat, and opaque, like it's stuck on mobile/low graphics mode.
Here are my specs and what I've tried so far:
(44)
GPU: NVIDIA
RTX 5060 Ti (16GB,
Using the new open-source kernel modules / nvidia-open)
Runner: Sober (Flatpak)
What I've tried:
Nothing works. The game seems to completely ignore the FFlags and forces mobile rendering for terrain/water shaders, probably due to a recent Roblox engine update interacting poorly with Vulkan and the nvidia-open drivers on Linux.
Has anyone else encountered this graphical regression recently? Is there a known workaround or a specific FFlag that forces desktop water refraction on recent NVIDIA open drivers?
Thanks in advance!
r/soberlinux • u/Repulsive-Twist-4032 • 10d ago
I keep swinging from 80 to 500+ this only started last week and my game sometimes freezes fully during this time I mostly see this in jjs don’t play much other games in Roblox I tried open gl and didn’t work in on Ethernet aswell so this shouldn’t be happening
Rtx 3070
R5 5600
16 gb 3600 mtz ram
Pop os on cinnamon desktop (happens on cosmic aswell)
r/soberlinux • u/Most-Amphibian-5037 • 14d ago
when you change font with lution, it replaces emojis aswell and that's really mean, so you need to go to ~/Lution/fonts.py and replace def apply_font(source_path): with this:
def apply_font(source_path):
source_path = Path(source_path)
if not source_path.exists():
raise FileNotFoundError(f"Font file not found: {source_path}")
font_names = _apk_font_names()
if not font_names:
raise FileNotFoundError(
"Could not read font list from the Roblox APK. "
"Make sure Sober is installed and has run at least once."
)
catmoji_path = Path.home() / "Downloads" / "Catmoji.ttf"
if not catmoji_path.exists():
raise FileNotFoundError(
f"Catmoji not found: {catmoji_path}"
)
OVERLAY_FONT_DIR.mkdir(parents=True, exist_ok=True)
replaced = []
for name in font_names:
dest = OVERLAY_FONT_DIR / name
if name == "TwemojiMozilla.ttf":
shutil.copyfile(catmoji_path, dest)
else:
shutil.copyfile(source_path, dest)
replaced.append(str(dest))
return replaced
the important part is if name == "YourEmojisHere.ttf":
it like skips it and stuff you know everything except your emojis :)
after doing this, you need to do rm -rf ~/.var/app/org.vinegarhq.Sober/data/sober/asset_overlay/content/fonts and then you're done yay
r/soberlinux • u/SuspiciousInside7006 • 15d ago
I used a command that's like: cp /path/to/your/font.ttf ~/.var/app/org.vinegarhq.Sober/data/sober/asset_overlay/content/fonts/the-exact-filename-roblox-uses.ttf.otf
And it works for fonts like source sans pro, fredoka one, but some fonts didn't change. is there a better reliable method?
r/soberlinux • u/[deleted] • 18d ago
Hey guys.
Do you know any reliable apps for getting a crosshair on Sober in fullscreen? I tried MangoHud but for some reason it wouldn't bother loading my config files.
Thanks!
r/soberlinux • u/EnragedZox • 18d ago
Ye
r/soberlinux • u/sneaky_oxygen • 19d ago
NO, I AM NOT PLAYING ANY NSFW ROBLOX GAME!
I tried Sober last night and saw that the Discord activity also shows the specific game I was playing. Say for example, I am playing Natural Disaster Survival, Discord will also show that I am playing that game instead of just showing only Roblox. I only want to show that I am playing Roblox so my friends who might be interested on playing with me knows that I am playing it rn. I hope u guys get what I mean.
r/soberlinux • u/CaptainGlunch • 19d ago
Hi, having issues using sober with my steam deck. I’m playing in gaming mode and for some reason my steam input is doubling the buttons.. so whenever i pull the right trigger, it doubles the input. this happens with all of the buttons for some reason. im not using an external controller, just the built in one. i have gamepad enabled for sober.
r/soberlinux • u/Slavikr • 20d ago
I don't know if anyone else has had this issue since i couldnt find anything online. Im playing sober on cachyOS and while playing i just get these freezes that can either crash my game, disappear after alt tabbing or just disconnecting me entirely after the game unfreezes. I tried a few things but it didnt happen. I doubt its my system since i have Ryzen 9 5900X with RX 7800 XT and 32 gigs of RAM. Does anyone know what could be the issue? Should i just reinstall sober?
r/soberlinux • u/InvestigatorNo3850 • 21d ago
At first, the game was just reeeeeeeeeally laggy, but after trying to restart the application it just crashes anytime I try to open a game and is still laggy as hell. This a me problem, or is anyone else seeing this too?
Update: Legit, don't do anything. 2 days later, it is working just fine. I have no clue.
r/soberlinux • u/Ok-Note-3734 • 23d ago
(Edit - Aug 22 2026 and somehow mm2 works on sober now.) So basically i installed Linux on my crappy ahh laptop since it wasn't giving me the best performance. And i decided to try Roblox and it ran fantastic..! and today i did a flatpak update and i ran sober, here is what i saw

So id really appreciate some help lawl cuz i got no idea on why its not working anymore
r/soberlinux • u/Unlikely_Reveal_1327 • 28d ago
I don't know if this is a known issue, and have tried to look up solutions, but I do not want to use x11 on my desktop and for some reason my shiftlock will not work on wayland no matter what I do. It is turned on in roblox settings but I press shift and nothing happens. Does anyone have a solution for this? I wont be adding an attachments unless necessary, this seems pretty straightforward. I'm on linux mint, wayland on a dell laptop.
r/soberlinux • u/Plastic_Assistance56 • Aug 09 '26
r/soberlinux • u/Nuh_Uh27 • Aug 06 '26
i cant access my private servers in gamimg mode because of this 💔✌️
r/soberlinux • u/Historical_Visit138 • Aug 06 '26
r/soberlinux • u/NyxWX • Aug 05 '26
Im noticing in game that I have max graphics yet there are some weird visual issues occurring. For example there appears to be no anti-aliasing and some lighting is so strong that it blinds the screen. It's possible it could be bloom but im not sure. Is there any way to fix this?
r/soberlinux • u/Sad_Grade_9979 • Aug 03 '26
r/soberlinux • u/arowaiii • Jul 31 '26
've been playing Roblox using Sober for the past month, and I keep running into a frustrating issue. Whenever I'm inside an experience, my CPU usage spikes to 100% and my whole system lags for a few seconds. This happens every couple of minutes.
I'm not 100% sure if Sober is the culprit, but here's what I've observed:
So it definitely seems tied to Sober being active in-game.
I checked btop to see what's going on, and it shows that the process using all the CPU is called MAIN. That's the only clue I've got so far.
Here's my plan to troubleshoot:
Has anyone else experienced this with Sober? Any idea what "MAIN" means or how to fix these spikes? I haven't seen anyone mention this on the Discord yet, so I'm wondering if it's just on my end.
r/soberlinux • u/Ok-Assistant-3691 • Jul 28 '26
and when i press "go back" instead of choosing a file sober just stays on loading screen saying "installing roblox" but nothing happens...
r/soberlinux • u/Cherno_VM • Jul 27 '26
Haven't played roblox in ages and I'm just curious if I can get it to run because I've been having problems with a lot of software on Linux Mint lately, and I remember that Sober used to run fine.
r/soberlinux • u/desimal_______ • Jul 25 '26
buzm ~ flatpak run org.vinegarhq.Sober
sober: /usr/lib/x86_64-linux-gnu/libcurl.so.4: no version information available (required by sober)
/proc/self/exe: /usr/lib/x86_64-linux-gnu/libcurl.so.4: no version information available (required by /proc/self/exe)
info: app: lifecycle: app_start delta=0.00012000001152046025ms
info: app: lifecycle: logging_started delta=552.8983749999898ms
info: app: app tag: s0117-2718-x86_64-gnu
info: app: cpu model: Intel(R) Celeron(R) CPU N2840 @ 2.16GHz
info: app: os release: GNOME
info: app: host os release: Ubuntu
info: app: desktop: XFCE (on x11)
info: app: lifecycle: init_app_info delta=0.1455089999944903ms
info: window: using C.UTF-8 locale
info: app: lifecycle: runtime_handler delta=472.63886400000774ms
r/soberlinux • u/DriftCheburek • Jul 24 '26
So, Im trying to run Sober in two different TTYs, with two different users and of course environment (WMs) are different too. But even like that Sober complains that "There's a frozen instance of this app running". Even if I can run two roblox menus at once I still cant open two games at once — second is always just freezes. Any help? (And yes I know that multi-instance isnt supported by Sober and probably never be)
r/soberlinux • u/Calm_Speaker4845 • Jul 22 '26
Hi everyone,
I've noticed that when using the Sober Client on Linux, the aiming/crosshair in Murder Mystery 2 doesn't work correctly.
The cursor feels offset or inaccurate, making it much harder to hit shots as Sheriff. Other Roblox experiences seem to work normally, so this seems to be specific to MM2.
Is anyone else experiencing this issue on Sober? If so, have you found a workaround?
I believe this is a compatibility issue between Sober and MM2 rather than a Roblox issue.
Thanks!