Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 01/09/2014, à 10:21

abecidofugy

Guestadd-on de Virtualbox ok, mais pas d'OpenGl

Salut,

J'ai bien fait un : sudo apt-get install build-essential linux-headers-`uname -r` dkms
avant d'installer mes GuestAdd-on de Virtualbox dans ma VM Kubuntu :

sudo sh VBoxLinuxAdditions.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.3.12 Guest Additions for Linux............
VirtualBox Guest Additions installer
Removing installed version 4.3.12 of VirtualBox Guest Additions...
Copying additional installer modules ...
Installing additional modules ...
Removing existing VirtualBox DKMS kernel modules ...done.
Removing existing VirtualBox non-DKMS kernel modules ...done.
Building the VirtualBox Guest Additions kernel modules ...done.
Doing non-kernel setup of the Guest Additions ...done.
You should restart your guest to make sure the new modules are actually used

Installing the Window System drivers
Installing X.Org Server 1.15 modules ...done.
Setting up the Window System to use the Guest Additions ...done.
You may need to restart the hal service and the Window System (or just restart
the guest system) to enable the Guest Additions.

Installing graphics libraries and desktop services components ...done.

J'ai redémarré ma VM, mais l'OpenGl n'est toujours pas sélectionnable.

Une idée, une aide svp ?

Hors ligne

#2 Le 01/09/2014, à 10:48

abecidofugy

Re : Guestadd-on de Virtualbox ok, mais pas d'OpenGl

glxinfo | grep "direct rendering"
libGL error: failed to authenticate magic 4
libGL error: failed to load driver: vboxvideo
direct rendering: Yes

Je ne comprends pas, l'OpenGl semble ok mais j'ai deux erreurs…

Dernière modification par abecidofugy (Le 01/09/2014, à 10:49)

Hors ligne

#3 Le 01/09/2014, à 12:19

abecidofugy

Re : Guestadd-on de Virtualbox ok, mais pas d'OpenGl

Je viens d'installer la dernière version de Virtualbox, j'avais une grosse erreur et impossible de relancer ma VM Kubuntu. J'ai réussi à downgrader à la version précédente, ouf ! J'ai récupéré la VM. Par contre j'ai vu dans celle-ci qu'on me proposait les derniers Add-ons. Je les ai installé, et j'ai ça comme message à présent :

glxinfo | grep OpenGL             
libGL error: pci id for fd 4: 80ee:beef, driver (null)
OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa table
OpenGL Warning: glVertexArrayRangeNV not found in mesa table
OpenGL Warning: glCombinerInputNV not found in mesa table
OpenGL Warning: glCombinerOutputNV not found in mesa table
OpenGL Warning: glCombinerParameterfNV not found in mesa table
OpenGL Warning: glCombinerParameterfvNV not found in mesa table
OpenGL Warning: glCombinerParameteriNV not found in mesa table
OpenGL Warning: glCombinerParameterivNV not found in mesa table
OpenGL Warning: glFinalCombinerInputNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterivNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glDeleteFencesNV not found in mesa table
OpenGL Warning: glFinishFenceNV not found in mesa table
OpenGL Warning: glGenFencesNV not found in mesa table
OpenGL Warning: glGetFenceivNV not found in mesa table
OpenGL Warning: glIsFenceNV not found in mesa table
OpenGL Warning: glSetFenceNV not found in mesa table
OpenGL Warning: glTestFenceNV not found in mesa table
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
OpenGL vendor string: Humper
OpenGL renderer string: Chromium
OpenGL version string: 2.1 Chromium 1.9
OpenGL shading language version string: 4.40 NVIDIA via Cg compiler
OpenGL extensions:

lsmod | grep vb
vboxsf                 43786  2
vboxpci                23194  0
vboxnetadp             25670  0
vboxnetflt             27613  0
vboxdrv               339502  3 vboxnetadp,vboxnetflt,vboxpci
vboxvideo              12658  1
vboxguest             248675  8 vboxsf
drm                   303102  2 vboxvideo

grep "(EE)" /var/log/Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    16.135] (EE) AIGLX error: vboxvideo does not export required DRI extension
[    16.135] (EE) AIGLX: reverting to software rendering

Je peux faire quoi d'autre ? Merci de votre aide.

Dernière modification par abecidofugy (Le 01/09/2014, à 12:38)

Hors ligne