search for: g72

Displaying 20 results from an estimated 40 matches for "g72".

Did you mean: 72
2007 Oct 20
1
[PATCH] G72 doesn't need ExaCopy workaround
...v_exa.c @@ -283,7 +283,6 @@ static void NVExaCopy(PixmapPtr pDstPixmap, if ( ((abs(srcY - dstY)< 16)||(abs(srcX-dstX)<16)) && ((((pNv->Chipset & 0xfff0) == CHIPSET_G70) || ((pNv->Chipset & 0xfff0) == CHIPSET_G71) || - ((pNv->Chipset & 0xfff0) == CHIPSET_G72) || ((pNv->Chipset & 0xfff0) == CHIPSET_G73) || ((pNv->Chipset & 0xfff0) == CHIPSET_C512))) ) { -- 1.5.3.3 --ZPt4rx8FFjLCG7dd--
2015 Mar 26
3
[Bug 89775] New: Grpahics card G72 [GeForce 7200 GS / 7300 SE] 3d does not work
https://bugs.freedesktop.org/show_bug.cgi?id=89775 Bug ID: 89775 Summary: Grpahics card G72 [GeForce 7200 GS / 7300 SE] 3d does not work Product: Mesa Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau...
2016 Apr 23
9
[Bug 95095] New: NV46 (G72) Full screen artifacts in Freespace 2 SW OT mod
https://bugs.freedesktop.org/show_bug.cgi?id=95095 Bug ID: 95095 Summary: NV46 (G72) Full screen artifacts in Freespace 2 SW OT mod Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assi...
2016 Jan 17
5
Recommendation for cherry-pick between 3.12 and 4.2: 0a363e85cdaf
Hello, I'd like to recommend backporting this commit: commit 0a363e85cdafbceeee6a49b91c604d0d4d070dc7 Author: Hans de Goede <hdegoede at redhat.com> Date: Thu Jul 23 17:20:12 2015 +0200 drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4c This disables MSI by default on G72 (NV46) devices where it's apparently a bit buggy. We have a later patch which turns MSI back on with a quirk, but it isn't extremely necessary for these devices, and disabling (or, rather, not enabling) MSI is a pretty safe thing to do. The patch went upstream in 4.3-rc1, however I believe...
2016 Jan 19
0
Recommendation for cherry-pick between 3.12 and 4.2: 0a363e85cdaf
...>> commit 0a363e85cdafbceeee6a49b91c604d0d4d070dc7 >> Author: Hans de Goede <hdegoede at redhat.com> >> Date: Thu Jul 23 17:20:12 2015 +0200 >> >> drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4c >> >> This disables MSI by default on G72 (NV46) devices where it's >> apparently a bit buggy. We have a later patch which turns MSI back on >> with a quirk, but it isn't extremely necessary for these devices, and >> disabling (or, rather, not enabling) MSI is a pretty safe thing to do. >> >> The patch...
2014 Feb 13
0
nouveau init unknown opcode error, when CONFIG_DRM_NOUVEAU=y
...NFIG_DRM_NOUVEAU=y, I get following error. Blank screen after initrd. > > This was in the dmesg. > > [ 0.282559] [drm] hdmi device not found 1 0 1 > [ 0.282688] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x046800a3 > [ 0.282693] nouveau [ DEVICE][0000:01:00.0] Chipset: G72 (NV46) > [ 0.282696] nouveau [ DEVICE][0000:01:00.0] Family : NV40 > [ 0.284293] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image... > [ 0.366261] nouveau [ VBIOS][0000:01:00.0] ... checksum invalid > [ 0.366266] nouveau [ VBIOS][0000:01:00.0] checking PRO...
2014 Jun 19
0
[PATCH] update man page with new chips, AccelMethod option
...4,26 @@ NV1A, NV1F NV17, NV18, NV25, NV28 .TP 22 .B GeForce FX, QUADRO FX -NV30, NV31, NV34, NV35, NV36, NV37, NV38 +NV30, NV31, NV34, NV35, NV36, NV37, NV38 .TP 22 .B GeForce 6XXX -NV40, NV41, NV43, NV44, NV45, C51 +NV40, NV41, NV43, NV44, NV45, C51, MCP61 .TP 22 .B GeForce 7XXX -G70, G71, G72, G73 +G70, G71, G72, G73, MCP67, MCP68, MCP73 +.TP 22 +.B GeForce 8XXX, 9XXX, 2XX, 3XX +G80, G84, G86, G92, G94, G96, G98, G200, GT215, GT216, GT218, MCP77, +MCP79, MCP89 +.TP 22 +.B GeForce 4XX, 5XX +GF100, GF104, GF106, GF108, GF110, GF114, GF116, GF117, GF119 +.TP 22 +.B GeForce 6XX, 7XX +GK104,...
2014 Aug 25
1
[PATCH envytools] Don't try to use bios->pars if NULL (parse_pcir function has probably failed).
...> diff --git a/nvbios/info.c b/nvbios/info.c > index 87a33d8..6b8d209 100644 > --- a/nvbios/info.c > +++ b/nvbios/info.c > @@ -119,6 +119,10 @@ int envy_bios_parse_bit_i (struct envy_bios *bios, struct envy_bios_bit_entry *b > bios->chipset_name = "G72"; > break; > case 0x0573: > + if (!bios->parts) { > + ENVY_BIOS_ERR("Failed to detect board (bios->pars is NULL, parse_pcir function has probably failed)\n"); parts > +...
2014 Sep 08
1
Extend reserved memory on 0xfc000000
...sb keyboard acces on number when enter via Ctrl + Alt + F12 on vt after Xorg running.Without this patch when enter on vt vas unable to use numbers from NumLock an only numbers from main keyboard. nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x046f00a3 nouveau [ DEVICE][0000:01:00.0] Chipset: G72 (NV46) nouveau [ DEVICE][0000:01:00.0] Family : NV40 nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image... nouveau [ VBIOS][0000:01:00.0] ... appears to be valid nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN nouveau [ VBIOS][0000:01:00.0] BIT signature found nouveau...
2016 Jan 19
2
Recommendation for cherry-pick between 3.12 and 4.2: 0a363e85cdaf
...porting this commit: > > commit 0a363e85cdafbceeee6a49b91c604d0d4d070dc7 > Author: Hans de Goede <hdegoede at redhat.com> > Date: Thu Jul 23 17:20:12 2015 +0200 > > drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4c > > This disables MSI by default on G72 (NV46) devices where it's > apparently a bit buggy. We have a later patch which turns MSI back on > with a quirk, but it isn't extremely necessary for these devices, and > disabling (or, rather, not enabling) MSI is a pretty safe thing to do. > > The patch went upstream in 4...
2008 Jul 03
4
[Bug 16597] New: nouveau crash with 2 screens
...If I try to open X with 2 nouveau screens (two video cards), the machine will freeze when I open X. It doesn't even respond to ping. I have tested with drm and the nouveau driver from July 02 2008. The video cards: mt4:~# lspci | grep VGA 01:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300 LE] (rev a1) 02:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300 LE] (rev a1) Attached are syslog, Xorg log and xorg.conf. If you need, I can test patches. I also have access to some other nvidia cards, in case you think I need to test patches with other cards....
2007 May 04
2
Asterisk Codec Translation Table
...to system speed, utill i came across this: in my lab, i have 2 boxes, First box is an Intel Celeron 1.7 GHZ with 256M RAM: show translation Translation times between formats (in milliseconds) for one second of data Source Format (Rows) Destination Format (Columns) g723 gsm ulaw alaw g726aal2 adpcm slin lpc10 g729 speex ilbc g726 g722 gsm - - 2 2 3 2 1 9 - - 25 3 - ulaw - 6 - 1 3 2 1 9 - - 25 3 - i...
2014 May 08
16
[Bug 78441] New: X does not start under kernel 3.13.x
...information (beyond the kernel log and Xorg.0.log) would be helpful... I'm fairly green at working at this level of the O/S. Please ask for whatever you need. lspci shows the graphics card as "NVIDIA Corporation G86 [Quadro NVS 290] (rev a1)" and the kernel log repors "Chipset: G72 (NV46)", "Family : NV40". Again, please let me know if I can provide more useful diagnostic info. Oh, and at time index 638.685456 of the kernel log I had started switching to alt-consoles. Until that point there were no additional log messages generated. Thanks, Adam Benjamin...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains alphanumeric data. Specifically,"ID" contains integers all preceeded by the character "g" as in: g1, g6, g3, g19, g100, g2, g39 I am using the following code: DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),] and was hoping it would sort the dataframe by ID in the following manner g1, g2, g3, g6, g19,
2020 Nov 10
3
[PATCH] drm/nouveau: Fix out-of-bounds access when deferencing MMU type
...u] [ 18.836929] nouveau_drm_device_init+0x1b4/0x3f0 [nouveau] <...> [ 19.105336] ================================================================== Fix this error, by not using type_vram as an index if it's negative. Assume default values instead. The error was seen on Nvidia G72 hardware. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> Fixes: 1cf65c45183a ("drm/ttm: add caching state to ttm_bus_placement") Cc: Christian K?nig <christian.koenig at amd.com> Cc: Michael J. Ruhl <michael.j.ruhl at intel.com> Cc: Maarten Lankhorst <maar...
2008 Mar 28
4
use usb isdn modem in guest
Hi, is it possible to use a usb isdn modem in a guest, I''m using the standard xen on SLES10. Which changes should I make in the guest config file? The modem is a usb isdn modem from fritz. Regards Marcus _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 May 19
4
Kernel modules: nvidia, nvidia-173, nvidia-current, nouveau
...gt; System >> Additional Drivers or jockey shows: > The driver is activated but not currently in use. Restart and/or switching to the other driver, and/or back, and/or restarting does nothing. Code: dusf at banshee:~$ lspci -k ... 01:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300 LE] (rev a1) Subsystem: Dell Device 0405 Kernel driver in use: nvidia Kernel modules: nvidia-current, nvidia-173, nouveau, nvidiafb Although now Kernel modules also includes 'nvidia' after my attempts to fix the problem which I shall get on to. I was advised on the...
2012 Sep 17
1
DRM EDID Error
I'm running the following hardware: MSI 890FXA-GD70 motherboard With a AMI v1.7 BIOS AMD Phenom II X6 (1055T) 8 GB RAM (2 x 4 GB DIMM) nVidia Geforce 7300 (G72) video Card ViewSonic VA2431wvm monitor Plus The OS is: CentOS release 6.3 (Final) 2.6.32-279.5.2.el6.centos.plus.x86_64 Actually, on this machine I'm getting the following error during bootup: [drm:drm_edid_block_valid} *ERROR* EDID checksum is invalid, remainder...
2013 Sep 23
0
[Bug 36090] [NV34] [NV49] terminal's visual bell is very slow with nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=36090 --- Comment #9 from aebenjam at opentext.com --- #dmesg | grep -i chipset [ 1.887251] nouveau [ DEVICE][0000:01:00.0] Chipset: G72 (NV46) Reproduction: You can fire up an xterm with -vb to request the visual bell. You can also use control + middle-mouse-button to bring up a menu which allows you to enable/disable the visual bell. Let me know if you need more. Thanks, Adam -- You are receiving this mail because: You are...
2014 Aug 25
0
[PATCH envytools] Don't try to use bios->pars if NULL (parse_pcir function has probably failed).
.../info.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nvbios/info.c b/nvbios/info.c index 87a33d8..6b8d209 100644 --- a/nvbios/info.c +++ b/nvbios/info.c @@ -119,6 +119,10 @@ int envy_bios_parse_bit_i (struct envy_bios *bios, struct envy_bios_bit_entry *b bios->chipset_name = "G72"; break; case 0x0573: + if (!bios->parts) { + ENVY_BIOS_ERR("Failed to detect board (bios->pars is NULL, parse_pcir function has probably failed)\n"); + break; + } /* yeah, ain't this one hilarious... */ if ((bios->parts[0].pcir_device & 0xff...