Linux Mint Türkiye

Linux Mint Destek => Genel => Konuyu başlatan: Eludecraft - 26 Şubat 2014, 17:52:56

Başlık: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 26 Şubat 2014, 17:52:56
Emin olun bunun ne olduğunu anlayamadım.
(http://i62.tinypic.com/n3526d.png)

Eğer ki daha önce Dota 2 oynamadıysanız şöyle bir ekranın çıkması gerektiği söyleyeyim.
(http://i.imgur.com/IQTqa.jpg)
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Danny - 26 Şubat 2014, 18:02:33
Kurulumu nasıl gerçekleştirdiniz bahsedermisiniz ?
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Butterfly - 26 Şubat 2014, 19:33:19
Ek olarak aşağıdaki komutların çıktılarını da rica edelim.

Kod: [Seç]
dpkg -l | grep steam
glxinfo | grep render
lspci | grep 'VGA|3D|Display'
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 26 Şubat 2014, 21:32:26
Kurulumu nasıl gerçekleştirdiniz bahsedermisiniz ?
Sadece Steam'ı depodan kurdum ve Dota'yı indirdim. Bu kadar. Eğer Mint'in kurulumunu diyorsanız Usb'yi taktım ve grub üzerindeki "Kur" seçeneği ile sistemi bir betikten kurdum.
Ek olarak aşağıdaki komutların çıktılarını da rica edelim.

Kod: [Seç]
dpkg -l | grep steam
glxinfo | grep render
lspci | grep 'VGA|3D|Display'
Kod: [Seç]
emre@emre-desktop ~ $ dpkg -l | grep steam
ii  mint-flashplugin-steam                      11.2.202.332                            amd64        Flash plugin for Steam
ii  steam-launcher                              1.0.0.43                                all          Launcher for the Steam software distribution service
emre@emre-desktop ~ $ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Desktop
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil,
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_light_max_exponent,
emre@emre-desktop ~ $ lspci | grep 'VGA|3D|Display'
emre@emre-desktop ~ $
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Butterfly - 26 Şubat 2014, 21:52:49
Başına e koymayı atlamış klavyem. :)

Kod: [Seç]
lspci | egrep 'VGA|3D|Display'

GPU intel mi?
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 26 Şubat 2014, 22:44:49
Başına e koymayı atlamış klavyem. :)

Kod: [Seç]
lspci | egrep 'VGA|3D|Display'

GPU intel mi?

Olur öyle şeyler. :)
Kod: [Seç]
emre@emre-desktop ~ $ lspci | egrep 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
emre@emre-desktop ~ $

Evet, gpu intel. Evimde duran kapı gibi bir HD3450 var ama işlemcideki GPU daha iyi iken onu kullanmamın bir anlamı yok. :)
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Butterfly - 26 Şubat 2014, 22:56:18
Aşağıdaki bağlantıda anlatıldığı biçimde GPU sürücüsünü güncelllemeyi deneyebilirsiniz.

http://forum.linuxmint.net.tr/index.php?topic=34.msg182#msg182 (http://forum.linuxmint.net.tr/index.php?topic=34.msg182#msg182)

Aşağıdaki bağlantıyı inceleyerek, ilgili sürücünün GPU'nuzu desteklediğinden emin olunuz.

https://01.org/linuxgraphics/downloads/2013/intelr-graphics-installer-1.0.3-linux (https://01.org/linuxgraphics/downloads/2013/intelr-graphics-installer-1.0.3-linux)
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 27 Şubat 2014, 17:44:21
Aşağıdaki bağlantıda anlatıldığı biçimde GPU sürücüsünü güncelllemeyi deneyebilirsiniz.

http://forum.linuxmint.net.tr/index.php?topic=34.msg182#msg182 (http://forum.linuxmint.net.tr/index.php?topic=34.msg182#msg182)

Aşağıdaki bağlantıyı inceleyerek, ilgili sürücünün GPU'nuzu desteklediğinden emin olunuz.

https://01.org/linuxgraphics/downloads/2013/intelr-graphics-installer-1.0.3-linux (https://01.org/linuxgraphics/downloads/2013/intelr-graphics-installer-1.0.3-linux)

Bu herşeyi açıklar:
(http://i60.tinypic.com/winj84.png)

Intel bizimle ciddi dalga geçiyor.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Butterfly - 27 Şubat 2014, 20:41:39
Aşağıdaki komutlarla kurmayı dener misiniz?

Kod: [Seç]
echo "deb https://download.01.org/gfx/ubuntu/13.10/main saucy main #Intel Graphics drivers" | sudo tee /etc/apt/sources.list.d/intellinuxgraphics.list
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install intel-linux-graphics-installer
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 27 Şubat 2014, 21:37:03
Aşağıdaki komutlarla kurmayı dener misiniz?

Kod: [Seç]
echo "deb https://download.01.org/gfx/ubuntu/13.10/main saucy main #Intel Graphics drivers" | sudo tee /etc/apt/sources.list.d/intellinuxgraphics.list
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install intel-linux-graphics-installer

Sanırım ilk komutu yanlış verdiniz. Bir farklılık olmadı.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Butterfly - 27 Şubat 2014, 21:53:20
Aşağıdaki komutu uçbirimde çalıştırarak /etc/lsb-release dosyasını yedekleyim.

Kod: [Seç]
sudo cp /etc/lsb-release /etc/lsb-release.ydk
Şimdi aşağıdaki komut ile /etc/lsb-release dosyasını açınız.
(Mate masaüstü için gedit yerine pluma yazmalısınız.)

Kod: [Seç]
sudo gedit /etc/lsb-release
Açılan dosya içeriğini geçici olarak aşağıdaki şekilde değiştiriniz ve dosyayı kaydediniz.
(Not: Linux Mint 16 içindir)

Kod: [Seç]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.10
DISTRIB_CODENAME=saucy
DISTRIB_DESCRIPTION="Ubuntu 13.10"

Bu şekilde sürücü kurulumunu deneyiniz, büyük ihtimalle dağıtım sorgusu olumlu olacaktır.

Kurulumu başarıyla gerçekleştirirseniz, aşağıdaki komut ile /etc/lsb-release dosyasını eski haline döndürebilirsiniz.

Kod: [Seç]
sudo cp /etc/lsb-release.ydk /etc/lsb-release
Düzenleme : Eksik komut tamamlandı.

Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 27 Şubat 2014, 22:03:34
Aşağıdaki komutu uçbirimde çalıştırarak /etc/lsb-release dosyasını yedekleyim.

Kod: [Seç]
sudo cp /etc/lsb-release /etc/lsb-release.ydk
Şimdi aşağıdaki komut ile /etc/lsb-release dosyasını açınız.

Açılan dosya içeriğini geçici olarak aşağıdaki şekilde değiştiriniz ve dosyayı kaydediniz.
(Not: Linux Mint 16 içindir)

Kod: [Seç]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.10
DISTRIB_CODENAME=saucy
DISTRIB_DESCRIPTION="Ubuntu 13.10"

Bu şekilde sürücü kurulumunu deneyiniz, büyük ihtimalle dağıtım sorgusu olumlu olacaktır.

Kurulumu başarıyla gerçekleştirirseniz, aşağıdaki komut ile /etc/lsb-release dosyasını eski haline döndürebilirsiniz.

Kod: [Seç]
sudo cp /etc/lsb-release.ydk /etc/lsb-release

Dediklerinizi yaptım ve kurulum başarılı geçti. Ancak Dota2'de bir değişiklik yok.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Butterfly - 27 Şubat 2014, 22:11:46
Bir de Cinnamon 2D ile oturum açıp dener misiniz?

Bir de Dota 2'nin başlatıcısına sağ tıklayıp Özellikleri açın.
Komut kısmını kopyalayıp, oyunu bu komut ile uçbirimden çalıştırmayı deneyin.
Bakalım hata çıktısı veya uyarı verecek mi?
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 27 Şubat 2014, 22:18:02
Bir de Cinnamon 2D ile oturum açıp dener misiniz?

Bir de Dota 2'nin başlatıcısına sağ tıklayıp Özellikleri açın.
Komut kısmını kopyalayıp, oyunu bu komut ile uçbirimden çalıştırmayı deneyin.
Bakalım hata çıktısı veya uyarı verecek mi?

Eğer bahsettiğiniz şey "Cinnamon (Software Rending)" şeçeneği ise maalesef söylemek zorundayım ki aynı şey oldu. Dota 2 bildiğiniz gibi Stream üzerinden açılıyor, bende stream üzerinden uçbirimi açtım. Destan gibi, uğraştığınız için minnettarım.

Kod: [Seç]
emre@emre-desktop ~ $ /usr/bin/steam %U
Running Steam on linuxmint 16 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
[0227/221612:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Generating new string page texture 2: 48x256, total string texture memory is 49,15 KB
Generating new string page texture 3: 256x256, total string texture memory is 311,30 KB
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Adding licenses for the following package(s): 0, 17250, 36144, 38900, 39298
roaming config store loaded successfully - 841 bytes.
migrating temporary roaming config store
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
ExecCommandLine: "/home/emre/.local/share/Steam/ubuntu12_32/steam %U"
System startup time: 5,47 seconds
OnFocusWindowChanged to window type: k_EWindowTypeSteamDesktop, 0
Running Steam on linuxmint 16 64-bit
STEAM_RUNTIME has been set by the user to: /home/emre/.local/share/Steam/ubuntu12_32/steam-runtime
Generating new string page texture 71: 128x256, total string texture memory is 131,07 KB
Generating new string page texture 72: 128x256, total string texture memory is 442,37 KB
Generating new string page texture 73: 64x256, total string texture memory is 507,90 KB
ExecCommandLine: "/home/emre/.steam/root/ubuntu12_32/steam steam://open/driverhelperready"
ExecSteamURL: "steam://open/driverhelperready"

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): Gtk-WARNING **: Theme directory 24x24/emotes of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/actions of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/apps of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/categories of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/devices of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/devices of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/emblems of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/mimetypes of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/places of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/status of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 128x128/actions of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 16x16/apps-extra of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 22x22/apps-extra of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/apps-extra of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 32x32/apps-extra of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 48x48/apps-extra of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 128x128/apps-extra of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 16x16/apps-evolution of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 22x22/apps-evolution of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 24x24/apps-evolution of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 32x32/apps-evolution of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 48x48/apps-evolution of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 128x128/apps-evolution of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 64x64/actions of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 64x64/apps-extra of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 64x64/apps-evolution of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/emotes of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/actions of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/apps of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/categories of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/devices of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/emblems of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/mimetypes of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/places of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/status of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/apps-extra of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 72x72/apps-evolution of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/emotes of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/actions of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/apps of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/categories of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/devices of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/emblems of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/mimetypes of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/places of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/status of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/apps-extra of theme OxygenRefit2-black-version has no size field


(steam:3659): Gtk-WARNING **: Theme directory 96x96/apps-evolution of theme OxygenRefit2-black-version has no size field

Generating new string page texture 84: 256x256, total string texture memory is 393,22 KB
Generating new string page texture 103: 128x256, total string texture memory is 638,98 KB
Generating new string page texture 104: 384x256, total string texture memory is 1,03 MB
Generating new string page texture 105: 24x256, total string texture memory is 1,06 MB
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Installing breakpad exception handler for appid(steam)/version(1393366296_client)
Game update: AppID 570 "Dota 2", ProcID 3767, IP 0.0.0.0:0
CGameStreamThread: Added instance ID 3767 for appid 570
CGameStreamThread: Set render instance ID 3767 for appid 570
ERROR: ld.so: object '/home/emre/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/home/emre/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
pid 3770 != 3769, skipping destruction (fork without exec?)
ERROR: ld.so: object '/home/emre/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/home/emre/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
CGameStreamThread: Added instance ID 3768 for appid 570
CGameStreamThread: Added instance ID 3769 for appid 570
CGameStreamThread: Added instance ID 3771 for appid 570
CGameStreamThread: Added instance ID 3772 for appid 570
Installing breakpad exception handler for appid(gameoverlayui)/version(20140225134510_client)
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
[0227/221624:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
CGameStreamThread: Set render instance ID 3772 for appid 570
Using breakpad crash handler
Setting breakpad minidump AppID = 570
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Steam_SetMinidumpSteamID:  Caching Steam ID:  76561198081414445 [API loaded yes]
Steam_SetMinidumpSteamID:  Setting Steam ID:  76561198081414445

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.

(steam:3659): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
SDL video target is 'x11'
SDL failed to create GL compatibility profile (whichProfile=0!
This system supports the OpenGL extension GL_EXT_framebuffer_object.
This system supports the OpenGL extension GL_EXT_framebuffer_blit.
This system supports the OpenGL extension GL_EXT_framebuffer_multisample.
This system DOES NOT support the OpenGL extension GL_APPLE_fence.
This system DOES NOT support the OpenGL extension GL_NV_fence.
This system supports the OpenGL extension GL_ARB_sync.
This system supports the OpenGL extension GL_EXT_draw_buffers2.
This system DOES NOT support the OpenGL extension GL_EXT_bindable_uniform.
This system DOES NOT support the OpenGL extension GL_APPLE_flush_buffer_range.
This system supports the OpenGL extension GL_ARB_map_buffer_range.
This system supports the OpenGL extension GL_ARB_vertex_buffer_object.
This system supports the OpenGL extension GL_ARB_occlusion_query.
This system DOES NOT support the OpenGL extension GL_APPLE_texture_range.
This system DOES NOT support the OpenGL extension GL_APPLE_client_storage.
This system DOES NOT support the OpenGL extension GL_ARB_uniform_buffer.
This system supports the OpenGL extension GL_ARB_vertex_array_bgra.
This system supports the OpenGL extension GL_EXT_vertex_array_bgra.
This system supports the OpenGL extension GL_ARB_framebuffer_object.
This system DOES NOT support the OpenGL extension GL_GREMEDY_string_marker.
This system supports the OpenGL extension GL_ARB_debug_output.
This system DOES NOT support the OpenGL extension GL_EXT_direct_state_access.
This system DOES NOT support the OpenGL extension GL_NV_bindless_texture.
This system DOES NOT support the OpenGL extension GL_AMD_pinned_memory.
This system supports the OpenGL extension GL_EXT_framebuffer_multisample_blit_scaled.
This system supports the OpenGL extension GL_EXT_texture_sRGB_decode.
This system DOES NOT support the OpenGL extension GL_NVX_gpu_memory_info.
This system DOES NOT support the OpenGL extension GL_ATI_meminfo.
This system DOES NOT support the OpenGL extension GL_EXT_texture_compression_s3tc.
This system supports the OpenGL extension GL_EXT_texture_compression_dxt1.
This system supports the OpenGL extension GL_ANGLE_texture_compression_dxt3.
This system supports the OpenGL extension GL_ANGLE_texture_compression_dxt5.
This system DOES NOT support the OpenGL extension GLX_EXT_swap_control_tear.
GL_NV_bindless_texture: DISABLED
GL_AMD_pinned_memory: DISABLED
GL_EXT_texture_sRGB_decode: AVAILABLE
GL_NVX_gpu_memory_info: UNAVAILABLE
GL_ATI_meminfo: UNAVAILABLE
GL_MAX_SAMPLES_EXT: 4
Adding VPK file: /home/emre/.local/share/Steam/SteamApps/common/dota 2 beta/dota/sound_vo_english
Adding VPK file: /home/emre/.local/share/Steam/SteamApps/common/dota 2 beta/dota/pak01
Adding VPK file: /home/emre/.local/share/Steam/SteamApps/common/dota 2 beta/platform/pak01
Did not detect any valid joysticks.
WARNING: unable to link Test_StartScript and Test_StartScript because one or more is a ConCommand.
WARNING: unable to link Test_RandomChance and Test_RandomChance because one or more is a ConCommand.
WARNING: unable to link Test_LoopForNumSeconds and Test_LoopForNumSeconds because one or more is a ConCommand.
WARNING: unable to link Test_Loop and Test_Loop because one or more is a ConCommand.
WARNING: unable to link Test_LoopCount and Test_LoopCount because one or more is a ConCommand.
WARNING: unable to link Test_StartLoop and Test_StartLoop because one or more is a ConCommand.
WARNING: unable to link log_flags and log_flags because one or more is a ConCommand.
WARNING: unable to link log_color and log_color because one or more is a ConCommand.
WARNING: unable to link log_verbosity and log_verbosity because one or more is a ConCommand.
WARNING: unable to link log_level and log_level because one or more is a ConCommand.
WARNING: unable to link log_dumpchannels and log_dumpchannels because one or more is a ConCommand.
Load a scaleform font provider?
Creating D3D9 device with D3DCREATE_MULTITHREADED
IDirect3DDevice9::Create: BackBufWidth: 1366, BackBufHeight: 768, D3DFMT: 3, BackBufCount: 1, MultisaOnFocusWindowChanged to window type: k_EWindowTypeNonSteamDesktop, 0
mpleType: 0, MultisampleQuality: 0
GL sampler object usage: DISABLED

 ##### swap interval = 1     swap limit = 1 #####
OnFocusWindowChanged to window type: k_EWindowTypeGame, 570
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
[0227/221636:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
[0227/221643:WARNING:backend_impl.cc(1644)] Messed up entry found.
[0227/221643:WARNING:backend_impl.cc(1930)] Destroying invalid entry.
libpng warning: Interlace handling should be turned on when using png_read_image
[0227/221644:ERROR:cef_context.cc(423)] No localized string available for id 16503
OnFocusWindowChanged to window type: k_EWindowTypeNonSteamDesktop, 0
   

Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Butterfly - 27 Şubat 2014, 22:27:38
Steam uygulamasını sırasıyla aşağıdaki komutlar ile başlatmayı dener misiniz?

Kod: [Seç]
STEAM_RUNTIME=1 steam
Bu şekilde olmazsa aşağıdaki komutu deneyiniz.

Kod: [Seç]
STEAM_RUNTIME=0 steam
Ek olarak sisteminiz 64 bit ise, aşağıdaki komutlar ile ia32-libs paketini kurmayı deneyebilirsiniz.

Kod: [Seç]
sudo apt-get install ia32-libs
sudo apt-get install -f
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 27 Şubat 2014, 22:31:31
Steam uygulamasını sırasıyla aşağıdaki komutlar ile başlatmayı dener misiniz?

Kod: [Seç]
STEAM_RUNTIME=1 steam
Bu şekilde olmazsa aşağıdaki komutu deneyiniz.

Kod: [Seç]
STEAM_RUNTIME=0 steam
Ek olarak sisteminiz 64 bit ise, aşağıdaki komutlar ile ia32-libs paketini kurmayı deneyebilirsiniz.

Kod: [Seç]
sudo apt-get install ia32-libs
sudo apt-get install -f
Evet sistemim 64 bit. Dediğiniz paketleri kurduktan sonra tekrar deneyeceğim ve eğer olmazsa diğer komutları size vereceğim.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Butterfly - 27 Şubat 2014, 22:42:12
Eğer bu şekilde sorun çözülmediyse aşağıdaki komutu uçbirimde çalıştırarak libtxc-dxtn-s2tc0 paketinin 32 bit sürümünü yüklemeyi deneyin.

Kod: [Seç]
apt-get install libtxc-dxtn-s2tc0:i386
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 27 Şubat 2014, 22:45:38
Eğer bu şekilde sorun çözülmediyse aşağıdaki komutu uçbirimde çalıştırarak libtxc-dxtn-s2tc0 paketinin 32 bit sürümünü yüklemeyi deneyin.

Kod: [Seç]
apt-get install libtxc-dxtn-s2tc0:i386
Son komutu vermeden önce oldu mu olmadı mı kontrol etmedim ancak sıkıntı gitmiş. Size minnettarım. Her maç kazandığımızda size bir dua göndereceğim. :P
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Danny - 27 Şubat 2014, 22:58:06
Performans durumu nasıl ? League of Legends, Riot Games'in mimarisi biliyorsunuz, ben Linux Mint üzerinde League of Legends'i çalıştırdım, (PlayOnLinux üzerinden) grafik ayarlarının da hepsini low(düşük) olarak ayarladım, oyununun oynanabilirliği var ancak grafikleri yükseltince bariz bir kasılma mı desem FPS düküklüğü mü desem, belli ediyor kendini, bu aslında Linux'un değil, oyun şirketlerinin eksikliği ancak Linux'un oyunlar için gelecek vaat etmesi diğer sevindirici tarafı.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 27 Şubat 2014, 23:08:33
Performans durumu nasıl ? League of Legends, Riot Games'in mimarisi biliyorsunuz, ben Linux Mint üzerinde League of Legends'i çalıştırdım, (PlayOnLinux üzerinden) grafik ayarlarının da hepsini low(düşük) olarak ayarladım, oyununun oynanabilirliği var ancak grafikleri yükseltince bariz bir kasılma mı desem FPS düküklüğü mü desem, belli ediyor kendini, bu aslında Linux'un değil, oyun şirketlerinin eksikliği ancak Linux'un oyunlar için gelecek vaat etmesi diğer sevindirici tarafı.
Oyun full grafik ile açıldı ve anlık donmalar yaşadım. (Windows'ta da yaşabilirdim, bilmiyorum.) Adam akıllı yarın bir maç atınca sizi bilgilendiririm. Bununla beraber şu da gerçek ki Valve Linux'a önem veriyor ve Dota 2'nin Linux versiyonu gerçek bir Linux programı, wine veya başka bir şeye ihtiyaç duymuyor.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 28 Şubat 2014, 19:33:42
Sıkıntılar biter mi? Sizi yoruyorum, kusura bakmayın.

Dota 2'yi ilk önce eğitici modda oynadım. Razor vs Dragon Knight atarken arada bir anda x.org kilitleniyor, sonra kaldığı yerden devam ediyordu. (Eğitici modlar kendi makineniz üzerinde yerel bir oyun olarak oynanır.) Daha sonra adam akıllı pvp maçına girmek istedim ancak yine Dota 2 duruyor, sonra da devam ediyordu. En kötüsü ise sonunda maç bulamadan görüntü tamamen durdu ve sonra sistem tamamen komut almaz hale geldi. Bende sistemi psudan kapatmak zorunda kaldım.

Not: Az önce fark ettiğime göre bu sistem çapında bir sorun. Ama Dota oynarken sıklaşıyor.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Butterfly - 28 Şubat 2014, 20:37:17
dpkg -l | grep steam
ii  mint-flashplugin-steam                      11.2.202.332                            amd64        Flash plugin for Steam
ii  steam-launcher                              1.0.0.43                                all          Launcher for the Steam software distribution service


Sizin sisteminizde depodaki paket (1.0.0.43) kurulu. Aşağıdaki komut ile son sürümü (şu an itibariyle 1.0.0.47 sürüm) kurmayı deneyiniz.

Kod: [Seç]
wget -c http://repo.steampowered.com/steam/archive/precise/steam_latest.deb
sudo dpkg -i steam_latest.deb

Düzenleme : Komut
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 28 Şubat 2014, 21:17:47
dpkg -l | grep steam
ii  mint-flashplugin-steam                      11.2.202.332                            amd64        Flash plugin for Steam
ii  steam-launcher                              1.0.0.43                                all          Launcher for the Steam software distribution service


Sizin sisteminizde depodaki paket (1.0.0.43) kurulu. Aşağıdaki komut ile son sürümü (şu an itibariyle 1.0.0.47 sürüm) kurmayı deneyiniz.

Kod: [Seç]
wget -c http://repo.steampowered.com/steam/archive/precise/steam_latest.deb
sudo dpkg -i steam-latest.deb
İlginize teşekkürler. Ancak şunu bir türlü çözümleyemedim.
Kod: [Seç]
emre@emre-desktop ~ $ wget -c http://repo.steampowered.com/steam/archive/precise/steam_latest.deb
--2014-02-28 21:16:26--  http://repo.steampowered.com/steam/archive/precise/steam_latest.deb
repo.steampowered.com (repo.steampowered.com) çözümleniyor... 80.239.247.23
repo.steampowered.com (repo.steampowered.com)[80.239.247.23]:80 bağlanılıyor... bağlantı kuruldu.
HTTP isteği gönderildi, cevap bekleniyor... 200 OK
Uzunluk: 2330592 (2,2M) [application/x-debian-package]
Kayıt yeri: `steam_latest.deb'

100%[======================================>] 2.330.592    807KB/s   in 2,8s   

2014-02-28 21:16:29 (807 KB/s) - `steam_latest.deb' kaydedildi [2330592/2330592]

emre@emre-desktop ~ $ sudo dpkg -i steam-latest.deb
[sudo] password for emre:
dpkg: error processing steam-latest.deb (--install):
 pakete erişilemedi: Böyle bir dosya ya da dizin yok
İşlem sırasında hatalar bulundu:
 steam-latest.deb
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Butterfly - 28 Şubat 2014, 21:29:00
Son komut aşağıdaki şekilde olacak, düzeltirseniz kurulacaktır.

Kod: [Seç]
sudo dpkg -i steam_latest.deb
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 28 Şubat 2014, 23:12:37
Son komut aşağıdaki şekilde olacak, düzeltirseniz kurulacaktır.

Kod: [Seç]
sudo dpkg -i steam_latest.deb
Kusura bakmayın, iyice kolaya alıştığımdan kontrol etmedim. Sizinde sabrınıza hayran kaldım. Yarın kontrol edince durumu söylerim. Çok teşekkürler.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 19 Mart 2014, 13:59:44
Son komut aşağıdaki şekilde olacak, düzeltirseniz kurulacaktır.

Kod: [Seç]
sudo dpkg -i steam_latest.deb
Kusura bakmayın, iyice kolaya alıştığımdan kontrol etmedim. Sizinde sabrınıza hayran kaldım. Yarın kontrol edince durumu söylerim. Çok teşekkürler.
Ehem, ehem. Cevaplamayı unutmuşum.

Evet, kasılmalar azaldı fakat tamamen sona ermedi. Tek tük devam ediyor maalesef.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Danny - 19 Mart 2014, 14:12:07
ben de League of Legends'i, çalıştırdım Mint üzerinde ama malesef dediğin gibi hafif hafif kasılma mevcut. Windows'taki performansın aynısını almak tabi şuan için mümkün değil ama yakın zamanda bir farkı kalmayacağı kanısındayım.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 19 Mart 2014, 14:53:23
ben de League of Legends'i, çalıştırdım Mint üzerinde ama malesef dediğin gibi hafif hafif kasılma mevcut. Windows'taki performansın aynısını almak tabi şuan için mümkün değil ama yakın zamanda bir farkı kalmayacağı kanısındayım.

Windows üzerindeki gibi performans beklemek mantıklı değil. Ancak tam fightın savaşın ortasında bilgisayarın donması ve "Abi gitti ya first blood" diye şikayet etmekte mantıklı değil.  :P


Düzenleme : İmla (Hiç değilse Türkçe kelimelerin kullanılmasına özen gösterebiliriz.)
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Fitilli Daniyal - 19 Mart 2014, 16:36:37
ben de League of Legends'i, çalıştırdım Mint üzerinde ama malesef dediğin gibi hafif hafif kasılma mevcut. Windows'taki performansın aynısını almak tabi şuan için mümkün değil ama yakın zamanda bir farkı kalmayacağı kanısındayım.

Windows üzerindeki gibi performans beklemek mantıklı değil. Ancak tam fightın savaşın ortasında bilgisayarın donması ve "Abi gitti ya first blood" diye şikayet etmekte mantıklı değil.  :P


Düzenleme : İmla (Hiç değilse Türkçe kelimelerin kullanılmasına özen gösterebiliriz.)
Hele sen söyle nickini, ismini cismini de ekleyelim seni "Friends" listesine Dota'da.
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: Eludecraft - 19 Mart 2014, 16:55:36
ben de League of Legends'i, çalıştırdım Mint üzerinde ama malesef dediğin gibi hafif hafif kasılma mevcut. Windows'taki performansın aynısını almak tabi şuan için mümkün değil ama yakın zamanda bir farkı kalmayacağı kanısındayım.

Windows üzerindeki gibi performans beklemek mantıklı değil. Ancak tam fightın savaşın ortasında bilgisayarın donması ve "Abi gitti ya first blood" diye şikayet etmekte mantıklı değil.  :P


Düzenleme : İmla (Hiç değilse Türkçe kelimelerin kullanılmasına özen gösterebiliriz.)
Hele sen söyle nickini, ismini cismini de ekleyelim seni "Friends" listesine Dota'da.
Umarım şunu denemişsindir:
Alıntı
eludecraft
:P
Başlık: Ynt: Dota 2 - Görüntü Sorunu
Gönderen: erhanstein - 09 Ocak 2015, 22:53:59
Eğer bu şekilde sorun çözülmediyse aşağıdaki komutu uçbirimde çalıştırarak libtxc-dxtn-s2tc0 paketinin 32 bit sürümünü yüklemeyi deneyin.

Kod: [Seç]
apt-get install libtxc-dxtn-s2tc0:i386


Hocam çok çok çok teşekkür ederim, yazdığım bu komut sayesinde düzeldi oyun.  Tekrar tekrar teşekkür ederim.