Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-15-2006, 11:42 AM
|
#1
|
|
LQ Newbie
Registered: Aug 2006
Location: San Luis Obispo, CA
Distribution: Suse 10.1
Posts: 27
Rep:
|
Nvidia GeForce4 MX440 video issues
I just replaced my old (outdated) ATI Rage 6 card with a (less outdated) Nvidia GeForce4 MX440 that my dad gave me. I booted into Windows and it installed the correct driver and works great, so I know the card works. The problem is I try to boot linux and it gives me an Xserver error and just boots to the command propmt "Desktop Login:". How do I get my GUI back?
I'm running Suse 10.1 on an older Dell 8100.
Thanks
Last edited by dsyebert; 09-15-2006 at 12:10 PM.
|
|
|
|
09-15-2006, 01:49 PM
|
#2
|
|
Member
Registered: Sep 2003
Location: New Hampshire USA
Distribution: Mandriva 2006 & 2007 Power Pack Club
Posts: 178
Rep:
|
Simply put you need to go to Nvidia's website and download the driver files and install them. Then use whatever utility your distro uses to configure x or manually change your xorg.conf file.
|
|
|
|
09-15-2006, 01:59 PM
|
#3
|
|
Senior Member
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,358
Rep: 
|
The nv driver works quite well for recent versions of X. Edit your xorg.conf file, find the Graphics Device section, and change the Driver to "nv".
Brian
|
|
|
|
09-15-2006, 04:38 PM
|
#4
|
|
LQ Newbie
Registered: Aug 2006
Location: San Luis Obispo, CA
Distribution: Suse 10.1
Posts: 27
Original Poster
Rep:
|
Sorry, maybe this is a stupid question, but how do I do this all from the "Desktop Login:" prompt?
|
|
|
|
09-15-2006, 04:47 PM
|
#5
|
|
Senior Member
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,358
Rep: 
|
Enter your user name, then your password when you are prompted.
Then you need to open xorg.conf in a text editor. I use vi, but something like pico would be a little more newbie-friendly. Try: pico /etc/X11/xorg.conf.
Brian
|
|
|
|
09-15-2006, 09:58 PM
|
#6
|
|
LQ Newbie
Registered: Aug 2006
Location: San Luis Obispo, CA
Distribution: Suse 10.1
Posts: 27
Original Poster
Rep:
|
Okay, but I will have to install the drivers berfore I do this, correct? Will I have to put the old card back in to install the drivers, or can I do that from the prompt as well?
|
|
|
|
09-15-2006, 11:01 PM
|
#7
|
|
Senior Member
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,358
Rep: 
|
If you want to use the nvidia driver, you must install it. The nv driver comes with X, so you don't have to install anything.
Brian
|
|
|
|
09-16-2006, 01:21 AM
|
#8
|
|
LQ Newbie
Registered: Aug 2006
Location: San Luis Obispo, CA
Distribution: Suse 10.1
Posts: 27
Original Poster
Rep:
|
I logged in and modified the xorg.config file to read "nv" for the driver. When I tried to save it, it said [cannot open file for writing: Permission denied]. Any Ideas? Also, do I leave the board name and vendor name alone? Will that change automatically?
|
|
|
|
09-16-2006, 11:07 AM
|
#9
|
|
Senior Member
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,358
Rep: 
|
You need to edit the file as root user. To become root user enter the command "su" and the root password when prompted.
As to changing the descriptive information, it is not necessary but probably a good idea so you don't get confused later on. It would change automatically if you configure with your systems x configuration program, but since you are editing manually you'd need to change it yourself. All you really need is the Driver line and the Identifier line, which is then used a little further down in Screen Sections section.
Brian
|
|
|
|
09-16-2006, 12:29 PM
|
#10
|
|
LQ Newbie
Registered: Aug 2006
Location: San Luis Obispo, CA
Distribution: Suse 10.1
Posts: 27
Original Poster
Rep:
|
Okay, that all worked great. I'm now running the GUI again. Just for kicks I decided to install the Nvidia driver from their site. I added the "download.nvidia.com/novell" installation source to YOU as directed on their site. I go into YAST and select the packages to install and it gives me dependency conflits. It is telling me "there are no installable providers of kernels...". Why is this? I have the installation sources enabled and set to refresh.
|
|
|
|
09-16-2006, 01:03 PM
|
#11
|
|
Senior Member
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,358
Rep: 
|
Sorry, can't help you with SUSE-specific stuff like YAST.
You could try compiling the nvidia driver yourself, though. It's simple, and you should get some more meaningful error messages if it doesn't work.
Brian
|
|
|
|
09-16-2006, 01:20 PM
|
#12
|
|
LQ Newbie
Registered: Aug 2006
Location: San Luis Obispo, CA
Distribution: Suse 10.1
Posts: 27
Original Poster
Rep:
|
Okay. Thanks for all the help!
|
|
|
|
09-18-2006, 02:22 PM
|
#13
|
|
LQ Newbie
Registered: Sep 2006
Posts: 2
Rep:
|
Ok, I'm sitting here reading this and it's all Greek to me.
I had a similar problem and started another thread.
I managed to find something somewhere that I needed to type "Yast" while logged in to the command line without the GUI. I did that and managed to get my gui back. I still don't have 3d at all. And am trying to get this set up to run XGL.
I'm using SuSE 10.1 and my vid card is the nVidia FX5200.
I know nothing about compiling and such.
Nor do I understand how to actually change run levels and the like.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:39 AM.
|
|
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
|
|