pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/modular-xorg-server



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 26 08:47:17 UTC 2015

Modified Files:
        pkgsrc/x11/modular-xorg-server: Makefile Makefile.common PLIST
            options.mk

Log Message:
Enable more functionality in modular-xorg-server:

- always include dri3 support with dri option (can still use dri2)
- always include GLAMOR support with dri option
- enable xtrans file descriptor passing
- require mesa 11
- Bump PKGREVISION

GLAMOR is experimental OpenGL accelerated 2D graphics. It works with
xf86-video-ati and xf86-video-intel but must be explicitly enabled.
Sample configuration:

---8<---
# /usr/pkg/share/X11/xorg.conf.d/20-glamor.conf
Section "Module"
    Load "dri2"
    Load "glamoregl"
EndSection
Section "Device"
    Identifier "radeon" # or intel
    Driver "radeon" # or intel
    Option "AccelMethod" "glamor"
EndSection
---8<---


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/x11/modular-xorg-server/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/modular-xorg-server/Makefile.common
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/modular-xorg-server/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/modular-xorg-server/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index