Re: Compile + Use Mesa without X
Brian Paul <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
On 01/29/2014 03:36 PM, Eric Nicolas wrote: > Hello, > > I've looked into the mailing list archive but found only outdated > discussions about similar topics more than two years ago. The situation > may have evolved since then. > > I would like to run a full screen OpenGL application using only Mesa > (with HW acceleration) and not X at all. > > The program should run in a VMWare virtual machine as well as on the > real box (Intel HD Graphics 3000 or 4000). > > Do you have any proper configure options to achieve this ? > As per January 2012 messages, I tried: "--enable-gallium-egl > --with-egl-platforms=drm --enable-shared-glapi" but the configure fails > with "No package 'x11'" and similar. Do you want your framebuffer in off-screen memory or do you want full-screen without X running? -Brian