Ubuntu Unity running on Windows 10
11–20 of 90 posts
Re: Ubuntu Unity running on Windows 10
#12Windows 10 with Unity: you've got two problems now.
Re: Ubuntu Unity running on Windows 10
#13Wow that's really cool. This is pretty close to native performance? This is a really great step for Linux on the desktop. Such an easy way to onboard people.
Also considering the state of graphics drivers on GNU/Linux and on Windows, it wouldn't surprise me if for some specific hardware configurations, the “perceived interactive performance“ (responsiveness) of the UI was actually higher on Ubuntu for Windows than on it running on top of the Linux kernel.
Re: Ubuntu Unity running on Windows 10
#14Re: Ubuntu Unity running on Windows 10
#15Wow that's really cool. This is pretty close to native performance? This is a really great step for Linux on the desktop. Such an easy way to onboard people.
Now what I don't get, and I'm not trolling here, is why would you want this? Isn't a VM a better option?
I assume people using Windows want to because of the UI, not the kernel. Whereas people generally choose Linux/Gnu/Unix for the kernel and OS environment, not the UI. With Ubuntu on Windows you get part of what people have wanted, and arguable the most important part people want.
Will people really want a Windows kernel, with Ubuntu/GNU OS tools, and Unity? I suspect most would still want the Windows UI.
Re: Ubuntu Unity running on Windows 10
#16Re: Ubuntu Unity running on Windows 10
#17Re: Ubuntu Unity running on Windows 10
#18Re: Ubuntu Unity running on Windows 10
#19Wow that's really cool. This is pretty close to native performance? This is a really great step for Linux on the desktop. Such an easy way to onboard people.
AFAIK This is not emulation or virtualization, so as long as Microsoft's implementation of the Linux kernel APIs on top of the Windows kernel is performant, and the X11 implementation is also performant, this should have native performance. Also considering the state of graphics drivers on GNU/Linux and on Windows, it wouldn't surprise me if for some specific hardware configurations, the “perceived interactive perfor…
Re: Ubuntu Unity running on Windows 10
#20Earlier quoted context omitted.
AFAIK This is not emulation or virtualization, so as long as Microsoft's implementation of the Linux kernel APIs on top of the Windows kernel is performant, and the X11 implementation is also performant, this should have native performance. Also considering the state of graphics drivers on GNU/Linux and on Windows, it wouldn't surprise me if for some specific hardware configurations, the “perceived interactive perfor…
It is syscall-level emulation. Emulation in this case doesn't mean it has to be slow. I am curious how they implemented `fork(2)`, though.