|
|
#1 (permalink) |
|
banned
![]() Join Date: Feb 2007
Posts: 6,060
|
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 |
|
|
|
|
|
#2 (permalink) |
|
Diamond Member
![]() Join Date: Nov 2005
Location: Nor Cal
Age: 17
Posts: 5,852
|
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. |
|
|
|
|
|
#3 (permalink) | |
|
banned
![]() Join Date: Feb 2007
Posts: 6,060
|
Quote:
That takes me to the login screen... WTF!? I gotta be logged in to accomplish something... Linux is retarded. Thanks |
|
|
|
|
|
|
#4 (permalink) | |
|
Diamond Member
![]() Join Date: Nov 2005
Location: Nor Cal
Age: 17
Posts: 5,852
|
Quote:
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. |
|
|
|
|
|
|
#5 (permalink) | |
|
banned
![]() Join Date: Feb 2007
Posts: 6,060
|
Quote:
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... |
|
|
|
|
|
|
#6 (permalink) | ||
|
Diamond Member
![]() Join Date: Nov 2005
Location: Nor Cal
Age: 17
Posts: 5,852
|
Quote:
Quote:
Code:
sudo killall xserver 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. |
||
|
|
|
|
|
#7 (permalink) | |
|
banned
![]() Join Date: Feb 2007
Posts: 6,060
|
Quote:
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 |
|
|
|
|
|
|
#8 (permalink) |
|
Diamond Member
![]() Join Date: Nov 2005
Location: Nor Cal
Age: 17
Posts: 5,852
|
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. |
|
|
|