search for: aiii

Displaying 6 results from an estimated 6 matches for "aiii".

2011 May 16
1
[Bug 37243] New: Resume STR or STD, black & white stripes & dots.
...yce2 at obviously.com QAContact: xorg-team at lists.x.org System: Linux bnesbitt-desktop 2.6.32-31-generic #61-Ubuntu SMP Fri Apr 8 18:24:35 UTC 2011 i686 GNU/Linux Shuttle SN41 nForce2 Error log snippet: May 15 19:27:25 bnesbitt-desktop kernel: 986.776362] [drm] nouveau 0000:03:00.0: AIII, invalid/inactive channel id 32 May 15 19:27:25 bnesbitt-desktop kernel: <el id 32 May 15 19:27:36 bnesbitt-desktop kernel: ] [drm] nouveau 0000:03:00.0: AIII, invalid/inactive channel id 32 May 15 19:27:38 bnesbitt-desktop kernel: veau 0000:03:00.0: AIII, invalid/inactive channel id 32 May 15 1...
2005 May 13
1
Aiii cpu is toast
Hy!     I''ve been trying to make Xen 2.0 work on a compac evo N800C laptop. But I am getting an error that say, that there is no more memory for the kernel and then the message Aiii cpu is toast, then re reboots in 5 sec. I looked into the archives and didn''t found a clue that helped me much on this one. >From what I can see from the output is that he dont see the virtual ram. I am starting Xen from grub with those options title .... kernel /xen.gz dom...
2008 Aug 01
1
NV86 (Quadro NVS 140M) errors in dmesg
...w) -> IRQ 16 [ 21.749432] nouveau 0000:01:00.0: setting latency timer to 64 [ 21.749528] [drm] Detected an NV50 generation card (0x086900a2) [ 21.749530] [drm] Initialized nouveau 0.0.11 drm-2.3.0-1351-g4585787bd1a1d782b on minor 0 [ 22.586502] [drm:nouveau_graph_trapped_channel] *ERROR* AIII, invalid/inactive channel id 128 [ 22.586509] [drm] PGRAPH_ERROR - nSource: PROTECTION_ERROR, nStatus: [ 22.586513] [drm] PGRAPH_ERROR - Ch -1/0 Class 0x0000 Mthd 0x0000 Data 0x00000000:0x00000000 [ 22.586521] [drm] Allocating FIFO number 1 [ 22.593281] [drm] nouveau_fifo_alloc: initialised...
2009 Aug 21
21
[Bug 23445] New: NV46: GPU lockup on VT switch
http://bugs.freedesktop.org/show_bug.cgi?id=23445 Summary: NV46: GPU lockup on VT switch Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2010 Apr 20
1
[PATCH] nv30/exa : cleanup from nv40 exa
...-361,7 +315,7 @@ NV30_SetupSurface(ScrnInfoPtr pScrn, PixmapPtr pPix, PicturePtr pPict) struct nouveau_bo *bo = nouveau_pixmap_bo(pPix); nv_pict_surface_format_t *fmt; - fmt = NV30_GetPictSurfaceFormat(pPict->format); + fmt = NV30_GetPictSurfaceFormat(format); if (!fmt) { ErrorF("AIII no format\n"); return FALSE; @@ -370,8 +324,10 @@ NV30_SetupSurface(ScrnInfoPtr pScrn, PixmapPtr pPix, PicturePtr pPict) uint32_t pitch = (uint32_t)exaGetPixmapPitch(pPix); BEGIN_RING(chan, rankine, NV34TCL_RT_FORMAT, 3); - OUT_RING (chan, fmt->card_fmt); /* format */ - OUT_RING...
2009 Dec 30
4
[PATCH 1/3] nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
- This avoids problematic "reloc'ed while mapped" messages and some associated corruption as well. Signed-off-by: Maarten Maathuis <madman2003 at gmail.com> --- src/gallium/drivers/nouveau/nouveau_screen.c | 21 +++++++++++++++++++++ src/gallium/drivers/nouveau/nouveau_screen.h | 3 +++ src/gallium/drivers/nouveau/nouveau_stateobj.h | 13 +++++++++++++