SUSE / openSUSEThis Forum is for the discussion of Suse 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.
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.
I just installed Suse the other day and I am trying to learn how to use it. I have an Nvidia video card so the information on this link http://www.suse.de/~sndirsch/nvidia-...ler-HOWTO.html
added the nvidia repository and use Yast to install the drivers. When I rebooted my computer it will only boot into the terminal (I guess that is what you call it). When I type in startx I get an error message saying:
==) Using config file: "/ect/X11/xorg.conf"
Oh the drivers I installed were x11-video-nvidiaG01.
How do I get Xorg working again? I am embarrassed to say that this is the second time I did this. The first time I simply reinstall Suse. This time I was very careful and read all the information before making the changes but it didn't help.
When I type in startx I get an error message saying:
==) Using config file: "/ect/X11/xorg.conf"
That's not an error message!! (unless you count the typo--ect vs etc....)
xorg messages have leading tags as follows:
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Look in the xorg log (/var/log/Xorg.0.log) using grep (EE), or grep (WW)
The most likely thing is that the driver specified in xorg.conf is not present in /usr/lib/xorg/modules/drivers
You could just download the NVIDIA drivers from the nvidia.com website and use their installer. It works perfectly!
Or, you could post your xorg.conf contents so we can troubleshoot
Or just do another reinstall if it's going to take you more than 30 minutes to do all this. You could have reinstalled by now.
I tried running grep but it has been years since I have messed with it and as you said in thirty minutes I could have the system reinstalled. Well with my old slow Gateway it will take a little longer. But now you say I should go to the nvidia.com website and download it. I will give that a try. Are there any problems I need to watch for?
That's not an error message!! (unless you count the typo--ect vs etc....)
xorg messages have leading tags as follows:
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Look in the xorg log (/var/log/Xorg.0.log) using grep (EE), or grep (WW)
The most likely thing is that the driver specified in xorg.conf is not present in /usr/lib/xorg/modules/drivers
I tried running grep but didn't get anywhere. I did manage the first time to view the log but didn't understand what I was looking at. I think I opened it with vim LOL okay I know that is not the right program to use but I was able to open it and take a look but what I saw was confusing. Plus I would have had to dump the file to a usb drive and that would have taken more time. So I reinstalled. How to I keep myself out of trouble next time I try to install Nvidia? The only reason it might be needed is that the Viewsonic monitor I use needs to run at 1400x900 at 60 Hz. Anyway, thanks for taking the time to respond.
I tried running grep but didn't get anywhere. I did manage the first time to view the log but didn't understand what I was looking at. I think I opened it with vim LOL okay I know that is not the right program to use but I was able to open it and take a look but what I saw was confusing. Plus I would have had to dump the file to a usb drive and that would have taken more time. So I reinstalled. How to I keep myself out of trouble next time I try to install Nvidia? The only reason it might be needed is that the Viewsonic monitor I use needs to run at 1400x900 at 60 Hz. Anyway, thanks for taking the time to respond.
Tim
Would you believe it HAPPENED AGAIN!!!! but through a backdoor approach I got Xorg reconfigured by using the command:
sax2 -r
From my little research I know that SaX is the code behind Nvidia drivers right? After running the command I was able to use startx and up came the screen. Of course most likely not with the Nvidia drivers but at least I have X started again.
You really need to look in your Xorg.log to see why x isn't starting.
If I were to post it here could someone tell me what the problem might be? It is extremely long. My uneducated glance at it shows that it is now loading glx isn't that the drivers that come with Suse. In other words it isn't loading nvidia drivers and when it does X will not start. I have the log up what should I look for?
Also in the instructions at the Nvidia site it says
"NOTE: The nvidia installer does not work as long as a Xserver is still running and the nvidia kernel module is still loaded. Therefore please boot into runlevel 3 by specifying "3" as kernel boot option or switch to runlevel 3 ("init 3") and unload the
kernel module ("rmmod nvidia") before running the nvidia installer."
If you do this you cannot do the next line in the instruction using Yast. I still haven't gotten the drivers loaded correctly using this information.
Last edited by SVwander; 02-17-2008 at 08:17 PM.
Reason: add information and question
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Rep:
sax2 is OpenSuSE specific. Nothing to do with Nvidia.
Use YaST to download the kernel-source (sometimes called kernel-devel).
Exit X server
chmod the Nvidia driver file
execute it
startx
All done! You are good to go
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.