this post was submitted on 30 Nov 2024
188 points (96.1% liked)

Linux

48429 readers
860 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
 

For me, it's Shared GPU memory.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 15 hours ago* (last edited 15 hours ago) (1 children)

What's

sudo lsmod | grep amd && sudo dmesg | grep VGA

Return?

Also is KDE the standard DE for bazzite?

[–] [email protected] 2 points 15 hours ago (1 children)

Full output of that command:

amd_atl                69632  1
edac_mce_amd           40960  0
kvm_amd               249856  0
kvm                  1449984  1 kvm_amd
gpio_amdpt             16384  0
gpio_generic           20480  1 gpio_amdpt
amdgpu              20111360  70
amdxcp                 12288  1 amdgpu
drm_exec               12288  1 amdgpu
gpu_sched              65536  1 amdgpu
drm_buddy              24576  1 amdgpu
i2c_algo_bit           20480  1 amdgpu
drm_suballoc_helper    16384  1 amdgpu
drm_display_helper    290816  1 amdgpu
drm_ttm_helper         16384  1 amdgpu
ttm                   114688  2 amdgpu,drm_ttm_helper
video                  81920  3 asus_wmi,amdgpu,asus_nb_wmi
[    0.330346] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[    0.330346] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.330346] pci 0000:0e:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    2.202336] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    3.766492] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle

And yes, KDE is standard. If I wanted Gnome, that's a different download entirely and is based on Fedora Silverblue.

[–] [email protected] 7 points 14 hours ago* (last edited 14 hours ago)

Ok so it's not on the OS level. Might be a wake setting in the bios. Allow wake from USB might fix it.

Power management requires coordination between vendor firmware and linux, so new kernels may require updated vendor firmware. The ACPI open standard tells linux how to discover and configure the hardware. Some vendors support acpi_osi=linux on the kernel command line, others may need system-dependent entries.

From https://discussion.fedoraproject.org/t/issues-with-amd-gpu/135241

That's all I got sorry. Good luck