Displaying 7 results from an estimated 7 matches for "savep".
Did you mean:
saved
2004 Nov 30
1
RecordPlot
I want to do a zoom with recordPlot(). I have problems with lists.
(R-2.0.1 patched 2004-11-30 , various linux). I have problems
with RecordPlot class structure.
> plot(1:10)
> saveP <- recordPlot()
> dev.off()
> sx <- saveP[[1]][[2]][[2]]
> saveP[[1]][[2]][[2]] <- sx
Error in "[[<-"(`*tmp*`, 1, value = list(list(
.Primitive("plot.new")), list(.Primitive("plot
.window"), c(1, :
incompatible types
> typeof(saveP...
2007 Jul 05
0
RANDR1.2 and LVDS
...f86OutputPtr output, DisplayModePtr mode,
@@ -351,27 +368,28 @@ nv_output_mode_set_regs(xf86OutputPtr output, DisplayModePtr mode)
{
is_fp = TRUE;
- for (i = 0; i < 7; i++) {
+ if (nv_output->type == OUTPUT_DIGITAL) {
+ for (i = 0; i < 7; i++) {
regp->fp_horiz_regs[i] = savep->fp_horiz_regs[i];
regp->fp_vert_regs[i] = savep->fp_vert_regs[i];
+ }
+
+ regp->fp_horiz_regs[REG_DISP_END] = mode->CrtcHDisplay - 1;
+ regp->fp_horiz_regs[REG_DISP_TOTAL] = mode->CrtcHTotal - 1;
+ regp->fp_horiz_regs[REG_DISP_CRTC] = mode->CrtcHDisplay;...
2007 Jun 11
15
[Bug 11240] New: doesn't start X - DMA Queue hang
...ent: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: notting at redhat.com
QAContact: xorg-team at lists.x.org
startx dies with:
(II) Module already built-in
crtc 0 1360 1360
writting vpll 00027109
writting vpll2 00000000
output 0 debug_0 31101111
savep->dither 000F0000
0: crtc 0 output0: 0001: twocrt 1 twomon 1
crtc 1 1360 1360
writting vpll 00027109
writting vpll2 00027109
output 1 debug_0 31101111
savep->dither 000F0000
0: crtc 1 output1: 0101: twocrt 1 twomon 1
(EE) AIGLX error: dlopen of /usr/lib64/dri/nouveau_dri.so failed
(/usr/lib64/...
2007 Sep 03
4
Fixes and workarounds for regressions and issues in the randr-1.2 branch
Hi,
Please find attached the patches which I currently use on my desktop
machine for dual head with the randr branch to fix the issues which I found.
They may help others as well but may e.g. also disable the Xv blitter
which might be working for some (but didn't on my card) - more information
is found in the text comments in the patches.
I have to hurry so this is short, will be back.
2009 Aug 13
9
[PATCHv2 01/10] drm/nouveau: Fix a lock up at NVSetOwner with nv11.
It seems it was only locking up in the context of
nouveau_hw_save_vga_fonts, when it actually did something (because
the console wasn't already in graphics mode).
Signed-off-by: Francisco Jerez <currojerez at riseup.net>
---
drivers/gpu/drm/nouveau/nouveau_hw.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_hw.c
2009 Aug 12
14
[PATCH 00/12] TV-out modesetting kernel patches.
This patch series adds TV-out modesetting support to the KMS
implementation.
I've tried to test it on all the hardware I've got at hand (that is
nv11, nv17, nv34, nv35, nv40, nv4b) with every possible output
combination; I believe it has reached a mergeable state, however it
depends on some commits from drm-next that haven't got into Linus'
tree yet, if you agree to merge this
2007 Sep 06
11
[Bug 12300] New: DMA queue hang (Quadro FX 4500)
...--------------------------
X output:
(==) Using config file: "/etc/X11/xorg.conf"
DCB size is 19, entries is 0A
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
crtc 0 1600 1600
writting vpll 00020601
writting vpll2 00000000
output 0 debug_0 01141191
savep->dither 00070000
1: crtc 0 output0: 0000: twocrt 0 twomon 0
(EE) AIGLX error: drmMap of framebuffer failed (Invalid argument)(EE) AIGLX:
reverting to software rendering
Fatal server error:
DMA queue hang: dmaPut=1ff6, current=0, status=0
writting vpll 00031805
writting vpll2 00050D02
writting...