- Disable Windows Fast-Startup
- Disable Secure Boot
$ sudo pacman -S openbox tint2 pyxdg obconf lxappearance-obconf
$ cp /etc/X11/xinit/xinitrc ~/.xinitrc
$ cp -R /etc/xdg/openbox/ ~/.config/
edit .xinitrc and add
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
| diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h | |
| index dd335b5..7eae890 100644 | |
| --- a/kernel/common/inc/nv-linux.h | |
| +++ b/kernel/common/inc/nv-linux.h | |
| @@ -179,6 +179,7 @@ static inline uid_t __kuid_val(kuid_t uid) | |
| #include <linux/dma-mapping.h> | |
| #else | |
| #include <linux/dma-direct.h> | |
| +#include <linux/dma-map-ops.h> | |
| #endif |
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
| /* Ketentuan : | |
| Sampah < 10Kg = Sedikit | |
| Sampah < 15Kg = Sedang | |
| Sampah < 20Kg = Banyak | |
| Sampah > 20Kg = Banyak Sekali | |
| */ | |
| #include <stdio.h> | |
| #include <math.h> | |
| int main() { |
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
| /* Ketentuan : | |
| Sampah < 10Kg = Sedikit | |
| Sampah < 15Kg = Sedang | |
| Sampah < 20Kg = Banyak | |
| Sampah > 20Kg = Banyak Sekali | |
| */ | |
| #include <stdio.h> | |
| #include <math.h> | |
| int main() { |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>ACPI</key> | |
| <dict> | |
| <key>Add</key> | |
| <array> | |
| <dict> | |
| <key>Comment</key> |
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
| 00:000 00:000 BS: Starting OpenCore application... | |
| 00:000 00:000 BS: Booter path - \EFI\BOOT\BOOTX64.EFI | |
| 00:000 00:000 OCFS: Trying to locate filesystem on BA0CBB98 AF314F98 | |
| 00:000 00:000 OCFS: Filesystem DP - \EFI\BOOT\BOOTX64.EFI | |
| 00:000 00:000 BS: Trying to load OpenCore image... | |
| 00:000 00:000 BS: Relative path - EFI | |
| 00:000 00:000 BS: Startup path - EFI\OpenCore.efi (0) | |
| 00:000 00:000 BS: Fallback to absolute path - EFI\OC\OpenCore.efi | |
| 00:000 00:000 BS: Read OpenCore image of 843776 bytes | |
| 00:000 00:000 OCM: Loaded image at B38A6918 handle |