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 Feb 27 02:34:46 UTC 2016

Modified Files:
        pkgsrc/x11/modular-xorg-server: Makefile distinfo
Removed Files:
        pkgsrc/x11/modular-xorg-server/patches:
            patch-hw_xfree86_common_xf86AutoConfig.c

Log Message:
revert patch-hw_xfree86_common_xf86AutoConfig.c

Something is wrong with it, it breaks on x86.
I don't have time to figure out what is wrong right now.

In the meanwhile, to force wsfb instead of fbdev on ARM (which is blatantly
wrong and only applicable on Linux) you can create a config snippet:

cat << EOF > /usr/pkg/share/X11/xorg.conf.d/10-driver.conf
Section "Device"
  Identifier "wsfb"
  Driver "wsfb"
EndSection
EOF


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/x11/modular-xorg-server/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/x11/modular-xorg-server/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_common_xf86AutoConfig.c

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