LinuxQuestions.org
Help answer threads with 0 replies.
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 01-18-2005, 09:35 AM   #31
Malhovic
LQ Newbie
 
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25

Original Poster
Rep: Reputation: 15

Spacing, color, and text all the exact same except for some color variation, but you get the concept. GOTO page 2 for the error message.
 
Old 01-18-2005, 09:56 AM   #32
student04
Member
 
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669

Rep: Reputation: 34
Wow, that must've taken a while to color in

I talked to one of my friends just a couple of minutes ago, and he told me he has the same problem with his computer that you do, except he had the nvidia driver working with X already. This just happened all of a sudden, and the exact same error message is popping up (the lines with EE in them). I don't know exactly what is happening... but once i look at your Xorg.conf file maybe something will show up
 
Old 01-18-2005, 09:58 AM   #33
Malhovic
LQ Newbie
 
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25

Original Poster
Rep: Reputation: 15
OK I will post that once I get home. And not really, it only took about 5 minutes to color all of that in, but I type quick and know how to write in php since I post a lot.
 
Old 01-18-2005, 10:24 AM   #34
student04
Member
 
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669

Rep: Reputation: 34
In addition to that try
Code:
# modprobe nvidia
# exit
$ startx
and see if that works.. my friend said that it allowed him to get into X.

This is his post (same forum) if you'd like to look.

Last edited by student04; 01-18-2005 at 10:35 AM.
 
Old 01-18-2005, 10:30 AM   #35
Malhovic
LQ Newbie
 
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25

Original Poster
Rep: Reputation: 15
I will see if that works. I will tell you once I get home since I am at work right now. I work every morning except for the weekends. Thank you for all of the help!
 
Old 01-18-2005, 10:36 AM   #36
student04
Member
 
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669

Rep: Reputation: 34
ah he has "no screens found" but you have "screens found, but none with usuable configuration"
hmm

*edit* wait nvm, you have the full error, he posted what was in terminal, which is what you saw, so they're the same.
 
Old 01-18-2005, 10:38 AM   #37
Malhovic
LQ Newbie
 
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25

Original Poster
Rep: Reputation: 15
Yeah, they are the same. I will try what you suggested.
 
Old 01-18-2005, 11:37 AM   #38
Malhovic
LQ Newbie
 
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25

Original Poster
Rep: Reputation: 15
This is Terry (Malhovic) here talking to you from Mandrake Linux 10.1. Alex (student04) the 'modprobe nvidia' thing worked. So I am now in Linux. Thank you so much. I know that I am probably going to have to do that everytime, but I will deal. Ohh well that is fine with me, I am just happy that it is working!
 
Old 01-18-2005, 12:01 PM   #39
student04
Member
 
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669

Rep: Reputation: 34
*whew* i'm very glad that it worked

now.. we'll have to see how we can get that to load everytime you boot your computer.. My friend already posted a question on how to get it to load, so i'm going to watch that one. The link to it is a few posts up, in case you want to check at some point.
 
Old 01-18-2005, 12:14 PM   #40
student04
Member
 
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669

Rep: Reputation: 34
Ok try this

Code:
# echo "install nvidia /sbin/modprobe nvidia" >> /etc/modprobe.conf
This will append the stuff in the quotes to the end of the file /etc/modprobe.conf and should tell it to load (ksun suggested to look at the man page of modprobe.conf).

reboot and see if it works.

Last edited by student04; 01-18-2005 at 12:23 PM.
 
Old 01-18-2005, 12:29 PM   #41
Malhovic
LQ Newbie
 
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25

Original Poster
Rep: Reputation: 15
OK I will try it out right now. Thank you Alex!
 
Old 01-18-2005, 12:38 PM   #42
Malhovic
LQ Newbie
 
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25

Original Poster
Rep: Reputation: 15
It didn't work, it just froze on that screen. I had to Ctrl+C it so that I could go and edit out that command that we put into the modprobe.conf file. Then I did it and it worked fine. Let me just get used to linux a little bit and then I will see what I can do by playing around with the files a little bit to see if they are going to work. No worries. Thank you for all of the help Alex, I am so happy that it is finally working!
 
Old 01-18-2005, 05:14 PM   #43
student04
Member
 
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669

Rep: Reputation: 34
My friend said that he added "nvidia" to the end of /etc/modprobe.preload instead of /etc/modprobe.conf and it worked..? Strange...

But, glad to hear it!

Last edited by student04; 01-18-2005 at 08:22 PM.
 
Old 01-18-2005, 08:22 PM   #44
student04
Member
 
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669

Rep: Reputation: 34
yea i guess that was the file to use instead (the /etc/modprobe.preload) My bad. Just add "nvidia" to that file and try that

Code:
# echo "nvidia" >> /etc/modprobe.preload
 
Old 01-19-2005, 07:12 AM   #45
Malhovic
LQ Newbie
 
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25

Original Poster
Rep: Reputation: 15
OK, I did that and it worked. Thank you Alex. Now all I have to do is autoconfig it so that it starts x on boot.
 
  


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
Upgrade Kernel, distro, or switch distro? badmofo666 Linux - Newbie 9 12-20-2005 12:02 AM
which distro is a Gnu/Linux distro masand Linux - General 24 09-14-2005 05:26 PM
New SUSE Distro. - Which distro., should I buy or download? vcroww SUSE / openSUSE 11 08-24-2005 03:29 AM
Distro: Less scripting. Looking for mainly Elf binary based distro Z505 Linux - General 1 04-02-2005 11:33 PM
Exchanging packages from Distro to Distro. Can this be done? Satriani Linux - General 4 05-31-2003 04:08 AM

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

All times are GMT -5. The time now is 10:37 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