레이블이 ryzen인 게시물을 표시합니다. 모든 게시물 표시
레이블이 ryzen인 게시물을 표시합니다. 모든 게시물 표시

2023년 8월 11일 금요일

disable ryzen turbo boost in windows 10

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\be337238-0d82-4146-a960-4f3749d470c7


Attributes 1 => 2

 

Control Panel -> Power Options -> Processor power management ->  Processor performance boost mode(프로세서 성능 강화 모드) -> Disabled

 

https://blogpack.tistory.com/890

 

2020년 11월 28일 토요일

ryzen screen tearing fix

 

/etc/X11/xorg.conf.d/20-amdgpu.conf
Section "Device"
     Identifier "AMD"
     Driver "amdgpu"
     Option "TearFree" "true"
  EndSection

 

https://wiki.archlinux.org/index.php/Ryzen

2020년 11월 8일 일요일

linux video encoding for ryzen renoir APU

  • install vaapi driver ( libva-mesa-driver )
    • VBR 5M 
      • ffmpeg -vaapi_device /dev/dri/renderD128 -i input.mp4 -vf 'format=p010,hwupload' -c:v hevc_vaapi -b:v 5M -profile 2 output.mp4  
    • VBR 15M (too much?)
      • ffmpeg -vaapi_device /dev/dri/renderD128 -i input.mp4 -vf 'format=p010,hwupload' -c:v hevc_vaapi -b:v 15M -profile 2 output.mp4

https://wiki.archlinux.org/index.php/Hardware_video_acceleration#Verifying_VA-API

https://wiki.archlinux.org/index.php/Codecs_and_containers

https://trac.ffmpeg.org/wiki/Hardware/VAAPI

void vscode/firefox open dialog not working

 install nautilus