Jump to content

I know what you mean, I have the same issue. I know this doesn't quite answer your question but you can fix the screen issue in the settings to make it more bearable. My friend uses VMware Workstation Player, its expensive for a license but he somehow got a student edition of it. Its meant to be used by large companies for IT purposes so it's very customizable. 

 

Link to post
Share on other sites

VMware workstation player or hyper-v (windows) if you're wanting type 2 hypervisor options. If you want to turn your computer into a tier 1 hypervisor there a quite a few options out there.

There's no place like ~

Spoiler

Problems and solutions:

 

FreeNAS

Spoiler

Dell Server 11th gen

Spoiler

 

 

 

 

ESXI

Spoiler

 

 

 

 

 

 

Link to post
Share on other sites

What host OS? What kind of VM are you trying to run and what are you hoping to achieve?

Current LTT F@H Rank: 24    Score: 10,097,484,643   Stats

Yes, I have 9 monitors.

My main PC:

OS: Windows 11

CPU: Ryzen 9 9950X

Cooler: Noctua NH-D15

Mobo: Asus ProArt X670E Creator WiFi

RAM: 96GB Trident Z Neo @6400 CL32

GPU: RTX 4090 Founders Edition, Radeon Pro WX 5100

PSU: Corsair RM1000e

SSDs: Samsung 990 Pro 4TB NVME, Samsung 970 evo plus 1TB NVME, 2x Samsung 870 evo 2TB, Samsung 860 evo 1TB, Samsung 970 evo 500GB NVME

Case: Fractal Design Define R5 Black w/ Tempered Glass Side Panel Upgrade

Monitors: 9 Monitors: Alienware AW3423DWF 3440x1440@165Hz, Acer H236HLbid 1080p@77Hz, HP D7z72AA 1080p@60Hz, Dell Inspiron 24 3459 1080p@60Hz(used only as display), Dell U2724D 1440p@120Hz, ASUS VP228 1080p@60Hz, 2x HP ZR2440W 1200p@60Hz

 

unRAID server (Plex, Backups, NAS, Duplicati, game servers):

OS: unRAID 7.1.4

CPU: Ryzen R9 3900X

Cooler: Noctua NH-U9S

Mobo: Asus ROG Strix X470-F

RAM: 64GB G-Skill Ripjaws V @ 3200MHz

PSU: EVGA G3 850W

Total Storage: Raw: 94TB, Usable: 64TB

SSD: Samsung 990 Pro 2TB NVME, Teamgroup 4TB NVME

HDDs: 4x HGST Dekstar NAS 4TB @ 7200RPM (3 data, 1 parity) + (7x Seagate Ironwolf NAS 8TB + 2x Toshiba N300 NAS 8TB in ZFS)

Case: Fractal Define 7 XL

Other: Added 3x Noctua NF-F12 intake, 2x Noctua NF-A8 exhaust, Inatek 5 port USB 3.0 expansion card with usb 3.0 front panel header

 

Link to post
Share on other sites

2 hours ago, Electronics Wizardy said:

Why do you need more than 256mb of vram? 

 

What host os?

 

For virtualbox, don't use the viewer, use remotedesktop or ssh for remote sessicons. You can also set a custom res if you want. 

For messing with, I may only have 2 gigs of VRAM but 256MB isn't enough for anything at this point.

 

I'm using Windows 8.1 Pro (64-bit, of course)

 

Idk what either remotedesktop or ssh are...  But thanks for the advice.

Link to post
Share on other sites

2 hours ago, Snipergod87 said:

And I'm here running a full system @ 1080p with 16MB (yes MB) of VRAM on the built in GPU...

VRAM is not your limitation,  If you are running a Windows host use Remote Desktop connection, or try some VNC software.

Is it such an outlandish idea that I want to run Crysis on a VM just because I can?

Link to post
Share on other sites

7 minutes ago, ZcanKal said:

For messing with, I may only have 2 gigs of VRAM but 256MB isn't enough for anything at this point.

 

I'm using Windows 8.1 Pro (64-bit, of course)

 

Idk what either remotedesktop or ssh are...  But thanks for the advice.

Vms like this aren't made for gpu power, the virtual gpu is just so you can configure stuff with a gui. If you want graphics performance you need anouther solution

 

Look into remotefx in hyper-v(enable it in windows)

 

6 minutes ago, ZcanKal said:

Is it such an outlandish idea that I want to run Crysis on a VM just because I can?

Yea, vms aren't made for gaming like this, esp without a good hardware solution like vgpu or gpu passthough.

Link to post
Share on other sites

On 7/4/2018 at 1:34 AM, ZcanKal said:

Is it such an outlandish idea that I want to run Crysis on a VM just because I can?

Like @Electronics Wizardy said, VM is not designed for running games.  The virtual GPU in the VM is no where at the capacity to run any modern games.  A VM is more designed to run as a server or running desktop applications.

 

If you want to host VM on a Windows host, typically you have 3 options

If you want to turn your PC to a dedicated VM server aka bare-metal hypervisor aka type 1 hypervisor then you typically have 3 options (there's more options available but these are just the common choices).

None of these options would satisfy your need to run a modern game on a VM though.  :(

Link to post
Share on other sites

7 hours ago, beyonddc said:

If you want to host VM on a Windows host, typically you have 3 options

dont forget hyper-v ,included in windows 10 pro and above and works well.

 

7 hours ago, beyonddc said:

If you want to turn your PC to a dedicated VM server aka bare-metal hypervisor aka type 1 hypervisor then you typically have 3 options (there's more options available but these are just the common choices).

how about kvm on linux? used in proxmox and ovirt and others(like unraid)

Link to post
Share on other sites

3 hours ago, Electronics Wizardy said:

dont forget hyper-v ,included in windows 10 pro and above and works well.

 

how about kvm on linux? used in proxmox and ovirt and others(like unraid)

I was just listing out common choices for bare-metal hypervisor.  My common choices probably going to be different than your common choices.  I personally prefer ESXI since that's what I am most familiar with.

Link to post
Share on other sites

11 hours ago, beyonddc said:

I was just listing out common choices for bare-metal hypervisor.  My common choices probably going to be different than your common choices.  I personally prefer ESXI since that's what I am most familiar with.

is there a free license version of ESXi? Right now im using xenserver but always wanted to try ESXi

Link to post
Share on other sites

37 minutes ago, Fleetscut said:

is there a free license version of ESXi? Right now im using xenserver but always wanted to try ESXi

ESXi has had a free option since 6.0 iirc, yes.

 

15 hours ago, Electronics Wizardy said:

dont forget hyper-v ,included in windows 10 pro and above and works well.

Hyper-V is actually part of Windows since Windows 7 as long as you have Pro or higher :)

 

On 7/4/2018 at 7:34 AM, ZcanKal said:

Is it such an outlandish idea that I want to run Crysis on a VM just because I can?

Yep. It defeats the purpose of a VM. Crysis runs fine on Windows XP through 10, so there's no need for virtualization for that ;) 

PC Specs - AMD Ryzen 7 5800X3D MSI B550M Mortar - 32GB Corsair Vengeance RGB DDR4-3600 @ CL16 - ASRock RX7800XT 660p 1TBGB & Crucial P5 1TB Fractal Define Mini C CM V750v2 - Windows 11 Pro

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×