|
Edited by JFL at 2021-11-08 15:10
Hi @darkstar,
Thanks for the newly build Linux Kernel-5.15.1-darkstar-LTS. Just installed your new kernel-5.15.1-darkstar on your Ubuntu-Impish-Gnome-5.14.15-darkstar image this is before "Restart". Installation seems successful with new uInitrd, initrd.img-5.15.1-darkstar, System.map-5.15.1-darkstar and zImage generated successfully on /boot partition/folder. Not sure whether I responded to the "Hearders" generation correctly. I just hit enter (without keying y or n).
Restart Ubuntu-Impish-5.15.1-darkstar successfully!
- <div>Linux Beelink 5.15.1-darkstar #1.0.7 SMP PREEMPT Sun Nov 7 08:30:10 +03 2021 aarch64 aarch64 aarch64 GNU/Linux
- </div>
Copy the Code Somehow the screen capture "neofetch" screenshot does NOT appear. It is on Advanced Mode.
I tried webgl on firefox but no success, Ubuntu does not allow direct installation for chromium. Using the following ppa and instructions, managed to install Chromium. https://forum.odroid.com/viewtopic.php?f=52&t=42300
[size=150%]Installing Chromium browser (beta):- <div class="codebox"><p>Code: <a href="https://forum.odroid.com/viewtopic.php?f=52&t=42300#">Select all</a></p><pre><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E6A17451DC058F40
- sudo add-apt-repository -S deb http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/ groovy main
- sudo apt update
- sudo apt-get install chromium-browser chromium-codecs-ffmpeg-extra
- </code></pre></div>
- Add this line to "cat /etc/chromium-browser/default" for better rendering performance.
Copy the Code Code: Select all
- CHROMIUM_FLAGS="--enable-features=UseOzonePlatform --ozone-platform=wayland"
Copy the Code Starting Chromium with the following command. Wayland and OzonePlatform Activated. The webgl Aquarium 500 fishes score 30-40+
- chromium-browser --enable-features=UseOzonePlatform --ozone-platform=wayland --in-process-gpu incognito --use-gl=egl
Copy the Code
- beelink@Beelink:~/Downloads/Linux-5.15.1-darkstar$ sudo dpkg -i linux-image-amlogic-mainline_1.0.7_arm64.deb linux-headers-amlogic-mainline_1.0.7_arm64.deb
- (Reading database ... 146013 files and directories currently installed.)
- Preparing to unpack linux-image-amlogic-mainline_1.0.7_arm64.deb ...
- Unpacking linux-image-amlogic-mainline (1.0.7) over (1.0.7) ...
- Preparing to unpack linux-headers-amlogic-mainline_1.0.7_arm64.deb ...
- Unpacking linux-headers-amlogic-mainline (1.0.7) over (1.0.7) ...
- Setting up linux-image-amlogic-mainline (1.0.7) ...
- update-initramfs: Generating /boot/initrd.img-5.15.1-darkstar
- W: Possible missing firmware /lib/firmware/r8a779x_usb3_v3.dlmem for built-in driver xhci_plat_hcd
- W: Possible missing firmware /lib/firmware/r8a779x_usb3_v2.dlmem for built-in driver xhci_plat_hcd
- W: Possible missing firmware /lib/firmware/r8a779x_usb3_v1.dlmem for built-in driver xhci_plat_hcd
- W: Possible missing firmware /lib/firmware/nvidia/tegra194/xusb.bin for built-in driver xhci_tegra
- W: Possible missing firmware /lib/firmware/nvidia/tegra186/xusb.bin for built-in driver xhci_tegra
- W: Possible missing firmware /lib/firmware/nvidia/tegra210/xusb.bin for built-in driver xhci_tegra
- W: Possible missing firmware /lib/firmware/nvidia/tegra124/xusb.bin for built-in driver xhci_tegra
- update-initramfs: /boot/initrd.img-5.15.1-darkstar > /boot/initrd.img
- update-initramfs: Converting to u-boot format
- Setting up linux-headers-amlogic-mainline (1.0.7) ...
- Compiling headers - please wait ...
- *
- * Restart config...
- *
- *
- * ARMv8.5 architectural features
- *
- Branch Target Identification support (ARM64_BTI) [Y/n/?] y
- Use Branch Target Identification for kernel (ARM64_BTI_KERNEL) [Y/n/?] (NEW)
- Enable support for E0PD (ARM64_E0PD) [Y/n/?] y
- Enable support for random number generation (ARCH_RANDOM) [Y/n/?] y
- Memory Tagging Extension support (ARM64_MTE) [Y/n/?] y
- *
- * Memory initialization
- *
- Initialize kernel stack variables at function entry
- > 1. no automatic stack variable initialization (weakest) (INIT_STACK_NONE)
- choice[1]: 1
- Enable heap memory zeroing on allocation by default (INIT_ON_ALLOC_DEFAULT_ON) [N/y/?] n
- Enable heap memory zeroing on free by default (INIT_ON_FREE_DEFAULT_ON) [N/y/?] n
- Enable register zeroing on function exit (ZERO_CALL_USED_REGS) [N/y/?] (NEW)
- beelink@Beelink:~/Downloads/Linux-5.15.1-darkstar$
Copy the Code |
|