I recently had to reinstall openSUSE 11.2 on my computer…
specifications
nx 6120 laptop
512 Ram
1.77 ghz processor
and i think i have intel 915 graphics chipset or something…
but now to the point. i had to make a fresh install on my computer. Before that it was working fine. I used a live usb for the installation process. there no GUI came up but i used yast2 to install the live usb. installation went smoothly with no hiccups…i restarted the computer and selected open SUSE 11.2 in the boot menu.
but after booting it again comes to this dark screen with a lot green ‘dones’ and then finally at the bottom i have my login space…so no desktop…
Some intel graphic hardware does not work well with the 2.6.31 kernel that comes with openSUSE-11.1. I documented some of my less than glowing experiences:
You could try this from the text mode (with root permissions):
cp /etc/X11/xorg.conf.install /etc/X11/xorg.conf
and then restart with
shutdown -r now
That ‘might’ get you a very basic desktop. Once you have that up and running we can try some things to get this working better, … but before we do that, you will need some basic theory. Take a read of post#3 here: openSUSE Graphic Card Practical Theory Guide for Users - openSUSE Forums Post#43/44 in that same thread may be useful dependant on your hardware as you did not read to be very clear at all on EXACTLY what hardware your PC has (where in the Linux world knowing EXACTLY what hardware one’s PC has happens to be MUCH more important than in the Windoze/Mac world).
To get to the text mode, when the “boot/splash” screen first appears, press the 3 key so that the letter 3 appears in the options line of the boot/splash screen. Then boot normally. That will take you to a full screen text mode. Login as a regular user, type “su” (no quotes - enter root password) to get root permissions, and then try what I quoted above.