Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

amenotef, to asklemmy in People from the "hotter" regions, how do you deal with the heat?
@amenotef@lemmy.world avatar

Barcelona A/C all the day at 24C (25C or 26C when sleeping). However to me it’s been always hot here. So I’m not particularly suffering this summer more than the others.

amenotef, to asklemmy in What's the benefit of using Kbin over Lemmy?
@amenotef@lemmy.world avatar

Thanks, now I understood.

So it’s not like having a user in Lemmy.world Vs Lemmy.nl. It’s beyond that.

amenotef, to asklemmy in What's the benefit of using Kbin over Lemmy?
@amenotef@lemmy.world avatar

Can you connect to the same user if you switch? For example a Kbin user can use a Lemmy app like Voyager or the opposite?

amenotef, to asklemmy in What's a good router for a home VPN?
@amenotef@lemmy.world avatar

I created mine using “Edgerouter X”. Wireguard VPN. But I don’t use it a lot because I’m currently WFH.

I really liked this router.

amenotef, to asklemmy in What's a good router for a home VPN?
@amenotef@lemmy.world avatar

Just one clarification. It is not an easy router like D-Link, TP-Link etc. It is more advanced.

And Ubiquiti has updated the firmware since 2015

www.ui.com/download/software/er-x

amenotef, to asklemmy in Those who tried Linux and went back to Windows, what caused you to go back to Windows?
@amenotef@lemmy.world avatar

Two (minor) issues I have right now in Linux (stuff I need to research more on how to mitigate, at least the first one):

  • RX 6800 with LG 27GL850: In Windows AMD patched like a 1-2 years ago the drivers to use 5W-10W while on desktop. On Linux it still uses 32W and the only workaround is to reduce refresh rate from 144Hz to 120Hz.
  • Audio: When switching between different audio devices (“Line out” and “S/PDIF” some apps do not handle the switch instantly like in Windows. So for example if I’m playing a song in Spotify and I want to S/PDIF (which is connected to some studio monitors in the living room in my case) I need to close spotify and open again. In Windows you can switch without interrupting the song. Same happens while gaming. (Restarting a game is a PITA). I also use S/PDIF with my wired headphones that I use for gaming.

Ubuntu 23.04.

amenotef, to asklemmy in Those who tried Linux and went back to Windows, what caused you to go back to Windows?
@amenotef@lemmy.world avatar

Having an RX 6800, I’m really satisfied with it it when I boot Linux. So far it didn’t let me down.

amenotef, (edited ) to asklemmy in Those who tried Linux and went back to Windows, what caused you to go back to Windows?
@amenotef@lemmy.world avatar

Thanks for sharing. I have an RX 6800 and Ubuntu 23.04

  • To be honest the only thing I’m missing from the Control Panel (a thing that I always enable in all games) is “RIS” (Radeon Image Sharpening).
  • Control+Shift+O: I replaced it by running "Mangohud"
  • Radeon Chill (to cap FPS a bit below my max refresh rate, example 141 fps limit): I replaced it with "Mangohud"
  • FreeSync: Well I just have to enable it and run Gnome in Xorg on the logon screen… (instead of Ubuntu wayland).
  • Overclock: I’m not doing in Linux because I don’t run super heavy AAA like Warzone 2.0. But I have tried CoreCtrl and seems to work. (After enabling OC flag for amd).
  • Quick monitoring outside games: “Mission Center” I just installed and it’s very similar to W11 task manager in terms of monitoring.
  • ROCM: it was a pain in the ass to install. I installed some package that enables opencl / rocm while leaving the linux AMDGPU driver. But then it was still not working, and spend days until I finally discovered that I had to add my user to some groups “render” and “video”, something like that. Now I’ve been using it with CUDA apps like SDXL (in python) and it’s working like a charm.

That being said. My main os is W11. If I’m playing a game where my PC is overkill, I stay on Ubuntu (example Monster Hunter Rise or Elden Ring). If I’m playing a game where I need more fps, I go to windows 11 because there is still some % drop by using Proton/Wine etc. Sometimes 20% sometimes 10%. depends. Basically, If the game gives me < 100 FPS in Windows. I stay on Windows.

amenotef, to asklemmy in Those who tried Linux and went back to Windows, what caused you to go back to Windows?
@amenotef@lemmy.world avatar

What were you missing? Just curious.

On the bright side in Linux we have ROCM. In windows they still haven’t released it.

amenotef, (edited ) to asklemmy in Those who tried Linux and went back to Windows, what caused you to go back to Windows?
@amenotef@lemmy.world avatar

These are my list of changes. I still don’t use it full-time but I use it outside working hours. I use Ubuntu 23.04 and I dual boot with windows 11:

Install gnome extensions and “dash to panel”

Install Chrome from google site (.deb package)

Same for Steam

Install mangohud sudo apt install mangohud Source: github.com/flightlessmango/MangoHud#debian-ubuntu

Disable Intel Bluetooth device so the realtek one is the only one. (Now there is a new option to also disable Intel Wifi adapter in the same word~ document).

Change default display for “Lockscreen”

Change the local time ( timedatectl set-local-rtc 1 --adjust-system-clock enabled RTC in local time.

For Ryujinx I added this “vm.max_map_count=524288” to /etc/sysctl.conf because it was saying it fixes a crash with TOTK

Disk Performance (System hanging with encryption on the SSD): Disabled the ‘no-read-workqueue" and “no-write-workqueue” sudo gedit /etc/crypttab Added “discard” “no-read-workqueue” and “no-write-workqueue” at the end of the string.Looks like this: dm_crypt-0 UUID=4170cddc-59a8-4f4e-afdb-125f70004fef none luks,discard,no-read-workqueue,no-write-workqueue sudo update-initramfs -u -k all sudo reboot

Enable OC en AMD card (Source: linuxgamingcentral.com/…/increase-power-on-amd-gp…) sudo gedit /etc/default/grub Somewhere in that file should be a GRUB_CMDLINE_LINUX_DEFAULT= line, followed by a pair of quotation marks. In my case it looks like this: GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash” We add amdgpu.ppfeaturemask=0xffffffff at the end. Example: GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash amdgpu.ppfeaturemask=0xffffffff” Sudo update-grub

Install codec bluetooth AAC for Pixel Buds (codec is lighter than SBC-XQ)

Be sure that bluetooth dongle MPOW is on USB2 and no USB3 which causes interferences (at least in Linux I can suffer it, but not in Windows).

Do the tutorial to make BT devices to work with “Dual Boot” between Ubuntu and W11 without needing to re-pair them everytime (for dualsense and pixelbuds).

Enable AMD ROCM (used to run apps like SDXL).

amenotef, to asklemmy in What's a quote that has stuck with you for your whole life?
@amenotef@lemmy.world avatar

For these long dialogues my favorite Doctor.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #