Re: building wayland without X

2011-05-20 Thread Karshan Sharma
So, has anyone worked out a patch to be able to build mesa without x ? ... I was gonna start on that but didnt want to reinvent the wheel. On Mon, Mar 28, 2011 at 9:07 AM, Tiago Vignatti wrote: > On 03/28/2011 07:08 AM, ext Karshan Sharma wrote: >> >>    I was just wondering if its even possible

Re: Remote control in wayland

2011-05-20 Thread microcai
于 2011年05月21日 01:08, Kristian Høgsberg 写道: > On Tue, May 17, 2011 at 10:22 PM, Zhao, Juan J wrote: >> Hi there, >>Does wayland use evdev driver? Is there any support for remote control >> (for example the remote control of TV)? > > We use evdev and the evdev input events can be handled by

Re: Remote control in wayland

2011-05-20 Thread Kristian Høgsberg
On Tue, May 17, 2011 at 10:22 PM, Zhao, Juan J wrote: > Hi there, >        Does wayland use evdev driver? Is there any support for remote control > (for example the remote control of TV)? We use evdev and the evdev input events can be handled by the compositor if it wants, or sent to the currentl

Re: vmwgfx

2011-05-20 Thread Doug Schaefer
Cool. What configure options did you use for mesa? On Fri, May 20, 2011 at 8:24 AM, Benjamin Franzke wrote: > egl_gallium isnt updated to the MESA_drm_image cursor flag yet. > You may try the attached patch. > > 2011/5/20 Christopher Friedt : >> On Sat, May 14, 2011 at 12:05 PM, Doug Schaefer wr

Re: vmwgfx

2011-05-20 Thread Benjamin Franzke
egl_gallium isnt updated to the MESA_drm_image cursor flag yet. You may try the attached patch. 2011/5/20 Christopher Friedt : > On Sat, May 14, 2011 at 12:05 PM, Doug Schaefer wrote: >> I played with this a bit. I was able to compile libdrm and mesa for >> the vmwgfx DRM driver and was able to g

Re: vmwgfx

2011-05-20 Thread Christopher Friedt
On Sat, May 14, 2011 at 12:05 PM, Doug Schaefer wrote: > I played with this a bit. I was able to compile libdrm and mesa for > the vmwgfx DRM driver and was able to get a simple glxgears running on > it. That was with the gallium EGL driver. I wasn't able to get Wayland > compiled for the same con

Re: [Mesa-dev] [PATCH] egl: Link wayland-drm.a into libEGL after egl_dri2

2011-05-20 Thread Christopher Friedt
On Thu, May 19, 2011 at 9:36 PM, Christopher Friedt wrote: > terminal: symbol lookup error: /usr/lib64/egl/egl_gallium.so: > undefined symbol: wl_display_get_rgb_visual Apparently unrelated - it just required some different configure options. ___ waylan

Re: undefined symbol: wl_display_get_rgb_visual

2011-05-20 Thread Benjamin Franzke
The symbol isnt in wayland anylonger. egl_gallium is broken since Kristian changed how visuals are emitted in wayland (commit 4bde293). So either use egl_dri2 (export EGL_PLATFORM=egl_dri2) or the following patch that i'll send to Kristian: http://cgit.freedesktop.org/~bnf/mesa/commit/?h=fix&id=1a