95
submitted 11 months ago* (last edited 11 months ago) by Bonje@lemmy.world to c/linux@lemmy.ml

I'm starting to get ads in my Windows notifications so it's time I move.

I got ~~Manjaro KDE~~ Endeavor OS with KDE installed and got my most played non-steam games running through steam proton which is awesome.

But I have a few big issues.

  1. My network randomly drops. A restart fixes but I can't even download Cyberpunk with my 1GB connection before it crashes. Klogs showed something about the network manager successfully shutting down but I can't find much else.

  2. No Radeon software. I sometimes need to record clips/ stream so relive is nice but the biggest problem is my second 1080p monitor I Super Resolution to fit more programs on it. I can't find a way to replicate that functionality. I also do not know how to control Radeon anti-lag, chill, Smart Memory Access, etc.

  3. HDR controls. Nothing in the display settings so I'm lost

  4. Alternative Software I haven't spent a lot of time looking but things like wallpaper engine, rainmeter, powertoys.

If anyone ran into the same things and has solutions it'd make my day.

EDIT: With the overwhelming note from everyone here I distro-hopped to Endeavor OS with KDE (I liked that it let me install multiple DE's) biggest loss is the App store but I was already using winget/choco on Windows so having to do pacman -S is pretty much the same. EDIT: Added KDEs Discover and its backend, seems to be alright.

installing plasma-wayland-session and switching to Wayland let me set display scale below 100% removing the biggest need for Radeon Software.

Network thing I'm still digging into but it persisted from the distro hop and I think is Steam-related because if I don't launch steam it just doesn't happen

EDIT2:

netmon logs - https://pastebin.com/wKZrV04Y demsg - https://pastebin.com/3rAPcAve

you are viewing a single comment's thread
view the rest of the comments
[-] DrJaska@sopuli.xyz 1 points 11 months ago* (last edited 11 months ago)

I don't know what "super resolution" actually means but if you're on Xorg / X11 then you can set arbitrary scales for your monitors if you want a 1080p monitor to have 2 times as many virtual pixels than its native resolution then you can run xrandr --fb $((1920*2))x$((1080*2)) --output --pos 0x0 --mode 1920x1080 --scale 2x2 fb is the whole desktop size, increase it if you have multiple monitors. For finding out what ID you need to give for --output run xrandr without any arguments and try to recognize your monitors, or trial and error. Pos is position, if you have several monitors then your 2nd monitor should not be at 0x0 but somewhere like 1920x0 for example. Mode is the unscaled resolution you want to give the monitor, with scale 2x2 an actual 1920x1080 will be 3840x2160 virtually, your fb parameter needs to be configured WITH the SCALED size, not unscaled.

[-] skullgiver@popplesburger.hilciferous.nl 2 points 11 months ago* (last edited 9 months ago)

[This comment has been deleted by an automated system]

[-] DrJaska@sopuli.xyz 1 points 11 months ago

I don't fully understand how upscaling low resolution would give better readability for many small windows on the same screen? I know Nvidia's DLSS but isn't that made for running games at a small resolution and stretching/upscaling that to fit a far bigger monitor?

[-] skullgiver@popplesburger.hilciferous.nl 2 points 11 months ago* (last edited 9 months ago)

[This comment has been deleted by an automated system]

[-] DrJaska@sopuli.xyz 1 points 11 months ago

the biggest problem is my second 1080p monitor I Super Resolution to fit more programs on it.

Gotcha, DLSS/Super Resolution just don't seem to fit the OP's question at all though. The monitor scaling I replied with would allow to fit more windows on the monitor (though they will appear smaller as they'll have less real screen space while having their old virtual screen space). I don't understand at all how DLSS/Super Resolution would be related to that.

[-] Klaymore@sh.itjust.works 2 points 11 months ago

Idk if they mean Virtual Super Resolution, which makes a 1080p monitor act like a 4k monitor, instead of Radeon Super Resolution which is the FSR upscaler for upscaling lower res games.

load more comments (3 replies)
load more comments (3 replies)
this post was submitted on 14 Oct 2023
95 points (97.0% liked)

Linux

47344 readers
1350 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS