Raleigh wrote:
dcj123 wrote:
So I have Skyrim working on Wine now, saves me time from loading a virtual machine every time I want to play it. I think its actually faster on Wine then Windows however that could be related to the fact that one of my eight cores has to run the host OS when running Windows in virtualization, either that or Windows 10 is horrible. I don't remember Skyrim lagging on my GTX 770 on Windows 7 but my GTX 980 ran it pretty poorly in parts on Windows 10. I don't know how much the virtualization had a role in this cause I can run other very stressful graphical programs in my virtual Windows 10 fine. I think Windows 10 is POS to be honest, I am going to reinstall Windows 7 on qemu but in the mean time I going to get as much stuff working on Wine as possible. I would like wine bottles with different wine versions in each bottle, I think I can set this up with different chroots, if not I might be able to sandbox different versions.
Anyway Skyrim Linux, admire now, also its maxed out, the only difference is some shadows don't work which actually now that I think about it that could also account for why performance is better in Wine vs virtualization.

*ears prick up*
Did someone mention wine?
Yes,
Some context for less technical people
Wine - A open source Windows Api that can run on Linux, Mac and ironically even Windows with some work, Wine literally means its not an emulator. It is a programming feat and shows off reverse engineering, however, since its not the original code of Windows, programs often have undesired results and bugs.
Qemu - Virtualization / Emulator, runs on Linux, Mac and Windows but lacks a lot of features under Windows.
Host OS - The base operating system running closer too the hardware then a virtual environment.
chroot - A modified environment which cannot access files and directories outside said environment.
Sandbox - An environment which has limited access to disk, memory, network and other programs outside of the sandbox.
Do NOT ask me the technical different between a chroot and sandbox because I am actually studying the difference and I really don't know why or how they are different. It seems the only difference I can find right now is a sandbox was originally made as a security tool were as chroot was made more for program segregation and compatibility.
Also I am going to bed, goodnight.