similar to: Installing nVidia driver on remote CentOS 4

Displaying 20 results from an estimated 4000 matches similar to: "Installing nVidia driver on remote CentOS 4"

2008 Sep 16
6
Picasa vs. native photo management apps
Hi, I'm running a small business (http://www.microlinux.fr) offering various services around GNU/Linux, among which migrating folks from Windows to Linux. On server and desktops, I'm using CentOS exclusively. I know, Fedora would be more suitable, but I like the solidity of CentOS, and I can always build the odd missing bits myself from Fedora SRPMS. My heavily customized
2008 May 20
4
Can't get past the splash screen
Hi, I have a remote frontend (it's kept in the room which I don't have access) which is installed with CentOS 4 and Rocks . So, to use the desktop(Gnome) of the frontend I use the freenx + nomachine following the guide in http://www.centos.org/modules/newbb/viewtopic.php?forum=20&topic_id=1640&viewmode=threaded. It worked. Then, I intended to add user, but I couldn't create the
2008 Sep 14
5
Slackware's 'explodepkg' equivalent for rpm?
Hi, Is there any 'explodepkg' equivalent for the rpm command? What I want is simply uncompress an RPM package to get the files directly, but I didn't find anything in rpm's manpage. Cheers, Niki Kovacs
2009 Aug 13
2
/etc/init.d/gdm for centos5
Does anybody know how to restart X in centos 5.3? /etc/init.d/gdm | xdm seems to be missing. thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090813/671fde5f/attachment-0003.html>
2009 Apr 01
4
Upgrade
Hello, Just did yum update. There were numerous packages to be updated. I get this is the newest release of Centos. The update bombed stating I need nss-3.12.2.0-2.el5. I did a rpm -q nss and nss-3.12.2.0-4.el5 is install in Cento 5.2. What's up with that? TIA
2010 Nov 13
3
[LLVMdev] tot clang/llvm and tot gcc performance comparision
Hi, I have looked at the LLVM code generation quality using small test cases and in general it is better than I thought and in some cases better than gcc. However, there are still some gap in SPEC performance. I have not looked at the root cause of those gaps. Anyone who cares about LLVM performance need to take this seriously. For fair comparison, I used -fno-strict-aliasing in gcc to turn off
2010 Jan 22
3
ZFS loses configuration
I have just installed EON .599 on a machine with a 6 disk raidz2 configuration. I run updimg after creating a zpool. When I reboot, and attempt to run ''zpool list'' it returns ''no pools configured''. I''ve checked /etc/zfs/zpool.cache, and it appears to have configuration information about the disks in place. If I run zpool import, it loads
2006 Apr 26
1
[LLVMdev] LLC fail without gccld optimization on spec2000 int benchmarks
Hi, In my experiments, I need to disable several linking optimizations. However, bzip2, vortex and eon failed if "-disable-opt" was passed to gccld. I tried the out-of-box llvm and the building process provided by llvm-test. The same problem was observed, when I specified EXTRA_LINKTIME_OPT_FLAGS = -disable-opt on Makefile.program and simplied typed "make" under
2010 May 12
1
your session only lasted less than 10 seconds error
hai i have run the halt command from the xshell and the machine got restarted, now when i restart the machine, i am getting this error . I have tried to press the CTRL+ALT+F2 and tried to login with the root user but that one is also not working. can any one help me with this.. this the error message i am getting after i tried to login " your session only lasted less than 10 seconds ...try
2010 Nov 14
0
[LLVMdev] tot clang/llvm and tot gcc performance comparision
Thanks David. Unfortunately many of us cannot use GPL v3 gcc so it's hard for us to investigate this. One question, can you tell if gcc is inlining significantly more than llvm? We have reports that this is one of the issue plaguing eon performance. There are also some relatively well known spec optimizations that we haven't implemented. e.g.
2010 Apr 13
6
Fileserver help.
Hi all. Im pretty new to the whole OpenSolaris thing, i''ve been doing a bit of research but cant find anything on what i need. I am thinking of making myself a home file server running OpenSolaris with ZFS and utilizing Raid/Z I was wondering if there is anything i can get that will allow Windows Media Center based hardware (HTPC or XBOX 360) to steam from my new fileserver? Any help
2009 Dec 07
3
captcha
Hi all, I want to implement a captcha on my register page to help weed out any ''non-human'' visitors. I was told to check out http://expressica.com/simple_captcha/ but the site isnt responding. Does anyone have any other reccomendations that are tried and tested & successful? Many Thanks -- You received this message because you are subscribed to the Google Groups
2008 Sep 20
3
[LLVMdev] Has anyone sucessfully compile the llvm code using visual studio 2005?
HI everyone. I am using visual studio 2005 and windows xp to compile the llvm project. I downloaded the project with svn client. I thought this action may gurantee my code is up to date and integrate. However, after I opened the solution located in the win32 directory and build the solution, the visual studio output many many errors, and even few projects can be compiled to generate runable .exe
2008 Mar 01
1
[LLVMdev] Instruction Scheduling
Hi, guys, I am comparing the performance of the default scheduler (seems to be the one that minimizes register pressure) with no scheduler (-pre-RA-sched=none), and I got these numbers. The ratio is low_reg_pressure/none, that is, the lower the number, the better the performance with low register pressure: CFP2000/177.mesa/177.mesa 1.00 CFP2000/179.art/179.art
2010 Mar 08
11
ZFS for my home RAID? Or Linux Software RAID?
Hello All, I build a new Storage Server to backup my data, keep archives of client files, etc I recently had a near loss of important items. So I built a 16 SATA bay enclosure (16 hot swappable + 3 internal) enclosure, 2 x 3Ware 8 port RAID cards, 8gb RAM, dual AMD Opertron. I have a 1tb boot drive and I put in 8 x 1.5tb Seagate 7200 drives. In the future I want to fill the other 8 SATA bays
2015 Mar 19
4
How to boot CentOS 7 in Text mode in default?
I have done what you said and I restarted centos7. It still goes into graph mode automatically. So what is the step I can do to go into text mode automatically? 2015-03-19 12:03 GMT-07:00 Digimer <lists at alteeve.ca>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Try: > > plymouth-set-default-theme --list > > You should see 'text' and
2010 Nov 18
2
[LLVMdev] tot clang/llvm and tot gcc performance comparision
Hi Evan, > Thanks David. Unfortunately many of us cannot use GPL v3 gcc so it's hard for us > to investigate this. One question, can you tell if gcc is inlining significantly > more than llvm? We have reports that this is one of the issue plaguing eon > performance. are you allowed to look at assembler output by GPL v3 gcc? If so, maybe someone else can do the compiling for you,
2008 Sep 24
3
[LLVMdev] What can llvm provide when writing a new compiler?
Hi everyone. Because there is still a little confusion about the huge document, I want to know what llvm can provide when we customize our new compiler? For example, a normal compiler includes lexer, parser, intermediate code generator , optimizer and target code generator. According to llvm documents, it seems that llvm can provide a better intermediate code presentation. And what else can it
2015 Apr 08
3
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
On 2015-04-08, Leon Fauster <leonfauster at googlemail.com> wrote: > Am 08.04.2015 um 16:22 schrieb Liam O'Toole > <liam.p.otoole at gmail.com>: >> On 2015-04-08, David Both >> <dboth at millennium-technology.com> >> wrote: >>> The easy way to restart gdm is when you are on the login screen >>> itself or the desktop simply press
2003 Apr 10
1
pkg_add of gdm2 has errors
I'm running a new install of 4.8-RELEASE on i386. Running "pkg_add -r gnome2", the following errors are reported: (I've defined the BATCH environment variable). Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/All/gdm2-2.4.1.3.tgz...Syntax error: end of file unexpected (expecting "then") pkg_add: command 'if [ ! -f