hyperv gpu 사용

2024. 5. 27. 21:39·🖥️ 정보

 

gpu 드라이버 복사 host to vm

- C:\Windows\System32\DriverStore 이동 - FileRepository 폴더 복사

- win11 vm 생성 - win11.vhdx 마운트

- F:\Windows\System32 이동 HostDriverStore 폴더 생성 후 진입

- 복사 한 FileRepository 폴더 붙여넣기 - vhdx 마운트 꺼내기 

 

- if nividia = nv* files copy from HOST to VM system32

 

host - powershell 실행

$vm = "win11"
if (Get-VMGpuPartitionAdapter -VMName $vm -ErrorAction SilentlyContinue)
   {Remove-VMGpuPartitionAdapter -VMName $vm}
Set-VM -GuestControlledCacheTypes $true -VMName $vm
Set-VM -LowMemoryMappedIoSpace 1Gb -VMName $vm
Set-VM -HighMemoryMappedIoSpace 32Gb -VMName $vm
Add-VMGpuPartitionAdapter -VMName $vm
Start-VM -Name $vm

or

$vm = "win11"
Remove-VMGpuPartitionAdapter -VMName $vm
Add-VMGpuPartitionAdapter -VMName $vm
Set-VMGpuPartitionAdapter -VMName $vm -MinPartitionVRAM 1
Set-VMGpuPartitionAdapter -VMName $vm -MaxPartitionVRAM 11
Set-VMGpuPartitionAdapter -VMName $vm -OptimalPartitionVRAM 10
Set-VMGpuPartitionAdapter -VMName $vm -MinPartitionEncode 1
Set-VMGpuPartitionAdapter -VMName $vm -MaxPartitionEncode 11
Set-VMGpuPartitionAdapter -VMName $vm -OptimalPartitionEncode 10
Set-VMGpuPartitionAdapter -VMName $vm -MinPartitionDecode 1
Set-VMGpuPartitionAdapter -VMName $vm -MaxPartitionDecode 11
Set-VMGpuPartitionAdapter -VMName $vm -OptimalPartitionDecode 10
Set-VMGpuPartitionAdapter -VMName $vm -MinPartitionCompute 1
Set-VMGpuPartitionAdapter -VMName $vm -MaxPartitionCompute 11
Set-VMGpuPartitionAdapter -VMName $vm -OptimalPartitionCompute 10
Set-VM -GuestControlledCacheTypes $true -VMName $vm
Set-VM -LowMemoryMappedIoSpace 1Gb -VMName $vm
Set-VM -HighMemoryMappedIoSpace 32GB -VMName $vm
Start-VM -Name $vm

 

 

https://forum.level1techs.com/t/2-gamers

 

해상도 독립

고급 세션모드 해제 

 

 

저작자표시 비영리 변경금지 (새창열림)
'🖥️ 정보' 카테고리의 다른 글
  • snapshot backup
  • 대장 내시경
  • 페이지에 연결할 수 없습니다
  • 찬물 샤워
천하나
천하나
천천히 하나씩
  • 천하나
    개미천사
    천하나
  • 전체
    오늘
    어제
    • 전체글 (361)
      • 🖥️ 정보 (311)
      • 💴 경제 (32)
      • 🧩 Code (7)
      • 🍺 대화 (11)
      • 🌴 v47 (0)
  • 블로그 메뉴

    • 방명록
  • 링크

    • 관리
    • 행천
  • 공지사항

    • 지금 행복하기
  • 인기 글

  • 태그

    VSCode
    ublock
    BLUETOOTH
    절전모드
    driver
    CODE
    절대경로
    쇼핑
    신발
    걷기
    VMware
    VHD
    CSS
    해상도
    투자마인드
    Diskpart
    web
    sfc dism
    dns
    edge google
  • hELLO· Designed By정상우.v4.10.3
천하나
hyperv gpu 사용
상단으로

티스토리툴바