Hi all, I just installed openSUSE for the first time and am having some problems. The installation was successful as far as I can tell, it succeeded and rebooted. However, as soon as it boots up, the green screen appears, with the bar on the bottom and the white box int he middle. About 2 seconds later, all I can see is my cursor, which moves, so it isn’t frozen. Also, if I touch the power button, the system will shut down normally. Can anyone offer some pointers on how to fix this?
I can boot up into the fail safe openSUSE fine, however I do not know much about the terminal. Are there any commands I can use to verify the installation? I did the fsck command and it reported OK.
The graphics card is an Intel built-in, specifically the Intel 82830M. The laptop is in the Gateway “legacy” category:
Some older intel hardware can be a real pain to get working under openSUSE-11.2.
You could try booting to the text mode (run level 3) by pressing “3” (no quotes) in the grub boot menu such that 3 appears in the options line. Then boot and it will bring you to a text mode. Login as a regular user. Then type “su” (no quotes - enter root password) to switch users to user root. Then type:
sax2 -r -m 0=vesa
to configure for the vesa driver. If that appears to work (and sax2 does not freeze - give it a few minutes if it appears to freeze before a hard reboot) then do a soft restart with “shutdown -r now”. That will restart and this time do NOT press “3”. Does that work and take you to a graphical X window/desktop?
If that fails you can also try login to run level 3 again as above. Type “su” again as above to get root permissions. This time try the installation configuration for rather basic graphics. You can do that by typing:
cp /etc/X11/xorg.conf.install /etc/X11/xorg.conf
and then restart with “shutdown -r now”. Note Linux is case sensitive.
That first command worked perfectly, thanks so much! I was able to get into the sax window, and changed my settings to xga, and now everything works stellar.
One more question, the wireless card I was using before is a netgear wn511b. I am trying to make it work, but I am guessing it will not…