• 0

Codename: "Fusion OS"


Question

Hello!

I'm Keith Wright, and I have posted here a few times before, and love Neowin! Anyways the point of this post is that I am starting a Operating System Project codenamed "Fusion OS". I already have concepts, and mock-ups and even have a working build. It is based on Ubuntu (right now.) and uses some things from Fedora Core. The people currently working on the project are me and one other developer. I have a software company Simply Innovation, that will end up marketing it in the end. But the main point of this is that we need some developers and ideas for the project! If you have any ideas just post them below! The aim of the project is to make a STUNNING user interface, and make it a simplistic OS but yet powerful. And we need a name! We will also be developing our own web browser for this OS, which in turn will be available for all Linux distributions. (it is already developed for Windows.) I will post a concept screen shot below to give you an idea of what we already have. So if your interested in being a part of this project, we would greatly appreciate it, and it will be fun, and we can form a great team. We also have a Project Manager website set up to manage everything. If you have any questions or comments do ask!

image001bx.png

Thanks,

Keith Wright.

Link to comment
https://www.neowin.net/forum/topic/918938-codename-fusion-os/
Share on other sites

Recommended Posts

  • 0

Looks sweet! Can't wait to try, got a few things.

* For WINE, I would intergrate it if possible, would help with people switching from Windows, or rely on Windows apps.

* Will this be on a Live CD like other Linux OS's. Would love to use it as a Live CD

* If possible, when finished could you make it like Wubi, so it installs through Windows and can easily be removed

* Is it still based on Ubuntu, I hope it is since Ubuntu to me has the most programs available. Mainly browsers like Chrome :D

*Any idea on a date of a test build we can try?

  • 0

I don't want to be negative and sort off break your enthusiasm, but aren't there hundreds or Linux distros already? And, as someone else said before, the only way to get SOME users to switch from Win (or even OSX) is to have good alternatives for the most used apps in the other OS. Right now, there are many Windows apps that simply don't have alternatives on Linux, or they do, but they suck. I'm giving you just one example: Sound Forge. This is by far the best audio editor out there, and it has been for many years, ever since Sonic Foundry was developing it. You can't honestly tell me that Audacity even begins to compare with SF. Again, this is just one example.

Also, I learned that Wine (or its commercial alternatives, Crossover Office & Games) is not really an option. Lots of bugs, limited compatibility, etc.

  • 0

I totally agree with the Wine Integration, proper, tested wine integration.

Yes, Linux is not Windows, but alot of users are really bored (albeit Windows 7 will have quelled that a little) of windows, and want an alternative, but to be able to take their applications with them.

For this reason I moved to Mac.

While I dearly love OSX, I've always had a bit of a thing with linux, but It was always far too much leg work to get used to (despite knowing far more about Linux than I knew about OSX, I found OSX to have more than sufficient GUI coverage of the underlying mechanics, to get me buy for two entire months before I had to actually touch terminal, with linux, there's always something that needs hacked. Which I guess is cool, but sometimes its nice to be able to choose when to do the hacking).

I guess what I'm getting at, is that it'd be cool to have a linux distro that just worked.. or at least scanned hardware on an existing system to confirm that it won't (Not sure if this has been covered on linux before..)

Also, assuming it'll run on a Mac Mini... put me down for beta testing, it'd be nice to play with linux again :)

And before anyone points it out, yes I know.. OSX is pretty much unix with alot of money put into it.

  • 0

Looks sweet! Can't wait to try, got a few things.

* For WINE, I would intergrate it if possible, would help with people switching from Windows, or rely on Windows apps.

* Will this be on a Live CD like other Linux OS's. Would love to use it as a Live CD

* If possible, when finished could you make it like Wubi, so it installs through Windows and can easily be removed

* Is it still based on Ubuntu, I hope it is since Ubuntu to me has the most programs available. Mainly browsers like Chrome :D

*Any idea on a date of a test build we can try?

1. Yes, do to the demand we will be integrating WINE, but most likely under a different name. (ie. "Windows Compatibility", or "Program Compatibility")

2. Most likely.

3. Not sure about that one yet, will keep it in mind though! ;)

4. I think we WILL probably be basing it on a "stripped down" version of Ubuntu.

5. Probably in early August. :)

  • 0

And make is auto connect to windows7 file shares.

Another good request to make it "different"

Although this is hard on so many scales as the only way to network Windows/Unix based PCs is (AFAIK) thru Samba. The network translation required out of the box to do this and just make it work is worth it if it is the goal of the distro (which isnt the case here)

Another thing, why are you basing this on Ubuntu and not Debian?

  • 0

Another good request to make it "different"

Although this is hard on so many scales as the only way to network Windows/Unix based PCs is (AFAIK) thru Samba. The network translation required out of the box to do this and just make it work is worth it if it is the goal of the distro (which isnt the case here)

Another thing, why are you basing this on Ubuntu and not Debian?

I guess we could use Debian. We haven't really decided on a base yet, all the builds up to this point were based on Ubuntu, but since Ubuntu is based on Debian, it wouldnt really matter much. I will post a definitive answer once we discuss it! ;)

  • 0

Wow, now THAT looks like a fantastic OS. And it's the sort of system I would like to implement into my business when it comes up to replacing Windows XP.

If you guys ever need two heavy servers for mirrors or project management please let me know, I'd be more than happy to assist with any expertise I have. Drop me a line sometime and we'll discuss things.

  • 0

Does any form of Linux have actual installers yet? Or do you still have to know command line to install alot of software/drivers? And if so, please put that in FusionOS.

As bluefish already has said, Linux has installers, in the form of GUI package managers.

And package managers are the best way to manage your software. In Windows-World, each software developer has to include installer/uninstaller code. And they aren't all the same. Plus the system has no idea how to update the apps, so any app that you want to update has to also include their own "check for updates" code. Many apps don't have that, so will remain un-updated unless the user keeps a list of every application file/dll/etc on their hard drive and checks if new updates are out there.

Trust me, "Windows style installers" is not the direction you want to go.

  • 0

As bluefish already has said, Linux has installers, in the form of GUI package managers.

And package managers are the best way to manage your software. In Windows-World, each software developer has to include installer/uninstaller code. And they aren't all the same. Plus the system has no idea how to update the apps, so any app that you want to update has to also include their own "check for updates" code. Many apps don't have that, so will remain un-updated unless the user keeps a list of every application file/dll/etc on their hard drive and checks if new updates are out there.

Trust me, "Windows style installers" is not the direction you want to go.

i love apt-get, but a lot of the windows installer issues could be fixed if every developer used msi based installations ;)

  • 0

i love apt-get, but a lot of the windows installer issues could be fixed if every developer used msi based installations ;)

How so? People are still going to run into issues when they try and uninstall on Windows as the folder that the installation files are stored are generally wiped with Disc Cleaning apps.

  • 0

can anyone pm me wallpaper ?

If not OS , i would like to have the wallpaper at least

I will pm you the wallpaper in a bit! You will be able to get the OS at least a preview in August! :)

Wish you all the best with this project

Thanks so much! :)

Wow, now THAT looks like a fantastic OS. And it's the sort of system I would like to implement into my business when it comes up to replacing Windows XP.

If you guys ever need two heavy servers for mirrors or project management please let me know, I'd be more than happy to assist with any expertise I have. Drop me a line sometime and we'll discuss things.

Wow, thanks for the offer! :D It would be nice to have a mirror there, so it wouldnt load down our server too much, because last time I tried that our website was unbearably slow! Couldn't even load a page! I will be sure to PM you so we can discuss this! Thanks! :)

- Keith.

  • 0

I like the look of this and I hope it goes well!

I would love to see a dark version of the theme as well, just for user choice. Dark with transparency is cool. Even more so, it would be cool if there could be a way of adding a feature like in vista or 7 where you can adjust the color of the UI to your taste simply. I don't know is that is a possibility though.

  • 0

I like the look of this and I hope it goes well!

I would love to see a dark version of the theme as well, just for user choice. Dark with transparency is cool. Even more so, it would be cool if there could be a way of adding a feature like in vista or 7 where you can adjust the color of the UI to your taste simply. I don't know is that is a possibility though.

I didn't think about that! That's a great idea to have the user be able to change the color! I will see about implementing that! Thanks for the suggestion! And thanks for the UI compliment!

- Keith.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • 150.0.4078.65 secret changelog: New feature: Settings > Copilot and AI > Allow Cowork to take actions on your behalf
    • OBS Studio 32.2.0 RC1 by Razvan Serea OBS Studio is software designed for capturing, compositing, encoding, recording, and streaming video content, efficiently. It is the re-write of the widely used Open Broadcaster Software, to allow even more features and multi-platform support. OBS Studio supports multiple sources, including media files, games, web pages, application windows, webcams, your desktop, microphone and more. OBS Studio Features: High performance real time video/audio capturing and mixing, with unlimited scenes you can switch between seamlessly via custom transitions. Live streaming to Twitch, YouTube, Periscope, Mixer, GoodGame, DailyMotion, Hitbox, VK and any other RTMP server Filters for video sources such as image masking, color correction, chroma/color keying, and more. x264, H.264 and AAC for your live streams and video recordings Intel Quick Sync Video (QSV) and NVIDIA NVENC support Intuitive audio mixer with per-source filters such as noise gate, noise suppression, and gain. Take full control with VST plugin support. GPU-based game capture for high performance game streaming Unlimited number of scenes and sources Number of different and customizable transitions for when you switch between scenes Hotkeys for almost any action such as start or stop your stream or recording, push-to-talk, fast mute of any audio source, show or hide any video source, switch between scenes,and much more Live preview of any changes on your scenes and sources using Studio Mode before pushing them to your stream where your viewers will see those changes DirectShow capture device support (webcams, capture cards, etc) Powerful and easy to use configuration options. Add new Sources, duplicate existing ones, and adjust their properties effortlessly. Streamlined Settings panel for quickly configuring your broadcasts and recordings. Switch between different profiles with ease. Light and dark themes available to fit your environment. …and many other features. For free. At all. OBS Studio 32.2.0 changelog: Release Candidate 1 Changes Fixed empty name label in volume meter in Beta 1-3 [Warchamp7] Fixed macOS Audio Capture sources capturing cursors unnecessarily [jcm93] Beta 3 Changes Fixed extra padding on some UI elements on Windows in Beta 1-2 [Warchamp7] Fixed NVIDIA Audio Effects not working in Beta 1-2 [pkviet] Fixed issues with long item names in the Audio Mixer in Beta 1-2 [Warchamp7] Removed redundant "Monitor Only" from the Advanced Audio Properties window [Warchamp7] Mute and Monitor are handled independently in the new Audio Mixer Removed Close button from What's New dialog [Warchamp7] Removed margins from What's New dialog [Warchamp7] 32.2 New Features Replaced add source dropdown with new dialog [Warchamp7] Improved FPS selector UX [jcm93] Added missing file support for filters [exeldro] Added ability for plugins to set custom icons for new source types [cg2121] Included .webp files when adding a directory to Image Slide Show source [TarunCore] Added copy paste functions to frontend API [exeldro] Added filter to compose SDR into HDR [jpark37] Added delete as a hotkey to delete sources on macOS [PatTheMav] Added dynamic bitrate support to multitrack video [lexano-ivs] 32.2 Changes Forced Intel-based installations to update to Apple Silicon version on macOS [PatTheMav] This change means that OBS Studio versions built for Intel-based Macs but running on Apple Silicon Macs will automatically update to OBS Studio built for Apple Silicon Macs. If an installation was using third-party plugins, those plugins will no longer load until replaced with Apple Silicon versions. Fixed audio mixer state getting out of sync when changing settings via websockets or plugins [Warchamp7] Added theming for checked QToolButtons [glikely] Improved OpenGL performance slightly on low-end machines [kkartaltepe] Set minimum size for color source to 1 pixel [exeldro] Added minimum width to spinboxes [Warchamp7] Disallowed overwriting the crash handler [sebastian-s-beckmann] Applied process mitigation policies for Windows [notr1ch] Adjusted description of multitrack video [jhnbwrs] Changed new capture devices to use fallback frame rate by default [PatTheMav] Improved DLL loading behavior on Windows [notr1ch] Limited multitrack video config to Custom service [PatTheMav] 32.2 Bug Fixes Fixed OAuth and dock state save corruption [PatTheMav] Fixed group bounds not resizing when removing items [howellrl] Fixed canvas mixes not being restored after video reset [dsaedtler] Fixed some erroneous crashes during shutdown [Warchamp7] Fixed display capture sometimes capturing black after a duplicator failure [ThrowTop] Fixed color of controls dock output buttons in System theme [shiina424] Fixed virtual camera reset failures [stephematician] Fixed potential crash when user discards changes in the settings window [suogesi] Fixed incorrect return value in virtualcam filter [xtfo] Fixed source toolbar buttons not working after dragging a source into a group [Warchamp7] Fixed properties hint icon spacing [Warchamp7] Fixed potential crash when a video device reconnects on macOS [jcm93] Fixed an issue where PipeWire could fail on NVIDIA GPUs [hoshinolina] Fixed obs_canvas_get_video_info returning incorrect framerate [dsaedtler] 32.2 Deprecations Deprecated obs_properties_add_button [sebastian-s-beckmann] Download: OBS Studio 32.2.0 RC1 | Portable | ARM64 | ~200.0 MB (Open Source) View: OBS Studio Homepage | Other Operating Systems | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • For real. Forums are about as social media as I’ll ever get.
    • Lexar PLAY X 1TB 2230 review: blazing fast PCIe Gen4x4 gaming SSD for PC and consoles by Steven Parker Lexar reached out to us asking if we were interested in taking a look at the Lexar PLAY X SSD. This drive is mostly (but not strictly) intended for handhelds and consoles as a means to expand storage for gaming, but you can use it however you like. In our case we were sent the 2230 1TB variant, so we plopped it into the bracket that's included in the box and installed it in our test PC. Before we get underway, Lexar provided a free sample without any editorial input or review pre-approval. Below are its specifications: Lexar PLAY X Interface PCIe Gen4x4 with NVMe Form Factor M.2 2030, M.2 2230, M.2 2280 Capacity 512GB, 1TB, 2TB Speed 512GB: Sequential read speed up to 7200MB/s, sequential write speed up to 4500MB/s, random read up to 900K IOPs, random write up to 900K IOPs 1TB: Sequential read speed up to 7400MB/s, sequential write speed up to 6400MB/s, random read up to 1000K IOPs, random write up to 1000K IOPs 2TB: Sequential read speed up to 7400MB/s, sequential write speed up to 6500MB/s, random read up to 1000K IOPs, random write up to 1000K IOPs DRAM Cache No TB written 512GB: 300TBW, 1TB: 600TBW, 2TB: 1200TBW Operation temp 0° to 70°C (32°F to 158°F) Storage temp - 40° to 85°C (- 40°F to 185°F) Durability Shock Resistance: 1500G, duration 0.5ms, Half Sine Wave Vibration resistenence: 10~2000Hz, 1.5mm, 20G, 1Oct/min, 30min/axis (X, Y, Z) MTBF 1,500,000 Hours Dimensions 80 x 22 x 2.45 mm / 3.15”x0.87”x0.10” Weight 9.5g / 0.02lbs Part nr LNMPLYX001T-RNNNG Warranty 5 years Price £119.99, €119.99, / £218.99, €249.99 First a few notes about the specs. The Lexar PLAY X SSD does not come with a (graphene) heatsink so you will have to ensure you have a thermal pad or something that can be used with this drive, and secondly it says in the specs that it does not have a DRAM Cache, as it makes use of: Basically what this means is that HMB handles finding files, while the Dynamic pseudo-SLC cache handles writing them. The Lexar PLAY X uses TLC NAND flash memory, which stores three bits of data per cell. Writing three bits requires checking multiple voltage levels, which takes time. It's a trade off for the drive size too, as it would be difficult to place DRAM cache onto the 2230 format. What's in the box Lexar PLAY X (1TB) 2280 Bracket 2230 and 2280 Sticker Quick Installation Guide Our test system consists of the following: Lian Li O11 Dynamic Mini V2 Flow (Amazon|Newegg) ASUS ProArt Z890-CREATOR WiFi (Amazon|Newegg) Intel Core Ultra 7 270K Plus (Amazon|Newegg) Thermal Grizzly KryoSheet - 44x37 (Amazon|Newegg) 2x 16GB G.Skill Trident Z5 RGB (7200 MT/s in XMP) (Amazon|Newegg) Sabrent Rocket4 Plus 2TB SSD (Amazon) Windows 11 Pro 25H2 (Build 26100.8655) Benchmarks With that out of the way, we ran some benchmarks comparing (historic) data with a couple of other drives on a system that is up to date with the latest June Patch Tuesday updates. Aside from the clear difference between the PCIe 4x4 and PCIe 5x4 results, it is also clear that applying correct thermal conditions, in this case the DARK AirFlow I, makes a difference with the outcome of the score as can be seen on the TeamGroup Z540. (hsf = heatsink & fan, hs = heatsink) WD SN850X Lexar PLAY X Z540 with DARK AirFlow I In our 3DMark Storage benchmark test (images above), which measures access times and bandwidth for gaming scenarios, the Lexar PLAY X was the fastest. Even compared to the actively cooled TeamGroup Z540, this one was 23% faster, despite being on PCIe Gen4; and it was doing so while running cool too, as you will see later in our temperature stress test. The Lexar PLAY X supports DirectStorage like other NVMe drives, and here, the SSD was a lot better with DirectStorage enabled on our 3DMark DirectStorage feature test. With GDeflate especially, the improvement is tremendous. Overall, the test result says that the Lexar PLAY X was nearly three times faster while running with DirectStorage. (hsf = heatsink & fan, hs = heatsink) Z540 with DARK AirFlow I Lexar PLAY X WD SN850X Next we ran the default CrystalDiskMark test (images above) and measured the disk temperature. Even with the motherboard M.2 heatsink applied to the top of it, the drive managed to reach a peak of 70C, which is well within specification. Also, another positive is that it exceeded its advertised sequential write speed of 6,400 MB/s in our testing, which is rare and deserves praise. Z540 with DARK AirFlow I Lexar PLAY X WD SN850X The second test is of six passes at 16GB (images above), meant to stimulate a heavier, longer transfer session, and it reached the same max temp of 70~71C. This indicates that the PLAY X is performing exceptionally well even under heavy loads. It is not as chill as the WD_BLACK SN850X, but 70-71 C is completely safe. Usage Although Lexar generally markets anything stamped with "Play" for handhelds and consoles, on the official product page and Amazon listing, the PLAY X is definitely marketed as an all-rounder with the company claiming that it is: This is exactly what we did, as our sample was placed into the 2280 bracket and installed in the M.2_1 slot on our ASUS ProArt Z890-CREATOR WiFi. CrystalDiskInfo Idle temp as shown above is also pretty decent at 28C. Lexar DiskMaster Lexar also provides a disk utility that can read the disk information and benchmark it. S.M.A.R.T info can be viewed above and it loads automatically in the program, I also ran the "Performance testing" which gave a better result than we saw in CrystalDiskMark v9.0.2. Conclusion I have to say I came out very impressed with the PLAY X, especially seeing how well it did in the 3DMark gaming test. That was surprising for sure, in a good way of course. Hence, as the name suggests, the PLAY X can be a great drive for gaming rigs. The drive ran fairly cool as well, although you will want to make sure it's properly cooled, seeing how it was reaching its maximum recommended operating temperature; but there was no noticeable throttling. The 600 TBW rating of the 1TB variant seems pretty good as well for this gaming-orientated storage where writes will be happening more frequently for game saves and what-not, but even so, you should see years of use without any problems and even if you do run into problems, the five year warranty should have you covered. A bit of a downer for our U.S. readers though, Lexar told me that the PLAY X is not yet available to purchase in the United States, but it can be ordered if you're in the UK. I asked when they plan to release it there and was told: In addition, although the initial review documentation and official website suggests there is also a 2 TB variant, Lexar have stated that "The 2TB version has not been launched yet." As you can see from the links below, the 1 TB variant is also selling a bit above the RRP in the UK, and the 512 GB version aligns with Lexar's RRP. Lexar PLAY X 1 TB for £241.99 on Amazon UK Lexar PLAY X 512 GB for £119.99 on Amazon UK We hope the 2TB variant becomes available soon, considering how well the drive did in our game data tests. We feel the higher capacity will be popular for sure, though at this time, the lack of it is not hard to understand why, given the shortage and the shift in focus for a lot of companies. Sayan Sen contributed to this review. As an Amazon Associate we earn from qualifying purchases.
    • This seemed like a fake news story, or AI generated. Nope, apparently true. https://www.bbc.co.uk/news/uk-england-devon-45414022
  • Recent Achievements

    • One Month Later
      pahariyaseo earned a badge
      One Month Later
    • Week One Done
      pahariyaseo earned a badge
      Week One Done
    • Week One Done
      hadiaali45 earned a badge
      Week One Done
    • Week One Done
      arone_24 earned a badge
      Week One Done
    • Reacting Well
      flexorcist earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      408
    2. 2
      PsYcHoKiLLa
      140
    3. 3
      Nick H.
      89
    4. 4
      +Edouard
      83
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!