Menu

Cấu hình wine để chơi đế chế


Cach moi choi full man hinh:

winetricks directx9 directplay directmusic

1. cai thu vien de chay duoc multiplayer
winetricks directplay

2. chinh lai graphic nhu hinh
winecfg

3. turn off key Alt, Enter, Windows
=====================================================================

Chạy lệnh: winecfg  
Thêm các thư viện như bên dưới 

chỉnh lại screen như hình dưới
phần quan trọng nhất là:
- dòng Automatically capture the mouse in full-screen window : chọn dòng này để lock chuột trong cửa sổ chơi game không cho chạy ra ngoài
- dòng Emulate a virtual desktop : chọn độ phân giải thích hợp với game đang chơi

Chỉnh lại độ phân giải máy nhỏ đi nếu muốn màn hình chơi game to hơn
- ví dụ: game aoe độ phân giải lớn nhất là 1024x768 thì màn hình chỉnh lại độ phân giải là 1152x864 thay vì độ phân giải lớn 1920x1080

Tắt launcher để fix lỗi khi nhấn phím Windows (tức là phím Super) khi đang chơi game sẽ bị hiện tượng dính chuột tại vị trí góc trái bên trên màn hình chơi game, khi đó màn hình sẽ luôn di chuyển sang vị trí bên trái lên trên, không chới được game. Cách tắt, chạy lệnh:

dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher '""'

Khi chơi xong bật lại launcher, chạy một trong các lệnh:

dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher "'<Super>'"
dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher 1
gconftool-2 --set "/apps/compiz-1/plugins/unityshell/screen0/options/show_launcher" --type string ""
gconftool --set "/apps/compiz-1/plugins/unityshell/screen0/options/show_launcher" --type string ""

Hoặc có thể ẩn launcher bằng lệnh:

dconf write /org/compiz/profiles/unity/plugins/unityshell/launcher-hide-mode 0

hiện lại launcher bằng lệnh

dconf write /org/compiz/profiles/unity/plugins/unityshell/launcher-hide-mode 1

Hướng dẫn dùng lệnh:
dconf read KEY
dconf write KEY VALUE
dconf reset [-f] PATH

tạo 2 file có nội dung như sau:
turnOffKey.sh
# disable launcher when press Windows
dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher '""'

# disable Alt L
xmodmap -e 'keycode 64='
# disable Enter center
xmodmap -e 'keycode 36='

# disable HUD when press Alt L:
dconf write /org/compiz/integrated/show-hud '[""]'

turnOnKey.sh
# enable launcher when press Windows
dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher "'<Super>'"

# enable Alt L
xmodmap -e 'keycode 64=Alt_L'
# enable Enter center
xmodmap -e 'keycode 36=Return'

# enable HUD when press Alt L:
dconf write /org/compiz/integrated/show-hud '["&lt;Alt&gt;"]'

1 nhận xét :

  1. mình cài như hướng dẫn mà vào aoe đen xì màn hình là sao bạn ?

    Trả lờiXóa