顯示具有 Game 標籤的文章。 顯示所有文章
GTA 5 game crash ERR_GFX_D3D
這個問題,我已經更新到到最新的驅動程式及patch
試過了以下所有方法(請不要試)
1.改seting檔 2 or 1 to 0 強迫用 DirectX 10
2.刪除兩個遊戲目錄下的檔案....開遊戲更新後不就又恢復了嗎? 很呆, 但我是還試了.
3.把草的顯示品質調低
4.把垂直同步....等一堆功能調低或關閉......等等
以上都不是正確的解法
1.下載 nvidiaInspector
2.程式開啟後點選Diver Version旁的圖案, 查看顯示卡官方出廠的GPU clock是多少,目前超頻了多少.
3.點選Show overclock,再右邊選項調低GPU clock至公版出廠值.
4.點選apply clocks&change你會發現左邊GPU會降低.
5.點選create clock shortcute,如果重開機設定會恢復, 在桌面點此捷徑可恢復降頻設定.
經過調整後GTA 5 再也沒有當機出現ERR_GFX_D3D的錯誤當機狀況
試過了以下所有方法(請不要試)
1.改seting檔 2 or 1 to 0 強迫用 DirectX 10
2.刪除兩個遊戲目錄下的檔案....開遊戲更新後不就又恢復了嗎? 很呆, 但我是還試了.
3.把草的顯示品質調低
4.把垂直同步....等一堆功能調低或關閉......等等
以上都不是正確的解法
真正的原因....顯示卡出廠時就已經超頻了
2.程式開啟後點選Diver Version旁的圖案, 查看顯示卡官方出廠的GPU clock是多少,目前超頻了多少.
3.點選Show overclock,再右邊選項調低GPU clock至公版出廠值.
4.點選apply clocks&change你會發現左邊GPU會降低.
5.點選create clock shortcute,如果重開機設定會恢復, 在桌面點此捷徑可恢復降頻設定.
經過調整後GTA 5 再也沒有當機出現ERR_GFX_D3D的錯誤當機狀況
Linux 玩 GW2 (Guild Wars 2 on CentOS )
1.Install Proprietary drivers for your graphics card
NVIDIA Driver Version 310.14+
2.Install wine
Download wine source
http://sourceforge.net/projects/wine/files/Source/
3.cd wine
./configure
4.Install GW2 or copy Gw2 director to linux
5.Create Gw2.sh
#!/bin/bash
export WINEDEBUG=fixme-all
export LD_PRELOAD="libpthread.so.0 libGL.so.1"
export __GL_THREADED_OPTIMISATIONS=1
wine explorer /desktop=Gw2,1280x1024 Gw2.exe -dx9single
在Linux玩Diablo 3 (CentOS)
1.Install Proprietary drivers for your graphics card
2.Install wine
Download wine source
http://sourceforge.net/projects/wine/files/Source/
Download wine 1.5.4 D3 fix path
wget http://source.winehq.org/patches/data/86102
wget http://source.winehq.org/patches/data/86103
wget http://source.winehq.org/patches/data/86104
wget http://source.winehq.org/patches/data/86105
Download wine 1.5.4 D3D error on game video setting change/restart path
http://bugs.winehq.org/attachment.cgi?id=39565
Install wine
cd wine-1.5.4
patch -p1 < ../86102
patch -p1 < ../86103
patch -p1 < ../86104
patch -p1 < ../86105
patch -p1 < ../reset.patch
./tools/make_requests
./configure
Download wine dependent program like: flex and bison ...... install it
http://prdownloads.sourceforge.net/flex/flex-2.5.35.tar.gz?download
......
make -j 4
make install
3.Install winetricks
4.Download msxml3.msi
5.install D3
sudo umount /dev/sr0
sudo mkdir /media/Diablo3
sudo mount /dev/sr0 /media/Diablo3 -o unhide,unhide,uid=$(id -g)
6,Play D3
If you are having issues logging in, try the following magic:
echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope
other note:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=25953
2.Install wine
Download wine source
http://sourceforge.net/projects/wine/files/Source/
Download wine 1.5.4 D3 fix path
wget http://source.winehq.org/patches/data/86102
wget http://source.winehq.org/patches/data/86103
wget http://source.winehq.org/patches/data/86104
wget http://source.winehq.org/patches/data/86105
Download wine 1.5.4 D3D error on game video setting change/restart path
http://bugs.winehq.org/attachment.cgi?id=39565
Install wine
cd wine-1.5.4
patch -p1 < ../86102
patch -p1 < ../86103
patch -p1 < ../86104
patch -p1 < ../86105
patch -p1 < ../reset.patch
./tools/make_requests
./configure
Download wine dependent program like: flex and bison ...... install it
http://prdownloads.sourceforge.net/flex/flex-2.5.35.tar.gz?download
......
make -j 4
make install
3.Install winetricks
- rm -f winetricks
- wget http://winetricks.org/winetricks
- sudo cp winetricks /usr/bin
- sudo chmod +x /usr/bin/winetricks
4.Download msxml3.msi
- http://download.cnet.com/Microsoft-XML-Parser-MSXML-3-0-Service-Pack-7-SP7/3000-7241_4-10731613.html
- cp msxml3.msi /root/.cache/winetricks/msxml3
- winetricks vcrun2008 (or winetricks vcrun2010)
5.install D3
sudo umount /dev/sr0
sudo mkdir /media/Diablo3
sudo mount /dev/sr0 /media/Diablo3 -o unhide,unhide,uid=$(id -g)
wine /media/Diablo3/Diablo\ III\ Setup.exe -launch
6,Play D3
wine Diablo\ III.exe -w -launch -auroraaddressthe -w parameter is not necessary and you can avoid it. It loads your game into free-transform window mode instead of fullscreen. If you want fullscreen gameplay remove this command ( -w ).
or
wine explorer /desktop=Diablo,1820x1024 ./Diablo\ III.exe -launch
If you are having issues logging in, try the following magic:
echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope
other note:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=25953