Replies: 11 comments 19 replies
-
ravynOS 0.4.0pre4 boots all the way into the GUI on the Framework Mainboard with 11th Gen Intel Core (Tiger Lake) and a HDMI display attached over a USB-3 hub (that supports DP altmode). Great job! Also works on a Cherry Trail based Acer TravelMate B. On both systems, the GUI comes up, then the console is shown for half a second or so, and then the GUI is shown again. Is that switching back and forth needed? |
Beta Was this translation helpful? Give feedback.
-
Windows-Enter does not really work; it flickers a window for a split second which then disappears. |
Beta Was this translation helpful? Give feedback.
-
Shutdown and Restart do nothing. Sleep seems to work on the Cherry Trail based Acer TravelMate B but not on the Tiger Lake based Framework Mainboard. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I wish I could support this project, but for now the best I can do is cheer from the side, as I am way out of my depth here. This project is extremely awesome and interesting and I am intending to follow it to the best of my ability! Thank you awesome devs! |
Beta Was this translation helpful? Give feedback.
-
Hi, this looks cool! I am wondering though, can I run this on a virtual machine (vmware if it matters)? I have an i7 11800H (and its included iGPU) and a laptop RTX 3070. Will the GUI work for me? |
Beta Was this translation helpful? Give feedback.
-
does not boot on my Lenovo T450s the USB port is OK, have just used it for backup minutes ago same with the release and the nightly |
Beta Was this translation helpful? Give feedback.
-
Are you booting under UEFI?On Dec 2, 2023, at 8:45 AM, Axel Burwitz ***@***.***> wrote:
does not boot on my Lenovo T450s
IMG_20231202_142803479_HDR.jpg (view on web)
the USB port is OK, have just used it for backup minutes ago
same with the release and the nightly
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I’m asking because the screenshot looks like a legacy BIOS boot. It should be loading /boot/loader.efi.On Dec 4, 2023, at 12:20 PM, Axel Burwitz ***@***.***> wrote:
btw FreeBSD-14.0 boots well
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Awesome! The live ISO login is “liveuser” and there’s no password. Keep your expectations low - I haven’t got much built yet. :)
|
Beta Was this translation helpful? Give feedback.
-
Interesting. There should be a desktop wallpaper and a Dock with a Terminal app as well. Someone on Discord also reported this black screen experience recently so something must be broken. I’ll take a look when I find some time!
Thanks for trying it :)
|
Beta Was this translation helpful? Give feedback.
-
ravynOS Pygmy Marmoset
Developer Preview Release v0.4.0pre4
Welcome to the 0.4.0pre4 Developer Preview of ravynOS as we continue working towards release 0.4! As usual, this is an unstable pre-release of upcoming stuff intended for people helping build the system. It is not complete. It contains bugs - sometimes serious ones - including application and desktop crashes and kernel panics. You have been warned.
This snapshot release includes the start of a GUI based on Cocoa and Mach. It aims to be Mac compatible. The GUI is very rudimentary so far - please be patient! More is on the way.
Detailed release notes below!
TLDR: This release does stuff. More stuff than the previous one, but not by much, and a lot less than we want it to do eventually.
Kernel stabilization
A major bug in mach_msg memory allocation was fixed, massively improving the kernel's stability. There may still be occasional freezes or panics, mainly in the
drm-kmod
(DRM/KMS video) drivers or in the latest Intel wifi (iwlwifi) driver.More LaunchDaemons
Launchd
now starts the Apple syslog (asld
) andauditd
services which had been previously disabled for stability issues. The command-lineaslutil
can be used to examine ASL logs.WindowServer & SystemUIServer
The Tanuki series releases used a pretty traditional X11/KDE desktop environment that was shoehorned into looking and behaving like the Mac desktop. However, this can only go so far due to the very different architecture and design of the two systems. 0.4.0pre3 had the very first bits of a new UI built ground-up to be what we need. This release adds some vital plumbing and the first version of SystemUIServer.
WindowServer should start automatically if it detects a supported GPU (Intel HD and Iris, AMD or Radeon - we are still working towards virtual machine support with qxl and vmwgfx drivers). If successful, a black and white "ravynOS" wallpaper should appear on all screens and a login window should appear on one of them. Enter "liveuser" as the user name, leave password blank, and click the
Login
button. If you get it wrong, there is no feedback: just try again. A better login window is in development but we needed something quickly to make the Live ISO work :)After login, the display should change to a black screen with a menu bar at the top of one screen. The menu bar has a clock and the Ravyn menu, with typical options like
About this computer
,Recent items
,Sleep
andRestart
. Most of these work - try Sleep, Restart, and Shut Down in particular and please report if they work for your hardware.When a Cocoa app (e.g.
/Applications/Utilities/Install ravynOS.app
) is launched, its menus appear in the global bar and can be used as you would expect. Switching applications will switch the active menus as well. Exiting an application removes its menus from the bar. Remaining work items are tracked here. Also beware of known issues #288 and #280 in particular.Temporary Secret Terminal
Since the desktop has no way yet to launch apps, you can press
<Logo>-<Enter>
(Logo
being your Windows or Command key or its equivalent) to launch a terminal window. Press<Alt>-<Space>
while focused for a window menu, then enable Decorations to allow moving or resizing the window. The shell will be running asnobody
, so usesu - liveuser
to get to your regular account. This is not a Cocoa app and has no menus; it will go away once we have something better.Other Changes
Limitations and Known Issues
open
options (e.g. redirecting I/O, setting env vars, wait for exit) are not yet implemented on thelaunchd
version of LaunchServicesPlease see the wiki for system requirements, install instructions and where to find things.
Ask questions or give feedback in the Discussions area. Please report any bugs to the Issues tracker. Your help in fixing said bugs would be appreciated too! Thanks!
Get It!
Download 0.4.0pre4 from NomadLogic - US West or your closest mirror:
US Central | US East | US East 2 | Norway | Denmark
Unstable "nightly" builds are also available for developer testing:
Download from US West | US Central | US East | US East 2 | Norway | Denmark
Acknowledgements
As usual, thank you to our community of sponsors, designers, developers, testers, and users, and mirror hosts for supporting the project.
This discussion was created from the release ravynOS 0.4.0pre4.
Beta Was this translation helpful? Give feedback.
All reactions