black screen after installing ATI drivers

I have installed ati drivers looking at this HOWTO ATI Installer HOWTO for openSUSE users

But after reboot i see only black screen…

My vga is ati hd4770. Looking for a full tutorial how install drivers (maybe with screens). Please help me.

P.S. with ubuntu/linux mint everything was working perfectly.

Sorry, I am new guy with this OS.

Boot in runlevel 3 (console mode) : append 3 in the options line before booting. Then run the script posted here Upgrading ATI driver with atiupgrade to install the latest ATI driver. It should work in most cases. You need an Internet connection at this point.

  • Also read this post. It describes everything that happens during the update. You should see something similar.

Did you follow the advice in the openSUSE-11.3 release notes ? … ie BEFORE installing the ATI driver rpms did you specify ‘nomodeset’ as a boot code, and also disable loading of the DRM module in initrd completely by setting the NO_KMS_IN_INITRD sysconfig variable to yes via YAST, which then recreates initrd afterwards, followed by rebooting your machine ?

Did you also ensure that kernel-source and kernel-syms were the exact same version as your kernel BEFORE installing the rpms ?

Yes. Before trying to reinstall, just append nomodeset to the boot options (no 3 in this case) and see if it makes a difference. Maybe that’s all you need.

so i need:

  1. copy that thing from Upgrading ATI driver with atiupgrade and edit xorg.conf file

  2. Install ati drivers using this tutorial? ATI Installer HOWTO for openSUSE users

And everything should work perfectly?

Nope. Either 1 or 2. If you run the script, it will do everything: download ATI installer, install kernel sources, build and install the rpm.
You don’t need to edit xorg.conf… at least not now.

But did you try to boot with nomodeset? Did it produce any result?

how to do it?.. I am confused.

Where are you right now? which system/desktop?

i just reinstalled opensuse OS. (4th time today)… and i still don’t understand how to install ati draivers… Maybe anyone can show how install using “teamviewer”? or some other program like that. :frowning:

nomodeset can be applied as a boot code:
http://thumbnails28.imagebam.com/11032/60422a110316967.jpg](ImageBam)

So I need install drivers from here ATI Installer HOWTO for openSUSE users and on boot settings write nomodeset?

So, in OpenSUSE, either in a terminal or in the console

Now reboot openSUSE in console mode (no graphic). To do so, before booting, type 3 preceded by a space at the end of the options line. Then

  • login as root
  • change to /tmp directory
    cd /tmp
  • run atiupgrade
    atiugrade
  • Be patient. Some operations might take a while
  • Do not reinstall openSUSE every time: it will bring absolutely nothing.

That’s another way to do it. If that’s what you want don’t apply my method… or you will get more and more confused. There are several ways which lead to the ati driver. While using the script, you won’t have to install anything, just type** atiupgrade** and it will install the kernel sources, build the package, install the driver and compile the module, etc. While following the HOWTO … I guess you’ll just have to follow the HOWTO.

If you just reinstalled openSUSE, I suggest you first try to use the open source driver which came with the installation. You might have to boot with the option nomodeset. Then do a kernel update and reboot. After the update the commande uname -r should output 2.6.34.7-0.5-desktop or 2.6.34.7-0.5-default. Once you have the latest kernel, install the ATI driver either with the atiupgrade script or following the HOWTO.

There is a typo here. It should be atiupgrade

i done that you said. it updated something and after it downloaded ati driver (.run file),but after that script was stopped. no installer found or something like that.

hmmm … are you on a 32 bit version?
I’m checking. …

yes. 32bit system

http://img152.imageshack.us/img152/8396/snapshot1zx.th.png](http://img152.imageshack.us/i/snapshot1zx.png/)

Yep. I got it. I fixed the bug. It was affecting 32bit OS. I just uploaded the fixed version. You can download it again an rerun the script: basically the steps described at post #12.

So I need just rerun again written commands at 12th post?