Benjamin_Loison commented on issue Benjamin_Loison/linux#81 2025-06-06 01:24:55 +02:00
Get rid of Intel Management Engine

https://system76.com/components/ is quite ridiculous, I prefer a repairable device than one open-source and privacy oriented.

Benjamin_Loison commented on issue Benjamin_Loison/linux#81 2025-06-06 01:23:53 +02:00
Get rid of Intel Management Engine

Wikipedia: System76 (1279721800)

System76's firmware partly disables the Intel Management Engine;[13][14] the Intel…

Benjamin_Loison opened issue Benjamin_Loison/linux#81 2025-06-06 01:17:13 +02:00
Get rid of Intel Management Engine
Benjamin_Loison commented on issue Benjamin_Loison/linux#48 2025-06-05 21:56:50 +02:00
Make computer behave as a screen

Could use HDMI as a screen grabber to take clean screenshots when not running an OS maybe. Elgato is a physical alternative.

Benjamin_Loison commented on issue Benjamin_Loison/linux#48 2025-06-05 21:56:33 +02:00
Make computer behave as a screen

Related to #52.

Benjamin_Loison commented on issue Benjamin_Loison/linux#35 2025-06-05 20:35:27 +02:00
Limit rights of programs
Benjamin_Loison commented on issue Benjamin_Loison/linux#31 2025-06-05 14:48:55 +02:00
Use a webcam at the same time on 2 different softwares

Settings > Video is a workaround for Jitsi.

Benjamin_Loison opened issue Benjamin_Loison/cryptpad#45 2025-06-05 13:14:52 +02:00
Firefox resuming tabs from shut down Debian 12 GNOME results for unclicked CryptPad tab in a red dot icon
Benjamin_Loison commented on issue Benjamin_Loison/adb#32 2025-06-02 19:12:06 +02:00
Set screen timeout
Benjamin_Loison commented on issue Benjamin_Loison/adb#42 2025-06-02 17:33:49 +02:00
Interact with virtual display with adb
adb shell uiautomator dump --help
UI hierchary dumped to: /sdcard/window_dump.xml
adb shell uiautomator --help
Output:
Usage…
Benjamin_Loison commented on issue Benjamin_Loison/adb#42 2025-06-02 17:26:55 +02:00
Interact with virtual display with adb
adb shell input -d 4 tap 977 707

does not need adb shell monkey.

Benjamin_Loison commented on issue Benjamin_Loison/adb#42 2025-06-02 17:25:09 +02:00
Interact with virtual display with adb
adb shell input -d keyboard tap 977 707
Output:

Exception occurred while executing '-d':
java.lang.IllegalArgumentException: Error: Invalid…
Benjamin_Loison commented on issue Benjamin_Loison/adb#42 2025-06-02 17:24:17 +02:00
Interact with virtual display with adb
adb shell input keyboard tap 977 707

does not seem helpful.

Benjamin_Loison commented on issue Benjamin_Loison/adb#42 2025-06-02 17:22:26 +02:00
Interact with virtual display with adb
adb shell input -h
Output:
Usage: input [<source>] [-d DISPLAY_ID] <command> [<arg>...]

The sources are: 
      touchnavigation
     …
Benjamin_Loison commented on issue Benjamin_Loison/adb#42 2025-06-02 17:20:44 +02:00
Interact with virtual display with adb
adb shell input tap 977 707

uses actual display even if manually used last an app on the virtual one.

Benjamin_Loison commented on issue Benjamin_Loison/adb#42 2025-06-02 17:17:00 +02:00
Interact with virtual display with adb
adb shell input text test

works as wanted after using adb shell monkey.

Benjamin_Loison commented on issue Benjamin_Loison/adb#42 2025-06-02 17:06:59 +02:00
Interact with virtual display with adb
adb shell uiautomator dump
FILE=window_dump.xml
adb pull /sdcard/$FILE
xmllint --format $FILE