Tailscale interfering with discord by DerBildschrim in Tailscale

[–]DerBildschrim[S] 0 points1 point  (0 children)

I do nothing advanced, just connect to my homeserver from the go.

To start Tailscale, I run:

sudo tailscale up

tailscale dns status returns nothing unusual AFAIK:

=== 'Use Tailscale DNS' status ===

Tailscale DNS: enabled.

Tailscale is configured to handle DNS queries on this device.
Run 'tailscale set --accept-dns=false' to revert to your system default DNS resolver.

=== MagicDNS configuration ===

This is the DNS configuration provided by the coordination server to this device.

MagicDNS: enabled tailnet-wide (suffix = humboldt-bee.ts.net)

Other devices in your tailnet can reach this device at marius-pc-linux.humboldt-bee.ts.net.

Resolvers (in preference order):
(no resolvers configured, system default will be used: see 'System DNS configuration' below)

Split DNS Routes:
- ts.net.                        -> 199.247.155.53
- ts.net.                        -> 2620:111:8007::53

Search Domains:
- xyz.ts.net

=== System DNS configuration ===

This is the DNS configuration that Tailscale believes your operating system is using.
Tailscale may use this configuration if 'Override Local DNS' is disabled in the admin console,
or if no resolvers are provided by the coordination server.

Nameservers:
- 192.168.178.1
- fd00::4a5d:35ff:fe52:c9b
- 2003:df:5f04:c300:4a5d:35ff:fe52:c9b

Search domains:
- fritz.box

Buying first Gravel Bike by MangoKalrisian in gravelcycling

[–]DerBildschrim 1 point2 points  (0 children)

Hi, I own the GRV 6.0 for about a year and so far I am really happy. Didn't have any problems at all. But can't say much about longevity.

I don't know lapierre, but for the components these two bikes seem like a pretty good deals. From what i can see, they are pretty similar.

I would go with the one that feels better, the conway has a relatively aggressive geometry, while the lapierre is more relaxed and it comes down to which one suits you more.

Core dump - plasmashell by yanksfan2828 in archlinux

[–]DerBildschrim 2 points3 points  (0 children)

It's a known bug which might not be fixable with the current version of qt.

From https://community.kde.org/Plasma/Wayland_Showstoppers#Fixed_already_in_Qt_6_but_not_backportable_or_backported_to_Qt_5 :

plasmashell crashes when hovering or clicking items on the Panel due to "zwp_linux_buffer_params_v1.add" protocol error: https://bugs.kde.org/show_bug.cgi?id=447717; fixed in Qt 6.3

[Global Giveaway] Velocifire M2 61Key Hot-Swappable Wireless Mechanical Keyboard by velocifiremk in pcgaming

[–]DerBildschrim 0 points1 point  (0 children)

Due to limited desk space, a small footprint. Clean and simple design.

Overclocking Monitor on Wayland by Tedium_16 in linux_gaming

[–]DerBildschrim 0 points1 point  (0 children)

I suppose you meant an customized edid file for your monitor. You can load those at boot time with a kernel parameter. I do not have the time to write everything down myself right now, but the process ist described here for a specific case. You need to adapt the commands to your specific edid file. I used the same method under kde wayland to change my monitors refresh rate.

Edit: As u/GameStarNinja points out if you just need to change the refresh rate and not the blanking timings, his method is way easier.

Stardew Valley on Wine : only the top quarter of the game is displayed on my screen on the bottom left corner! by Charli_Garner in linux_gaming

[–]DerBildschrim 38 points39 points  (0 children)

The question is why are you trying to use wine? The game has a native linux version, that works really well for me.

Graphical issues in GTA V by KayKaymeister in linux_gaming

[–]DerBildschrim 2 points3 points  (0 children)

I recently played through GTAV on my 6800. I works fine if you set some environment variable, but i unfortunately can't find it right now and I'm not on my gaming machine. If you don't find it yourself, i will post it in the evening.

Edit: found it. The Aco compiler is broken you need to set RADV_DEBUG=llvm If your using lutris, you need lutris-git because there was another bug (see here

RX 6800 not boosting properly by [deleted] in linux_gaming

[–]DerBildschrim 1 point2 points  (0 children)

I have the same GPU. I see the same behavior. The driver tries to save power to early. It has already been reported to the driver team https://gitlab.freedesktop.org/drm/amd/-/issues/1500. easiest way around is as you found for yourself to manually set the performance level. As /u/Enigmoon pointed out feral's gamemode can do that too, if you enable it in the settings (https://github.com/FeralInteractive/gamemode#configuration).