Linux Mint Türkiye
Yazılım => Oyun => Konuyu başlatan: balabam123 - 07 Şubat 2016, 15:25:53
-
Ekranın yanları siyah ve fps 60 oyunda kasmalar var. Fps'yi nasıl arttırabilirim? Ve Şu ekranı nasıl düzelticem?
(http://i.hizliresim.com/3Yd2BO.png)
-
Aşağıdaki komutların çıktılarını paylaşınız.
inxi -SGx
glxinfo | grep render
lspci | egrep 'VGA|3D|Display'
cat /etc/X11/xorg.conf
xrandr --prop
-
Aşağıdaki komutların çıktılarını paylaşınız.
inxi -SGx
glxinfo | grep render
lspci | egrep 'VGA|3D|Display'
cat /etc/X11/xorg.conf
xrandr --prop
Merhaba;
Bendeki soruna benziyor, kaynak olması bakımından paylaşayım inceleyin istersiniz.
https://forum.linuxmint.net.tr/index.php?topic=5296.msg33705#msg33705
-
Buyrun çıktılar bunlar
-Video ayarlarından widescreeni seçince tam ekran oluyor fakat çözünürlük sayısı 3'e düşüyor.
linux@Galatasaray ~ $ inxi -SGx
System: Host: Galatasaray Kernel: 3.16.0-38-generic i686 (32 bit, gcc: 4.8.2)
Desktop: Cinnamon 2.6.11 Distro: Linux Mint 17.2 Rafaela
Graphics: Card: NVIDIA G96 [GeForce 9400 GT] bus-ID: 01:00.0 X.Org: 1.15.1 driver: nvidia Resolution: 1366x768@59.8hz
GLX Renderer: GeForce 9400 GT/PCIe/SSE2 GLX Version: 3.3.0 NVIDIA 340.96 Direct Rendering: Yes
linux@Galatasaray ~ $ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: GeForce 9400 GT/PCIe/SSE2
GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
GL_NV_ES1_1_compatibility, GL_NV_blend_square, GL_NV_conditional_render,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
GL_NV_ES1_1_compatibility, GL_NV_blend_square, GL_NV_conditional_render,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
linux@Galatasaray ~ $ lspci | egrep 'VGA|3D|Display'
01:00.0 VGA compatible controller: NVIDIA Corporation G96 [GeForce 9400 GT] (rev a1)
linux@Galatasaray ~ $ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 340.96 (buildmeister@swio-display-x64-rhel04-15) Sun Nov 8 22:55:56 PST 2015
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
linux@Galatasaray ~ $ xrandr --prop
-
Eğer nvidia ekran kartı kulanıyorsanız; V-synci, Nvidia ayarlarından kapatmanız, sizin FPS probleminizi, çözebilir. Düşük FPS lerde V-sync açık, yüksek FPS lerde V-sync kapalı.
qaso@Humery ~ $ glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.450 FPS
300 frames in 5.0 seconds = 59.997 FPS
300 frames in 5.0 seconds = 59.801 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 47 requests (47 known processed) with 0 events remaining.
qaso@Humery ~ $ glxgears
100030 frames in 5.0 seconds = 20005.912 FPS
110491 frames in 5.0 seconds = 22098.139 FPS
112304 frames in 5.0 seconds = 22460.615 FPS
114563 frames in 5.0 seconds = 22912.504 FPS
114318 frames in 5.0 seconds = 22863.416 FPS
112110 frames in 5.0 seconds = 22421.842 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 47 requests (47 known processed) with 0 events remaining.
qaso@Humery ~ $