search for: xmir

Displaying 5 results from an estimated 5 matches for "xmir".

Did you mean: mir
2013 Jul 22
0
[RFC PATCH] Support running nested in a Mir compositor
...&& !xorgMir && nv_window_belongs_to_crtc(scrn, draw->x, draw->y, draw->width, draw->height); } @@ -766,6 +766,19 @@ nouveau_dri2_flip_event_handler(unsigned int frame, unsigned int tv_sec, free(flip); } +#if DRI2INFOREC_VERSION >= 8 && defined(XMIR) +static int nouveau_dri2_auth_magic(ScreenPtr pScreen, uint32_t magic) +{ + ScrnInfoPtr pScrn = xf86ScreenToScrn(pScreen); + NVPtr pNv = NVPTR(pScrn); + + if (xorgMir) + return xmir_auth_drm_magic(pNv->xmir, magic); + else + return drmAuthMagic(pNv->dev->fd, magic); +} +#endif...
2018 Jun 26
2
lightdm + xorg.conf + nvidia driver
...pam-service = PAM service to use for login # pam-autologin-service = PAM service to use for autologin # pam-greeter-service = PAM service to use for greeters # xserver-backend = X backend to use (mir) # xserver-command = X server command to run (can also contain arguments e.g. X -special-option) # xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option) # xserver-config = Config file to pass to X server # xserver-layout = Layout to pass to X server # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server # xserver-share = True if the...
2018 May 17
0
[ANNOUNCE] xf86-video-vmware 13.3.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 xf86-video-vmware is an Xorg display driver for VMware's virtual SGA device. This release provides dri3 support for recent mesa (XA version 2.4+), build support for xserver 1.20, a number of compilation warning fixes, removal of old Xwayland and Xmir support, and a couple of minor bug fixes. Note that linux distros that choose to not compile in kernel modesetting- and 3D should avoid enabling the vmwgfx linux kernel module. As usual, the release is intended to be usable even with old X servers, but testing for older servers (xserver 1.0+) has...
2015 Jan 19
0
[ANNOUNCE] xf86-video-vmware 13.1.0
...xf86xv.h cannot be included without first including xorg-server.h. Thomas Hellstrom (16): vmware/vmwgfx: Don't change backing-store of active scanout surfaces vmware/vmwgfx: Don't tell XA that we have a mask when we haven't vmware/vmwgfx: Set desired modes after xMir screen init vmware/vmwgfx: Fix initial dirty region for pixmaps vmware/saa: Disable the noreadback polyfillrect optimization vmware/vmwgfx: Fix xwayland build on newer XA versions vmware/vmwgfx: Fix an error path segfault vmware: Clear the PITCHLOCK register if availab...
2011 Jan 20
13
[Bug 33297] New: X hangs with nouveau and linux kernel 2.6.38-rc1
https://bugs.freedesktop.org/show_bug.cgi?id=33297 Summary: X hangs with nouveau and linux kernel 2.6.38-rc1 Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at