LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-27-2014, 11:22 AM   #1
fabiovideo
LQ Newbie
 
Registered: Feb 2014
Posts: 1

Rep: Reputation: Disabled
Unhappy Is CentOS a good way to get started with Linux?


A friend of mine said the CentOS is the best Linux to set a video effects terminal developer.
But I can not find enough information for newbie users.
I'm trying now to install a Gforce driver and it says there is a "X server" running and can not be installed, I've tried put the servers down using

netsat -tap

to list the servers and "/service x stop" to stop but does not work.
 
Old 02-27-2014, 12:22 PM   #2
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
The X server is the graphical prettiness that you see. You need to shut that down and go to a tty (command line only) to install the gforce driver. Easiest way is to use Ctrl+Alt+F1-7 to get to a tty (one of them will be X, the other 6 should be ttys), log in as root, run "init 3", then navigate to the file you downloaded and run it with sh (eg: sh NVIDIA-linux-...). When it's done, use "init 5" to restart X, and use Ctrl+Alt+F1-7 to get back to X.
 
2 members found this post helpful.
Old 02-27-2014, 02:46 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Centos is based on a commercial product. That product offers (so far) all the technical support anyone could want.

Centos copies the info usually word for word and changes a trademarked name.

To suggest that Centos is the best is a very arbitrary sentence.


Where did you get this command from? netsat -tap
 
Old 02-27-2014, 04:35 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you are about to have a LOT of problems !!!
CentOS 6.5 shipps wit hthe OPENSOURCE "nouveau" driver installed
you can NOT just install the nvidia.run driver !!!!
you must blacklist the nouveau driver and REBUILD !!! the "boot image"
--- FIRST ---

then and only then can you install the nvidia.run driver

this is very well documented in the redhat documentation
( centos6 uses the redhat docs on the redhat web site)

you can PORT this fedora 20 guide for use on RHEL/Centos 6
http://www.forums.fedoraforum.org/sh...d.php?t=280750
you can also port these two ScientificLinux posts
for use on CentOS 6
http://scientificlinuxforum.org/index.php?showtopic=15
and a script to rebuild the boot image from my post here
http://scientificlinuxforum.org/inde...showtopic=2258



your BEST bet is to install the epel repo on Cent and use yum to install
see the centos wiki:
http://wiki.centos.org/AdditionalResources/Repositories
and install the "kmod-nvidia"
Code:
su -
yum install kmod-nvidia
the nvidia.run is a pain in the "rear end" to install

Last edited by John VV; 02-27-2014 at 04:39 PM.
 
Old 02-27-2014, 05:34 PM   #5
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
I personally in this situation would test-drive a Live DVD/USB of a user-friendly distro such as Linux Mint. You might find that it just magically works.
 
Old 02-27-2014, 07:32 PM   #6
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by John VV View Post
you can NOT just install the nvidia.run driver !!!!
That fits my experience.
Quote:
you must blacklist the nouveau driver
And the instructions nvidia.run gives you for blacklisting, don't work in Centos.
Quote:
and REBUILD !!! the "boot image"
But I wouldn't know how and didn't need to.

I edited /boot/grub/grub.conf to blacklist nouveau on the line that loads the kernel (that works, where the nvidia suggested method of blacklisting fails). Then rebooted to init 3 and nvidia.run was fine.

Actually, I made two different versions of the section in grub.conf so I can no select nvidia or nouveau at boot time.

Last edited by johnsfine; 02-27-2014 at 07:36 PM.
 
Old 02-27-2014, 08:34 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Oh, hello and welcome to LQ.
 
Old 02-28-2014, 11:07 AM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
As a CentOS user and advocate, I'd still say "dont't start with CentOS". Mint should work fine.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Good Linux Server Distribution, or USB on CentOs bplis* Linux - Newbie 3 11-22-2011 08:52 PM
What's a good, inexpensive way to get started with Android? paulsm4 Linux - Mobile 20 06-25-2011 04:53 AM
good Forum application for Centos (Linux) sang Linux - Software 3 09-05-2010 07:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration