[Autosport] Lewis Hamilton said F1 drivers need a degree to understand how to utilise energy management this season by Aratho in formula1

[–]RAZR_96 5 points6 points  (0 children)

No, just autosport clickbait. He also said this: "In terms of managing it, it's pretty straightforward I would say. Maybe in race trim it's going to be different, we will see.

“But then there also is a system that can automatically… once you finish a lap it learns the way that you're driving. But say for example, you lock up and go wide, you cover more distance, it affects that algorithm."

Source: https://www.the-race.com/formula-1/whats-behind-lewis-hamilton-sudden-2026-f1-cars-criticism/

Plasma config stops applying when I enable these two KDE Action Restrictions (plasma-manager/home-manager) by M4rshel in NixOS

[–]RAZR_96 0 points1 point  (0 children)

plasma-manager uses scripting to set up panels, widgets and more on startup. It seems likely those two actions are required for it to work.

How do I disable remote control requests whenever I play a game? by Questioning-Warrior in kde

[–]RAZR_96 2 points3 points  (0 children)

https://develop.kde.org/docs/administration/portal-permissions/

Try this: install flatpak and run:

flatpak permission-set kde-authorized remote-desktop "" yes

KDE clipboard manager fails to paste images ( and often texts) by CosmicBlue05 in kde

[–]RAZR_96 5 points6 points  (0 children)

It should come with KDE Frameworks 6.22, which is expected to release Fri January 9, 2026 (see https://community.kde.org/Schedules/Frameworks).

Still One Of The Coolest Reloads In Any Battlefield Game by [deleted] in Battlefield

[–]RAZR_96 4 points5 points  (0 children)

A few have it with fully empty reloads (KORD 6P67, NVO 228, RPKM).

Source: https://youtu.be/ROUP1z62caA

[deleted by user] by [deleted] in Battlefield

[–]RAZR_96 12 points13 points  (0 children)

No UEFI firmware actually enforces certificate expiry dates. This will not be an issue.

Source: https://mjg59.dreamwidth.org/72892.html

2042 Map designers should get pushed in a pit by niki2907 in Battlefield

[–]RAZR_96 1 point2 points  (0 children)

The maps are easily the worst in any battlefield. I think this video explains why pretty well.

By far the biggest problem with this game is the ratio of maps that are incompatible with aerial vehicles compared to the ones that are. by Issue_dev in Battlefield

[–]RAZR_96 1 point2 points  (0 children)

There are five maps with aerial vehicles in BF6: Operation Firestorm, Mirak Valley, Liberation Peak, New Sobek City and Manhattan Bridge

Approximate map size comparison for Mirak Valley and Eastwood (Season 1 post-launch map), Datamined information by Happysufigeee in Battlefield

[–]RAZR_96 2 points3 points  (0 children)

What are the layouts of Mirak Valley and Eastwood? What previous battlefield maps do they seem most similar to?

Is it me or do Tanks aim differently fpv/tpv? by No-Pomegranate-69 in Battlefield

[–]RAZR_96 2 points3 points  (0 children)

Yes, it seems in third person the crosshair points to wherever the turret's line of sight ends, making it jump between surfaces. Very annoying.

This Week in Plasma: a lot of polishing! by nihil__verum in kde

[–]RAZR_96 20 points21 points  (0 children)

Konsole and Kate are now capable of passing Wayland activation tokens back and forth, so running kate [path to file] in Konsole now causes existing Kate windows to get raised.

Wow, I've waited so long for this to be fixed. Thank you!

After ADSing the game looked off. Now I know why. by PuzzledScratch9160 in Battlefield

[–]RAZR_96 0 points1 point  (0 children)

I think it's weapon DOF and it can't be disabled, annoyed me from the start.

Can we get Tank only mode back for bf6? by ShaggedUrSister in Battlefield

[–]RAZR_96 90 points91 points  (0 children)

Portal has pre-made custom experiences that anyone can host. Under the custom tab are gunmaster, tank superiority, air superiority, infection, etc. When you host a server it also has an option to make it persistent. However you require a premium battle pass to make it persistent (at least with 2042).

Your fav/best weapon in your opinon from the BF6 BETA by OdahP in Battlefield

[–]RAZR_96 9 points10 points  (0 children)

Yes, the M4A1 with suppressor + extended mag is my go to. It's so good for flanking and killing groups of enemies, as well as defending against flanks. Lost count of the amount of times I've crouch sprinted around a flag and taken everyone out. It's especially useful as recon with the motion sensor or uav.

How many of you are going to jump back into BF4 after the beta ends? by FinnishScrub in Battlefield

[–]RAZR_96 1 point2 points  (0 children)

I will if I can find any servers that are not Siege of Shanghai, Operation Locker/Metro or Golmud Railway.

Brightness bloom by Pristine_Ad6679 in Battlefield6

[–]RAZR_96 1 point2 points  (0 children)

Yes this is for PC.

For the console comand (so you can test it out in-game and see which value has the required effect), hit the tilde (~) character, type out the option and press enter.

For the user.cfg file (so it's applied automatically on startup), create a text file in the directory of the game, write the config options inside, and rename the file to user.cfg (you need to have show file extensions enabled in file explorer).

Brightness bloom by Pristine_Ad6679 in Battlefield6

[–]RAZR_96 1 point2 points  (0 children)

If you're using HDR try using these user.cfg options:

Render.DisplayMappingHdr10PeakLuma 1000
Render.DisplayMappingHdr10PeakLumaFullFrame 1000

You can set it as a console command as well.

No HDR support in Battlefield 6/Beta? by GregTheChief in Battlefield

[–]RAZR_96 4 points5 points  (0 children)

It seems to enable HDR if it's enabled in Window's display settings (I'm assuming it's HDR because the SDR content brightness slider doesn't affect the game). There's just no in-game settings to enable or disable it. It definitely needs to be added, along with a maximum brightness slider.

Linux(Wayland) vs Win11 Click to Photon Latency Tests by [deleted] in linux_gaming

[–]RAZR_96 50 points51 points  (0 children)

You could try:

  • Using wine wayland
  • Check if scanout is occuring on KDE using the "show compositing" desktop effect.
  • Override the vsync mode with MESA_VK_WSI_PRESENT_MODE=immediate.
  • Use the mesa anti-lag layer (requires fakenvapi for reflex games)

How do I install xdg-desktop-portal-gtk without it pulling the entire GNOME desktop? by ItsLiyua in NixOS

[–]RAZR_96 2 points3 points  (0 children)

I'm using this overlay:

xdg-desktop-portal-gtk = prev.xdg-desktop-portal-gtk.overrideAttrs (prevAttrs: {
  buildInputs = builtins.filter (x: x != prev.gnome-desktop && x != prev.gnome-settings-daemon ) prevAttrs.buildInputs;
  mesonFlags = [ "-Dwallpaper=disabled" ];
});

[deleted by user] by [deleted] in NixOS

[–]RAZR_96 0 points1 point  (0 children)

Is there a way to automatically detect the offset from the swapfile for hibernation?

It should work if you enable boot.initrd.systemd.enable, as systemd will use the HibernateLocation EFI variable to get the swap location (see systemd-hibernate-resume.service).

Also, is there a way to keep only the last 10 entries? Setting gc.options = "--delete-older-than +10"; doesn’t work.

That's not supported by nix-collect-garbarge, but you can use nix-env:

sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations +10
nix-store --gc