Reminds me of this skit: https://youtu.be/oOFlN_qTCf0
Reminds me of this skit: https://youtu.be/oOFlN_qTCf0
Not exactly the same, but an electron beam puts a lot of noise in the image: https://youtu.be/Uf4Ux4SlyT4
Also I’ve heard the international space station gets a lot of dead pixels on their cameras from cosmic radiation.
I think you’d have to modify the edid, since you’re setting a custom refresh rate, not a hidden one.
I’ve use wxEDID to force enable VRR before.
Well, aren’t you glad they’re removing go-git
then!
Satellite imagery seems cheaper than you might think though. I’ve had SkyFi in my favourites for a while after they sponsored a YouTube video, and they seem to start at $8 per km2 for a new photo or $2.50 for a previously taken one.
To their partners*. Which I believe are companies that help out with support or something.
Cloudflare tunnels uses a QUIC connection between the cloudflared
on the server and Cloudflare itself, which is encrypted similarly to HTTPS.
Whatever protocol cloudflared
uses to talk to your webserver locally is configurable through the Cloudflare access web UI (just change http to https). I’ve actually got it configured to use unix sockets, which lets me treat it differently in my nginx config.
Along with VRR over HDMI not being well supported, sometimes the monitors own EDID is a little buggy and Linux can’t guarantee VRR will work properly.
I wrote a blog post a while ago on fixing EDIDs, but it was pretty much a guessing game on what to change: https://stevetech.me/posts/force-enable-vrr-edid
I’ve had to do that with both Samsung and MSI monitors so far. If you’d like to post your EDID, I could check it myself with what I know.
Epic!
I’ve never seen that on modern AMD stuff that uses radv, but I’m sure it’s probably fine.
Oh whoops yeah there is, run sudo update-grub
.
But otherwise that config looks correct.
Cool, you’re going to have to enable Sea Islands (CIK) support for amdgpu. You should just have to add radeon.cik_support=0 amdgpu.cik_support=1
to your kernel parameters. You’re probably using GRUB so to do that you’ll need to run sudo nano /etc/default/grub
to edit it’s config file, then add the above to the end of GRUB_CMDLINE_LINUX_DEFAULT
(keep it in the quotes, but space seperated from the previous parameter). Then reboot and hopefully Vulkan works!
Alternatively, there’s a section on the Arch Wiki for this, it should work fine for Mint too: https://wiki.archlinux.org/title/AMDGPU
Could you post the output of vulkaninfo
including any errors that it might also print.
If it’s not shown, what GPU do you have?
Also run lspci -k
, is your GPU using amdgpu or the old radeon driver?
I think some people also use power_save=0
which would, but my understanding is 11n_disable=8
enables aggregating transmit packets together, which impacts latency but improves upload speed.
Do you have any FF extensions that might be interfering somehow?
I’m assuming it’s a fresh install, so nothing of value was lost if the restore failed. But also I’ve heard attempting to delete things in /sys
and /dev
can brick your computer. So it’s not a great idea.
Total Commander
I’ve started recommending Amaze, it’s free, open source, and easy to use.
Although I still use Solid Explorer for myself, but only because I’ve paid for it and know how it works.
Both have SMB support, since copying files to and from my server is pretty much my only need for a file manager.
Commemorative coins are sometimes really expensive here, the Royal Australian Mint has a shop where you can pay hundreds for some special coins.
Probably because there’s also permission to use the X11 socket.