Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
Ok ive got an ATI RADEON X1300 Pro AGP 8x 256 MB and i cant get it installed. Ive got a dual booted pc wit XP and Linux Ubuntu running ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    10

    Exclamation Video Card driver

    Ok ive got an ATI RADEON X1300 Pro AGP 8x 256 MB and i cant get it installed. Ive got a dual booted pc wit XP and Linux Ubuntu running on it.
    Ive got the card installed on windows no problem of course, but im new to linux so im running into brick walls with it.

    I went to restricted drivers manager, it prompted me for the root password, i did that, and then tried to enable the card but when i do, it does nothing. it still says its not enabled. ive tried running the driver installer but it wont let me all it says is i need to be super user to install it. Please help!!

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Did you reboot after enabling it? If you want to run the manual one you need to use su or sudo to give you root privelages.

  3. #3
    Just Joined!
    Join Date
    Jul 2007
    Posts
    10
    Yes, I rebooted, and it still says "Not in use."

  4. #4
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470
    did you got root previlages while installing drivers.

    use sudo for obtaining root previlages
    life is the greatest opportunity that the nature had given you

  5. #5
    Just Joined!
    Join Date
    Jul 2007
    Posts
    10
    what is sudo and where do i get it

  6. #6
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102
    sudo is a command placed at the beginning of each command you want to have root privilages.

    For example:

    rm /home/user/a/b.txt (this command hasn't got root privilages)
    sudo rm /home/user/a/b.txt (this command does have root privilages)

    When you have root privilages you are essentially becomming an administrator so use the power wisely. I have made some lovely mistakes in the past thanks to super user privilages.

    P.S. You type these commands in the terminal. And did I mention ATI cards are annoying on Linux lol :P.
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

  7. #7
    Just Joined!
    Join Date
    Jul 2007
    Posts
    10
    so if i wanted to run a file what command would i use

  8. #8
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470
    so if i wanted to run a file what command would i use
    simply use sudo fallowed by the file name

    example: for running fdisk

    Code:
    sudo fdisk
    life is the greatest opportunity that the nature had given you

  9. #9
    Just Joined!
    Join Date
    Jul 2007
    Posts
    10
    ok

    this is what i did

    sudo sh!t.run


    except the ! is an i , i renamed the file to make it easier

  10. #10
    Just Joined!
    Join Date
    Jul 2007
    Posts
    10
    oh my bad lol, it didnt work, all it said is no such command "sh!t.run"

Page 1 of 2 1 2 LastLast

Posting Permissions

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