I just finished installing 11 and it seemed the installation went fine. Now when it rebooted it goes to command promt and asks me to enter password and username which I did.
After that I typed in kdeinit and it still does not go anywhere. What am I missing here.
I was on 10.3 and just deleted those partitions and installed 11 (64bit).
If I understand you well you did a fresh install.
The initial boot does it goes well ?
If you also install KDE or Gnome you should start in A GUI just like opensuse 10.3
If you log in as root and give the command init 5
than than startx does it give a GUI ?
dobby9
Try this originally written by deltaflyer and plagiarised by me:
At the prompt type
sax2
& let it load. You can now reconfigure your graphics. Once you have tested & saved your new configuration you will be back at the prompt.
Now try this:
startx
You should now be in gui land.
If the above fails, start again and instead of “sax2” try this:
sax2 -m 0=vesa
( where 0 is a number not a letter )
This should give you basic graphics when you next log in.
From there you can go to yast ->hardware ->graphics card & monitor & set up your card there.
If that also fails, at the prompt type
sax2 -a
and this will automatically try to set up your graphics.
If that fails, then at the prompt type
sax2 -l
which will give you low res graphics when you next login.
If all this fails then report back.
If success == “yes” somewhere, then install the nvidia drivers
I tried all the above and it does not go anywhere accept the prompt.
i have taken of 64 bit install of 11 and got 32 bit 11 installed and tried all of the above and still same problem.
i am trying to go back to 10.3 now and see if it works.
I was able to install 10.3 and run with no problem.
can I just do a simple upgrade if go to 10.3 64 bit installation or do I have to delete the partition and start again. (I have program on the 32 bit which I will need to activate again if it will be a fresh install.)
Can you look in Xorg log and tell me whether near the end you have any no core pointer error messages as this caught me out alot even after a fine install.
Sorry, but I don’t think I understand your question. You re-installed 10.3 as 32-bit and now you want to upgrade to 11.0 64-bit? If that is what you mean, then no, not a good idea. The upgrade will stay on the same architecture. Is there a reason why you have to have 64-bit?
Or, maybe you are asking something else? (By the way, what is the “activation” you are referring to?)
And, again, on 10.3 are you using the proprietary nvidia driver (name “nvidia”) or the open source nvidia driver (name “nv”)? You can verify that by looking at /etc/X11/xorg.conf, the Device Section. It’s important to understand this, as when you upgrade you may encounter the issue again.
That is exactly what i was asking.
QUOTE=mingus725,post:9,topic:9933"]
Or, maybe you are asking something else? (By the way, what is the “activation” you are referring to?)
[/quote]
It is a work related program that needs activation every time you change something.
QUOTE=mingus725;1877849]And, again, on 10.3 are you using the proprietary nvidia driver (name “nvidia”) or the open source nvidia driver (name “nv”)? You can verify that by looking at /etc/X11/xorg.conf, the Device Section. It’s important to understand this, as when you upgrade you may encounter the issue again.[/QUOTE]
I will check
The only ways I can think of to maybe upgrade from 32-bit to 64-bit:
Use 64-bit DVD with upgrade option.
Use YaST Software Management, manually selecting parent or base packages which would throw many dependency errors; select the x64 alternatives offered.
Use zypper with wildcards or regular expressions. Doubtful.
Of the three, the first is the best bet by far. With all three, things will break.
SO I upraded to opensuse 11 from 10.3 (still the 32 bit version though).
I am still having trouble getting the gui.
I have tried all the commands that mingus had suggested and no luck so far. although now it says when i type starts x or sax2 that configure through sax2 -p.
I am not familiar with the opensuse or any linux systems for that matter and I am learning slowly.
I believe my problem is the NVS 440 quadro graphics card and if there was a to update the drivers through the command prompt I might be ok.
ANy suggestions help?
I checked the “supported products” list for the nvidia driver that is in the repository; according to it your Quadro NVS 440 is supported. Boot into runlevel 3 (type the number 3 in Boot Options on the boot menu), at the prompt login, and then switch (“su”) to root. Then do
zypper sa http://download.nvidia.com/opensuse/11.0 nvidia
zypper in x11-video-nvidiaG01
shutdown -r now
Try booting as normal. If you still do not have the gui, reboot into runlevel 3 again as above. Then do
So I went ahead and installed 64 bit version and downloaded the nvidia drivers as suggested in mingus’s earlier post adn now I cannot get GUI anymore. I have tried all the options from earlier posts on this thread and I do not get to GUI land. Any suggestions would be appreciated.
The X server configuration file is corrupted . . . Boot into runlevel 3, logon as user, switch (“su”) to root, then do:
cd /etc/X11
mv xorg.conf xorg.conf.mybackup
sax2 -r -m 0=nvidia
Sax will come up, click on Change Configuration, verify it is what you want, then Save. Sax2 will close and a new xorg.conf will have been created. Then do:
exit
startx
That will take you out of the root su mode back to your user, and then start the X server.