IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

OpenGL Discussion :

Installer Open GL sans carte graphique: pour QtCreator + virtualBox [OpenGL ES 2.x]


Sujet :

OpenGL

  1. #1
    Membre actif Avatar de Schaublore
    Homme Profil pro
    Manuel
    Inscrit en
    Octobre 2014
    Messages
    61
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Manuel
    Secteur : Administration - Collectivité locale

    Informations forums :
    Inscription : Octobre 2014
    Messages : 61
    Par défaut Installer Open GL sans carte graphique: pour QtCreator + virtualBox
    Bonsoir a tous,

    J'essai de lancer QtCreator sur une machine virtuel (VirtualBox) où j'ai installé Windows 7 avec DirectX11. Probleme: OpenGL n'est pas installé et pour cause je n'ai pas de carte graphique. J'ai donc installé OpenGL emulator 2.0 mais j'obtien toujours la meme erreur:

    Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0) .
    This is most likely caused by not having the necessary graphics drivers installed.

    Install a driver providing OpenGL 2.0 or higher, or, if this is not possible, make sure the ANGLE Open GL ES 2.0 emulation libraries (libEGL.dll, libGLESv2.dll and d3dcompiler_*.dll) are available in the application executable's directory or in a location listed in PATH.
    PATH="C:\Program Files\ARM\Mali Developer Tools\Mali OpenGL ES Emulator 1.4.1";C:\Windows\System32

    Quand je lance dxdiag.exe j'obtien:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    ------------------
    System Information
    ------------------
    Time of this report: 12/29/2014, 13:10:52
           Machine name: WIN7-PC
       Operating System: Windows 7 Home Premium 32-bit (6.1, Build 7600) (7600.win7_rtm.090713-1255)
               Language: French (Regional Setting: French)
    System Manufacturer: innotek GmbH
           System Model: VirtualBox
                   BIOS: Default System BIOS
              Processor: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz, ~27.7GHz
                 Memory: 2048MB RAM
    Available OS Memory: 2048MB RAM
              Page File: 498MB used, 3596MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
     System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7600.16385 32bit Unicode
     
    ------------
    DxDiag Notes
    ------------
          Display Tab 1: The file VBoxDisp is not digitally signed, which means that it has not been tested by Microsoft's Windows Hardware Quality Labs (WHQL).  You may be able to get a WHQL logo'd driver from the hardware manufacturer.
            Sound Tab 1: No sound card was found.  If one is expected, you should install a sound driver provided by the hardware manufacturer.
              Input Tab: No problems found.
     
    --------------------
    DirectX Debug Levels
    --------------------
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
     
    ---------------
    Display Devices
    ---------------
              Card name: VirtualBox Graphics Adapter
           Manufacturer: Oracle Corporation
              Chip type: VBOX
               DAC type: Integrated RAMDAC
             Device Key: Enum\PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00
         Display Memory: 19.0 MB
       Dedicated Memory: n/a
          Shared Memory: n/a
           Current Mode: 1105 x 660 (32 bit) (60Hz)
           Monitor Name: Generic Non-PnP Monitor
          Monitor Model: 
             Monitor Id: 
            Native Mode: 
            Output Type: 
            Driver Name: VBoxDisp
    Driver File Version: 4.01.0012.0000 (English)
         Driver Version: 4.1.12.0
            DDI Version: unknown
           Driver Model: unknown
      Driver Attributes: Final Retail
       Driver Date/Size: 4/3/2012 04:26:38, 75056 bytes
            WHQL Logo'd: No
        WHQL Date Stamp: None
      Device Identifier: {D7B78E0E-FDAF-11CF-B063-0C20AEC2C935}
              Vendor ID: 0x80EE
              Device ID: 0xBEEF
              SubSys ID: 0x00000000
            Revision ID: 0x0000
     Driver Strong Name: Unknown
         Rank Of Driver: Unknown
            Video Accel: 
          Deinterlace Caps: n/a
           D3D9 Overlay: n/a
                DXVA-HD: n/a
           DDraw Status: Enabled
             D3D Status: Not Available
             AGP Status: Not Available
     
    -------------
    Sound Devices
    -------------
                Description: 
     Default Sound Playback: No
     Default Voice Playback: No
                Hardware ID: 
            Manufacturer ID: 
                 Product ID: 
                       Type: 
                Driver Name: 
             Driver Version: 
          Driver Attributes: 
                WHQL Logo'd: 
              Date and Size: 
                Other Files: 
            Driver Provider: 
             HW Accel Level: Emulation Only
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
     Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
     EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
     
    ---------------------
    Sound Capture Devices
    ---------------------
    -------------------
    DirectInput Devices
    -------------------
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
     
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
     
    Poll w/ Interrupt: No
     
    -----------
    USB Devices
    -----------
    + USB Root Hub
    | Vendor/Product ID: 0x106B, 0x003F
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 7/13/2009 15:52:09, 258560 bytes
    | Driver: usbd.sys, 7/13/2009 15:51:05, 5888 bytes
    | 
    +-+ USB Input Device
    | | Vendor/Product ID: 0x80EE, 0x0021
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: generic_hid_device
    | | Service: HidUsb
    | | Driver: hidusb.sys, 7/13/2009 15:51:04, 24064 bytes
    | | Driver: hidclass.sys, 7/13/2009 15:51:01, 55808 bytes
    | | Driver: hidparse.sys, 7/13/2009 15:51:00, 25728 bytes
    | | 
    | +-+ HID-compliant mouse
    | | | Vendor/Product ID: 0x80EE, 0x0021
    | | | Matching Device ID: hid_device_system_mouse
    | | | Service: mouhid
    | | | Driver: mouhid.sys, 7/13/2009 15:45:08, 26112 bytes
    | | | Driver: mouclass.sys, 7/13/2009 17:20:44, 41552 bytes
     
    ----------------
    Gameport Devices
    ----------------
     
    ------------
    PS/2 Devices
    ------------
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 7/13/2009 15:11:24, 80896 bytes
    | Driver: kbdclass.sys, 7/13/2009 17:20:36, 42576 bytes
    | 
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 7/13/2009 15:11:24, 80896 bytes
    | Driver: kbdclass.sys, 7/13/2009 17:20:36, 42576 bytes
    | 
    + Microsoft PS/2 Mouse
    | Matching Device ID: *pnp0f03
    | Service: i8042prt
    | Driver: i8042prt.sys, 7/13/2009 15:11:24, 80896 bytes
    | Driver: mouclass.sys, 7/13/2009 17:20:44, 41552 bytes
    | 
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 7/13/2009 17:19:10, 51776 bytes
    | Driver: sermouse.sys, 7/13/2009 15:45:08, 19968 bytes
    | Driver: mouclass.sys, 7/13/2009 17:20:44, 41552 bytes
     
    ------------------------
    Disk & DVD/CD-ROM Drives
    ------------------------
          Drive: C:
     Free Space: 13.1 GB
    Total Space: 35.7 GB
    File System: NTFS
          Model: VBOX HARDDISK ATA Device
     
          Drive: D:
          Model: VBOX CD-ROM ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (French), 7/13/2009 15:11:26, 108544 bytes
     
    --------------
    System Devices
    --------------
         Name: VirtualBox Graphics Adapter
    Device ID: PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00\3&267A616A&0&10
       Driver: C:\Windows\system32\DRIVERS\VBoxVideo.sys, 4.01.0012.0000 (English), 4/3/2012 04:26:38, 104240 bytes
       Driver: C:\Windows\system32\VBoxDisp.dll, 4.01.0012.0000 (English), 4/3/2012 04:26:38, 75056 bytes
     
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00\3&267A616A&0&30
       Driver: C:\Windows\system32\drivers\usbohci.sys, 6.01.7600.16385 (English), 7/13/2009 15:51:14, 20480 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (English), 7/13/2009 15:51:15, 284160 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (English), 7/13/2009 15:52:09, 258560 bytes
     
         Name: Intel(R) 82371AB/EB PCI Bus Master IDE Controller
    Device ID: PCI\VEN_8086&DEV_7111&SUBSYS_00000000&REV_01\3&267A616A&0&09
       Driver: C:\Windows\system32\DRIVERS\intelide.sys, 6.01.7600.16385 (English), 7/13/2009 17:20:36, 15424 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (French), 7/13/2009 17:19:03, 42560 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 17:26:15, 21584 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7600.16385 (French), 7/13/2009 17:26:15, 133200 bytes
     
         Name: Intel 82371SB PCI to ISA bridge
    Device ID: PCI\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00\3&267A616A&0&08
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/13/2009 17:20:43, 13888 bytes
     
         Name: Multimedia Audio Controller
    Device ID: PCI\VEN_8086&DEV_2415&SUBSYS_00008086&REV_01\3&267A616A&0&28
       Driver: n/a
     
         Name: Intel 82441FX Pentium(R) Pro Processor to PCI bridge
    Device ID: PCI\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02\3&267A616A&0&00
       Driver: n/a
     
         Name: VirtualBox Device
    Device ID: PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00\3&267A616A&0&20
       Driver: C:\Windows\system32\DRIVERS\VBoxGuest.sys, 4.01.0012.0000 (English), 4/3/2012 04:26:40, 108336 bytes
       Driver: C:\Windows\system32\VBoxTray.exe, 4.01.0012.0000 (English), 4/3/2012 04:27:06, 950576 bytes
       Driver: C:\Windows\system32\VBoxControl.exe, 4.01.0012.0000 (English), 4/3/2012 04:27:04, 745776 bytes
     
         Name: Intel(R) PRO/1000 MT Desktop Adapter
    Device ID: PCI\VEN_8086&DEV_100E&SUBSYS_001E8086&REV_02\3&267A616A&0&18
       Driver: C:\Windows\system32\DRIVERS\E1G60I32.sys, 8.04.0001.0000 (English), 7/13/2009 14:02:50, 118784 bytes
     
    ------------------
    DirectShow Filters
    ------------------
     
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7600.16385
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7600.16385
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7600.16385
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7600.16385
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7600.16385
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7600.16385
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7600.16385
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7600.16385
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7600.16385
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7600.16385
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7600.16385
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7600.16385
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7600.16385
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7600.16385
    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7600.16385
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7600.16385
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7600.16385
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7600.16385
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7600.16385
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7600.16385
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7600.16385
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7600.16385
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7600.16385
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7600.16385
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7600.16385
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7600.16385
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7600.16385
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7600.16385
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7600.16385
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7600.16385
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7600.16385
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7600.16385
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7600.16385
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7600.16385
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7600.16385
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7600.16385
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7600.16385
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7600.16385
    File writer,0x00200000,1,0,qcap.dll,6.06.7600.16385
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7600.16385
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7600.16385
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7600.16385
    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7600.16385
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7600.16385
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7600.16385
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7600.16385
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7600.16385
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7600.16385
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7600.16385
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7600.16385
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7600.16385
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7600.16385
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7600.16385
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7600.16385
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7600.16385
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7600.16385
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7600.16385
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7600.16385
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7600.16385
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7600.16385
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7600.16385
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7600.16385
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7600.16385
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7600.16385
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7600.16385
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7600.16385
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7600.16385
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7600.16385
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7600.16385
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7600.16385
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7600.16385
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7600.16385
     
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
     
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7600.16385
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7600.16385
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7600.16385
     
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7600.16385
    PCM,0x00200000,1,1,quartz.dll,6.06.7600.16385
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7600.16385
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7600.16385
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7600.16385
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7600.16385
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7600.16385
     
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7600.16385
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7600.16385
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7600.16385
     
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7600.16385
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7600.16385
     
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16385
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16385
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16385
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16385
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7600.16385
     
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7600.16385
     
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7600.16385
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7600.16385
     
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7600.16385
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7600.16385
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7600.16385
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7600.16385
     
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
     
    Audio Renderers:
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7600.16385
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7600.16385
     
    ---------------
    EVR Power Information
    ---------------
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality) 
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0
    D'avance merci pour votre aide

  2. #2
    Expert confirmé

    Avatar de dragonjoker59
    Homme Profil pro
    Software Developer
    Inscrit en
    Juin 2005
    Messages
    2 032
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 43
    Localisation : France, Bas Rhin (Alsace)

    Informations professionnelles :
    Activité : Software Developer
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2005
    Messages : 2 032
    Billets dans le blog
    12
    Par défaut
    Salut !

    Normalement tu dois pouvoir activer l'accélération 3D sur Virtual Box, dans la configuration de ta VM.
    De plus, le message d'erreur de l'émulateur OpenGL ES de ANGLE. L'as-tu essayé ?
    Si vous ne trouvez plus rien, cherchez autre chose...

    Vous trouverez ici des tutoriels OpenGL moderne.
    Mon moteur 3D: Castor 3D, presque utilisable (venez participer, il y a de la place)!
    Un projet qui ne sert à rien, mais qu'il est joli (des fois) : ProceduralGenerator (Génération procédurale d'images, et post-processing).

  3. #3
    Membre actif Avatar de Schaublore
    Homme Profil pro
    Manuel
    Inscrit en
    Octobre 2014
    Messages
    61
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Manuel
    Secteur : Administration - Collectivité locale

    Informations forums :
    Inscription : Octobre 2014
    Messages : 61
    Par défaut
    Bonjour,

    Merci dragonjoker59, je viens d'activer l'accélération 3D/2D depuis le menu <Configuration>Affichage> et maintenant ca marche.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Quelle carte graphique pour un écran de 22" ?
    Par byloute dans le forum Composants
    Réponses: 2
    Dernier message: 21/03/2007, 09h57
  2. Carte graphique pour un port PCI
    Par mehenna8 dans le forum Composants
    Réponses: 1
    Dernier message: 27/11/2006, 13h56
  3. [Carte Graphique] Carte graphique pour AGP 4x
    Par be_tnt dans le forum Composants
    Réponses: 6
    Dernier message: 28/09/2006, 13h19
  4. quelle carte graphique pour la matsonic ms 9047
    Par stanley dans le forum Composants
    Réponses: 3
    Dernier message: 16/12/2005, 12h16
  5. 2 cartes graphiques pour une carte mère
    Par SteelBox dans le forum Composants
    Réponses: 19
    Dernier message: 02/08/2005, 12h09

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo