Этот коммит содержится в:
Ihar Hancharenka 2024-03-20 15:39:39 +03:00
родитель 84d0060813
Коммит f38fde7985
12 изменённых файлов: 98 добавлений и 2 удалений

Просмотреть файл

@ -41,6 +41,7 @@ Lenovo Legion Slim 5 16APH8 82Y9001NRK
https://catalog.onliner.by/notebook/lenovo/82y9001nrk
! 6400 bin, 2023, AMD Ryzen 7 7840HS, 2560 x 1600, 300 kd, 32G DDR5, no-os
!!!!!
Lenovo Legion 5 Pro 16IAH7H 82RF006VBM
https://vipcomp.by/noutbuki-planshety-smartfony/noutbuki/lenovo-legion-5-pro-16iah7h-82rf006vbm/
https://rulez.by/product/lenovo_legion_5_pro_16iah7h_82rf006vbm/

Просмотреть файл

@ -66,7 +66,7 @@ IrIna - Avdeenko - How Apocalypse Opens at Our Time of 1:24:48
2016
https://www.youtube.com/watch?v=pA99l2iqDBc
https://www.youtube.com/watch?v=uIYmNfLVN9c
termen111 - Avdeenko - Genesis 1 2:19:00 of 4:35:18
termen111 - Avdeenko - Genesis 1 2:40:00 of 4:35:18
https://www.youtube.com/watch?v=eg9FI-y5tLo
! 13:00 - single-rooted words: verit znachit istinstvovat (amn - amin)
! 26:00 - nebo 1-go dnya tvoreniya - eto nevidimyi angelskiy mir
@ -91,6 +91,8 @@ termen111 - Avdeenko - Genesis 1 2:19:00 of 4:35:18
! Behemot - mnozhestvennoe ot "bhema" - scot - simvoliziruet satanu, hvost postavil v nebo kak kiparis
! Pup - tochka uma ...
! Chelovek ne prosto svoboden, no obladaet angelskoy svobodoy poslednego resheniya (i tolko posle smerti uznaet, a gde deystvitelno ona byla i gde nam teper byt)
! Zhizn - ne ot zemli i ne ot solntsa, a ot slova
! Bog tvorit samodeyatelnye suschestva i samorodyaschuyu zhizn
termen111 - Avdeenko - Matriarhat and Feminism as products of Kain-civilization of 11:10
https://www.youtube.com/watch?v=Fg7m3FqV0d8
! Mafusal - 4-th gen from Kain, curse can finish after him

Просмотреть файл

@ -20,6 +20,8 @@ people
! his students - S.S Averintsev, V Bibihin
2024
Mazhuko - QA 166 - Sleepy Prayers of 7:45
https://www.youtube.com/watch?v=P_i9hrFfv50
Mazhuko - How to Enter Lent
https://www.youtube.com/watch?v=wIOe-9PRVNw
Pravblog - Mazhuko - Forgot of Anger of 17:13

Просмотреть файл

@ -1,5 +1,7 @@
https://blog.predanie.ru/article/v-poiskah-chistoty/
2024
https://blog.predanie.ru/article/kniga-ekklesiasta-s-vladimirom-sorokinym-krizis-srednego-vozrasta/
2021
https://blog.predanie.ru/article/bog-i-chelovek/
https://blog.predanie.ru/article/bozhya-realnost/

Просмотреть файл

@ -33,6 +33,8 @@ Na more - 2008
https://www.youtube.com/watch?v=5XlJEqJKDZY
2024
GevorgyanSelected - War Everyone against Everyone of 49:37
https://www.youtube.com/watch?v=6Cg0JYlOkgg
GevorgyanSelected - at Bratislava Simposium of 12:27
https://www.youtube.com/watch?v=_SkR3FiuVos
! 8nm - at Shiraz

3
nontech/politics/people/marzalyuk.txt Обычный файл
Просмотреть файл

@ -0,0 +1,3 @@
2024
ONT - Marzalyuk of 1:13:52
https://www.youtube.com/watch?v=cOJq6j2B1jg

Просмотреть файл

@ -1,3 +1,8 @@
Nikolay Victorovich
2024
ONT - Markov - Starikov - West Plans for RU of 31:26
https://www.youtube.com/watch?v=65VRW1MEeXo
2014
OplotInfo - Starikov - FRS and Parasit US Economy of 1:05:24
https://www.youtube.com/watch?v=CyWODKhBT4Y

Просмотреть файл

@ -1,5 +1,5 @@
2024
PavelIvanov - Gavrilov - Davos Psychiatry 14:00 of 59:30
PavelIvanov - Gavrilov - Davos Psychiatry 35:00 of 59:30
https://www.youtube.com/watch?v=Ey20qNpADqw
! 6:00 - Art of turning words into images - only the Man has
! 14:00 - Oxitacine - hormon of belonging to society

Просмотреть файл

@ -21,6 +21,18 @@ sudo mount /dev/nvme0n1p… /mnt/boot/efi/
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
sudo chroot /mnt
```
## uefi
https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Boot
## UMS/KMS
* https://wiki.archlinux.org/title/Kernel_mode_setting
* https://en.wikipedia.org/wiki/Mode_setting
## EDID
* https://wiki.archlinux.org/title/Kernel_mode_setting#Forcing_modes_and_EDID
## grub
@ -28,4 +40,66 @@ sudo chroot /mnt
## amdgpu
* https://wiki.archlinux.org/title/AMDGPU
* [kernel-lack-ums-support] (https://uchet-jkh.ru/i/otsutstvie-podderzki-ums-v-module-radeon/)
## disabling modesetting
https://wiki.archlinux.org/title/Kernel_mode_setting#Disabling_modesetting
driver=free
i915.modeset=0
radeon.modeset=0
nouveau.modeset=0
nomodeset
The newest kernels have moved the video mode setting into the kernel.
So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.
This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen.
Unfortunately, on some cards this doesnt work properly and you end up with a black screen.
Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.
Note that this option is sometimes needed for nVidia cards when using the default "nouveau" drivers.
Installing proprietary nvidia drivers usually makes this option no longer necessary, so it may not be needed to make this option permanent,
just for one boot until you installed the nvidia drivers.
iommu=soft
pci=noats
acpi=off
https://forum.garudalinux.org/t/cant-boot-on-integrated-radeon-gpu/14890
radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1 modprobe.blacklist=radeon
## misc
* https://www.youtube.com/watch?v=ebbA4jcFO5Q
* https://www.youtube.com/watch?v=Y1zZm8MHbyo
* https://forum.manjaro.org/t/manjaro-live-usb-does-not-start-after-grub/101228/23?page=2
driver=free
acpi=off
noapic
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=...
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
...
set root='hd0,...'
* https://community.frame.work/t/resolved-linux-wont-start-on-amd-without-nomodeset/42220/4
journalctl -k -b-1 > journal.txt
## issues
* https://github.com/linuxdeepin/developer-center/issues/1699#issuecomment-1751777166
## to-read
* https://www.reddit.com/r/pop_os/comments/qyfh7s/cant_boot_without_nomodeset_with_amd_gpu_stuck_at/
* https://bbs.archlinux.org/viewtopic.php?id=292265
* https://salsa.debian.org/tails-team/tails/blob/master/config/chroot_local-includes/usr/share/initramfs-tools/hooks/kms
* https://forum.puppylinux.com/viewtopic.php?t=2010

Просмотреть файл

@ -217,6 +217,7 @@ https://codeberg.org/zvava/config
https://gitlab.com/gnulinux-projects/My_Linux_Files/-/tree/main/Debian/Sway/.config
https://github.com/xeome/dots
https://github.com/bitterhalt/Sway-Dotfiles
https://github.com/MubinMuhammad/MinimalSwayFX
color
https://github.com/hercules261188/cosmic_latte

Просмотреть файл

@ -3,6 +3,9 @@ https://www.youtube.com/channel/UCmZz-Gj3caLLzEWBtbYUXaA/videos
Kafka Summit 2017:
https://www.youtube.com/watch?v=ySf7bDBHRUQ
2024
ByteByteGo - System Design: Why is Kafka so Popular? of 4:19
https://www.youtube.com/watch?v=yIAcHMJzqJc
2022
SpringDeveloper - Long - Spring Tips: Spring Boot & Apache Kafka 0:00 of 42:58
https://www.youtube.com/watch?v=DJHUNSGh3K0

Просмотреть файл

@ -0,0 +1 @@
https://github.com/Doriandarko/RepoToTextForLLMs