Linux Mint Türkiye
Yazılım => Oyun => Konuyu başlatan: oraletosman - 13 Mart 2015, 22:02:37
-
oyun orjinaldir. steam üzerinden açıyorum oyun başlayınca siyah gri ekran oluşuyor. nasıl çözülebilir bu problem?
-
http://forum.linuxmint.net.tr/index.php?topic=2738.0
Bağlantıda istenilen çıktıları paylaşınız.
-
hepsi bunlar:
ugur@linuxpingu ~ $ uname -rm
3.13.0-37-generic x86_64
ugur@linuxpingu ~ $ inxi -G
Graphics: Card-1: Intel 3rd Gen Core processor Graphics Controller
Card-2: NVIDIA GF108M [GeForce GT 630M]
Display Server: X.Org 1.15.1 drivers: intel (unloaded: fbdev,vesa)
Resolution: 1366x768@60.0hz
GLX Renderer: Mesa DRI Intel Ivybridge Mobile
GLX Version: 3.0 Mesa 10.1.3
ugur@linuxpingu ~ $ glxinfo | grep render
direct rendering: Yes
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile
GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil,
GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp,
ugur@linuxpingu ~ $ lspci | egrep 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
ugur@linuxpingu ~ $ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 345mm x 194mm
1366x768 60.0*+
1360x768 59.8 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
ugur@linuxpingu ~ $ cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: No such file or directory
ugur@linuxpingu ~ $
-
Mesajınızı İletilerde code Etiketi Kullanımı (http://forum.linuxmint.net.tr/index.php?topic=2629.0) buradaki gibi düzenleyin lütfen.
-
Bumblebee kurdunuz mu? http://forum.linuxmint.net.tr/index.php?topic=78.msg401#msg401 (http://forum.linuxmint.net.tr/index.php?topic=78.msg401#msg401)
-
bumblebee programını kaç kere denediysem kuramadım..... :'(
-
bumblebee programını kaç kere denediysem kuramadım..... :'(
Biraz daha açar mısınız? Kurulum sırasında bir hata iletisi vs. görünüyorsa yollar mısınız? Kurulmadığı sonucuna nasıl ulaştınız?
-
ugur@linuxpingu ~ $ optirun -vvv glxgears
[ 186.998328] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 186.998786] [INFO]Configured driver: nvdia
[ 186.998851] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 186.998860] [DEBUG]Socket closed.
[ 186.998874] [ERROR]Could not connect to bumblebee daemon - is it running?
ugur@linuxpingu ~ $ cat /etc/bumblebee/bumblebee.conf
# Configuration file for Bumblebee. Values should **not** be put between quotes
## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=nvdia
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d
## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false
# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
# bbswitch - new in BB 3, recommended if available
# switcheroo - vga_switcheroo method, use at your own risk
# none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-331
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-331:/usr/lib32/nvidia-331
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-331/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
ugur@linuxpingu ~ $ cat /etc/bumblebee/xorg.conf.nvidia
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection
Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
# If the X server does not automatically detect your VGA device,
# you can manually set it here.
# To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
# as you see in the commented example.
# This Setting may be needed in some platforms with more than one
# nvidia card, which may confuse the proprietary driver (e.g.,
# trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
BusID "PCI:01:00:0"
# Setting ProbeAllGpus to false prevents the new proprietary driver
# instance spawned to try to control the integrated graphics card,
# which is already being managed outside bumblebee.
# This option doesn't hurt and it is required on platforms running
# more than one nvidia graphics card with the proprietary driver.
# (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
# If this option is not set, the new Xorg may blacken the screen and
# render it unusable (unless you have some way to run killall Xorg).
Option "ProbeAllGpus" "false"
Option "NoLogo" "true"
Option "UseEDID" "false"
Option "UseDisplayDevice" "none"
EndSection
ugur@linuxpingu ~ $ cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: No such file or directory
ugur@linuxpingu ~ $ dpkg -l | egrep 'nvidia|bumblebee|primus|prime'
ii bumblebee 3.2.1-90~trustyppa1 amd64 NVIDIA Optimus support
ii bumblebee-nvidia 3.2.1-90~trustyppa1 amd64 NVIDIA Optimus support using the proprietary NVIDIA driver
ii nvidia-304 304.125-0ubuntu0.0.1 amd64 NVIDIA legacy binary driver - version 304.125
ii nvidia-current 304.125-0ubuntu0.0.1 amd64 Transitional package for nvidia-current
ii primus 20131127-1~trustyppa1 amd64 client-side GPU offloading for NVIDIA Optimus
ii primus-libs:amd64 20131127-1~trustyppa1 amd64 Shared libraries for primus
ii primus-libs:i386 20131127-1~trustyppa1 i386 Shared libraries for primus
ii primus-libs-ia32 20131127-1~trustyppa1 i386 Shared libraries for primus (32-bit)
ugur@linuxpingu ~ $ lspci | egrep 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
ugur@linuxpingu ~ $ ugur@linuxpingu ~ $ optirun glxgears
[ 290.013913] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 290.013990] [ERROR]Could not connect to bumblebee daemon - is it running?
ugur@linuxpingu ~ $
Düzenleme: Lütfen ikinci bir ileti yazmak yerine önceki iletinizi düzenleyiniz. karakartala
-
uname -a çıktısını yollayabilir misiniz?
-
ugur@linuxpingu ~ $ uname -a
Linux linuxpingu 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
ugur@linuxpingu ~ $
-
ugur@linuxpingu ~ $ uname -a
Linux linuxpingu 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
ugur@linuxpingu ~ $
Konuda anlatılıdğı şekilde 4. ve 5. seviye güncellemeleri açıp güncelleme yapmayı dener misiniz? http://forum.linuxmint.net.tr/index.php?topic=119.0 (http://forum.linuxmint.net.tr/index.php?topic=119.0)
-
şimdi bütün güncellemeleri kurdum. seçeneklerden de 4. ve 5. seviye güncellemeleri göster seçeneğiyle de diğerlerini yükledim.
ne yapmalıyım şimdi?
-
şimdi bütün güncellemeleri kurdum. seçeneklerden de 4. ve 5. seviye güncellemeleri göster seçeneğiyle de diğerlerini yükledim.
ne yapmalıyım şimdi?
Sorun çözülmedi mi? optirun -vvv glxgears çıktısında şimdi ne görünüyor?
-
ugur@linuxpingu ~ $ optirun -vvv glxgears
[ 5455.442021] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 5455.442335] [INFO]Configured driver: nvdia
[ 5455.442381] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 5455.442388] [DEBUG]Socket closed.
[ 5455.442397] [ERROR]Could not connect to bumblebee daemon - is it running?
ugur@linuxpingu ~ $
ömrümden ömür gitti :( bu nedir ya
-
ugur@linuxpingu ~ $ optirun -vvv glxgears
[ 5455.442021] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 5455.442335] [INFO]Configured driver: nvdia
[ 5455.442381] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 5455.442388] [DEBUG]Socket closed.
[ 5455.442397] [ERROR]Could not connect to bumblebee daemon - is it running?
ugur@linuxpingu ~ $
ömrümden ömür gitti :( bu nedir ya
Güncellemelerden sonra bilgisayarı yeniden başlattınız mı?
uname -a çıktısını tekrar yollar mısınız?
-
ugur@linuxpingu ~ $ uname -a
Linux linuxpingu 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
ugur@linuxpingu ~ $
-
Bumblebee ayarlarını Nvidia-331 sürücüsüne göre yapmışsınız, ama bunun yerine Nvidia-304 kurulu. Aşağıdaki komutlar ile Nvidia-304 sürücüsünü kaldırıp Nvidia-331 sürücüsünü kurunuz ve sistemi yeniden başlatınız.
sudo apt-get purge nvidia-304 nvidia-current
sudo apt-get install nvidia-331
Sistemi yeniden başlatıp aşağıdaki komutun çıktısını paylaşınız.
optirun -vvv glxgears
-
ugur@linuxpingu ~ $ optirun -vvv glxgears
[ 156.195291] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 156.195527] [INFO]Configured driver: nvdia
[ 156.195561] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 156.195565] [DEBUG]Socket closed.
[ 156.195572] [ERROR]Could not connect to bumblebee daemon - is it running?
ugur@linuxpingu ~ $
-
[ 156.195291] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 156.195527] [INFO]Configured driver: nvdia
Ayar dosyasında (/etc/bumblebee/bumblebee.conf) sorun var sanırım, nvidia yerine nvdia yazmış olabilirsiniz.
-
evet haklısınız şimdi baktım değiştirdim ve kaydettim ama yine aynı şey oluyor:
ugur@linuxpingu ~ $ optirun -vvv glxgears
[ 1150.085798] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 1150.086271] [INFO]Configured driver: nvidia
[ 1150.086338] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 1150.086348] [DEBUG]Socket closed.
[ 1150.086363] [ERROR]Could not connect to bumblebee daemon - is it running?
ugur@linuxpingu ~ $
not: programı yeniden çalıştırdım kod ile. şimdi şu kod ile şunu gösteriyor nihayet sayenizde :
ugur@linuxpingu ~ $ optirun -vvv glxgears
[ 1418.429104] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 1418.429350] [INFO]Configured driver: nvidia
[ 1418.429483] [DEBUG]optirun version 3.2.1 starting...
[ 1418.429492] [DEBUG]Active configuration:
[ 1418.429494] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 1418.429497] [DEBUG] X display: :8
[ 1418.429499] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-331:/usr/lib32/nvidia-331
[ 1418.429502] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 1418.429504] [DEBUG] Accel/display bridge: auto
[ 1418.429506] [DEBUG] VGL Compression: proxy
[ 1418.429508] [DEBUG] VGLrun extra options:
[ 1418.429511] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[ 1418.456550] [DEBUG]Using auto-detected bridge primus
[ 1422.329505] [INFO]Response: Yes. X is active.
[ 1422.329525] [INFO]Running application using primus.
[ 1422.329650] [DEBUG]Process glxgears started, PID 4729.
292 frames in 5.0 seconds = 58.244 FPS
300 frames in 5.0 seconds = 59.966 FPS
300 frames in 5.0 seconds = 59.966 FPS
300 frames in 5.0 seconds = 59.967 FPS
300 frames in 5.0 seconds = 59.967 FPS
300 frames in 5.0 seconds = 59.967 FPS
300 frames in 5.0 seconds = 59.965 FPS
300 frames in 5.0 seconds = 59.967 FPS
300 frames in 5.0 seconds = 59.967 FPS
300 frames in 5.0 seconds = 59.966 FPS
300 frames in 5.0 seconds = 59.966 FPS
300 frames in 5.0 seconds = 59.968 FPS
-
ugur@linuxpingu ~ $ glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
304 frames in 5.0 seconds = 60.761 FPS
ugur@linuxpingu ~ $ optirun glxgears
294 frames in 5.0 seconds = 58.669 FPS
arada fark yok. neden? ayrıca oyunu bumblebee ile çalıştırmama rağmen hala siyah-gri ekran var.
yahu bir tek tf2 vardı o da oynanmıyor :S
-
ugur@linuxpingu ~ $ glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
304 frames in 5.0 seconds = 60.761 FPS
ugur@linuxpingu ~ $ optirun glxgears
294 frames in 5.0 seconds = 58.669 FPS
arada fark yok. neden? ayrıca oyunu bumblebee ile çalıştırmama rağmen hala siyah-gri ekran var.
yahu bir tek tf2 vardı o da oynanmıyor :S
Şu komutla gerekli paketleri yükledikten sonra tekrar dener misiniz? Burada (http://steamcommunity.com/app/221410/discussions/6/558755530157803771/) sorunun çözüldüğü yazılmış.
sudo apt-get install libtxc-dxtn-s2tc0 libtxc-dxtn-s2tc0:i386
Oyunu Steam'den aldıysanız bu kısmı inceleyebilirsiniz.Eğer sorun o paketleri yükledikten sonra da çözülmesse şöyle bir öneri daha sunmuşlar:
https://github.com/ValveSoftware/Source-1-Games/issues/1841#issuecomment-62441474 (https://github.com/ValveSoftware/Source-1-Games/issues/1841#issuecomment-62441474)
Steam'den kütüphanenize girin. TF2 sağ tık>özelliklere girin. Genel sekmesinden uygulama başlatma seçeneklerine şunları ekleyin:
-gl_disable_arb_buffer_storage
-
Hocam çok teşekkür ederim en sonunda düzeldi!
-
Hocam çok teşekkür ederim en sonunda düzeldi!
Rica ederiz.
Hangi yolla düzeldi? 1. yolla mı? 2.yolla mı?
-
1. yolla çözüldü hocam. tekrar teşekkür ederim sizlere