Results 1 to 3 of 3

Thread: installing graphics drivers not as sudo?

  1. #1
    Join Date
    Mar 2008
    Location
    Nottingham
    Beans
    167
    Distro
    Ubuntu

    installing graphics drivers not as sudo?

    Hi I was wondering it is at all possible to install a grphics driver not as root, i.e using sudo?

    Thanks!
    alea iacta est

  2. #2
    Join Date
    Jun 2009
    Location
    Alabama
    Beans
    2,232

    Re: installing graphics drivers not as sudo?

    I have never seen anything indicating that that could be done.

    Tim
    Cyberpower PC, Core i5 2500 3.3 gHz, 8GB DDR3, ATI 6770 1GB, Samsung BX 2440 LED 1080p, 1 TB SATA III, 2 TB SATA III, Siduction Linux 64-bit

  3. #3
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: installing graphics drivers not as sudo?

    When you use sudo you are basically becoming root for that command only, ie:

    Code:
    sudo apt-get update
    You can not, therefore, install graphics drivers, and many other things, without either becoming root or sudo-ing the command.

    sudo = superuser do! In other words, you have root privileges for that command. Not sure what graphics you are attempting to install but:

    Code:
    make
    sudo make install
    ... would probably work, if those commands are required, without need to issue:

    Code:
    sudo su
    ... before everything to become root first. Just curious: Why are you bothered/want to know? For what purpose don't you want to become root?


    Thread moved to Multimedia & Video ...
    Last edited by Bucky Ball; September 11th, 2012 at 02:05 PM.

Tags for this Thread

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
  •