SUSE / openSUSE This 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.
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.
|
![Reply](https://www.linuxquestions.org/questions/images/buttons/reply.gif) |
04-23-2005, 08:11 PM
|
#1
|
Member
Registered: Dec 2004
Posts: 62
Rep:
|
9.3 worked... but now it doesn't?
I thought I saw this problem before the other day, but can't seem to find it with so many 9.3 threads. Anyway, I have installed SuSE 9.3 Pro with a full package selection. Afterwards, I updated everything. All went well. I restarted SuSE and after seeing the nVidia logo in bootup, the screen is all grey and ...'simple' compaired to what it should be. Simple looking login, background, etc. In fact, when I try to log in, it fails. What happened? How can I fix this? Let me get the error message for you in a minute.
nVidia 6800
AMD Athlon 3200+
512MB Corsair XMS
Gigabyte GA-7n 400 Pro-2
|
|
|
04-23-2005, 08:24 PM
|
#2
|
Member
Registered: Dec 2004
Posts: 62
Original Poster
Rep:
|
Alright. After seeing the nvidia logo when booting, I see this messange in an 'xterm' window in the corner:
NVRAM: loading NVIDIA Linux x86 NVIDIA kernel module 1.0-7167
Linux Kernel: end_request: I/O error, dev fd0, sector 0
And when I log in, its as if its using a different window manage (from Gnome and KDE) Becuase I can click the mouse, and it will be equivilent to the 'right' click in Windows nearly. Sorry im a newbie. Just need help ![Frown](https://www.linuxquestions.org/questions/images/smilies/frown.gif)
|
|
|
04-23-2005, 09:08 PM
|
#3
|
Member
Registered: Apr 2002
Location: Wales MA.
Distribution: openSuSE 11.1
Posts: 409
Rep:
|
Install the nvidia drivers from nvidias web site should fix it.
There have been a few folks having the problem and I believe Novell is aware of it.
|
|
|
04-23-2005, 09:12 PM
|
#4
|
Member
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919
Rep:
|
From that 'simple' screen, on the keyboard do this key sequence:
Ctrl + Alt + F1
That should take you back to the command prompt.
Now, login as root. Then, issue these two commands (in sequence):
init 3
init 5
Next, type in kdm and hit the enter key.
What happens?
|
|
|
04-23-2005, 09:16 PM
|
#5
|
Member
Registered: Dec 2004
Posts: 62
Original Poster
Rep:
|
Was afraid of that
Alrighty, so according to the nvidia SuSE how-to on nvidia's site, this is what I need to do..
1) Kernel sources must be installed and configured. Usually this means
installing the 'kernel-source', 'make' and 'gcc' packages with YaST2.
Update it - if not already done - via YaST2 Online Update (YOU).
2) Use the nvidia installer for 1.0-7174.
modprobe agpgart
sh NVIDIA-Linux-x86-1.0-7174-pkg1.run -q
3) Configure X.Org with
sax2 -m 0=nvidia (0 is a digit, not a letter!)
NOTE: There is no need to try to enable 3D support. It's already
enabled, when the nvidia driver is running.
Does this sound right? I thought I had to have the nvidia unloaded off the kernel doing this init 3 and things in the console w/o X loaded.
Oh, one second let me try it and tell ya.
|
|
|
04-23-2005, 09:26 PM
|
#6
|
Member
Registered: Dec 2004
Posts: 62
Original Poster
Rep:
|
Quote:
Originally posted by Xian
From that 'simple' screen, on the keyboard do this key sequence:
Ctrl + Alt + F1
That should take you back to the command prompt.
Now, login as root. Then, issue these two commands (in sequence):
init 3
init 5
Next, type in kdm and hit the enter key.
What happens?
|
Okedoke, tried that and after hitting "init 5" it went back into the same ugly login screen as before, except it was locked up this time. Like I couldn't enter text into the username/pass fields. I tried going back with CTRL_alt_F1 but when I hit 'kdm' nothing happend.
|
|
|
04-23-2005, 11:13 PM
|
#7
|
Member
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919
Rep:
|
Quote:
Originally posted by Agizor
Okedoke, tried that and after hitting "init 5" it went back into the same ugly login screen as before, except it was locked up this time
|
From the command prompt enter this: pico /etc/X11/xorg.conf
Scroll down using arrow keys, then at the "Section "Device"' line change the Driver from "nvidia" to "nv"
Ctrl + x and then Enter 2x to save.
Reboot and then do the same procedure as earlier.
Ctrl + Alt + F1
Now, login as root. Then, issue these commands:
init 3
init 5
Type in kdm and hit the enter key.
If you can get in you'll need to use YaST to reset your default WM and DM.
|
|
|
04-23-2005, 11:19 PM
|
#8
|
Member
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919
Rep:
|
Sorry, you'll need to issue the "pico /etc/X11/xorg.conf" command as root. Forgot to mention.
|
|
|
04-23-2005, 11:56 PM
|
#9
|
LQ Newbie
Registered: Apr 2005
Distribution: Suse 9.3
Posts: 3
Rep:
|
See my posts here for a method to restore gdm/kdm.
|
|
|
04-24-2005, 08:43 AM
|
#10
|
Member
Registered: Dec 2004
Posts: 62
Original Poster
Rep:
|
Alright, I just reinstalled SuSE and installed the latest nvidia from the term in root as described above and so far so good. Hope it doesn't quit : \
|
|
|
04-25-2005, 08:49 PM
|
#11
|
Member
Registered: Aug 2003
Location: England
Distribution: SuSE 9.3 pro
Posts: 332
Rep:
|
is it still working??
|
|
|
04-26-2005, 05:52 PM
|
#12
|
Member
Registered: Dec 2004
Posts: 62
Original Poster
Rep:
|
Quote:
Originally posted by thegreatgatsby
is it still working??
|
Sure is ![Big Grin](https://www.linuxquestions.org/questions/images/smilies/biggrin.gif) Which makes me mucho happy.
|
|
|
All times are GMT -5. The time now is 09:32 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
|
|