Find the answer to your Linux question:
Results 1 to 4 of 4
im a new user of linux. i've just installed suse linux 10.1 this afternoon. i still have no idea of how the system goes except those which are similar with ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    1

    ati radeon help

    im a new user of linux. i've just installed suse linux 10.1 this afternoon.
    i still have no idea of how the system goes except those which are similar with windows.
    my video card is ati radeon 9550 and it has problem in supporting 3d graphics.
    and i also couldn't activate my second display monitor (goldstar TV) properly.
    i think it's because of incorrect driver. can somebody help me solve it.
    i would appreciate a "how to". i'm looking forward to those experienced linux users' reply.
    thanks in advance!

  2. #2
    Just Joined!
    Join Date
    Nov 2006
    Posts
    3

    Hi

    This link may help you:

    http://en.opensuse.org/ATI_Driver_HOWTO

  3. #3
    Just Joined!
    Join Date
    Dec 2006
    Location
    Couer d' Alene, Idaho
    Posts
    17
    Hey, yea at Suse's website they have a huge compatibility list of video cards that support the xgl effects on SUSE 10.1 and SLED 10 go check that out and see if your card is supported, if not i hate to say it but your out of luck... Let me know what you find out, I hope it works for ya if it says your card is supported and it still doesnt work make sure you enabled the 3d accelerator in yast and if that stll doesnt help try finding the correct drivers and download thoes.. Best of luck.

  4. #4
    Just Joined!
    Join Date
    Nov 2006
    Location
    K-zoo, MI
    Posts
    28
    Hey man, I know how you feel. I have a ATI Radeon 9600 card, and I've tried many methods of getting mine to work. However only one method worked for me and it has worked countless times on others. Here is what you want to know. Just go step by step and it will all work out.

    ATI video drivers

    SUSE Linux 10.1 ships with the newly revamped open source radeon driver. That may be fine for 2D rendering, but it doesn't do direct rendering for 3D graphics. To get hardware 3D acceleration (and for XGL support), you still need the proprietary ATI fglrx driver.

    Go to the ATI Web site, click on Drivers & Software, then Linux Display Drivers and Software, then on the driver appropriate to your video card. 32-bit SUSE installations need the x86 drivers, and 64-bit SUSE needs the x86_64 versions. After you have clicked the link for your card, yet another link comes up. Click it, scroll down to the downloads table, then right-click the ATI Driver Installer download link and save it to your home directory. You do not need to download any of the other packages.

    After the file transfer completes, close all open programs, then press ctrl-alt-F1 to switch to the first virtual terminal. You'll see a text-mode login prompt; log in as root. When you're at the command prompt, type in this command:

    init 3

    You'll see a bunch of text scroll by, and then a message saying that runlevel 3 has been reached. Press Enter to get the command prompt back, then type the following command in to switch to the directory you downloaded the ATI driver to:

    cd /home/username/

    Substitute your user name for "username" in the above example. Now you need to change the ATI installer permissions so that it can be run from the command line.

    For long file names, you don't have to type the whole name into a terminal window. Instead, just type the first few letters and then press the Tab key, and the file name will be automatically completed for you. This is useful in situations like the one you're in now, where there is a long and complex file name to type in. So type the following command into your terminal, and use the Tab key to complete the ATI driver file name, then press Enter to execute the command:

    chmod +x ./ati-driver

    That will make the program executable; this must be done before you can run it. Now it's time to run the installer. Again, use tab completion instead of typing the name in. You have to add the ./ before the filename to tell the terminal program that the file you are referring to is in the current directory. If you don't specify that, the terminal will look in other places for the file. It sounds crazy, yes, but that's the way GNU/Linux is (and Unix before it). For the below example, the entire file name is typed in. Please note that this may not be the same file name that you downloaded -- it is only an example. You should use tab completion when you type this command in so that you don't accidentally mis-type the long file name. The part of the example that will not change is the switch statement after the file name (the part with the dashes). Here's the example command for the ATI driver installer for a 32-bit system:

    ./ati-driver-installer-8.24.8-x86.run --buildpkg SuSE/SUSE101-IA32

    And for a 64-bit system:

    ./ati-driver-installer-8.24.8-x86_64.run --buildpkg SuSE/SUSE101-AMD64

    After a few dozen lines of text, a driver package will be created. Go ahead and run it with the following command (the first example is for 32-bit systems):

    rpm -ivh fglrx_6_9_0_SUSE101-8.24.8-1.i386.rpm

    And for 64-bit systems:

    rpm -ivh fglrx64_6_9_0_SUSE101-8.24.8-1.x86_64.rpm

    Update your system environment variables with this command:

    ldconfig

    Next, you need to tell SUSE that you want to use this driver instead of the standard one:

    aticonfig --initial --input=/etc/X11/xorg.conf

    Lastly, you have to tell YaST which driver to load (that's a zero in the example, not a letter):

    sax2 -r -m 0=fglrx

    Now reboot your computer by typing the following command:

    reboot

    The next time your system starts, you'll have hardware 3D video acceleration. Please note that every time you update your kernel, you must re-install the ATI video driver.


    Thanks Jem Report!! http://www.thejemreport.com/mambo/content/view/254

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...