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

What about AMD?

I have in mind the server:
-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdANaIL8YLMA7PbkC5ljsztVR3mn8VUVtBNnU0FnuBtklUw
y2R7C5kcyw77dg0a…
Benjamin_Loison commented on issue Benjamin_Loison/linux#81 2025-06-06 01:37:16 +02:00
Get rid of Intel Management Engine

https://shop.puri.sm/shop/librem-15-battery/ https://shop.puri.sm/shop/power-adapter-librem-13-librem-15/ https://shop.puri.sm/shop/privacy-screen-for-librem-15/ https://shop.puri.sm/shop/laptop…

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

Laptop Accessories does not mention much but https://shop.puri.sm/shop/ is quite serious:

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

https://puri.sm/products/librem-14/ > PureBoot and Librem Key

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.