Şimdi Ara

VMware da 3D aktive etmek ?

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
9
Cevap
0
Favori
3.925
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • Arkadaşlar VMware programında 3D yi aktive edemedim bi türlü.

    install VMware tool yaptım.
    daha sonra
    Add the following to the configuration (.vmx) file for the virtual machine:
    mks.enable3d = TRUE
    You may also add one or both of the following optional lines:
    svga.vramSize = 67108864
    bunuda yaparak 64MB ekran kartı ayarladım

    şimdi ekran kartı 64MB görünüyor ama açılışta
    Failed to construct 3-D rendering backend. The 3-D features of the display card will be disabled

    hatası veriyor....

    YARDIM LÜTFEN



  • kimse kullanmadı mı bu programı ?
  • Kullandıkta böylesini kullanmadık. Kartın hafızasını arttır. Rami arttır. Kendi sitesinde birşey söylemiyormu ?

    Aşağıdaki dökümana bir bak bakalım:

    Enabling Accelerated 3D for a Virtual Machine
    To enable a virtual machine for accelerated 3D:
    1. Choose a virtual machine with Windows 2000 or XP guest operating system.
    Note: Do not enable Direct3D on a virtual machine that is powered on or suspended.
    2. Add the following three lines to the .vmx configuration file for the virtual machine:
    mks.enable3d = TRUE
    (Required) This enables accelerated 3D on the host. It is required to support accelerated 3D in the guest and also enables the host to accelerate 2D portions of the guest display.
    svga.vramSize = 67108864
    (Optional) This increases the amount of VRAM on the virtual display card to 64 MB. Adding more VRAM helps to reduce thrashing in the guest. The maximum value is 128 MB.
    vmmouse.present = FALSE
    (Optional) This disables the absolute pointing device in the guest. Applications which required DirectInput relative mode need to turn off the absolute pointing device in the guest. In practice, this is only required for a certain class of full screen 3D applications (e.g. real-time games like first person shooters).
    Note: If you set the vmmouse.present option, VMware recommends also turning off the preference for motion ungrabbing in the Input tab of the Preferences settings dialog.
    To turn off ungrabbing for vmouse.present:
    a. Choose Edit > Preferences.
    b. Click Input.
    c. Uncheck the box for Ungrab when cursor leaves window.
    The following sample is presented so you can conveniently copy and paste the 3D enabling configuration into a .vmx file.
    # Experimental Support for Direct3D (option 1 of 3)
    # (REQUIRED) The line below enables accelerated 3D on the host.
    # It is required to support 3D in the guest
    mks.enable3d = TRUE
    # Experimental Support for Direct3D (option 2 of 3)
    # (OPTIONAL) The line below increases the amount of VRAM on the
    # virtual display card to 64 MB. Adding more VRAM helps to reduce
    # thrashing in the guest. The maximum value is 128 MB.
    # This option is expressed in bytes.
    svga.vramSize = 67108864
    # Experimental Support for Direct3D (option 3 of 3)
    # (OPTIONAL) Applications which required DirectInput relative
    # mode need to turn off the absolute pointing device in the guest.
    # In practice, this is only required for a certain class of full screen
    # 3d applications (e.g. real-time games like first person shooters).
    # If you set this option, we recommend also turning off the preference
    # for motion ungrabbing in the Input tab of the Preferences settings
    # dialog.
    vmmouse.present = FALSE




  • bunların aynısını yapptım ram 64 yaptım olmadı 32 ye düşürdüm olmadı. VMXbuilder diye bir program varmış onu buldum kurdum o program çalışmadı. TAB****32.ocx bulamıyor dedi, arattırdım ocx i benim bilgisayarda yok. internete baktın bulamadım.....

    olmuyor.

    hatta bundan önce Virtual PC kurdum bilgisayara ondada enfazla 8mb ekran kartı oluyor muş oda işe yaramadı
  • evet arkadaşlar bu sorunun aynısı bendede var ama ben VMXBUİLDER programını kurdum ve çalıştırdım sorun yok ama hala o sorun bende var bakın isterseniz resimine bi. sonra yorumlarsınız..

     VMware da 3D aktive etmek ?



    < Bu mesaj bu kişi tarafından değiştirildi zombie2001 -- 5 Mayıs 2007; 18:19:52 >
  • arkadaşlar bide vmware ayarlarının türkçesi yokmu ya.ben yukarda yazılanlardan pek bişey anlamadımda eger biri tercüme ederse sevinirm.
  • arkadaşlar bu yukarda yazılanların türkçesini buldum ben yaptım ama yinede olmadı eger deneyipde yapıp olan arkadaşlar varsa burada paylaşabilirlermi.

    .....Sanal makinenizde 3D özelliğini aktifleştirmek.............

    UYARI:Vmware uygulaması öğrendiğim kadarıyla 3D'yi "tam olarak desteklememekte" ve hem Konak(Host) hem de Konuk(guest) işletim sisteminde veri kayıplarına neden olabiliyormuş tümüyle sorumluluk size aittir.Denedim ve vmware'yi bir iki kez çökerttim benim gibi yeterli bilginiz yok ise yenilere tavsiye etmiyorum...........

    Önce bunlardan emin olun

    glxinfo | grep direct Host makinede konsolda bu komutu vererek "direct rendering" çalıştığını doğrulayın

    glxgears ile de 3D uygulamasını çalıştırdığından emin olun.

    Ayarlama için
    *Vmware penceresinde "Edit" Menüsünde "Preferences"'i seçin açılan pencereden Input sekmesini açın "Cursor" başlığı altındaki
    "Ungrab when cursor leaves window" seçiminin çek işaretini kaldırın.

    *Daha sonra /home/kullanıcıdizini/vmware/nekurduysanız klasörü altındaki "nekurduysanız.vmx" isimli dosyayı mcedit ile açarak(root yetkisiyle) aşağıdaki satırları sayfa sonuna yapıştırınız. F2(Kaydet) ve F10(Çık) ile çıkınız.Sisteminizi yeniden başlatınız.


    # Experimental Support for Direct3D (option 1 of 3)
    # (REQUIRED) The line below enables accelerated 3D on the host.
    # It is required to support 3D in the guest
    mks.enable3d = TRUE
    # Experimental Support for Direct3D (option 2 of 3)
    # (OPTIONAL) The line below increases the amount of VRAM on the
    # virtual display card to 64 MB. Adding more VRAM helps to reduce
    # thrashing in the guest. The maximum value is 128 MB.
    # This option is expressed in bytes.
    svga.vramSize = 67108864
    # Experimental Support for Direct3D (option 3 of 3)
    # (OPTIONAL) Applications which required DirectInput relative
    # mode need to turn off the absolute pointing device in the guest.
    # In practice, this is only required for a certain class of full screen
    # 3d applications (e.g. real-time games like first person shooters).
    # If you set this option, we recommend also turning off the preference
    # for motion ungrabbing in the Input tab of the Preferences settings
    # dialog.
    vmmouse.present = FALSE

    *Konuk işletim sistemine DirectX son sürümü kurmayı unutmayın.

    Değerlendirme : Her nekadar OpenGL,3D uygulamalarını tam olarak desteklemesede hızı çok etkileyici hatta diyebilirimki normal kurulumdan daha hızlı çalışıyor.3D uygulamaları yanıltmasın nedeni malum.Birde konuk makine'den ses cızırtılı çıkıyor ve kmix ayarlarını her girişte değiştiriyor.Örneğin her başlangıçta sesi düşürüyor Kmix'den açmak zorunda kalıyorum.

    Ben Konak Suse9.2........Konuk XP Pro'yu açıklamaya çalıştım eğer konuk linux ise vmware-tools kurulumu çok farklı deneyimli arkadaşlar bu konuda bilgi verebilirler.


    HERKESE SAYGILAR

    ALINTIDIR




  • mc edit nasıl bişidir nasıl yapıcaz biraz anlatırmısın?
  • up

    Failed to construct 3-D rendering backend. hatasını bende alıyorum ve hepsini denedim yukarıda yazanların.
    directx de 3d aktif gozukuyor ama test ettiğimde yamuluyor. ne yapmak gerek ekran kartını 64 mb buyuk denmedim birde onu deneyecegim şimdi. çözümü bilen varmı?
  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.