mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
Compare commits
6 Commits
fd41c47a00
...
5f7696804d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f7696804d | ||
|
|
0a22d926da | ||
|
|
6ea02cd39b | ||
|
|
e064464b63 | ||
|
|
3748435b0e | ||
|
|
ea018780fa |
@ -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
37
config/x11.toml
Normal 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
3
config/x86_64/x11.toml
Normal file
@ -0,0 +1,3 @@
|
||||
# X11 configuration
|
||||
|
||||
include = ["../x11.toml"]
|
||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit f2e4cf5aa08844517b6d9f47ae60f4462a6475c9
|
||||
Subproject commit e275e926f43c21957a771f97b165716ae21acbba
|
||||
2
relibc
2
relibc
@ -1 +1 @@
|
||||
Subproject commit bb105d41ad11798b458d825e0838302f94ada373
|
||||
Subproject commit 275b92ee9225ae1c0036363634e2b57ceca3275b
|
||||
Loading…
Reference in New Issue
Block a user