回味 PS Game [論壇 - Ubuntu 影音及遊戲]
正在瀏覽:
1 名遊客
回味 PS Game |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2015/9/29 21:19 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 380
![]() |
epsxe 2.0.5 64-bit 目前沒插件能用
不過只需要BIOS就能跑了 效果還算不錯 ![]() 插件有原始碼 不過依賴太舊 只編譯了spu 但測試還是有Bug ![]() ![]()
2016/7/14 23:36
|
||||||||||
![]() |
回覆: 回味 PS Game |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員五級
![]() ![]() 註冊日期:
2011/3/5 19:32 所屬群組:
已註冊使用者 等級: 21
HP : 0 / 500
![]() |
請問是如何安裝的?
可以請您指導安裝程序嗎? 感謝 ![]()
2016/7/15 9:27
|
||||||||||
![]() |
回覆: 回味 PS Game |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2015/9/29 21:19 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 380
![]() |
已打包的套件 64bit 版本 內含BIOS (美/日規)
$ wget https://github.com/Mint-Fans/linux-package/raw/emu/epsxe_2.0.5-1_amd64.deb $ sudo dpkg -i epsxe_2.0.5-1_amd64.deb $ sudo apt-get -f install epsxe 首頁 http://www.epsxe.com/ epsxe 官方只提供執行檔 BIOS跟插件要自己找 我已經把依賴寫進安裝腳本, 也內含BIOS. 在選單打開epsxe然後在點選iso或光碟就可以進行模擬器了 實測:即使沒插件畫質也比 pcsxr 好很多 ![]()
2016/7/15 10:33
|
||||||||||
![]() |
回覆: 回味 PS Game |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員五級
![]() ![]() 註冊日期:
2011/3/5 19:32 所屬群組:
已註冊使用者 等級: 21
HP : 0 / 500
![]() |
感謝指導,已成功裝上!
![]() 不過影像在3D上似乎是用軟體摹擬的,並非 openGL... 這個網頁上有相關插件,其中第2個是 Pete's XGL2 Linux PSX GPU: http://www.pbernert.com/html/gpu.htm#XGL2 有可能編繹成 64位元 linux版的影像插件嗎?
2016/7/15 19:47
|
||||||||||
![]() |
回覆: 回味 PS Game |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2015/9/29 21:19 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 380
![]() |
Lancel 寫到: Pete's XGL2 Linux PSX GPU 官方沒放出原始碼 要用GPU插件只能執行32位元版本的epsxe 如果非要在64位元系統執行32位元版本的epsxe sudo dpkg --add-architecture i386 sudo apt install libc6-i386 然後安裝epsxe依賴 sudo apt install libatk-bridge2.0-0:i386 libcairo2:i386 libcairo-gobject2:i386 libcurl3:i386 libdrm2:i386 libepoxy0:i386 libgdk-pixbuf2.0-0:i386 libgl1-mesa-glx:i386 libgtk-3-0:i386 libncurses5:i386 libpangocairo-1.0-0:i386 libsdl-ttf2.0-0:i386 libwayland-cursor0:i386 libwayland-egl1-mesa:i386 libxcursor1:i386 libxcomposite1:i386 libxkbcommon0:i386 libxrandr2:i386 這個我不知道五本兔行不行 debian可以 但依賴問題很多. 很多要手動處裡. APT管理器的先天殘疾 ![]() 不行的話就是換32位元系統 要堅持的話....64位元系統跑32位元套件.....那 Arch Linux 很容易 ![]()
2016/7/15 22:55
|
||||||||||
![]() |
回覆: 回味 PS Game |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員五級
![]() ![]() 註冊日期:
2011/3/5 19:32 所屬群組:
已註冊使用者 等級: 21
HP : 0 / 500
![]() |
找到這個頁面,聲稱擁有 source code... (不知是真是假?)
http://googlesite.uyjulian.pw/pete-xgl2-opengl2-source-code Pete XGL2 OpenGL2 Source code I have source code for Pete's OpenGL2 plugin, find it here: Linux: http://www.mediafire.com/download/xrsb63d6z1knc7w/PeteXGL2Decompiled.zip Windows: https://www.mediafire.com/?tdsw9omr5k9hzxa Please note the source code is directly from a decompiler and not cleaned up. Original download: http://www.pbernert.com/html/gpu.htm 請您檢查看看... ![]()
2016/7/16 0:12
|
||||||||||
![]() |
回覆: 回味 PS Game |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2015/9/29 21:19 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 380
![]() |
Lancel 寫到: libgpuPeteXGL2.so.2.0.c 編不起來 裡面包含的 defs.h 標頭檔 這好像是apple的 官方有放的 GPU 原始碼 P.E.Op.S. OpenGL/MesaGL PSX GPU plugin V1.78 不管是直接跑32bit套件或是編譯32bit/64bit 在新系統都不能用 ![]() Pete 的 SPU 基本上是垃圾 編譯好在新系統也不能用 ![]() 總之他的原始碼是2009年或更久之前的 你可以自己找五本兔 9 版或 10 自己編譯看看 新系統的編譯方法 提供給你 ![]() 五本兔16.04 / debian sid 2016 ======================= spu ======================= sudo apt-get install libc6-dev mkdir PeopsSpu109 cd PeopsSpu109 wget http://liquidtelecom.dl.sourceforge.net/project/peops/peopsspu/P.E.Op.S.%20Sound%20SPU%201.9/PeopsSpu109.tar.gz tar -zxvf PeopsSpu109.tar.gz mkdir i386 amd64 win32 mv libspuPeopsOSS.so.1.0.9 i386/ mv cfgPeopsOSS i386/ mv spuPeopsDSound.dll win32/ cd src sed -i 's/ -mpentium//g' Makefile make mv libspuPeopsOSS.so.1.0.9 ../amd64/ rm ../PeopsSpu109.tar.gz cd ../../ ======================= gpu ======================= sudo apt-get install libc6-dev-i386 mesa-common-dev liballegro5-dev wget http://netix.dl.sourceforge.net/project/peops/peopsopenglgpu/P.E.Op.S.%20OpenGL%20GPU%201.78/PeopsOpenGLGpu178.zip unzip PeopsOpenGLGpu178.zip cd gpuPeopsOpenGL/src/src_plugin/ mv GL_EXT.H gl_ext.h sudo ln -s /usr/include/x86_64-linux-gnu/sys /usr/local/include/sys sudo ln -s /usr/include/x86_64-linux-gnu/bits /usr/local/include/bits sudo ln -s /usr/include/x86_64-linux-gnu/gnu /usr/local/include/gnu sudo ln -s /usr/include/allegro5/opengl/gl_ext.h /usr/local/include/gl_ext.h sed -i 's/ -m32//g' Makefile sed -i 's/ -m486//g' Makefile sed -i 's/-mcpu=pentium/-mtune=generic/g' Makefile sed -i 's/BOOL/bool/g' about.h sed -i 's/BOOL/bool/g' cfg.h sed -i 's/BOOL/bool/g' cfg.c sed -i 's/BOOL/bool/g' draw.c sed -i 's/BOOL/bool/g' ssave.c sed -i 's/BOOL/bool/g' gpuPeopsOpenGL.c sed -i 's/BOOL/bool/g' gpu.c sed -i 's/BOOL/bool/g' gpu.h sed -i 's/BOOL/bool/g' prim.h sed -i 's/BOOL/bool/g' prim.c sed -i 's/BOOL/bool/g' about.c sed -i 's/BOOL/bool/g' fps.c sed -i 's/BOOL/bool/g' soft.c sed -i 's/BOOL/bool/g' gl_ext.h sed -i 's/BOOL/bool/g' texture.c sed -i 's/BOOL/bool/g' externals.h sed -i 's/BOOL/bool/g' texture.h sed -i 's/BOOL/bool/g' ssave.h sed -i 's/BOOL/bool/g' draw.h sed -i 's/\/usr\/X11R6\/lib\/libXxf86vm.a/\/usr\/lib\/x86_64-linux-gnu\/libXxf86vm.so/g' Makefile sed -i 's/usr\/lib -/usr\/lib\/x86_64-linux-gnu -/g' Makefile sed -i 's/usr\/X11R6\/lib/usr\/lib/g' Makefile make
2016/7/16 9:41
|
||||||||||
![]() |
回覆: 回味 PS Game |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員五級
![]() ![]() 註冊日期:
2011/3/5 19:32 所屬群組:
已註冊使用者 等級: 21
HP : 0 / 500
![]() |
感謝您的指導!
![]()
2016/7/16 10:58
|
||||||||||
![]() |
回覆: 回味 PS Game |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2015/9/29 21:19 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 380
![]() |
32-bit 插件實測
GPU 只剩 P.E.Op.s SoftX Driver 這個插件能用. 其餘兩個OPENGL的插件在新系統陣亡 ![]() SPU 設定 (簡陋異常的GTK-1.2介面) ![]() P.E.Op.s SoftX Driver 設定 ![]() P.E.Op.s SoftX Driver (GPU軟模擬插件) 畫質 ![]() ePSXe CORE GPU 設定 (內建的是GTK3介面) ![]() ePSXe CORE GPU 畫質 ![]() SPU 用了目前感覺不出什麼效果 GPU 用了插件反而更糟糕 ![]()
2016/7/17 23:09
|
||||||||||
![]() |
您可以查看帖子.
您不可發帖.
您不可回覆.
您不可編輯自己的帖子.
您不可刪除自己的帖子.
您不可發起投票調查.
您不可在投票調查中投票.
您不可上傳附件.
您不可不經審核直接發帖.