r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Syllable] The free desktop and server operating system family

Kaj
13-Dec-2007
[1396x5]
You should unpack if first. What extension does it get on your machine?
Our browser was always based on the KHTML engine from Konqueror on 
KDE on Linux
Years later, Apple also used it for Safari, and in our latest version, 
we have also changed to this improved WebKit engine
So the browser is unfinished like all of Syllable, but quite modern
And it's very fast and memory-friendly
amacleod
13-Dec-2007
[1401]
Ok, I renamed it with the bz2 ext and used 7zip to decompress. Buring 
now. will try again...
Kaj
13-Dec-2007
[1402x2]
Maybe the bz2 extensions comes through if you don't remove the htm 
extension, or maybe IE would have unpacked the file for you. IE is 
weird with that
But the link to our current main English live CD is a referal, because 
it was the first on our new storage. The others are less problematic
amacleod
13-Dec-2007
[1404x2]
got it to boot but the display frequency wa out of range on one computer 
and it froze earlier in the sequence on the other
can't get the vm either???
Kaj
13-Dec-2007
[1406x4]
What happens on downloading the VMware image?
Did you try the alternative boot options?
What video card do you have on the one where the frequency is out 
of range?
Please use the link to the VMware image from the How to Get Syllable 
page on the site. The link that happens to be on the live CD site 
seems to be broken
Kaj
14-Dec-2007
[1410x3]
I released the second version of Syllable Server today:
http://osnews.com/story.php/19050/Syllable-Server-0.2-Released
We're already getting positive comments on including REBOL :-)
Robert
17-Dec-2007
[1413x2]
Kaj, mabe you can help me to get something straight.
I thought that Syllable uses it's own kernel AlthOS, right? What's 
the role of Linux (Linux kernel?) than? You mention Linux from time 
to time but why do you need it?
Kaj
17-Dec-2007
[1415x5]
This year we made a big split. I created a Linux distro based on 
my build system for Syllable. We call it Syllable Server, and Syllable 
proper is now called Syllable Desktop
Syllable Server is the Linux I have been telling you about in the 
past
Server and Desktop are as similar as possible, enabled by my build 
system and the fact that Syllable Desktop was already POSIX compatible. 
But the lower layers of Server are Linux: the kernel and support 
software around it
We are porting the userspace of Desktop to Linux. My build system 
and package management are already there, including ORCA. We are 
working on porting Syllable's graphics system and desktop environment. 
It will not be based on X11
The Linux gives us stability right now, drivers and applications. 
One of those is REBOL/Core, which is included in Syllable Server
Henrik
18-Dec-2007
[1420]
We are working on porting Syllable's graphics system and desktop 
environment. It will not be based on X11
 <--- I like it better already.
Kaj
18-Dec-2007
[1421x2]
We're using DirectFB on Syllable Server and are going to put our 
own graphics system on top of that
The prototype is currently running on SDL
Henrik
18-Dec-2007
[1423]
very nice. I like that someone finally has the guts to ditch X11.
Kaj
18-Dec-2007
[1424]
Thanks :-)
Pekr
18-Dec-2007
[1425]
DirectFB?
Kaj
18-Dec-2007
[1426]
directfb.org
Henrik
18-Dec-2007
[1427]
how are they doing on drivers and such?
Kaj
18-Dec-2007
[1428x3]
Roughly the same as Syllable Desktop. In fact, some of Syllable's 
graphics drivers are ports from DirectFB instead of X11
So we won't have as much video support as X11, but we will have a 
relatively lightweight driver system to build our own stuff on
It should definitely suffice for a server
Henrik
18-Dec-2007
[1431x2]
I wouldn't worry too much about driver support anyway. What I hate 
about X11 is the complexity and how easy it is to knock over. I encounter 
many people who move away from Ubuntu and back to Windows simply 
because X11 screws up its own configuration.
so DirectFB is reliable and simple to work with?
Kaj
18-Dec-2007
[1433x5]
We hope so :-)
It's rather unknown, but used quite a bit in embedded systems
There were a few ancient Linux distros using it, but we will bring 
it to the desktop/server again
The operating system for the Palm Folio that was recently cancelled 
used it the same way we are going to
Word was it performed extraordinarily
Henrik
18-Dec-2007
[1438]
a shame it was cancelled
Kaj
18-Dec-2007
[1439]
Yes, a law of computing, it seems. Any interesting graphics system 
will be shot down
Robert
18-Dec-2007
[1440x3]
Kaj, ok got it.
Why not use the Desktop kernel for the server as well?
I mean, on the server I just need a text interface and no GUI frills. 
Just lean and mean machine.
Kaj
18-Dec-2007
[1443x3]
We've been doing that for the past half decade, and we have not achieved 
a breakthrough yet
It takes longer to get stability and apps, especially for server 
requirements. And we are not going to design our kernel for server 
requirements, because it is optimised for desktop
Syllable Desktop doesn't have a text-only mode. It's really a desktop 
system, and Linux is really a server system