similar to: [ANNOUNCE] xgamma 1.0.2

Displaying 20 results from an estimated 1000 matches similar to: "[ANNOUNCE] xgamma 1.0.2"

2015 Apr 17
0
[ANNOUNCE] xgamma 1.0.6
xgamma allows X users to query and alter the gamma correction of a monitor via the X video mode extension (XFree86-VidModeExtension). This minor maintenance release provides the usual recent collection of build configuration improvements and janitorial cleanups. It does not provide enough gamma radiation to mutate the user into a green-skinned giant who likes to smash things. Alan Coopersmith
2007 Aug 16
0
[ANNOUNCE] xvinfo 1.0.2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alan Coopersmith: X.Org bug #10616: Add all the X info commands to See Also in man page Fix typo in man page (accesible) Change xvinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier Replace static ChangeLog with dist-hook to generate from git log Version bump: 1.0.2 Michel D?nzer: Rename .cvsignore to
2007 Aug 27
0
[ANNOUNCE] xwininfo 1.0.3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alan Coopersmith: X.Org bug #10616: Add all the X info commands to See Also in man page renamed: .cvsignore -> .gitignore Man page formatting: make -geometry bold like other options Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier Purge unused code from dsimple.c dsimple.c: ANSIfy function
2008 May 23
0
[ANNOUNCE] xfsinfo 1.0.2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alan Coopersmith: Clarify syntax of -server & FONTSERVER in man page Change xfsinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier Plug memory leaks (Coverity ids 570 & 571) Replace (1) with __appmansuffix__ in man page Fill in COPYING with copyright/license notices from sources xfsinfo 1.0.2 James
2008 May 23
0
[ANNOUNCE] fslsfonts 1.0.2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alan Coopersmith: Change fslsfonts_CFLAGS to AM_CFLAGS to make automake-1.10 happier renamed: .cvsignore -> .gitignore Clarify syntax of -server & FONTSERVER in man page Fill in COPYING with copyright/license notices from sources fslsfonts 1.0.2 James Cloos: Replace static ChangeLog with dist-hook to
2008 May 24
0
[ANNOUNCE] showfont 1.0.2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alan Coopersmith: Sun bug 1232854: showfont dumps core with jisx208, jisx212 japanese fonts Change showfont_CFLAGS to AM_CFLAGS to make automake-1.10 happier Fill in COPYING file with notices from sources Replace hardcoded man page sections with variables Clarify syntax of -server & FONTSERVER in man page
2007 Jul 24
0
[ANNOUNCE] setxkbmap 1.0.4
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alan Coopersmith: Correct XKB data files path in man page renamed: .cvsignore -> .gitignore Bug 7841: setxkbmap man page doesn't describe all switches More man page cleanups (grammatical nits, etc.) Replace static ChangeLog with dist-hook to generate from git log Add rules for checking code with
2008 Mar 06
0
[ANNOUNCE] twm 1.0.4
Adam Jackson (1): twm 1.0.4 Alan Coopersmith (2): Explicitly require libSM & libICE since twm calls them directly Change twm_CFLAGS to AM_CFLAGS to make automake-1.10 happier James Cloos (3): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Wolfgang
2008 May 23
0
[ANNOUNCE] fstobdf 1.0.3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alan Coopersmith: Change fstobdf_CFLAGS to AM_CFLAGS to make automake-1.10 happier renamed: .cvsignore -> .gitignore Clarify syntax of -server & FONTSERVER in man page Move extern declarations to fstobdf.h Fill in COPYING with copyright/license notices from sources fstobdf 1.0.3 James Cloos: Replace
2018 Mar 23
0
[ANNOUNCE] xtrap 1.0.3
Alan Coopersmith (8): Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Assume signal handlers return void, as C89 requires config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS This is not a GNU project, so declare it foreign. configure: Drop AM_MAINTAINER_MODE autogen.sh:
2008 Mar 07
0
[ANNOUNCE] x11perf 1.5
Adam Jackson (1): x11perf-1.5 Alan Coopersmith (3): Bug #10616: Man page typo: s/peform/perform/ renamed: .cvsignore -> .gitignore Another man page typo fix: s/aprox./approx./ Eric S. Raymond (1): Bug 9520: Markup problems in Xmark.1x James Cloos (1): Replace static ChangeLog with dist-hook to generate from git log Keith Packard (2): Rename
2005 Apr 26
1
Bug#306368: filter rules are too modern for remote rsync (which is 2.5.6)
I received the following bug report for the Debian rsync package today. I wouldn't have expected 2.6.4 to refuse to talk to even a 2.6.2 in this way... Perhaps Wayne could comment? Paul Slootman On Tue 26 Apr 2005, Alexey Feldgendler wrote: > > Rsync fails to push filters to the the remote host if the remote rsync > is older than the Debian's. I've tried to connect to a
2014 Jul 30
0
[PATCH] libdrm: hide all private symbols
[CCing Emil as well] Am 30.07.2014 um 11:38 schrieb Maarten Lankhorst: > Using -export-symbols-regex all private symbols are hidden, resulting in the following changes: Wasn't "-export-symbols-regex" exactly that stuff we are trying to avoid in mesa? Christian. > > libkms: removes all driver specific exports > radeon: removes the bof_* exports > nouveau: removes
2014 Jul 30
2
[PATCH] libdrm: hide all private symbols
Using -export-symbols-regex all private symbols are hidden, resulting in the following changes: libkms: removes all driver specific exports radeon: removes the bof_* exports nouveau: removes the abi16_* exports freedreno: remove the *kgsl_* and msm_* exports intel: removes the drm_mm* exports omap/exynos: unchanged as far as I can tell Signed-off-by: Maarten Lankhorst <maarten.lankhorst at
2008 Jun 24
1
Problems setting gamma in a script
Hello. I am trying to make an script for a game that is working perfectly on wine. The script should make its own .wine-games folder Code: #!/bin/bash export WINEPREFIX=/home/data/wine/.wine-games #export WINEDEBUG=loaddll,relay #export WINEDLLOVERRIDES="msvcp60" xgamma -gamma 2.5 $TERM -title $0 -e wine explorer /desktop=winedesktop,1024x768 "`winepath -w "$*"`"
2007 Dec 06
1
[PATCH] Makefile: CFLAGS, LDFLAGS
Split CFLAGS into CFLAGS (user part) and AM_CFLAGS (not-so-user part; variable name taken from automake, but otherwise no relation). Also add LDFLAGS. This allows me to use `make CFLAGS="-O2 -fPIE" LDFLAGS="-pie"` without dropping the other important (AM_CFLAGS) flags. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> --- btrfs-progs/Makefile | 17
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
Note : I'm subscribed to the list. Please don't CC replies to me. Hi all, I am trying to compiler current CV head on a PowerPC G3 Debain system. Debian test has automake 1.9 which is a little more stringent about errors than 1.8. The following patch has the following fixes. 0) Remove AC_CANNONIAL_HOST because it has already been invoked earlier 1) Make sure
2004 Mar 25
1
Per-directory .cvsignore too aggressive
I have noticed that the contents of per-directory .cvsignore files apply outside their subtrees when using --cvs-exclude in rsync 2.6.0. In the results below, notice how dir1/.cvsignore is applying to a file in dir2. There is no ~/.cvsignore, and the CVSIGNORE variable is unset. % ls -AFR .: dir1/ dir2/ ./dir1: .cvsignore file1 ./dir2: file2.foo % cat dir1/.cvsignore *.foo % /usr/bin/rsync
2004 Mar 24
1
incorrect exclude list with -C
I just received this bug report on Debian's rsync package. I've verified it. The entry from the manpage: -C [...] Finally, any file is ignored if it is in the same directory as a .cvsignore file and matches one of the patterns listed therein. Here the patterns of a .cvsignore file is apparently used to exclude file outside the directory where the .cvsignore file is found. Any
2001 Sep 30
0
Exclude sets generated with -C
Hi guys, I recently stumbled across what I think is an rsync bug. The problem was I was trying to rsync from one CVS checkout, to another, and was using rsync -Cavz to do the job. In this CVS module, there happens to be two sub-directories with the names of "core" and "tags" respectively, which were ignored, since these names matched the default CVS ignore list. When rsync