Displaying 20 results from an estimated 500 matches similar to: "[ANNOUNCE] xf86-video-cirrus 1.5.3"
2018 Oct 23
0
[ANNOUNCE] xf86-video-r128 6.12.0
This release is mainly meant deal with 2 urgent build failure issues reported by users.
If your distribution is using Version 6.11.0, please replace it with this version as soon as possible.
There is very little change in the functionality compared to the previous release, but I did rewrite hard to maintain and very awkwardly written XAA / EXA initialization code.
It is always possible that I can
2007 May 12
4
[Bug 10924] New: XAA crash on NV17
http://bugs.freedesktop.org/show_bug.cgi?id=10924
Summary: XAA crash on NV17
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2007 May 15
9
[Bug 10957] New: Garbled console text with XAA enabled
http://bugs.freedesktop.org/show_bug.cgi?id=10957
Summary: Garbled console text with XAA enabled
Product: xorg
Version: 7.1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2011 Jan 22
1
Plotting by factor with xts
Hi all,
I've got an xts time series of stock symbols and closing prices.
> head(x)
symbol close
2010-01-04 "AFB" "13.46"
2010-01-04 "AKP" "12.80"
2010-01-04 "APX" " 8.78"
2010-01-04 "AYN" "13.15"
2010-01-04 "BAF" "13.50"
2010-01-04 "BBF" "12.86"
>
2015 Apr 14
1
The --inplace is very different from the behaviour of --partial when resuming a complex case transfer.
Hi all,
>From the manpage of rsync, I can see the following descriptions:
--inplace
The option implies --partial (since an interrupted transfer does
not delete the file)
So I do the following testings on the `--inplace' and `--partial' for
resuming a file with the following steps:
1- rsync ftp.cn.debian.org::debian/dists/wheezy/main/binary-amd64/
2015 May 02
0
[ANNOUNCE] xf86-video-r128 6.10.0
Connor Behan (32):
Drop dependence on xf86PciInfo.h
Do not disable gouraud shading for a render op
Only declare PCITAG if we need it
Remove overuse of COMPOSITE_SETUP()
Fix ScreenInit with noAccel
Port to RandR
Only enable CRTCs for DPMSModeOn
Map and unmap the MMIO better
Split up output register functions
Move display enabling code to
2008 May 22
0
[ANNOUNCE] xorg-server 1.4.99.902
Aaron Plattner (2):
Bug #14692: Allow drivers to have a say in Xinerama visual consolidation.
Short-circuit PanoramiXTranslateVisualID after verifying that the visual actually exists first.
Adam Jackson (25):
Fix segfault when a monitor exists but has no modes.
Size xf86DefaultModes explicitly.
Bug #14927: Fix the math for xf86NumDefaultModes.
Add the
2015 Aug 21
0
[ANNOUNCE] xf86-video-xgi 1.6.1
Adam Jackson (10):
Fix build on bigendian
Don't include xf86Priv.h
s/\<alloc\>/malloc/g
Fix bAccessVGAPCIInfo to read when you tell it to
Fix for new vgaHW ABI
Fall back to shadowfb if XAA is unavailable
Fix XGIValidMode for 1.13 API
i2c: Don't scream on literally every single write to SCL or SDA
ddc: Fix uncredible fail in
2008 Jun 12
0
[ANNOUNCE] xf86-video-ati 6.8.191
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ati 6.9.0rc1 release
Lots of changes since the last release. Main things are
EXA composite support for r3xx/r4xx/r5xx chips and
textured video support on all radeons.
Adam Jackson (5):
Bump CRTC size limits on AVIVO chips so 30" displays work
without tweaking.
Add R500 unified shader register block.
Fix R500_US_CONFIG.
2009 Mar 07
1
SwfdecMozilla 100% cpu usage on Youtube
Hi,
My question is: Can anyone recommend a cheap graphics board that works
well with the GNU/Linux/X/Firefox/Swfdec/Youtube stack?
I am using an old ATI Radeon 9550, and I have been experiencing 100% CPU
usage, stuttering and loss of sync when viewing Youtube movies for quite
a long time now (since Swfdec v 0.6.x, now using 0.8.2). Didn't bother
to report it because I've seen
2009 Jan 28
2
help with plot layout
It takes a lot of sweat to generate a composite plot with R ... sigh.
I though I was almost done when I met the umpteenth hurdle. I cannot place a nice title on the 2nd plot (raw signal)
on the layout. I do not have control on where either the "main" option of "plot" function, or "title", place the text
string which keeps dysplaying chopped from above. I also tried
2016 Mar 29
2
samba 4.4 gpupdate /force
Really my user IDs are different, but I can not adjust it.
Using Samba 4.3.3 (Upgrade from 4.2 -> 4.3 -> 4.3.3), I think it has
something it was initially used with Windows 2003 (no longer usaddo) to
replicate data
Win 2003 -> Samba.
Today only own Samba (which had to increase Schema)
Em 29-03-2016 10:27, Sketch escreveu:
> On Tue, 29 Mar 2016, Carlos A. P. Cunha wrote:
>
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
Ok, I think we've done enough damage for one release. Thanks everyone
for pulling a long weekend to get changes prepared and reviewed.
We're still missing the threaded input stuff, but that needs more review
and I think we wore Tiago out this time around. If someone wants to
propose merging it after the freeze, I think we should consider doing
it.
Note that this tarball depends on
2016 Apr 29
2
truecrypt on synology as subfolder
Just a small question.
==============
I was really just meaning to ask whether there are issues with running
truecrypt inside a samba share.
My system had never had any issues but now I was writing to a folder
that is a truecrypt mount inside a samba share and the smbd process
writing into it blocked or is still "D" waiting for IO and I cannot kill
it.
So the question was whether
2010 May 16
1
Reading JPEG file, converting to HEX
Colleagues,
I am using R to assemble RTF documents (which are plain text). I need to embed a JPEG graphic that was created with R. I presume that the steps need to be:
a. read the file into R
b. convert the object to HEX format
c. write the converted object to a textfile.
If I read the file into R using readLines, I get the following (only the first 5 lines shown):
> >
2006 Oct 03
0
[ANNOUNCE] xf86-video-ati-6.6.3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Release of ATI driver for 7.1/7.2
The main fix is for rn50/M6/M7 stability problems since memmap
Shortlog:
Alex Deucher:
fix large negative refresh rates with mergedfb (Henry Zhao)
Provide all resolutions (instead only the largest one) in MergedFB clone
Dave Airlie:
radeon: this stops mergedfb working on my ATI M7 development
2015 Feb 21
0
[ANNOUNCE] xf86-video-i740 1.3.5
Adam Jackson (1):
Remove mibstore.h
Matt Turner (1):
xf86-video-i740 1.3.5
Matthieu Herrb (1):
Fix loading the driver without XAA
git tag: xf86-video-i740-1.3.5
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-i740-1.3.5.tar.bz2
MD5: 2dc0a0b4665353f97d8a1c874659cdec xf86-video-i740-1.3.5.tar.bz2
SHA1: ceefa37c2605d633480735f3e9ce547d482ce8e5
2015 Mar 30
0
[ANNOUNCE] xf86-video-trident 1.3.7
Adam Jackson (4):
Remove mibstore.h
Use own thunk functions instead of vgaHW*Weak
shadow: shadowInit -> shadowAdd/Remove
Stop using deprecated xf86PciInfo.h
Matt Turner (1):
xf86-video-trident 1.3.7
Timo Aaltonen (1):
Fix loading the driver without XAA
git tag: xf86-video-trident-1.3.7
2016 Mar 29
0
samba 4.4 gpupdate /force
my problem solved :) Fix the ""samba-tool ntacl sysvolreset""
Thank you very much to everyone...
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\btombul>gpupdate /force
Updating Policy...
User Policy update has completed successfully.
Computer Policy update has completed successfully.
C:\Users\btombul>
2014 Jan 30
2
[PATCH 02/05] utils/mkdiskimage.in: With option -s: Avoid zeroizing the partition even if truncate() failed
utils/mkdiskimage.in: With option -s: Avoid zeroizing the partition even if truncate() failed.
--- utils/mkdiskimage_patched_01.in 2014-01-30 20:43:02.000000000 +0100
+++ utils/mkdiskimage.in 2014-01-30 20:45:09.000000000 +0100
@@ -217,8 +217,11 @@ print OUTPUT "\x55\xaa";
$totalsize = $c*$h*$s;
$tracks = $c*$h;
-# If -s is given, try to simply use truncate...
-unless