看板 Linux 關於我們 聯絡資訊
安裝 https://github.com/sakaki-/gentoo-on-rpi-64bit Genpi64.img version 1.6 下載 source Nestopia-1.50. 編譯 as follows, aclocal automake --add-missing --copy --force-missing autoconf ./configure --enable-gui make 執行 by ./nestopia, and get some error messages. Failed to compile vertex shader Failed to compile fragment shader Failed to link shader program 解決 by comment out a line of (BootPartition)/config.txt # dtoverlay=vc4-fkms-v3d 結果 Nestopia-1.50 runs with bad audio quality and slow frame refresh rate. 測試之前版本 Genpi64.img version 1.5x (2019, gentoo base 2.6) 前置作業: Compile a kernel that CONFIG_FB_FOREIGN_ENDIAN=y CONFIG_FB_BOTH_ENDIAN=y Install the package "xf86-video-fbdev" Comment out " # dtoverlay=vc4-fkms-v3d " in config.txt Reboot. 結果 Nestopia-1.50 runs much better. 猜測: X11 module "Shawdow" conflicts with vc4-fkms-v3d Genpi64.img version 1.5x supports Glamor. -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 61.228.115.220 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1614264181.A.8E3.html ※ 編輯: czm (220.141.112.144 臺灣), 02/26/2021 17:03:11
czm: 目前用/dev/dri還是有問題 用/dev/fb0靠cpu全速還可接受 03/17 19:57