[vbox-dev] virtualbox 5.0.17 3d question

Jim Basilio jim.basilio at gmail.com
Tue Apr 5 18:50:11 GMT 2016


Thanks for the attachment. I added a 00-glamor.conf file per:
https://www.freedesktop.org/wiki/Software/Glamor/

which contains

Section "Module"
  Load "dri2"
  Load "glamoregl"
EndSection
Section "Device"
  Identifier "vboxvideo"
  Driver "vboxvideo"
  Option "AccelMethod" "glamor"
EndSection

Now my Xorg.0.log file does show the module loading but does NOT turn
acceleration on per:
...
[    16.540] (II) LoadModule: "glamoregl"
[    16.541] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    16.569] (II) Module glamoregl: vendor="X.Org Foundation"
[    16.569]  compiled for 1.15.0, module version = 0.6.0
[    16.569]  ABI class: X.Org ANSI C Emulation, version 0.4
....
[    16.592] (WW) modesetting(0): Option "AccelMethod" is not used

Not sure where to go from here.. any tips appreciated. Not sure if the GA
installer was tested on Ubuntu 14.04? Either way Chrome still doesn't
draw....

Thanks.
Jim

On Tue, Apr 5, 2016 at 1:32 PM Sérgio Basto <sergio at serjux.com> wrote:

> I send in attach Xorg.0.log that is working  , may help you .
> I think here is the key :
>
> [    74.248] (WW) Falling back to old probe method for vesa
> [    74.248] (II) modeset(0): Creating default Display subsection in
> Screen section
>         "Default Screen Section" for depth/fbbpp 24/32
> [    74.248] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
> [    74.248] (==) modeset(0): RGB weight 888
> [    74.248] (==) modeset(0): Default visual is TrueColor
> [    74.248] (II) Loading sub module "glamoregl"
> [    74.248] (II) LoadModule: "glamoregl"
> [    74.249] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
> [    74.525] (II) Module glamoregl: vendor="X.Org Foundation"
> [    74.525]    compiled for 1.18.1, module version = 1.0.0
> [    74.525]    ABI class: X.Org ANSI C Emulation, version 0.4
> [    74.525] (II) glamor: OpenGL accelerated X.org driver based.
> [    77.484] (II) glamor: EGL version 1.4 (DRI2):
>
> On Ter, 2016-04-05 at 16:43 +0000, Jim Basilio wrote:
> > That's great to hear everything is working for you! Hope!
> >
> > Yes, I do have ./usr/lib/x86_64-linux-gnu/VBoxEGL.so
> >
> > Kernel on ubuntu 14.04 is 3.13 - so that seems to meet the minimum
> > requirements.
> >
> > If I use only the kernel module - in my Xorg.0.log I see:
> >
> > [     9.505] (II) LoadModule: "vboxvideo"
> > [     9.506] (WW) Warning, couldn't open module vboxvideo
> > [     9.506] (II) UnloadModule: "vboxvideo"
> > [     9.506] (II) Unloading vboxvideo
> > [     9.506] (EE) Failed to load module "vboxvideo" (module does not
> > exist, 0)
> >
> > ...
> >
> > [     9.541] (II) AIGLX: Screen 0 is not DRI2 capable
> > [     9.541] (EE) AIGLX: reverting to software rendering
> >
> > ...
> >
> > Using lsmod I see that vboxvideo is loaded and in use
> > vboxvideo              45655  3
> > vboxguest             276728  7 vboxsf,vboxvideo
> >
> > Is there some way to check that VBoxEGL.so is being loaded? I don't
> > see any references to it in my Xorg.0.log.
> >
> > Thanks so much.
> > Jim
> >
> > On Tue, Apr 5, 2016 at 12:33 PM Sérgio Basto <sergio at serjux.com>
> > wrote:
> > > On Ter, 2016-04-05 at 15:47 +0000, Jim Basilio wrote:
> > > > Thanks! :)
> > > > Unfortunately I think my initial attempt was where you ended up.
> > > I
> > > > have the kmod loaded and the .so files are not present. I tried
> > > to
> > > > load the .so files in by copying them into location by hand which
> > > got
> > > > me to where you were.
> > >
> > > have you /usr/lib64/VBoxEGL.so ?
> > >
> > > > So far my takeaway is you need the kmod or .so but not both.
> > > > Unfortunately I can't load chrome and things like glxgears don't
> > > draw
> > > > (black window box).
> > > > Everything is working for you properly tho? Chrome, glxgears?
> > >
> > > yes , chrome , glxgears, etr (extreme tux race) and supertuxcart
> > > runs
> > > without problems .
> > >
> > > > I'm using Ubuntu 14.04.. Wondering if the age is causing issues.
> > > > Thanks for responding.
> > >
> > > Following oracle scripts you must have kernel 3.11+
> > >
> > > > Jim
> > > >
> > > > On Tue, Apr 5, 2016, 11:37 AM Sérgio Basto <sergio at serjux.com>
> > > wrote:
> > > > > I sent reply to Maling list one minute ago :-)
> > > > >
> > > > > On Ter, 2016-04-05 at 15:34 +0000, Jim Basilio wrote:
> > > > > > Hi Sergio:
> > > > > >
> > > > > > I read your posts/problem/solution on the virtualbox user
> > > form:
> > > > > >
> > > > > > I don't know if you read the mailing list regularly but I'm
> > > > > really
> > > > > > anxious to hear how you solved this.
> > > > > >
> > > > > > I posted a followup here:
> > > > > > http://article.gmane.org/gmane.comp.emulators.virtualbox.deve
> > > l/82
> > > > > 42
> > > > > >
> > > > > > I also have a new posting requesting help here:
> > > > > > http://article.gmane.org/gmane.comp.emulators.virtualbox.user
> > > /623
> > > > > 2
> > > > > >
> > > > > > What was your final resolution that ended up working? Can you
> > > > > launch
> > > > > > chrome and it works?
> > > > > >
> > > > > > Any information you have would be appreciated, thanks!
> > > > > > Jim
> > > > > --
> > > > > Sérgio M. B.
> > > > >
> > > > >
> > > > >
> > > --
> > > Sérgio M. B.
> > >
> > >
> > >
> --
> Sérgio M. B.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20160405/daed5985/attachment.html>


More information about the vbox-dev mailing list