2023-04-18

Slitaz64 - suspend - resume - i915

 

suspend - resume - i915

$ uname -a
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux

$ lsmod | grep i915

i915                 3026944  4
ttm                    81920  1 i915
cec                    69632  1 i915
drm_kms_helper        307200  1 i915
drm                   643072  5 drm_kms_helper,i915,ttm
intel_gtt              24576  1 i915
i2c_algo_bit           16384  1 i915
video                  57344  1 i915
i2c_core              102400  8 drm_kms_helper,i2c_algo_bit,at24,i2c_smbus,i2c_i801,i915,regmap_i2c,drm

$ lsmod | wc -l
88

$ grep -A3 -B3 hooks /var/log/pm-suspend.log
Initial commandline parameters:
Thu Apr 6 13:19:35 UTC 2023: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux
Module Size Used by
--
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Thu Apr 6 13:19:35 UTC 2023: performing suspend
Tue Apr 18 07:42:13 UTC 2023: Awake.
Tue Apr 18 07:42:13 UTC 2023: Running hooks for resume
Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:

/usr/lib/pm-utils/sleep.d/99video resume suspend: success.



https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51478

 

 

Slitaz64 - suspend - resume - amdgpu

 

 

suspend - resume - amdgpu


$ lsmod | grep amdgpu

amdgpu           	7319552  9
iommu_v2           	24576  1 amdgpu
gpu_sched          	45056  1 amdgpu
drm_ttm_helper     	16384  1 amdgpu
ttm                	81920  2 amdgpu,drm_ttm_helper
drm_kms_helper    	307200  1 amdgpu
drm               	643072  9 gpu_sched,drm_kms_helper,amdgpu,drm_ttm_helper,ttm
i2c_algo_bit       	16384  1 amdgpu
mfd_core           	16384  1 amdgpu
i2c_core          	102400  10 i2c_designware_platform,videodev,i2c_hid,i2c_designware_core,drm_kms_helper,i2c_algo_bit,amdgpu,i2c_hid_acpi,i2c_piix4,drm

$ lsmod | wc -l
102

$ grep -A3 -B3 hooks /var/log/pm-suspend.log

Initial commandline parameters:

Wed Mar 29 11:07:55 UTC 2023: Running hooks for suspend.

Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:

Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux

Module              Size  Used by

--

/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.

Wed Mar 29 11:07:55 UTC 2023: performing suspend

Thu Mar 30 01:19:21 UTC 2023: Awake.

Thu Mar 30 01:19:21 UTC 2023: Running hooks for resume

Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:


/usr/lib/pm-utils/sleep.d/99video resume suspend: success.

 

----


tux@slitaz:~$ uname -a

Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux


tux@slitaz:~$ lsmod |wc -l

102


tux@slitaz:~$ grep amdgpu /var/log/pm-suspend.log

amdgpu           	7319552  12
iommu_v2           	24576  1 amdgpu
gpu_sched          	45056  1 amdgpu
drm_ttm_helper     	16384  1 amdgpu
ttm                	81920  2 amdgpu,drm_ttm_helper
drm_kms_helper    	307200  1 amdgpu
drm               	643072  10 gpu_sched,drm_kms_helper,amdgpu,drm_ttm_helper,ttm
i2c_algo_bit       	16384  1 amdgpu
mfd_core           	16384  1 amdgpu
i2c_core          	102400  10 i2c_designware_platform,videodev,i2c_hid,i2c_designware_core,drm_kms_helper,i2c_algo_bit,amdgpu,i2c_hid_acpi,i2c_piix4,drm

tux@slitaz:~$ grep -A3 -B3 hooks /var/log/pm-suspend.log

Initial commandline parameters:

Tue Apr 18 08:52:46 UTC 2023: Running hooks for suspend.

Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:

Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux

Module              Size  Used by

--

/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.

Tue Apr 18 08:52:46 UTC 2023: performing suspend

Tue Apr 18 11:24:17 UTC 2023: Awake.

Tue Apr 18 11:24:17 UTC 2023: Running hooks for resume

Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:


/usr/lib/pm-utils/sleep.d/99video resume suspend: success.

tux@slitaz:~$



https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51477

2023-04-12

Slitaz64 - firmware-i915

 

firmware-i915

https://forum.slitaz.org/topic/slitaz-next-i-give-up/page/3#post-45602

Intel Linux Graphics Firmware

New generations of Intel® graphics hardware make use specific firmware code to offer additional benefits in terms of power and performance. For more details about each of the firmware binaries see the section below.

https://01.org/group/43/downloads/firmware

https://forum.slitaz.org/topic/slitaz-next-i-give-up/page/3#post-45603

 

https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3?replies=40#post-51463

 

Slitaz64 - firmware-amdgpu

 

firmware-amdgpu

It is necessary to install the proper firmware (or microcode) for the card.

GPU RENOIR

Detailed information for module: amdgpu
filename: /lib/modules/5.15.94/kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko.xz
license: GPL and additional rights
description: AMD GPU
author: AMD linux driver team
firmware: amdgpu/yellow_carp_gpu_info.bin
firmware: amdgpu/vangogh_gpu_info.bin
firmware: amdgpu/navi12_gpu_info.bin
firmware: amdgpu/navi14_gpu_info.bin
firmware: amdgpu/navi10_gpu_info.bin
firmware: amdgpu/renoir_gpu_info.bin

$ ls /lib/firmware/amdgpu

green_sardine_asd.bin	green_sardine_sdma.bin   renoir_mec2.bin
green_sardine_ce.bin 	green_sardine_ta.bin 	renoir_mec.bin
green_sardine_dmcub.bin  green_sardine_vcn.bin	renoir_pfp.bin
green_sardine_me.bin 	renoir_asd.bin       	renoir_rlc.bin
green_sardine_mec2.bin   renoir_ce.bin        	renoir_sdma.bin
green_sardine_mec.bin	renoir_dmcub.bin     	renoir_ta.bin
green_sardine_pfp.bin	renoir_gpu_info.bin  	renoir_vcn.bin
green_sardine_rlc.bin	renoir_me.bin



Firmware

It is necessary to install the proper firmware (or microcode) for the card.

https://wiki.gentoo.org/wiki/AMDGPU#Firmware

 

https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3?replies=40#post-51462 

 

2023-04-09

Slitaz64 - TazPanel - Pale Moon - i915

 

TazPanel - Pale Moon - i915

/lib/modules/5.15.94/kernel/drivers/gpu/drm/i915/i915.ko.xz

intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103

 






https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51459
 

 

Slitaz64 - TazPanel - Pale Moon - amdgpu

 

TazPanel - Pale Moon - amdgpu

/lib/modules/5.15.94/kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko.xz

AMDGPU: Driver for AMD Radeon: All GPUs supported by the amdgpu kernel driver

Kernel-5.15.94

AMDGPU(0): glamor X acceleration enabled on RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94)

Applications --> System Tools --> SliTaz Panel




 https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51458

 

 

2023-04-06

Slitaz64 - Kernel-5.15.94 - neofetch - glxinfo - Intel

 

Kernel-5.15.94 - neofetch - glxinfo - Intel

Device: Mesa Intel(R) HD Graphics (HSW GT1) (0x402)

GPU Mesa Intel HD Graphics

intel(0): SNA initialized with Haswell (gen7.5, gt1) backend

https://forum.slitaz.org/topic/slitaz-future/page/19#post-51435

$ uname -a
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux

$ neofetch --off
tux@slitaz
----------
OS: SliTaz slitaz64 x86_64
Host: MS-7850 1.0
Kernel: 5.15.94
Uptime: 2 hours, 43 mins
Packages: 326 (tazpkg)
Shell: sh
Resolution: 1920x1080
DE: Xfce4 4.18
WM: Xfwm4
Theme: SliTaz [GTK2], Adwaita [GTK3]
Icons: SliTaz [GTK2], Adwaita [GTK3]
Terminal: xfce4-terminal
Terminal Font: Monospace 11
CPU: Intel Pentium G3258 (2) @ 2.5500GHz
GPU: Intel HD Graphics
Memory: 603MiB / 7814MiB
GPU Driver: Micro-Star International Co., Ltd. [MSI] Device [1462:7850]
CPU Usage: 1%

$ glxinfo -B

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
	Vendor: Intel (0x8086)
	Device: Mesa Intel(R) HD Graphics (HSW GT1) (0x402)
	Version: 22.2.2
	Accelerated: yes
	Video memory: 1536MB
	Unified memory: yes
	Preferred profile: core (0x1)
	Max core profile version: 4.6
	Max compat profile version: 4.6
	Max GLES1 profile version: 1.1
	Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics (HSW GT1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.2.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.2.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

 

https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51456

Slitaz64 - Kernel-5.15.94 - neofetch - glxinfo - AMD

Kernel-5.15.94 - neofetch - glxinfo - AMD

Device: RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94) (0x1638)

GPU RENOIR

AMDGPU(0): glamor X acceleration enabled on RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94)

https://forum.slitaz.org/topic/slitaz-future/page/19#post-51429

$ uname -a
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux

$ neofetch --off
tux@slitaz
----------
OS: SliTaz slitaz64 x86_64
Host: VivoBook_ASUSLaptop M3400QA_M3400QA 1.0
Kernel: 5.15.94
Uptime: 3 hours, 6 mins
Packages: 276 (tazpkg)
Shell: sh
Resolution: 1920x1200
DE: Xfce4
WM: Xfwm4
WM Theme: Default
Theme: Greybird [GTK2], Adwaita [GTK3]
Icons: elementary-xfce-dark [GTK2], Adwaita [GTK3]
Terminal: xfce4-terminal
Terminal Font: Monospace 12
CPU: AMD Ryzen 7 5800H with Radeon Graphics (16) @ 3.200GHz
GPU: AMD ATI Radeon Vega Series
Memory: 1093MiB / 15396MiB

$ glxinfo -B

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
	Vendor: AMD (0x1002)
	Device: RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94) (0x1638)
	Version: 22.2.2
	Accelerated: yes
	Video memory: 512MB
	Unified memory: no
	Preferred profile: core (0x1)
	Max core profile version: 4.6
	Max compat profile version: 4.6
	Max GLES1 profile version: 1.1
	Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
	VBO free memory - total: 321 MB, largest block: 321 MB
	VBO free aux. memory - total: 3036 MB, largest block: 3036 MB
	Texture free memory - total: 321 MB, largest block: 321 MB
	Texture free aux. memory - total: 3036 MB, largest block: 3036 MB
	Renderbuffer free memory - total: 321 MB, largest block: 321 MB
	Renderbuffer free aux. memory - total: 3036 MB, largest block: 3036 MB
Memory info (GL_NVX_gpu_memory_info):
	Dedicated video memory: 512 MB
	Total available memory: 3584 MB
	Currently available dedicated video memory: 321 MB
OpenGL vendor string: AMD
OpenGL renderer string: RENOIR (renoir, LLVM 15.0.3, DRM 3.42, 5.15.94)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.2.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.2.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

 

 https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51455

 

Slitaz64 - xfce-4.18 - slitaz64

xfce-4.18 - slitaz64  

GPU RENOIR

GPU Mesa Intel HD Graphics

 

GPU RENOIR
 
GPU Mesa Intel HD Graphics 
 
based on cooking64_new and xfce-4.18 ( converted from slackware ) GPU Unknown

https://forum.slitaz.org/topic/slitaz-future/page/19#post-51400

 

  https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51441