search for: g9x

Displaying 11 results from an estimated 11 matches for "g9x".

Did you mean: 9x
2019 Jan 27
1
[PATCH] update known chipsets list
...ies[] = { "GeForce 6", "NV4x" }, { "GeForce 7", "G7x" }, { "GeForce 8", "G8x" }, - { "GeForce GTX 200", "NVA0" }, - { "GeForce GTX 400", "NVC0" }, + { "GeForce 9", "G9x" }, + { "GeForce GTX 2xx/3xx", "GT2xx" }, + { "GeForce GTX 4xx/5xx", "GFxxx" }, + { "GeForce GTX 6xx/7xx", "GKxxx" }, + { "GeForce GTX 9xx", "GMxxx" }, + { "GeForce GTX 10xx", "GPxxx" },...
2014 Nov 01
1
Tesla branch limits?
Hello, We're seeing a very odd issue on many (all?) tesla chips (G8x, G9x, G200, GT21x) related to looping. People will have loops in glsl like for (i = 0; i < 200; i++) { ... if (cond) break; } And it seems like if it breaks out of the loop early, all's well, but eventually it peeters out (I haven't figured out exactly when though). See bug at https://...
2015 Oct 06
2
Chipset & Family
...odified to follow the NVIDIA naming as well, along with envytools.) As for the family, it can be easily deduced from the chipset in most cases: GMxxx are Maxwell cards, GKxxx are Kepler cards, GFxxx are Fermi cards, GTxxx are Tesla cards, and most reasonably, GPxxx will be Pascal cards. NV50, G8x, G9x, MCPxx are also Tesla cards. They do not follow the same pattern as newer cards and so it might not be as easy to identify their family. But there is the wiki page to help for that. Regards, Pierre > On 06 Oct 2015, at 15:01, poma <pomidorabelisima at gmail.com> wrote: > >> On...
2009 Nov 12
1
[Bug 25057] New: Incomplete list of supported products
...TNT2 (NV05) GeForce 256 (NV10) GeForce 2 (NV11, NV15) GeForce 4MX (NV17, NV18) GeForce 3 (NV20) GeForce 4Ti (NV25, NV28) GeForce FX (NV3x) GeForce 6 (NV4x) GeForce 7 (G7x) GeForce 8 (G8x) However, Nouveau supports G9X, didn't it? Also, isn't there a process of changing G?x to NV5x? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
2019 Jun 19
0
nouveau: DRM: GPU lockup - switching to software fbcon
...(NV17, NV18) [ 304.159] GeForce 3 (NV20) [ 304.159] GeForce 4Ti (NV25, NV28) [ 304.159] GeForce FX (NV3x) [ 304.159] GeForce 6 (NV4x) [ 304.159] GeForce 7 (G7x) [ 304.159] GeForce 8 (G8x) [ 304.159] GeForce 9 (G9x) [ 304.159] GeForce GTX 2xx/3xx (GT2xx) [ 304.159] GeForce GTX 4xx/5xx (GFxxx) [ 304.159] GeForce GTX 6xx/7xx (GKxxx) [ 304.159] GeForce GTX 9xx (GMxxx) [ 304.159] GeForce GTX 10xx (GPxxx) [ 304.159] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 304.159] (...
2015 Oct 06
2
Chipset & Family
4.1.8-200.fc22.x86_64 dmesg: [ 11.809467] nouveau [ DEVICE][0000:02:00.0] BOOT0 : 0x098200a2 [ 11.809493] nouveau [ DEVICE][0000:02:00.0] Chipset: G98 (NV98) [ 11.809508] nouveau [ DEVICE][0000:02:00.0] Family : NV50 4.3.0-0.rc4.git0.1.fc24.x86_64 dmesg: [ 2.483843] nouveau 0000:02:00.0: NVIDIA G98 (098200a2) Where vanished these Chipset & Family super cool lines?
2009 Feb 17
6
[Bug 20168] New: nVIDIA 9600GT KMS Lockup
http://bugs.freedesktop.org/show_bug.cgi?id=20168 Summary: nVIDIA 9600GT KMS Lockup Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: kamilkss at
2019 Sep 29
1
nouveau locking machine solid
Hi . I am having a very annoying problem not sure where the root of it lies When running FLdigi it runs fine for about 10 mineuts then i start getting errors leading to a complete lock up that needs a power button to free it up i get the following [ 653.080497] nouveau 0000:01:00.0: fifo: DMA_PUSHER - ch 3 [systemd-logind[462]] get 00000d3a24 [ 653.081461] nouveau 0000:01:00.0: gr:
2019 Jun 19
3
nouveau: DRM: GPU lockup - switching to software fbcon
On Wed, Jun 19, 2019 at 1:48 AM Sergey Senozhatsky <sergey.senozhatsky.work at gmail.com> wrote: > > On (06/19/19 01:20), Ilia Mirkin wrote: > > On Wed, Jun 19, 2019 at 1:08 AM Sergey Senozhatsky > > <sergey.senozhatsky.work at gmail.com> wrote: > > > > > > On (06/14/19 11:50), Sergey Senozhatsky wrote: > > > > dmesg > > > >
2019 Dec 11
0
[PATCH v3] drm: Generalized NV Block Linear DRM format mod
...he prior modifiers were not intended for use on desktop GPUs, and as a corollary, were not intended to support sharing block linear buffers across two different NVIDIA GPUs. v2: - Added canonicalize helper function v3: - Added additional bit to compression field to support Tesla (NV5x,G8x,G9x,GT1xx,GT2xx) class chips. Signed-off-by: James Jones <jajones at nvidia.com> --- include/uapi/drm/drm_fourcc.h | 122 +++++++++++++++++++++++++++++++--- 1 file changed, 114 insertions(+), 8 deletions(-) diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/drm_fourcc.h index 3f...
2009 Dec 11
5
[PATCH 1/3] drm/nouveau: Pre-G80 tiling support.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_drv.h | 23 +++++ drivers/gpu/drm/nouveau/nouveau_reg.h | 16 ++-- drivers/gpu/drm/nouveau/nouveau_state.c | 8 ++ drivers/gpu/drm/nouveau/nv10_fb.c | 32 ++++++-- drivers/gpu/drm/nouveau/nv10_graph.c | 47 ++++++++--- drivers/gpu/drm/nouveau/nv20_graph.c | 80