Announcement

Collapse
No announcement yet.

How do I install Catalyst for Ubuntu 10.04 64-bit?

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

  • #11
    I deleted the config files, ran the command, and restarted but I still got a blank screen. So I booted using "nomodeset" in GRUB2 and got the same error as earlier:

    "(EE) fglrx(0): Please disable switchable-graphics feature and configure the discrete card as the default adapter
    (EE) fglrx (0): GetBiosParamter failed
    (EE) fglrx (0): PreInitAdapter failed
    (EE) fglrx (0): PreInit failed
    (EE) Screen (s) found, but none have a usable configuration. "

    Using the low graphics mode, I was able to restore the default configuration and successfully boot. Compiz doesn't work and Catalyst Control Center doesn't start. Here's the error:

    "Initialization Error

    There was a problem initializing Catalyst Control Center Linux edition. It could be caused by the following.

    No ATI graphics driver is installed, or the ATI driver is not functioning properly.
    Please install the ATI driver appropriate for you ATI hardware, or configure using aticonfig."

    Here is the working xorg.conf file:

    "Section "Device"
    Identifier "Configured Video Device"
    Driver "vesa"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection"

    and the modified one:

    "Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection

    Section "Module"
    EndSection

    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection

    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection

    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection"

    Do you think that simply changing the driver in the working config file from "vesa" to "fglrx" will work?

    Comment


    • #12
      fglrx: black screen of death

      Originally posted by Sup3r3g0 View Post
      I deleted the config files, ran the command, and restarted but I still got a blank screen. So I booted using "nomodeset" in GRUB2 and got the same error as earlier:

      "(EE) fglrx(0): Please disable switchable-graphics feature and configure the discrete card as the default adapter
      (EE) fglrx (0): GetBiosParamter failed
      (EE) fglrx (0): PreInitAdapter failed
      (EE) fglrx (0): PreInit failed
      (EE) Screen (s) found, but none have a usable configuration. "

      Using the low graphics mode, I was able to restore the default configuration and successfully boot. Compiz doesn't work and Catalyst Control Center doesn't start. Here's the error:

      "Initialization Error

      There was a problem initializing Catalyst Control Center Linux edition. It could be caused by the following.

      No ATI graphics driver is installed, or the ATI driver is not functioning properly.
      Please install the ATI driver appropriate for you ATI hardware, or configure using aticonfig."

      Here is the working xorg.conf file:

      Code:
      ...
      Do you think that simply changing the driver in the working config file from "vesa" to "fglrx" will work?
      I have a very similar problem: can't get fglrx to work because I always get into a blank screen. I'm unsuccessful trying to install fglrx since Catalyst 10.3, on my new HP Pavilion DV-4 2080BR.

      The problem in my case, and maybe yours, is that the Intel Core CPU (i3/i5/i7) have integrated graphics, and since I bought a notebook model that also have discrete ATI GPU, in a way that I have 2 GPUs at same computer, with the infamous 'switchable' option.

      The bad thing is that Linux kernel is just starting to support switchable graphics, and worst, Xorg totally don't support it.

      Be best (fast) solution would be to disable the switchable thing at BIOS, enabling only the ATI GPU. But to my bad luck, that's not an option to me, because there is no HP notebook with BIOS option about switchable graphics.

      So fglrx detects something that it don't understand, and, so, I get the black screen thing.

      I e-mailed HP asking them for a new BIOS version to disable Intel integrated GPU, so I would get only the ATI GPU detected by my favorite OS.
      HP replied saying something that seems to be wrote by a bad-programed-robot, with all nonsense phrases, just copying and pasting my own words from the initial message.
      So I replied their response asking for someone that understand what BIOS is. Some days later, a guy e-mailed me, he said that HP will not release a new version of BIOS, and if HP does, it will not contain the switch-off integrated graphics feature. dot.

      The good thing is that I still can have hardware accelerated graphics from the i5's GPU. Intel have much better linux driver support than ATI. My KDE works beauty with all those transparency and animations.
      Sad that I paid/waist $500 more on this notebook model just because of the ATI GPU and I can't use it.

      I will have better luck on the next buying, keeping away from HP and ATI. Maybe a Dell with Ubuntu.

      Comment


      • #13
        Typical ATI. You might want to follow this thread in the Ubuntu forums in case there's any updates on the problem:

        Recently i got a new Laptop HP dv4-2080br. It's a core i5 with Radeon Mobility HD 4550. I'm having problems with the oficial ATI Drivers, after installing fglrx with Jockey or the version downloaded from ATI/AMD site the screen just goes black after the reboot. I already tried Catalyst 10.3 , 10.4 and 10.5 but all of then give me the same result, black screen. The strange thing is that Mobility 4550 is listed as supported by this driver. I'm using Lucid 64bit. I check the X.org log and it

        Comment


        • #14
          Originally posted by Panix View Post
          Typical ATI. You might want to follow this thread in the Ubuntu forums in case there's any updates on the problem:

          http://ubuntuforums.org/showthread.php?t=1504816
          Typical Panix response blaming ATI for something thats clearly HP's fault.
          One that they seems disinterested in fixing at that.
          Those who would give up Essential Liberty to purchase a little Temporary Safety,deserve neither Liberty nor Safety.
          Ben Franklin 1755

          Comment


          • #15
            If I'm wrong, fine. I just assumed it worked in Windows.

            Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite


            Is this useful to the problem?:

            Not much more to say apart from "We've got it!". We started this blog a year ago and we were hopeful that switchable graphics in Linux would...

            Comment


            • #16
              Originally posted by Panix View Post
              Typical ATI. You might want to follow this thread in the Ubuntu forums in case there's any updates on the problem:

              http://ubuntuforums.org/showthread.php?t=1504816
              Thanks, Panix

              Comment


              • #17
                Originally posted by Panix View Post
                Too much advanced for me =/

                Comment

                Working...
                X