similar to: [ANNOUNCE] xf86-video-rendition 4.1.3

Displaying 20 results from an estimated 2000 matches similar to: "[ANNOUNCE] xf86-video-rendition 4.1.3"

2018 May 18
0
[ANNOUNCE] xf86-video-rendition 4.2.7
A boring release, adding source compatibility with xserver 1.20. Adam Jackson (2): Move [HV]Total checks into renditionValidMode rendition 4.2.7 Alan Coopersmith (2): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer
2015 Nov 11
0
[ANNOUNCE] xf86-video-rendition 4.2.6
Just a few accumulated build fixes. Adam Jackson (4):       Remove mibstore.h       Fix build against xserver 1.17       Remove dependency on xf86PciInfo.h       rendition 4.2.6 git tag: xf86-video-rendition-4.2.6 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-rendition-4.2.6.tar.bz2 MD5:  405dd1acba9c2e43d7aa67b631762495  xf86-video-rendition-4.2.6.tar.bz2 SHA1:
2008 Mar 19
0
[ANNOUNCE] xf86-video-rendition 4.2.0
Adam Jackson (3): Death to RCS tags. Fix includes to silence a warning. rendition 4.2.0 Alan Coopersmith (1): Man page updates - replace references to XFree86 & changes for XF86 4.0 Brice Goglin (1): RENDITION_VERSION* using PACKAGE_VERSION_* Dave Airlie (2): pciaccess: make auto-detect work pciaccess: do unmap path Ian Romanick (4): Supply
2017 May 22
0
[Cellar] FLAC Markdown
> On May 12, 2017, at 1:05 PM, Dave Rice <dave at dericed.com> wrote: > > Hi all, > And cc'ing flac-dev. > >> On May 10, 2017, at 12:15 PM, Dave Rice <dave at dericed.com <mailto:dave at dericed.com>> wrote: >> >> Hi Andrew, >> >>> On May 10, 2017, at 11:19 AM, Andrew James Weaver <weevz at uw.edu <mailto:weevz at
2017 Jun 06
3
[Cellar] FLAC Markdown
Hello all! (cc-ing the flac-dev list) I would like to give an update as to the recent CELLAR work on the FLAC specification. • Work has been done to make internal and external links more accurate and reliable. • 'Rice Coding' has been clarified as 'Exponential Golomb Coding.' • Clarifications have been made for binary representation. • Typos and other small changes have been
2006 Jan 11
4
Help with Non-model classes
Hey guys, I''ve been trying to teach myself Rails by building a relatively complex app for work. I''ve started it twice and now I''m thinking about restarting it a third time. I need some help with some of my code. I''m creating an app to help us manage time. We have a number of developers on a number of teams who are assigned to any number of projects
2017 May 12
2
[Cellar] FLAC Markdown
Hi all, And cc'ing flac-dev. > On May 10, 2017, at 12:15 PM, Dave Rice <dave at dericed.com> wrote: > > Hi Andrew, > >> On May 10, 2017, at 11:19 AM, Andrew James Weaver <weevz at uw.edu <mailto:weevz at uw.edu>> wrote: >> >> Hello all! >> >> In a previous discussions on this list about people interested in working on the FLAC
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
Dear R Community, I'm pleased to announce the availability of 'colorout' on CRAN. The package colorizes R output when it is running on a terminal emulator. Screenshot: http://www.lepem.ufc.br/jaa/R_color_output.png You can use either 16 colors (8 colors * 2 degrees of intensity) or 256 colors to highlight normal text, numbers, strings, warnings, errors and the keywords TRUE, FALSE,
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
Dear R Community, I'm pleased to announce the availability of 'colorout' on CRAN. The package colorizes R output when it is running on a terminal emulator. Screenshot: http://www.lepem.ufc.br/jaa/R_color_output.png You can use either 16 colors (8 colors * 2 degrees of intensity) or 256 colors to highlight normal text, numbers, strings, warnings, errors and the keywords TRUE, FALSE,
2000 Dec 29
0
bark_noise
Hello dev people, Can someone please explain me why bark_noise works so well? I can't find any references to theory. I think Monty just made it up (in the Netherlands we say: he sucked it out of his thumb :-) ). Especially why the 1/|frequency distance| thingie is a good spreading function. I tried several different ones, but the original is still the best overall. Some of the alternatives
2000 Apr 28
1
dev2bitmap from a script invoked by another process
Issue: I have a R script that is invoked periodically by another process. In the script, a graphics is generated and I want to get a the image for the graph as a jpeg. Here is a prototypical version of the script (try.R): plot(1) dev2bitmap("try.jpg", type = "jpeg") I am running R-1.0.0 on Solaris 7. The script is invoked as: R --vanilla < try.R A file named try.jpg is
2004 Aug 06
1
streaming both mp3 and ogg
That's fine and all for people who run the latest WinAmp or XMMS that do support Ogg Vorbis (aside from the vanilla Red Hat 8.0 users), but some of us must stream in .mp3 format. That is what the users expect. I am guessing, however, and look to have some time today to try and implement this, that I can dual stream on my Icecast box while running icecast 1.3.12 on port 8000 and then set up a
2008 Sep 09
1
CentOS 4 & autofs 4.1.3
For those of you using CentOS 4, is anyone having trouble with autofs 4.1.3? I'm seeing (with 60second unmount timeout) what appears to be an apparent race condition where a script touches an automount directory at about (the same second according to logs) the same time the unmount is triggered, and the script then gets a read error. Sure, increasing the unmount timeout will reduce the
2012 Sep 22
0
xen-4.1.3 panic on solaris kernel dom0
Hello All, I have panic with xen-4.1.3 - http://pastebin.com/vXv7BYq9 Could you please help me identify problem - why apic_find_irq() possible to failed ? I try to port xen-4.1.3 to illumos based platform (www.dilos.org) I have loaded xen-3.4.4. For xen-4.1.3 need update headers and additional files on illumos-gate kernel. I have made some changes and built debug build for testing. As you
2008 Jan 14
10
Using EventMachine to listen from non-network
I''ve actually found a way to make EventMachine listen to events from a serial port, but only by using the pure Ruby version, using Guilliame Pierronnet''s Ruby/SerialPort library. It turned out to be simpler than I thought it would be: require ''serialport'' $eventmachine_library = :pure_ruby require ''eventmachine'' module EventMachine class
2012 Aug 10
0
[ANNOUNCE] Xen 4.1.3 and 4.0.4 released
Folks, I am pleased to announce the release of Xen 4.0.4 and 4.1.3. These are available immediately from their respective mercurial repositories: http://xenbits.xen.org/xen-4.0-testing.hg (tag RELEASE-4.0.4) http://xenbits.xen.org/xen-4.1-testing.hg (tag RELEASE-4.1.3) These fix the following critical vulnerabilities: * CVE-2012-0217 / XSA-7: PV guest privilege escalation vulnerability *
2012 Jul 15
0
xen 4.1.3~rc1+hg-20120614.a9c0a89c08f2-4 MIGRATED to testing
FYI: The status of the xen source package in Debian's testing distribution has changed. Previous version: 4.1.3~rc1+hg-20120614.a9c0a89c08f2-2 Current version: 4.1.3~rc1+hg-20120614.a9c0a89c08f2-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See
2012 Aug 17
0
xen 4.1.3~rc1+hg-20120614.a9c0a89c08f2-5 MIGRATED to testing
FYI: The status of the xen source package in Debian's testing distribution has changed. Previous version: 4.1.3~rc1+hg-20120614.a9c0a89c08f2-4 Current version: 4.1.3~rc1+hg-20120614.a9c0a89c08f2-5 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See
2012 Aug 23
0
xen 4.1.3-1 MIGRATED to testing
FYI: The status of the xen source package in Debian's testing distribution has changed. Previous version: 4.1.3~rc1+hg-20120614.a9c0a89c08f2-5 Current version: 4.1.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See
2012 Sep 13
0
xen 4.1.3-2 MIGRATED to testing
FYI: The status of the xen source package in Debian's testing distribution has changed. Previous version: 4.1.3-1 Current version: 4.1.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more information.