Compare commits

...

6 Commits

Author SHA1 Message Date
Piotr Czajka
5f7696804d Merge branch 'add-p14s-to-hardware' into 'master'
add lenovo P14s to HARDWARE.md

See merge request redox-os/redox!1523
2025-05-05 05:35:50 +00:00
Jeremy Soller
0a22d926da
Add x11 filesystem config 2025-05-04 21:44:53 -06:00
Jeremy Soller
6ea02cd39b
Update cookbook and relibc 2025-05-04 21:44:33 -06:00
Piotr Czajka
e064464b63 rephrase the sentence in HARDWARE.md 2024-11-17 17:52:07 +01:00
Piotr Czajka
3748435b0e Merge branch 'master' into 'add-p14s-to-hardware'
# Conflicts:
#   HARDWARE.md
2024-11-17 16:47:51 +00:00
Piotr Czajka
ea018780fa add lenovo P14s to HARDWARE.md 2024-11-17 17:02:03 +01:00
5 changed files with 43 additions and 2 deletions

View File

@ -73,6 +73,7 @@ You will use this template to insert your computer on the table.
| Toshiba | Satellite L500 | 0.8.0 | 11-11-2022 | desktop | x86-64 | BIOS | Boots to Orbital, No ethernet driver, Correct video mode not offered (firmware issue) |
| Raspberry Pi | 3 Model B+ | 0.8.0 | Unknown | server | ARM64 | U-Boot | Boots to UART serial console (pl011) |
| Lenovo | ThinkPad Yoga 260 Laptop - Type 20FE | 0.9.0 | 07-09-2024 | demo | x86-64 | UEFI | Boots to Orbital, No audio |
| Lenovo | ThinkPad P14s | 0.9.0 | 17-11-2024 | demo | x86-64 | UEFI | Boots to Orbital, No trackpad or USB mouse input support |
| 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 |

37
config/x11.toml Normal file
View File

@ -0,0 +1,37 @@
# X11 configuration
include = ["desktop.toml"]
# Override the default settings here
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 2048
# Package settings
[packages]
gtk3 = {}
mesa-x11 = {}
mesa-demos-x11 = {}
twm = {}
xeyes = {}
xinit = {}
xkbcomp = {}
xkbutils = {}
xkeyboard-config = {}
xserver-xorg = {}
xserver-xorg-video-dummy = {}
[[files]]
path = "/usr/lib/init.d/20_xenv"
data = """
export DISPLAY :0
"""
[[files]]
path = "/usr/lib/init.d/40_x"
data = """
X :0 -verbose 6
"""

3
config/x86_64/x11.toml Normal file
View File

@ -0,0 +1,3 @@
# X11 configuration
include = ["../x11.toml"]

@ -1 +1 @@
Subproject commit f2e4cf5aa08844517b6d9f47ae60f4462a6475c9
Subproject commit e275e926f43c21957a771f97b165716ae21acbba

2
relibc

@ -1 +1 @@
Subproject commit bb105d41ad11798b458d825e0838302f94ada373
Subproject commit 275b92ee9225ae1c0036363634e2b57ceca3275b