similar to: Clock speed for GeForce 6100

Displaying 20 results from an estimated 200 matches similar to: "Clock speed for GeForce 6100"

2010 Jan 06
3
Removal of Non-KMS support
I did a very quick pass at removing all the non-KMS support from the DDX. It's tested on G80 but nowhere else currently, I thought some discussion would be a good idea rather than just ripping it out :) The non-KMS paths are messy, and lets face it, rotting badly. IMO the KMS code is stable enough now that we can continue without the UMS crutch, and indeed, the KMS code supports a lot more
2009 Sep 06
2
[PATCH 1/4] drm/nouveau: add reg_debug module parameter
The various register access wrappers in nouveau_hw.h are so noisy when drm.debug > 0, that some of them can overflow the kernel message buffer. Add nouveau.ko parameter 'reg_debug', a bitmask that enables each of the wrapper debug messages individually. By default, nothing is printed. Signed-off-by: Pekka Paalanen <pq at iki.fi> --- drivers/gpu/drm/nouveau/nouveau_drv.c | 6
2003 Apr 03
4
Signal 11 on X server startup (Was: HEADSUP: XFree86 4.3.0 update
On Sun, 2003-03-16 at 19:24, Ted Faber wrote: > On Fri, Mar 14, 2003 at 02:48:26AM -0500, Andrew J Caines wrote: > > Starting the server as normal with xinit gives normal startup messages, then fails > > with a signal 11: > > I have this problem, too. Same nv server. I'm happy to provide > details. One that might help is that this is an Athelon XP 1800. > >
2012 Jul 15
3
NUT monitor
I installed NUT version 2.6.3-1ubuntu1.1 w/the client and server and the nut monitor. When I open the monitor, I get an error: error connecting to 'local host' ([Errno] connection refused). What can I do to get NUT to work? I can not tell if the NUT program is working or not. I'm running Ubuntu 12.04 32 bit Installed NUT from the Synaptic Package Manager. My computer is a Systemax
2007 Oct 20
1
[PATCH] G72 doesn't need ExaCopy workaround
--- src/nv_exa.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/nv_exa.c b/src/nv_exa.c index d88d85a..b403072 100644 --- a/src/nv_exa.c +++ b/src/nv_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
2009 Aug 16
2
[PATCH] drm/nv04: fix null pointer dereferences of native_mode
Subject: [PATCH] drm/nv04: fix null pointer dereferences of native_mode nv_connector->native_mode is not set when no modes were found for the connector, so its existence can't be assumed. In nv04_dfp_mode_fixup, reject the mode if GPU scaling is enabled but native mode is not known. In nv04_dfp_mode_set, use clock value from nv_encoder->mode instead of nv_connector->native_mode. If
2008 Jan 11
0
Re-Casting
R-experts, I have a bunch of files (by date) that I can read into dataframes as below. df$today: identifier rtgmdy rtgmdy_dt rtgmdy_watch rtgmdy_nowatch rtgmdy_watch_dt rtgsp rtgsp_dt 310000031 Aa3 20050701 Aa3 NA AA- 20050510 310000086 B1 20070920 B1 NA B+ 20070828 310000106 Baa2 20040326 Baa2 NA BBB 20051003 310000170 Baa3 20070601 Baa3 NA BBB+ 20051024 310000225 Ba2 20070601 Ba2 NA
2015 Sep 29
4
[Bug 92178] New: nouveau framebuffer fails to initialize properly on GeForce 2 Go (NV11M)
https://bugs.freedesktop.org/show_bug.cgi?id=92178 Bug ID: 92178 Summary: nouveau framebuffer fails to initialize properly on GeForce 2 Go (NV11M) Product: xorg Version: unspecified Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2007 Sep 20
2
FW: FW: Specifying spec and output format inline?
One more try? I just want the script to save the rspec output to an html file when the script is run. In this case, the script will be run from SciTE using F5, rather than by command line. Is there a way to specify this within the ruby script? ________________________________ From: rspec-users-bounces at rubyforge.org [mailto:rspec-users-bounces at rubyforge.org] On Behalf Of Adam Reed
2009 Nov 23
2
[PATCH 1/3] drm/nouveau: Update the CRTC arbitration parameters on FB depth switch.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nv04_crtc.c | 37 +++++++++++++++++++++------------- 1 files changed, 23 insertions(+), 14 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv04_crtc.c b/drivers/gpu/drm/nouveau/nv04_crtc.c index 2ab9f30..0a5cfc1 100644 --- a/drivers/gpu/drm/nouveau/nv04_crtc.c +++ b/drivers/gpu/drm/nouveau/nv04_crtc.c
2009 Dec 11
1
conflicting memory types
I just noticed these messages in my logs : modprobe:1998 conflicting memory types e8000000-e8010000 uncached-minus<->write-combining reserve_memtype failed 0xe8000000-0xe8010000, track uncached-minus, req uncached-minus ioremap reserve_memtype failed -16 Xorg:5078 conflicting memory types e8000000-e8010000 uncached-minus<->write-combining reserve_memtype failed 0xe8000000-0xe8010000,
2007 Sep 21
1
OT: packaging Bible posted to usenet as CHM
Maximum RPM has been posted to usenet as a compiled help file (CHM) the site http://www.rpm.org/max-rpm was recursively downloaded using >wget -m <url> FAR, by Helpware, was used to build the CHM (WinXP). GIMP (linux) was used to make the cover graphic. the NZB is here http://www.tlviewer.org/max-rpm.nzb To see which usenet group and grab with Pan, look inside the NZB. the command
2007 Sep 20
1
[LLVMdev] Valgrind Help Needed
On Sep 19, 2007, at 5:41 PM, Devang Patel wrote: > On Sep 19, 2007, at 4:48 PM, Bill Wendling wrote: > > In llvm-backend.cpp : > > 1086 if (GV->getName() != Name) { > 1087 Function *F = TheModule->getFunction(Name); > 1088 assert(F && F->isDeclaration() && "A function turned > into a global?"); > 1089
2007 Sep 20
0
[LLVMdev] Valgrind Help Needed
Adding "--enable-assertions" to the llvm-gcc configure line causes the build to fail. Having just LLVM configured with --enable- assertions doesn't reproduce the error. An assertion build (the Apple way) doesn't assert. -bw On Sep 19, 2007, at 5:48 PM, Dale Johannesen wrote: > This should have gotten an assertion failure in a compiler built > with assertions,
2007 Sep 20
0
ferret reindex_batch_size
I am using the act_as_ferret in my app. I want to know that if i have set the reindex_batch_size => 500 or something . can u guide me how it works means the batch_size or can anyone provide me with a link to go through that.. Thanks Ravi -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 20
1
Linux groups and policies
Dear All Salam, Does anyone work on Linux groups and policies like; I have squid.conf, i want to run it by my user and for starting and restarting services only sudo can be command but we want to totally eleminate ROOT password. Regards, Umair Shakil ETD -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 20
0
CESA-2007:0890 Moderate CentOS 4 ia64 php - security update
CentOS Errata and Security Advisory 2007:0890 https://rhn.redhat.com/errata/RHSA-2007-0890.html The following updated files have been uploaded and are currently syncing to the mirrors: ia64: updates/ia64/RPMS/php-4.3.9-3.22.9.ia64.rpm updates/ia64/RPMS/php-devel-4.3.9-3.22.9.ia64.rpm updates/ia64/RPMS/php-domxml-4.3.9-3.22.9.ia64.rpm updates/ia64/RPMS/php-gd-4.3.9-3.22.9.ia64.rpm
2007 Sep 20
0
CESA-2007:0890 Moderate CentOS 4 s390(x) php - security update
CentOS Errata and Security Advisory 2007:0890 https://rhn.redhat.com/errata/RHSA-2007-0890.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/php-4.3.9-3.22.9.s390.rpm updates/s390/RPMS/php-devel-4.3.9-3.22.9.s390.rpm updates/s390/RPMS/php-domxml-4.3.9-3.22.9.s390.rpm updates/s390/RPMS/php-gd-4.3.9-3.22.9.s390.rpm
2007 Sep 20
0
brahms
Hi, would like too see if anyone can wine brahms. it'a a program to manage herbarium data. can be downloded at: www.brahmsonline.com i tried to use, but it has some bugs due to the directorie to store the files.... thanks -- Leo Caqui -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 20
2
Search::Xapian cygwin fix
Olly, The cygwin linker requires -shared, otherwise WinMain at 16 will not be skipped. BTW: mingw also. But this should test and fix someone else. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/ -------------- next part -------------- A non-text attachment was scrubbed... Name: Search-Xapian-1.0.2.0-cyg.patch Type: