This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat /proc/driver/nvidia/version | |
| NVRM version: NVIDIA UNIX Open Kernel Module for x86_64 580.105.08 Release Build (notroot@) Wed Nov 5 02:43:24 UTC 2025 | |
| GCC version: Selected multilib: .;@m64 | |
| cat /proc/driver/nvidia-modeset/heads | |
| deviceId : 00 | |
| pLockGroup : 00000000b68f7e9c | |
| flipLock : no | |
| head 0 : inactive | |
| head 1 : inactive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/Documents/bpftrace-scripts/drm trunk | |
| ❯ sudo bpftrace ./drm_client_rotation.bpftrace | |
| Attaching 1 probe... | |
| drm_client_rotation: rotation: 0x2, return: 0 | |
| drm_client_rotation: rotation: 0x0, return: 0 | |
| drm_client_rotation: rotation: 0x0, return: 0 | |
| drm_client_rotation: rotation: 0x0, return: 0 | |
| drm_client_rotation: rotation: 0x2, return: 0 | |
| drm_client_rotation: rotation: 0x0, return: 0 | |
| drm_client_rotation: rotation: 0x0, return: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| new-user@pop-os:~/Documents/linux$ make rustavailable | |
| *** | |
| *** Rust bindings generator 'bindgen' could not be found. | |
| *** | |
| *** | |
| *** Please see Documentation/rust/quick-start.rst for details | |
| *** on how to set up the Rust support. | |
| *** | |
| make[1]: *** [/home/new-user/Documents/linux/Makefile:1798: rustavailable] Error 1 | |
| make: *** [Makefile:251: __sub-make] Error 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make -j $(nproc) KRUSTFLAGS='-Z macro-backtrace' bzImage modules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set follow-fork-mode child | |
| set substitute-path ../src-wine /home/binary-eater/Documents/Proton/wine | |
| set substitute-path ../src-dxvk /home/binary-eater/Documents/Proton/dxvk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 60.178529] joy_bonnet_i2c: Firmware adafruit,joy-bonnet from open_firmware_table. | |
| [ 60.178556] joy_bonnet_i2c: Id joy-bonnet-rpi-hat from id_table. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo su - | |
| less /proc/dynamic_debug/control | |
| alias ddcmd='echo $* > /proc/dynamic_debug/control' | |
| ddcmd '-p; module hid_nvidia_shield func * +p' | |
| # Show dmesg/play around with the controller | |
| # Discuss various dynamic debug modifiers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Initial setup | |
| sudo su - | |
| mount -t tracefs nodev /sys/kernel/tracing | |
| cat /sys/kernel/tracing/available_tracers | |
| # Function tracer | |
| echo function > /sys/kernel/tracing/current_tracer | |
| echo 0 > /sys/kernel/tracing/tracing_on | |
| echo > /sys/kernel/tracing/trace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/arm64 6.11.0-rc4 Kernel Configuration | |
| # | |
| CONFIG_CC_VERSION_TEXT="aarch64-unknown-linux-gnu-gcc (GCC) 13.2.0" | |
| CONFIG_CC_IS_GCC=y | |
| CONFIG_GCC_VERSION=130200 | |
| CONFIG_CLANG_VERSION=0 | |
| CONFIG_AS_IS_GNU=y | |
| CONFIG_AS_VERSION=24100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cmake ../ -DCMAKE_FIND_ROOT_PATH=~/kde/ -DCMAKE_INSTALL_PREFIX=/usr [-DDISABLE_MODEMMANAGER_SUPPORT=true] |
NewerOlder