ComputerForum.com ComputerForum.com  
TigerDirect
 
Go Back   Computer Forum > Computer Software > Operating Systems

Reply
 
LinkBack Thread Tools Display Modes
Old 01-05-2008, 06:29 AM   #1 (permalink)
banned
 
Join Date: Feb 2007
Posts: 6,060
Default Help with PCLinuxOS and Nvidia Driver Install

I have no idea how to install an Nvidia driver, I tried having Synaptic do it but it's having problems fetching "404: not found". How do I install this damn driver? I am so tired of screwing with it that it's not even funny... Obviously, one of MS's good innovations never leaked into Linux and no idiot has said "..let's make something close to .exe....". I have tried installing by "sh" in Konsole and then pasting the file location but it says I am running an X Server and I should exit... What do I do here? Can something that ties to Linux be in an understandable language?

Thanks
INTELCRAZY is offline   Reply With Quote


Old 01-05-2008, 06:36 AM   #2 (permalink)
Diamond Member
 
Motoxrdude's Avatar
 
Join Date: Nov 2005
Location: Nor Cal
Age: 17
Posts: 5,852
Default

Relax, its just an OS that your not used to. Press control+alt+backspace. This will kill the xserver. Now, re-run that command.
IMO, pclinuxos is not very good. Try ubuntu, it has a built in "Restricted Driveres Manager" which will install proprietary software for you.
__________________
RIP Mom 9/17/55-02/22/08.
Motoxrdude is offline   Reply With Quote
Old 01-05-2008, 06:42 AM   #3 (permalink)
banned
 
Join Date: Feb 2007
Posts: 6,060
Default

Quote:
Originally Posted by Motoxrdude View Post
Relax, its just an OS that your not used to. Press control+alt+backspace. This will kill the xserver. Now, re-run that command.
IMO, pclinuxos is not very good. Try ubuntu, it has a built in "Restricted Driveres Manager" which will install proprietary software for you.
Oh, Ubuntu is worse, IMO....

That takes me to the login screen... WTF!? I gotta be logged in to accomplish something... Linux is retarded.


Thanks
INTELCRAZY is offline   Reply With Quote
Old 01-05-2008, 06:50 AM   #4 (permalink)
Diamond Member
 
Motoxrdude's Avatar
 
Join Date: Nov 2005
Location: Nor Cal
Age: 17
Posts: 5,852
Default

Quote:
Originally Posted by INTELCRAZY View Post
Oh, Ubuntu is worse, IMO....

That takes me to the login screen... WTF!? I gotta be logged in to accomplish something... Linux is retarded.


Thanks
Worked fine for me. When you go to login, change the session and look for something like "FailSafe Terminal" or just "Terminal". I havent used PCLinuxOS long enough to really know what the name is exactly, but it's along those lines.

And maybe linux isnt for you. Linux does take some basic computer knowledge and it's not meant for everyone.
__________________
RIP Mom 9/17/55-02/22/08.
Motoxrdude is offline   Reply With Quote
Old 01-05-2008, 06:58 AM   #5 (permalink)
banned
 
Join Date: Feb 2007
Posts: 6,060
Default

Quote:
Originally Posted by Motoxrdude View Post
Worked fine for me. When you go to login, change the session and look for something like "FailSafe Terminal" or just "Terminal". I havent used PCLinuxOS long enough to really know what the name is exactly, but it's along those lines.

And maybe linux isnt for you. Linux does take some basic computer knowledge and it's not meant for everyone.
What do I do in the external terminal? Why do I have to go out of the OS to install something so simple?

I have the basic computer knowledge, I just like simplicity, I don't like writing twenty lines of code to get some idiotic driver installed that could've been done in two clicks with Windows, it's not me...
INTELCRAZY is offline   Reply With Quote


Old 01-05-2008, 07:03 AM   #6 (permalink)
Diamond Member
 
Motoxrdude's Avatar
 
Join Date: Nov 2005
Location: Nor Cal
Age: 17
Posts: 5,852
Default

Quote:
Originally Posted by INTELCRAZY View Post
What do I do in the external terminal? Why do I have to go out of the OS to install something so simple?

I have the basic computer knowledge, I just like simplicity, I don't like writing twenty lines of code to get some idiotic driver installed that could've been done in two clicks with Windows, it's not me...
It takes one line of code.
Quote:
sudo ./(name of file).run
I dont understand why you are having such great difficulty. And how in the hell do you go "out of a OS"?. All you are doing is login out and login in again. Hell, just open the terminal and enter
Code:
sudo killall xserver
then run the command.

Or use ubuntu, and two clicks later you'll have drivers installed.

Linux is not windows. Linux does not aim to be like windows. Linux is linux, and if you don't like linux or don't have the capacity to run linux, use windows and stop complaining!
__________________
RIP Mom 9/17/55-02/22/08.
Motoxrdude is offline   Reply With Quote
Old 01-05-2008, 07:08 AM   #7 (permalink)
banned
 
Join Date: Feb 2007
Posts: 6,060
Default

Quote:
Originally Posted by Motoxrdude View Post
It takes one line of code.

I dont understand why you are having such great difficulty. And how in the hell do you go "out of a OS"?. All you are doing is login out and login in again. Hell, just open the terminal and enter
Code:
sudo killall xserver
then run the command.

Or use ubuntu, and two clicks later you'll have drivers installed.

Linux is not windows. Linux does not aim to be like windows. Linux is linux, and if you don't like linux or don't have the capacity to run linux, use windows and stop complaining!
Hmm...Well I can actually understand VB, Python, and just a bit of C, but I be damned if I can't understand Linux's ignorance..

Explain here, what do the commands do? I don't like to regurgitate shit and not know what is going on and what does what, that is the main problem with this forum...

Thanks
INTELCRAZY is offline   Reply With Quote
Old 01-05-2008, 07:13 AM   #8 (permalink)
Diamond Member
 
Motoxrdude's Avatar
 
Join Date: Nov 2005
Location: Nor Cal
Age: 17
Posts: 5,852
Default

Sudo (gives admin privilages) killall (kills a process) xserver (the gui).

So every operating system runs in a shell (text mode or terminal). Then there is a GUI ontop of that which issue commands to the shell. So by using the terminal you are bypassing the GUI (xserver) and running commands directly to the shell.

The reason you can't install the drivers is that for some reason, nvidia decided you cant run a gui while installing the drivers. I have always hated having to install nvidia drivers because of this. ATI on the other hand is just a simple double click and it runs through the install without any problems.
__________________
RIP Mom 9/17/55-02/22/08.

Last edited by Motoxrdude; 01-05-2008 at 07:15 AM.
Motoxrdude is offline   Reply With Quote
Old 01-05-2008, 07:17 AM   #9 (permalink)
banned
 
Join Date: Feb 2007
Posts: 6,060
Default



What do I do then?

Thanks

When I type in "killall xserver" it says "xserver: no process killed"

Last edited by INTELCRAZY; 01-05-2008 at 07:23 AM.
INTELCRAZY is offline   Reply With Quote
Old 01-05-2008, 07:24 AM   #10 (permalink)
Diamond Member
 
Motoxrdude's Avatar
 
Join Date: Nov 2005
Location: Nor Cal
Age: 17
Posts: 5,852
Default

Did you try logging out and select the "Terminal" and trying it then?
__________________
RIP Mom 9/17/55-02/22/08.
Motoxrdude is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:54 PM.


Powered by: vBulletin Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Copyright © 2002-2007 Computer Forum and Web Design Forum