Switorik,

My main issue was trying to get two monitors to work. I followed some guides on how to update the drivers and each time it broke to the point that it would only be a black screen. Not even a terminal to help troubleshoot.

I have a 3080 12GB and can’t use it on Linux. After about a week of trying I gave up.

ADTJ,
Switorik,

He’s not wrong. I do regret going Nvidia.

SkullHex2,
@SkullHex2@lemmy.world avatar

For me it’s mostly been visual stuff.
There are native packages, Appimages, Flatpaks, Snaps. Native packages are GTK or Qt-based, so you could potentially have five different visual styles at the same time. Everything can be fixed, except for Appimages, but it requires some degree of tinkering which isn’t always guaranteed to work. For instance, I was looking for a feed reader and tried Fluent Reader: it is an Appimage based on Fluent Design, so it looks completely out of place if you don’t customize your desktop to make it look like Windows. Then I tried Akgregator: I picked the Flatpak version, and it was a complete mess even when using Flatseal (some backgrounds black, others white). Also, without proper configuration, the cursor theme may change according to the aforementioned app categories.
One last thing you may not like are icons. Most distributions come with some custom icon theme, which of course cannot reasonably apply to all applications out there: those that are not supported need to provide their own icon, which could look very bad depending on the desktop environment. For example, on Cinnamon they were very jagged, like their resolution was too high. This probably also depends on the application.
Another thing I usually notice is how slow the mouse wheel works in some apps, like Appimages for instance. And in general there’s no way to change the amount of lines scrolled per wheel click at OS level, while apps rarely give you the option to customize it. Firefox does though, and for me this mean I had to run Bitwarden, Telegram, WhatsApp, a feed reader all inside Firefox. Thanks but no thanks.
I’d say no particular changes are necessary to use Linux full time, you should just turn a blind eye to this stuff.
P.S. Also, everything looks way too large w.r.t. Windows. I tried Thunderbird on both systems, and for some reason the delete icon is 50% bigger on Linux (using the same density option)

Kodemystic,
@Kodemystic@lemmy.kodemystic.dev avatar

Gaming

200cc,

There's plenty of games that are native to linux not made by companies trying to empty your wallet. https://libregamewiki.org/Main_Page

ImaginaryFox,

HDR support didn't work when I tried it for madvr or games. Not sure if that area has changed.

yaomtc,

No, it's being worked on but it's not there yet.

jerdle_lemmy,

Fucking up my UEFI on my laptop, making it difficult to boot into Linux.

Undoing that.

Zozano,
@Zozano@aussie.zone avatar

Bootloaders don’t interact with the UEFI, the UEFI interacts with the bootloader.

Sounds like you just used a bad one. systemd-boot is superb, it autodetects all kernals and shows an option to access the UEFI.

Windows however, assumes it owns your boot partition, so likes to delete Linux bootloaders if installed last.

jerdle_lemmy,

I don’t mean my bootloader though. The UEFI menu can’t be accessed using the standard method of pressing a key.

Zozano,
@Zozano@aussie.zone avatar

I would look for a setting in the UEFI to delay the startup, it might be that it’s too quick.

If you need to reboot into the UEFI you can use:

systemctl reboot --firmware-setup

Mojave,

Huh, who pinned this retarded comment

aslaii,

My gf and I only plays valorant. I really wanted to get into linux environment but I might give it another chance tho. I just need a good distro.

FippleStone,

They’re all good distros

MartinXYZ,

They’re all good distros

Bront

s20,
MartinXYZ,

Well old memes are so hot on Lemmy right now…

pazukaza,

You could dual boot and use Windows for gaming.

heimchen,

I would suggest mint or personally for gaming nobraraOs nobaraproject.org

aslaii,

Can i play valorant on nobara?

heimchen,

Last Time I checked, no, Lol and Tft work but valorant has a kernel module and this does not work under Linux. On the other side I wouldnt want loggin capable kernel module in my computer controlled by a Chinese company.

200cc,

valorant

Stop wasting your time with products made by Tencent and the chinese goverment

amenotef, (edited )
@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).

ellipse,
@ellipse@lemmy.dbzer0.com avatar

I would love to use Linux on my laptop but the touchpad isn’t recognised and only has windows drivers :( i have tried so much stuff but it didnt work out. My desktop is mostly for gaming so windows makes more sense.

CorrodedCranium,
@CorrodedCranium@lemmy.fmhy.ml avatar

What laptop is it?

ellipse,
@ellipse@lemmy.dbzer0.com avatar

it’s an HP based on ryzen. the ID is “HP 15s-eq1706nz” I tried looking for info on internet and asking in a few forums but the model does not seem popular and HP wont provide linux drivers. I tried a lot of stuff like editing configs and such but nothing worked. The interesting thing is that when booting from a live USB, the touchpad works perfectly but after installing it isn’t even recognised.

200cc,

Why does it only have windows drivers?

RoquetteQueen,
@RoquetteQueen@sh.itjust.works avatar

My laptop’s trackpad doesn’t work in linux and I keep losing my mouse.

Nougat,

Admittedly, it's been a long time since I did anything with linux, but I have done some. I'm not a developer, I don't know how to write any code. I know some DOS scripting and now some powershell. If I need to do anything slightly different with linux, it would require me to learn a whole new scripting language, and all of the documentation I've seen for anything linux seems to be written for an audience of people who already really know what they're doing in linux and just need a specific reference material.

I've had mainly Windows machines all my life, I have been forced by necessity to figure out how to do what I need on those. I imagine if I'd had linux machines since ... 1995? I would feel as comfortable with linux now. But the barrier to entry to even having a linux machine, let alone making it do what I needed it to do, back in the late 90s, early 2000s, was way higher than it was for Windows. It arguably still is.

kratoz29,

I didn’t go back to Windows, at least not directly.

I was enjoying Linux on my old lap, but then I managed to get a MacBook Pro 2014 in that year and ditched Linux for macOS they are very alike although macOS is way more closed…

Then I discovered you can’t go full macOS either, that’s why I BootCamp as well with W10 installed, I barely touch it but it’s still there for simple things like running .bat scripts, having a no lame NTFS support, and some light Steam gaming and local government software gore.

AletheCrow,

Screen size problems. My PC is setup as gaming/HTPC for the living room.

Constantly having to fight with it reverting from the 1080 I set, to native 4k. Pretty jarring when you’re popping out of a game and expecting a different res.

Other than that my daughter plays Minecraft with her friends and needed windows for that because I’m not purchasing the game a third time.

eltimablo,

The Java edition should run on Linux without requiring another license. I think you're boned if it's bedrock though.

amenotef,
@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.

TheRedSpade,

I bought Skyrim for PC so that I could give mods a try. Wine was garbage at the time, and I wanted to use my computer to game. So, Windows it was.

Thanks to proton, I was able to switch to arch on my desktop for the last few years before my power supply died. At least I’m pretty sure that’s what’s wrong with it. I’ve been staving off insanity for a few months now with my steam deck. I got a dock for it a couple weeks ago, so I’m technically running an arch desktop again even if it is KDE.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • asklemmy@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #