Announcement

Collapse
No announcement yet.

Graphicproblems since Ubuntu 10.04

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Graphicproblems since Ubuntu 10.04

    Hello!

    I have a problem with my graphics card in combination with the proprietary linux driver Catalyst 10.6. The problem looks like this:



    I didn't had this problem with Ubuntu 9.10 and haven't changed anything on my systems hardware.

    My system:

    Ubuntu 10.4
    Board: MSI 785GM-E51
    Graphic card: Radeon HD 4200 (onBoard)
    Driver: Catalyst 10.6

    I have posted this problem in 3 different linux boards, noone could help me. I tried installing Catalyst 10.4, 10.5 and 10.6 with the ATI-installer. I also tried the driver that is shipped with Ubuntu. I tried changing the resolution in the CCC and with "sudo aticonfig --resolution=0,1024x768,800x600". I tried adding a modeline from the xorg.log. Nothing seems to help.

  • #2
    If you started by installing from the ATI installer, I would try to completely obliterate all installed files from that, and then try the fglrx installer from the X-Swat PPA. I had similar issues until I did so.

    Comment


    • #3
      if you use the open source driver no xorg.conf is required

      for the fglrx driver you must generate a default configuration with the command which should at least get 2d/3d acelleration working

      sudo ati-config --initial

      If you have manually deleted or copied files save yourself the trouble (read hours of confusion vs an hour reinstall) and reinstall you whole system and use the package manager for such things.

      Comment


      • #4
        Originally posted by noobish View Post
        If you started by installing from the ATI installer, I would try to completely obliterate all installed files from that, and then try the fglrx installer from the X-Swat PPA. I had similar issues until I did so.
        This sounds good. But in the X-Swat PPA there is no package named fglrx-installer. Can you tell me how to install the driver from the X-Swat PPA? Thanks.

        Comment


        • #5
          Ok, fglrx-installer is the name of a group that contains the following packages: fglrx fglrx-amdcccle fglrx-dev fglrx-kernel-source fglrx-modaliases xorg-driver-fglrx

          I just installed all these packages. But what now?

          I tried to generate a xorg.conf with sudo aticonfig --initial but it says "command not found". What am i doing wrong?

          Comment


          • #6
            Why does "sudo aticonfig --initial" not work after installing the fglrx-packages?

            Comment


            • #7
              Originally posted by muvo View Post
              Why does "sudo aticonfig --initial" not work after installing the fglrx-packages?
              Try "sudo ati-config --initial" instead of "sudo aticonfig --initial" like the person above said.

              Comment


              • #8
                Originally posted by mikeplus64 View Post
                Try "sudo ati-config --initial" instead of "sudo aticonfig --initial" like the person above said.
                The manual says "sudo aticonfig --initial" is the correct command.

                Comment


                • #9
                  If your xorg.conf has been hand-edited you might want to add -f as well. That gives aticonfig more freedom to change your xorg.conf as required.

                  If you're getting "command not found" though that may just mean you're not in the right directory. The install instructions at amd.com (navigate to the driver download page) tell you which directory to run the command from.

                  If that's not it then maybe the driver just didn't get installed. Anyways, check the install instructions to find out which directory the command should be in. I guess this could be over-ridden by something distro-specific but I don't think aticonfig moves between distros.
                  Test signature

                  Comment


                  • #10
                    The install instructions say that it is not required to run the command from a specific directory.

                    I now created the xorg.conf by hand. When i start Ubuntu it says fglrx not found. So i guess the driver just isn't installed. But what else is to do but installing the packages?

                    Comment

                    Working...
                    X