reexe

Members
  • Posts

    43
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

reexe's Achievements

Rookie

Rookie (2/14)

0

Reputation

  1. If you use HDMI audio and your audio device wont work after a reboot it is most likely because the card did not have enough time to start, to fix this you can change the enable script to look something like this: devcon enable *VEN_1002* timeout 20 devcon enable *VEN_1002* This means that whatever device that is affected by *VEN_1002* will get the enable command twice, the second command will be sent 20 seconds after the first one.
  2. This is a guide on how to fix blackscreen and or screen tearing issues regarding to graphics cards when using gpu passthrough after a reboot of the guest. This fix relies on disabling the graphics driver before a shutdown and then enabling it again after a startup. Download devcon.exe and place it in System32 (I found a guide on google on how to extract it from a file downloaded from Microsoft). Now find out the id of the graphics card for example "PCI\VEN_1002&DEV_67B0&SUBSYS_20151462&REV_80\3&13C0B0C5&0&28: AMD Radeon R9 390 Series" by typing "devcon find *" in a cmd window. We will only be using the "VEN1002" part (from my example, yours may be different). Make a text file in my documents named "gpufix enable.bat" and type: devcon enable *VEN_1002* Then make another one named "gpufix disable.bat" and type: devcon disable *VEN_1002* Start gpedit.msc and move to "User Configuration/Windows Settings/Scripts (Logon/Logoff). Side note: I know it makes more sense to have the script run as Startup/Shutdown but i could not get that to work. Double click Logon on the right side and press "Add..." Press browse and select the enable file Now we will do the same thing with Logoff except we use disable instead of enable. Now you are done! This is my first guide and i have had this in my notes for a long time, but after having to redo it so many times after fiddling around with unRaid i finally thought that i should share this in case someone else was in need of it (and for my own sake so i can find it on my profile ). This bug is briefly talked about on one of Linus tech tips videos and Linus made it sound like it had something to do with the graphics card not being shut down correctly.
  3. Have you tested to change the switch on your GPU to the other BIOS? I am not sure if your card has one, but some do, if your have it and your lucky it may solve your problem
  4. I used the latest drivers and i have also tried the ones that windows 10 downloads by default when first booting. However i have put unRAID on ice until this is fixed or i get another gpu. Edit: The latest at the time ofc since i have not tried unRAID since then.
  5. Disabled cool "n" quiet in bios, made sure i had the latest virtio drivers with no unknown/other devices in device manager (everything updated) and downloaded the tool "MSI_util" my GPU was already checked but i made sure to check my hdmi audio and integrated audio. Restarted computer and tested GW2 again, still getting the same problems, it does seem to run slightly better then b4 all the tweaks i have been doing the past few days, but its is not nearly close to bare metal.
  6. Sounds promising, I will try that, have to look into what MSI is though, dont know what that is rly. What cpu are u running in your AMD system?
  7. Since you asked this, did you follow the directions from here when doing the install (the order supposedly matters, but I doubt the order would cause your issues!)? http://lime-technology.com/wiki/index.php/UnRAID_Manual_6#Installing_a_Windows_VM I loaded only viostor driver on install and then installed the rest when windows was installed, i used version 112.
  8. I cant seem to get gpu passtrough to work in OVMF. I get black screen both on my main gpu and secondary gpu when trying them one at a time. When using vnc as gpu it works fine.
  9. It worked! ty! Off to trying out gpu passtrough and cpu benchmarks.
  10. Lol sry for being stupid. Going to test now, "holding my thumbs"
  11. Managed to extract it, was just me not being used to 7zip. However when i try to move the file from a shared unraid folder to the place described i get this sudo mv OVMF-pure-efi.fd /boot/config/OVMF-pure-efi.fd mv: failed to preserve ownership for ‘/boot/config/OVMF-pure-efi.fd’: Operation not permitted
  12. When i extract the second file i find nothing inside it. Also where is /boot/config? is it in the vdisk for my vm? If so how do i get access to the files inside whitout having a vm running? do i need to mount that vdisk to another working vm? Edit: Oh, I guess u mean /boot/config in the unraid os?
  13. Currently trying to get OVMF to work again, but after install and first reboot i just cant get it to work again. It installs just fine and in the middle of the install it reboots 2 times, those times i need to use fs0: cd efi/boot bootx64.efi to get it to start again, after sucessfull install i am left at the desktop and everything seems fine, after i then shutdown or reboot the vm i can not get it to start at all again. After running those commands again from the shell the vm just restarts. So i mounted a secondary vdisk that have rEFInd on it and i can boot into that using the shell commands, and rEFInd can see the windows boot manager but the vm just restart again if i select it.
  14. Im going to give OVMF a shot again and hope it will work untill 6.2 is relesed and that it will automaticly fix everything when i use OVMF... "6.2 is so close"
  15. I feel lag when i watch youtube or play games or have multiple chrome windows open at once. I have tried the other gpu and got the same problem. Also tried OVMF but i did not get far as it seems the vm got corrupted after 3 boots or so, could not even start it using the commands fs0: cd efs/boot bootx64.efs. Even tried using rEFInd boot manager.