CPU ve GPU bilgilerini öğrenmek için:
1
2
| lspci | grep -E "VGA|3D"
lscpu | grep "Model name"
|
1
2
3
4
5
| Intel Core i5-1335U
32GB RAM
Intel Iris Xe
GNOME + Wayland
Debian Trixie
|
non-free depolarını ekle:
1
2
3
4
| nano /etc/apt/sources.list
deb http://deb.debian.org/debian/ trixie main contrib non-free non-free-firmware
deb http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
deb http://deb.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware
|
1
2
| sudo apt update
sudo apt upgrade -y
|
Bazı paketler için i386 desteği gerekiyor:
1
2
| sudo dpkg --add-architecture i386
sudo apt update
|
Sürücüleri kur:
1
2
3
4
5
| apt install mesa-vulkan-drivers intel-media-va-driver
sudo apt install mesa-vulkan-drivers mesa-utils mesa-vulkan-drivers:i386 libgl1-mesa-dri:i386 vulkan-tools
vulkaninfo | grep deviceName
deviceName = Intel(R) Iris(R) Xe Graphics (RPL-U)
deviceName = llvmpipe (LLVM 19.1.7, 256 bits)
|
Steam kur:
Counter-Strike 2 için uygulama için ayarlar:
Counter-Strike 2’ye sağ tık → Properties (Özellikler) > General > “Launch Options”
1
2
| -vulkan -novid -high -threads 12 gamemoderun %command%
+cl_showfps 1 (FPS'yi görmek için)
|
Proton ayarı:
Counter-Strike 2’ye sağ tık → Properties (Özellikler) > Compatibility > “Force the use of a specific Steam Play compatibility tool” > “Proton Experimental” seç
1
| sudo apt install gamemode
|
Oyun içi önerilen ayarlar: Steam → Counter-Strike 2 → Play > Settings > Video / Advanced Video
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| Video sekmesi:
Aspect Ratio → 16:10 (1280x800 için)
Display Mode → Fullscreen
Resolution → 1280x800
Refresh Rate → En yüksek olan
V-Sync → Off
Advanced Video sekmesi:
Boost Player Contrast → Enabled
Multisampling Anti-Aliasing → None
Global Shadow Quality → Low
Model / Texture Detail → Low
Texture Filtering Mode → Bilinear
Shader Detail → Low
Particle Detail → Low
Ambient Occlusion → Disabled
HDR → Performance
FSR → Enabled (Balanced)
Beklenen FPS: 70–90
|
GPU kullanımını kontrol etmek için:
1
2
| sudo apt install intel-gpu-tools
sudo intel_gpu_top
|
Oyun açıkken GPU usage artıyorsa tamamdır.