mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 05:28:43 +08:00
Compare commits
7 Commits
b7dc74877e
...
6f961cbfec
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f961cbfec | ||
|
|
821c799ac4 | ||
|
|
f4c88f3a5c | ||
|
|
04bc814954 | ||
|
|
4581932944 | ||
|
|
04307e27ee | ||
|
|
0cccf83bf0 |
@ -76,7 +76,7 @@ You will use this template to insert your computer on the table.
|
||||
| Lenovo | Yoga S730-13IWL | 0.9.0 | 09-11-2024 | desktop | x86-64 | UEFI | Boots to Orbital, No trackpad or USB mouse input support |
|
||||
| Samsung | Series 3 (NP350V5C) | 0.9.0 | 04-08-2025 | desktop | x86-64 | UEFI | Boots to Orbital, touchpad works, usb does not work, can connect to the Internet through LAN. Wrong maximum display resolution 1024x768 |
|
||||
| Asus | Vivobook 15 OLED (M1503Q) | 0.9.0 | 04-08-2025 | desktop | x86-64 | UEFI | Boots to Orbital, touchpad and usb do not work, cannot connect to the internet, right maximum display resolution 2880x1620 |
|
||||
|
||||
| HP | EliteBook Folio 9480M | 0.9.0 | 04-11-2025 | desktop | x86-64 | UEFI | Boots to Orbital, touchpad and usb work, cannot connect to the Internet, install failed, right maximum display resolution 1600x900
|
||||
## Broken
|
||||
|
||||
| **Vendor** | **Model** | **Redox Version** | **Image Date** | **Variant** | **CPU Architecture** | **Motherboard Firmware** | **Report** |
|
||||
|
||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit aada86d013d49399a3e6c0a86e76531b0bd34ef2
|
||||
Subproject commit f9cd5a5901140b13f711686fc2e3bc99cac01f7b
|
||||
@ -187,7 +187,7 @@ archLinux()
|
||||
{
|
||||
|
||||
echo "Detected Arch Linux"
|
||||
packages="git make curl fuse3 fuse-overlayfs slirp4netns podman gdb"
|
||||
packages="git make curl fuse3 fuse-overlayfs slirp4netns podman gdb wget"
|
||||
if [ "$1" == "qemu" ]; then
|
||||
packages="$packages qemu"
|
||||
elif [ "$1" == "virtualbox" ]; then
|
||||
|
||||
2
relibc
2
relibc
@ -1 +1 @@
|
||||
Subproject commit ed575e92596425db371e745b6cf900af42043f1a
|
||||
Subproject commit 6e165e2ef0e34a4b50829043a7b26b07fa6353b4
|
||||
Loading…
Reference in New Issue
Block a user