Announcement

Collapse
No announcement yet.

[SOLVED] Problems with installing ATI Radeon 9600 drivers

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Problems with installing ATI Radeon 9600 drivers

    I want to install drivers for my ATI Radeon 9600 graphics card.

    At first I followed the easy way: https://help.ubuntu.com/community/Bi...8.04%20(Hardy). There are only 2 steps:

    Code:
    sudo dpkg-reconfigure -phigh linux-restricted-modules-`uname -r`
    sudo insmod /lib/modules/`uname -r`/volatile/fglrx.ko
    But it failed on second line with error:
    insmod: error inserting '/lib/modules/2.6.24-19-generic/volatile/fglrx.ko': -1 Operation not permitted

    So I wet to /lib/modules/2.6.24-19-generic/volatile and called
    Code:
    modprobe fglrx
    The result was: “Not loading fglrx module; not used in /etc/X11/xorg.conf

    Hmm, it looks like something is wrong with “the easy way”

    OK. Then I head on with the harder way:
    https://help.ubuntu.com/community/Bi...nary%20drivers.
    There are a lots of instructions and I followed them all. The driver was installed fine, there was only a single warning:
    Warning! Cannot do version sanity checking because multiple fglrx.ko
    modules were found in kernel 2.6.24-19-generic.
    ”. This is probably the result of the first step of the easy way. But I assume this should not cause major problems...
    The driver works fine. But now logout/shutdown/reboot called from kmenu just hang my PC: black screen and keyboard is dead On the other hand calling
    Code:
    sudo reboot
    in command line works fine. It looks like my X server is damaged or so.

    Then I looked at system requirements of ATI driver
    Code:
    http://www2.ati.com/drivers/linux/catalyst_88_linux.html#172686
    . ATI states the the driver requires following libs:
    XFree86-Mesa-libGL
    libstdc++
    libgcc
    XFree86-libs
    fontconfig
    freetype
    zlib

    I installed all of them but XFree86-Mesa-libGL and XFree86-libs. I just did not found them
    Then I repeated the steps of the hard way once again. Unfortunately this did not helped, - my system still hangs after logout/shutdown/reboot called from kmenu

    Any ideas?

    Thanks

    #2
    Re: Problems with installing ATI Radeon 9600 drivers

    HOWTO: Install and use the Envy script installer for video drivers
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Problems with installing ATI Radeon 9600 drivers

      I've installed Envy. But as I understand it can install 8.3 driver, while the latest is 8.8.

      Fortunately user telemetry have posted the solution to my problem http://ati.cchtml.com/show_bug.cgi?id=992#c26 in another thread http://kubuntuforums.net/forums/inde...4327#msg144327
      It was a bug in ATI driver

      So the problem is solved.
      Many thanks to telemetry

      Comment

      Working...
      X