Leaked how? No good practice allows any way for a password to “leak”.
Suppose a social media website has a data breach.
What rotating passwords does is ensure people who don’t use a password manager either write their password down more and more frequently, or use a weaker password with some simple changing pattern that doesn’t add anything.
Okay, but suppose I use a password manager like Keepass, then does rotating my passwords not make me any safer in the event a social media website’s data is breached and ends up being sold off on the dark web?
Does it work if you enable VRR via xorg config?
Confirmed VRR is enabled via the xorg config (terminal output below), but I’m still having the issue.
yo_scottie_oh@nobara ~]$ cat /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
Option "HotplugDriver" "amdgpu"
EndSection
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "VariableRefresh" "true"
EndSection
Oddly enough, I just accidentally discovered that when I Alt+Tab out of the game, the monitor’s refresh rate matches the frame rate in game; however, as soon as I Alt+Tab back in so the game is the active window, the refresh rate goes back to the monitor’s native refresh rate. So in the Xorg session, VRR works sometimes, but not when Steam is the active window. Have you ever seen anything like this before?
Not sure if this video will play, but here’s what I mean. Look at the top left—the slightly larger FPS in the white box is my monitor’s overlay, and the smaller FPS under that is MangoHud. Notice how initially, my monitor’s refresh rate is fixed at 165 Hz, then as soon as I bring up the text document, my monitor’s refresh rate starts varying, and when I Alt+Tab back into the game, my monitor’s refresh rate goes back to fixed at 165 Hz again.
Which xorg driver are/were you using, amdgpu or modesetting?
I think amdgpu—does the terminal output confirm that? This is the first I’ve heard of modesetting.
Sauce? I tried searching and couldn’t find anything (at least not on the first page of results). Thanks.