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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
01-18-2005, 10:35 AM
|
#31
|
LQ Newbie
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25
Original Poster
Rep:
|
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.
|
|
|
01-18-2005, 10:56 AM
|
#32
|
Member
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669
Rep:
|
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
|
|
|
01-18-2005, 10:58 AM
|
#33
|
LQ Newbie
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25
Original Poster
Rep:
|
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.
|
|
|
01-18-2005, 11:24 AM
|
#34
|
Member
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669
Rep:
|
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 11:35 AM.
|
|
|
01-18-2005, 11:30 AM
|
#35
|
LQ Newbie
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25
Original Poster
Rep:
|
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!
|
|
|
01-18-2005, 11:36 AM
|
#36
|
Member
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669
Rep:
|
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.
|
|
|
01-18-2005, 11:38 AM
|
#37
|
LQ Newbie
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25
Original Poster
Rep:
|
Yeah, they are the same. I will try what you suggested.
|
|
|
01-18-2005, 12:37 PM
|
#38
|
LQ Newbie
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25
Original Poster
Rep:
|
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!
|
|
|
01-18-2005, 01:01 PM
|
#39
|
Member
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669
Rep:
|
*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.
|
|
|
01-18-2005, 01:14 PM
|
#40
|
Member
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669
Rep:
|
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 01:23 PM.
|
|
|
01-18-2005, 01:29 PM
|
#41
|
LQ Newbie
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25
Original Poster
Rep:
|
OK I will try it out right now. Thank you Alex!
|
|
|
01-18-2005, 01:38 PM
|
#42
|
LQ Newbie
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25
Original Poster
Rep:
|
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!
|
|
|
01-18-2005, 06:14 PM
|
#43
|
Member
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669
Rep:
|
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 09:22 PM.
|
|
|
01-18-2005, 09:22 PM
|
#44
|
Member
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669
Rep:
|
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
|
|
|
01-19-2005, 08:12 AM
|
#45
|
LQ Newbie
Registered: Jan 2005
Location: NY, USA
Distribution: Slackware, Mandrake
Posts: 25
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 12:34 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|