Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
I'm a Linux noob so bear with me. The 4 year old PCs in my class all have integrated video processing. Do I need to install Linux video drivers? The ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    3

    Stupid Question

    I'm a Linux noob so bear with me. The 4 year old PCs in my class all have integrated video processing. Do I need to install Linux video drivers?

    The manufacturer site doesn't list any Linux drivers ...

    I run Edubuntu 9.10.

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    You'll need to issue this command in a terminal window and post the info back here.
    Code:
    lspci | grep -i vga
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Prefix sudo to gain root privileges.
    Code:
    sudo lspci | grep -i vga
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Dec 2007
    Posts
    34
    Linux comes with a series of built-in drivers ready for your type of video. You shoudn't have to worry about it. Linux is smart enough to determine what you have for a video, and will pick out the necessary driver for it. If it can't find one, then it will difinitely let you know.

  5. #5
    Just Joined!
    Join Date
    May 2005
    Location
    Palmdale, Ca
    Posts
    9

    Root privs

    Quote Originally Posted by devils casper View Post
    Prefix sudo to gain root privileges.
    Code:
    sudo lspci | grep -i vga
    root is not needed to run lspci....

  6. #6
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    root is not needed to run lspci....
    Actually, that depends. Some distros don't put lspci in the normal users execution path.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    iirc, you must have root privileges to execute lspci command in Ubuntu.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    Quote Originally Posted by handydan918 View Post
    root is not needed to run lspci....
    No, and for the example given, it's not necessary. But the verbose form (lspci -v) will return "access denied" for device capabilities for vanilla users.

    But onederer has it right. Any of the common integrated graphics (Intel, ATI, nVidia) will work "out of the box".

    Edit: Root not necessary in the distros I'm most familiar with, RH, Centos, etc. Will defer to Casper on Ubuntu, don't have an instance handy to check on.
    Last edited by Mudgen; 04-13-2010 at 02:31 AM. Reason: Acknowledgment

  9. #9
    Linux Newbie previso's Avatar
    Join Date
    Jan 2010
    Location
    SC
    Posts
    115
    The Sis card is a bit tricky to manage. I had to specifically state the "Sis" driver in Xorg.conf to enable acceleration, and SisCtrl (a separate package) to quickly shift frequencies. Depends on how much fine tuning control you want over the VidCard.

  10. #10
    Linux Newbie unlimitedscolobb's Avatar
    Join Date
    Jan 2008
    Posts
    120
    Quote Originally Posted by devils casper View Post
    iirc, you must have root privileges to execute lspci command in Ubuntu.
    Ubuntu 9.10: not confirmed. I could run lspci, lspci -v, and lspci -vv as a normal user. I also diffed lspci and sudo lspci to find no difference.

    Code:
    $ uname -a
    Linux galileo 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010 i686 GNU/Linux

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
  •  
...