-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on Oct 18, 2018
-
xorgproto replaces all the other proto recipes [1]. [1]: https://bugs.freedesktop.org/show_bug.cgi?id=105287
Configuration menu - View commit details
-
Copy full SHA for 8590227 - Browse repository at this point
Copy the full SHA 8590227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8302359 - Browse repository at this point
Copy the full SHA 8302359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab1113 - Browse repository at this point
Copy the full SHA 7ab1113View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0acba - Browse repository at this point
Copy the full SHA 9b0acbaView commit details -
xf86-video-amdgpu: Update version from 1.4.0 to 18.1.0
> I'm pleased to announce the 18.1.0 release of xf86-video-amdgpu, the > Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver. > This release supports xserver versions 1.13-1.20. > > Highlights: > > * When using DC as of Linux 4.17: > - Support advanced colour management functionality. > - Support gamma correction and X11 colormaps when Xorg runs at depth > 30 as well. > * Support for leasing RandR outputs to clients. > * Various robustness fixes for TearFree. In particular, fixed several > cases in which disabling TearFree at runtime would result in the Xorg > process freezing or crashing. > * Fixed some m4 related build issues with older versions of autotools.
Configuration menu - View commit details
-
Copy full SHA for 22d5dac - Browse repository at this point
Copy the full SHA 22d5dacView commit details -
xf86-video-nouveau: Rebuild against X.Org X Server 1.20.1
Increment revision to 2.
Configuration menu - View commit details
-
Copy full SHA for 1ec8da2 - Browse repository at this point
Copy the full SHA 1ec8da2View commit details -
xorg-server: Update version from 1.20.1 to 1.20.2
Announcement: > Lots of bugfixes all over the map. Thanks to all for testing and > patches! > > Adam Jackson (8): > modesetting: Lie less in the man page > modesetting: Document Option "DoubleShadow" in the man page > xfree86: Fix Option "MaxClients" validation > modesetting: Don't free(dst) in drmmode_prop_info_copy > glamor_egl: Don't initialize on llvmpipe > glamor/egl: Avoid crashing on broken configurations > fbdevhw: Refuse to touch PCI devices on the fallback probe path > xserver 1.20.2 > > Alex Goins (1): > randr: rrCheckPixmapBounding should only increase screen size > > Alexander Volkov (1): > os/xdmcp: Don't create a new socket in XdmcpReset() > > Cedric Roux (1): > miext/damage: take care of the coordinate mode in damagePolyPoint > > Dave Airlie (9): > shm: move shmsize verify before allocating the drawable. > xi: free modifiers_failed on error path. (v2) > fboverlay: move bpp checks above malloc > glamor: fix leak of fs_getcolor_source. > modesetting: get pEnt after error checks > posix_tty: free leak of xf86SetStrOption return value. > xkb: fix what looks to be a copy-paste error with first vs firstMM > mibltblt: free prgnSrcClip on error path. > devices: break after finding and removing device from lists > > Jim Qu (1): > modesetting: code refactor for PRIME sync > > Lionel Landwerlin (2): > present: fix freed pointer access > xwayland: fix access to invalid pointer > > Olivier Fourdan (3): > glx: check for indirect context in CreateContextAttribsARB() > xwayland: Remove xwl_present_window from privates on cleanup > xwayland: Use `double` for `xwl_tablet_tool` > > Peter Hutterer (1): > dix: check_modmap_change() returns Success, not true > > Pierre Ossman (1): > Switch automatic composite update to WorkQueue > > Scott Anderson (1): > xwayland: use wayland axis_discrete event
Configuration menu - View commit details
-
Copy full SHA for ca1b380 - Browse repository at this point
Copy the full SHA ca1b380View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee82731 - Browse repository at this point
Copy the full SHA ee82731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4767a - Browse repository at this point
Copy the full SHA 4b4767aView commit details -
tigervnc: Update version from 1.8.0 to 1.9.0
[Release notes][1]: > The new TigerVNC 1.9.0 is now available. Lots of changes have been > made since the last release, but the highlights are: > > * Alternative, "raw" keyboard mode in the native client and all servers > * CapsLock/NumLock/ScrollLock synchronisation in the native client and all servers > * Automatic "repair" of JPEG artefacts on screen in all servers > * Support for UNIX sockets in the native client and in the UNIX servers > * Both clients now warn when sending the password over a possibly insecure channel > * Performance improvements in the Java client > * The Java client now requires Java 7 > * Improved high latency handling in all servers > * Better keyboard handling in the native client on Windows > * Slightly better keyboard handling in x0vncserver > * x0vncserver now supports cursors and screen resize > * Xorg 1.20 can now be used as a base for Xvnc/libvnc.so This rebuilds against X.Org X Server 1.20.1. Additionally, as systemd with libsystemd is now used on all systems, TigerVNC will be built against systemd too. [1]: https://github.com/TigerVNC/tigervnc/releases
Configuration menu - View commit details
-
Copy full SHA for 8e1acea - Browse repository at this point
Copy the full SHA 8e1aceaView commit details -
tigervnc: Specify include directory for
drm_fourcc.h
[Fix the error below.][1]: ``` Making all in dri3 make[1]: Entering directory '/dev/shm/bee-root/tigervnc/tigervnc-1.9.0-0/build/unix/xserver/dri3' CC dri3.lo CC dri3_screen.lo CC dri3_request.lo dri3.c:29:10: fatal error: drm_fourcc.h: No such file or directory #include <drm_fourcc.h> ^~~~~~~~~~~~~~ compilation terminated. dri3_screen.c:32:10: fatal error: drm_fourcc.h: No such file or directory #include <drm_fourcc.h> ^~~~~~~~~~~~~~ compilation terminated. dri3_request.c:33:10: fatal error: drm_fourcc.h: No such file or directory #include <drm_fourcc.h> ^~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:663: dri3.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:663: dri3_screen.lo] Error 1 make[1]: *** [Makefile:663: dri3_request.lo] Error 1 make[1]: Leaving directory '/dev/shm/bee-root/tigervnc/tigervnc-1.9.0-0/build/unix/xserver/dri3' ``` [1]: https://github.com/TigerVNC/tigervnc/issues/740
Configuration menu - View commit details
-
Copy full SHA for 5851217 - Browse repository at this point
Copy the full SHA 5851217View commit details -
tigervnc: Remove
/var/lib/xkb/README.compiled
This file is provided by the package `xorg-server`. $ sudo bee query /var/lib/xkb/README.compiled tigervnc-1.8.0-2.x86_64 /var/lib/xkb/README.compiled xorg-server-1.20.1-0.x86_64 /var/lib/xkb/README.compiled
Configuration menu - View commit details
-
Copy full SHA for 548b833 - Browse repository at this point
Copy the full SHA 548b833View commit details -
tigervnc: Build inside source directory
[Work around a build failure.][1] [BEE] make -j100 TIGERVNC_SRCDIR=/dev/shm/bee-root/tigervnc/tigervnc-1.9.0-0/source [BEE] […] [BEE] make[2]: Entering directory '/dev/shm/bee-root/tigervnc/tigervnc-1.9.0-0/build/unix/xserver/hw/vnc' [BEE] CC libvnc_la-vncModule.lo [BEE] CC libvnccommon_la-vncExt.lo [BEE] CXX libvnccommon_la-vncExtInit.lo [BEE] CC libvnccommon_la-vncSelection.lo [BEE] CC libvnccommon_la-vncHooks.lo [BEE] make[2]: *** No rule to make target '/dev/shm/bee-root/tigervnc/tigervnc-1.9.0-0/source/common/network/libnetwork.la', needed by 'libvnc.la'. Stop. [1]: https://github.com/TigerVNC/tigervnc/issues/742
Configuration menu - View commit details
-
Copy full SHA for d982956 - Browse repository at this point
Copy the full SHA d982956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15259f3 - Browse repository at this point
Copy the full SHA 15259f3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.