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 ...
- 04-12-2010 #1Just 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.
- 04-12-2010 #2
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.
- 04-12-2010 #3
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
- 04-12-2010 #4Just 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.
- 04-13-2010 #5Just Joined!
- Join Date
- May 2005
- Location
- Palmdale, Ca
- Posts
- 9
- 04-13-2010 #6Actually, that depends. Some distros don't put lspci in the normal users execution path.root is not needed to run lspci....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.
- 04-13-2010 #7
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
- 04-13-2010 #8
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
- 04-13-2010 #9
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.
- 04-13-2010 #10


Reply With Quote
