Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
Just upgrade the kernel, it is dead simple.
https://ostechnix.com/ukuu-an-easy-way-to-install-and-upgrade-linux-kernel-in-ubuntu-based-systems/
Then upgrade mesa, also dead simple.
https://itsfoss.com/install-mesa-ubuntu/
I remember when the mesa driver launched I had heavy lag in dark souls 3 with a RX580. After upgrading to the latest kernel then difference was like night and day due to better driver support in the new kernel.
https://github.com/teejee2008/ukuu
Last update was in 2019.
Ubuntu has HWE (hardware enablement) versions of its kernels that are just patched to support newer hardware. I did an apt search and saw linux-generic-hwe-22.04 was available to use in my repos which mostly mirror the Ubuntu repos.
It may be worth a try to install an HWE kernel to see if your dGPU is recognized with it.
Not the OS, but possibly the version. If I recall correctly, Ubuntu 22.04 is a Long-Term Support (LTS) release. Since its priority is stability, it may not work well with the latest hardware out-of-the-box. It's also why people are pointing out the kernel. You're on 5.19, while non-LTS systems are on 6.0, 6.1, and even 6.2.
You just have to follow the advice of the links provided by Magic A.I. You can start by:
- Updating your kernel to 6.0 or higher (preferably the latter if possible)
- Updating your linux-firmware to at least 20230117 (or whatever version is listed on the response)
You can also check out the site ProtonDB to see reviews of the latest Elden Ring compatability: https://www.protondb.com/app/1245620/
There may be reviews by users who have the same CPU, GPU, operating system, kernel, drivers, etc.
Sorry my bad, I assumed it's still working and i was about to test it but then my power went off. Linux Mint has a similar tool built in so i'm used to just doing it via update manager so i'm not aware of what third party tool is relevant at the moment.
Is it a bluetooth usb dongle or an onboard module?
I don't see it as "weird issues", they are just necessary updates to support new hardware.
If the bluetooth problem persist then you have to identify the chipset on the bluetooth module and check if there are any issues with it on the new kernel. Some hardware is supported but disables for various reasons. Example: Cambridge bluetooth modules has loads of chinese clones of various quality which causes issues so all cambridge modules were disables. It is easily enabled if you have a genuine one or one that doesn't trigger said issues.
Identify the chipset with lspci command or check for errors in dmesg
lspci -vk
sudo dmesg
You can filter each ones output if you know what you are searching for like so but start without it until you know what search term to use.
sudo dmesg | grep Bluetooth
lspci -vk | grep Bluetooth
Edit: capitalize the Bluetooth for dmesg command filter as above and it should show you all bluetooth events if you want to check for errors.
1. install newest xubuntu
2. edit grub and add kernel params, for dual graphics, tweak as is your gpu.. in my case old gpu driver and extra new amd driver from mesa
3. edit xsettings
4. edit flimit
5. use custom proton ge
6. use this ... DRI_PRIME=1 PULSE_LATENCY_MSEC=30 vblank_mode=0 mesa_glthread=true PROTON_USE_D11VK=1 PROTON_NO_ESYNC=0 PROTON_LOG=0 WINEDEBUG=-all MESA_DEBUG=silent MESA_GLSL_CACHE_MAX_SIZE=8G WINEDLLOVERRIDES="dinput8.dll=n,b" %command%
simple)
all you need is dx11 able gpu, DONT USE RAYTRACING! (ITS USELESS FEATURE!)