similar to: About Using "nVidia Open Source Driver" on MIPS Computer

Displaying 20 results from an estimated 5000 matches similar to: "About Using "nVidia Open Source Driver" on MIPS Computer"

2006 Mar 26
3
merge two vectors of the same length into one?
Dear all, I have a question about merge two character vectors of the same length into one. For example: X= c('A', 'B', 'C', 'A', 'D', .......) # 26 possible alphabet values with length 1000 Y=c('B', 'A', 'C', 'A', 'C', ........) # 26 possible aphabet values with length 1000
2014 May 21
0
About Using "nVidia Open Source Driver" on MIPS Computer
Debian have been building nouveau on a wide range of CPUs, including mips (big-endian) and mipsel (little-endian, includes Loongson), for some time; however, this does not necessarily mean anyone has actually tried to use it. https://packages.debian.org/sid/linux-image-3.14-1-4kc-malta https://packages.debian.org/sid/libdrm-nouveau2 https://packages.debian.org/sid/xserver-xorg-video-nouveau
2006 Apr 09
3
Instant Message?
Hi all, My client softphone supports IM feature. Does any warmheated expert know if Asterisk can support IM also at server side? If so, is there any related documents or weblinks? -- Thanks & Best Regards! Steven Li -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060409/f131bc17/attachment.htm
2002 Dec 04
1
Help: add arrows on a filled.contour figure
Dear All I would like to use filled.contour to plot something with arrows on it. I did it in this way: filled.contour(1:nx,1:nz,u,col=gray(rev((0:20/20)))) for (j in zseq ) for (i in xseq) arrows(i, j, i+u[i,j],j+w[i,j],length=angleng,angle=angarrow,code=2, lwd=1,col="black") The peoblem is that the arrows use the whole device area, including the key on the right hand side of the
2002 Dec 05
2
Help: draw 3 filled.contour on one page
Dear All, I tried to draw 3 filled.contour plots on one page, but failed. It returns "Error in plot.new() : Figure margins too large". Can anyone help me to do this. BTW, does anyone has the experience to draw a isosurface with R? Dr Zhiqiang Cui School of Geography and Environmental Sciences The University of Birmingham Edgbaston, Birmingham B15 2TT
2011 Sep 12
1
coxreg vs coxph: time-dependent treatment
Dear List, After including cluster() option the coxreg (from eha package) produces results slightly different than that of coxph (from survival) in the following time-dependent treatment effect calculation (example is used just to make the point). Will appreciate any explaination / comment. cheers, Ehsan ############################ require(survival) require(eha) data(heart) # create weights
2011 Jul 01
1
defining new variable
Hello, I'm new to R and I'm trying to define new quite simple variable but I'm struggling with R syntax (when coming to dates) for a while and still getting <errors> on it. I would be very grateful if someone could help me with this, to be able to move on. I have the following variables: - Transplant.date - Faildate - Death.date The new variable Time should do the
2011 Jul 06
2
time zone issue - beginners question
Hello all! As beginner I'm struggling for a while with time zones issue and can't find a suitable solution. I would be grateful for any help. Dataset imported from excel has a variable transplant.date which has been recorded with CET time zone. > subDataset$transplant.date [1] "2000-01-01 CET" "2000-01-01 CET" "2000-01-02 CET" "2000-01-02 CET"
2009 Nov 14
1
[Bug 25084] New: [PATCH] [drm_pciids] Note NVidia Quadro NVS 295 as supported
http://bugs.freedesktop.org/show_bug.cgi?id=25084 Summary: [PATCH] [drm_pciids] Note NVidia Quadro NVS 295 as supported Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau
2019 Dec 20
2
Flickering Nvidia GeForce GT210
Hi mates, First to all thanks for your help. I've installed Nouveau driver for my Nvidia GeForce GT210 using Archlinux, but I have some flickering issues when playing videos, only in the video windows. Sometimes I can see some flickering when scrolling. Please help. I don't know how to fix it. Atte. Jairo Quintanilla -------------- next part -------------- An HTML attachment was
2007 Feb 07
0
~-~ Hair Treatment & Transplantation ~-~
*Hair Treatment & Transplantation Tips* [image: Hair Treatment and Transplantation]<http://info-center.50webs.com/hair-transplant/> *Prevent and Reversing Your Hair Loss* *Make your Hair Silky and Healthy* *Hair Treatment* *and* *Transplantation Safe Sites*. *Tips for your Hairs. <http://info-center.50webs.com/hair-transplant/>*
2009 May 15
1
Function Surv and interpretation
Dear everyone, My question involves the use of the survival object. We can have Surv(time,time2,event, type=, origin = 0) (1) As detailed on p.65 of: http://cran.r-project.org/web/packages/survival/survival.pdf My data (used in my study) is 'right censored' i.e. my variable corresponding to 'event' indicates whether a person is alive (0) or dead (1) at date last seen
2019 Dec 27
2
Flickering Nvidia GeForce GT210
I'm using xorg and nouveau, not modesetting. Thanks for your response. Enviado desde mi Samsung Mobile de Claro -------- Original message -------- From: Ilia Mirkin <imirkin at alum.mit.edu> Date: 12/27/19 7:31 AM (GMT-06:00) To: Jairo Quintanilla <jairo_6875 at hotmail.com> Cc: nouveau at lists.freedesktop.org Subject: Re: [Nouveau] Flickering Nvidia GeForce GT210 Are you
2010 Jun 21
1
Contrast interaction effects in lmer object for reciprocal transplant experiment
Dear All: I am using lmer() {lme4} to analyze results from a reciprocal transplant experiment where the response variable is modeled as a function of two fixed effects and their interaction. Example data follow: #library(lme4) #library(gmodels)
2007 Oct 22
3
median value dataframe coming from multiple dataframes
Hi all, I am not a skillful R programmer and has I am handling with large dataframes (about 30000 x 300) I am in need of an efficient function. I have 4 dataframes with the same dimension. I need to generate other dataframe with the some dimension than the others where in each position it has the median value of the 4 values in the same position coming from the 4 dataframes. Grateful by your
2009 Jan 12
1
Loading workspaces from the command line
Hi, Is there any way to load workspaces (e.g. stuff from save.image) from the command line? I'm on Linux, and would find this very helpful. I'm guessing this functionality can be duplicated with a skillful bash script to rename the particular file to .RData (and then back once R terminates), but I'm wondering if there's a better way. Zhou Fang
2009 Nov 22
2
Introduction and discussion - Nouveau for Ubuntu Lucid
Hi, I've been following the list for a short while and scanned the archive. Apologies for missing any answers that were in the archive. I'm the Ubuntu kernel team member focusing on graphics during the Ubuntu Lucid Lynx (10.4) cycle. At the Ubuntu developer summit last week, we made the decision to include Nouveau in the Lucid kernel. I'd like to open a few topics for discussion
2011 Jan 11
4
ext4 or XFS
Hi all, I've a 30TB hardware based RAID array. Wondering what you all thought of using ext4 over XFS. I've been a big XFS fan for years as I'm an Irix transplant but would like your opinions. This 30TB drive will be an NFS exported asset for my users housing home dirs and other frequently accessed files. - aurf
2019 Dec 27
2
Flickering Nvidia GeForce GT210
The issue is like this.: https://youtu.be/4YQSL3xWrJA I have some tearing and sometimes flickering, just screen off and on suddenly in shorts periods of time. I have this problem with videos in YouTube using Firefox, and local videos using vlc and MPlayer for example. Enviado desde mi Samsung Mobile de Claro -------- Original message -------- From: Ilia Mirkin <imirkin at
2012 Nov 19
1
Display not refreshing when not moving mouse
Dear nouveau developers and users! After many years of dealing with the blob in my kernel, I decided it was time to move to an open source solution. With one of my machines, equipped with 9500GT it went almost flawlessly. I had to patch kernel to get GLXVBlank option working (only because I used the latest and greatest 3.7-rc6), but that is all, and I'm very happy with the result. Nouveau on