Results 1 to 6 of 6

Thread: TI Radeon HD 3650 support

  1. #1
    Join Date
    Jul 2008
    Beans
    50

    TI Radeon HD 3650 support

    My monitor supports 1680x1050 resolution, and I have an ATI Radeon HD 3650 card with 512MB RAM. I downloaded the ATI driver, and tried to double click on it (it has a .run extension), but nothing happens. I am a Windows user, just installed UBUNTU. What do I do to get this driver installed, and should I expect any issues with support for the ATI 3650?

  2. #2
    Join Date
    Jul 2008
    Beans
    4

    Re: TI Radeon HD 3650 support

    try opening a terminal and typing chmod +x *name of file* and press enter. then use ./*name of file* to run it. remember to include the extension.

  3. #3
    Join Date
    Jul 2008
    Beans
    50

    Re: TI Radeon HD 3650 support

    It's telling me I need to be logged in as a super-user to run it.

  4. #4
    Join Date
    Sep 2006
    Location
    Romania
    Beans
    41
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: TI Radeon HD 3650 support

    Then just add sudo before the command.
    sudo allows you to run programs as super-user/root, but be careful when using it.
    Notebook: ASUS F5SL, 1.83GHz Intel Core 2 Duo T5550, 2GB RAM, 160GB HDD SATA, ATI Radeon HD3470 graphics card, 15.4" WXGA+ screen
    Desktop: 1.7GHz Celeron CPU, 1GB RAM, 40GB HDD, nVidia FX5200 graphics card, BenQ T201WA 20'' LCD monitor.

  5. #5
    Join Date
    Jul 2008
    Beans
    50

    Re: TI Radeon HD 3650 support

    Quote Originally Posted by PetruM View Post
    Then just add sudo before the command.
    sudo allows you to run programs as super-user/root, but be careful when using it.

    It's telling me "command not found"

  6. #6
    Join Date
    Mar 2007
    Beans
    21

    Re: TI Radeon HD 3650 support

    Usually when you download a file, the default location will be the desktop. However when you log into a terminal, by default you will be in the user home directory. So try these commands once you open a terminal - first change the directory:

    Code:
    cd Desktop
    Change the permission of the file to make it executable as stated earlier:

    Code:
    sudo chmod +x <<name of downloaded file>>
    Then run it:

    Code:
    sudo sh ./<<name of downloaded file>>
    Hope this helps!

Bookmarks

Posting Permissions

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