Diff for "Video"


Differences between revisions 48 and 50 (spanning 2 versions)
Revision 48 as of 2008-11-01 03:36:22
Size: 6909
Editor: c122-108-27-22
Comment:
Revision 50 as of 2008-11-01 03:38:18
Size: 6893
Editor: c122-108-27-22
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * [[BinaryDriverHowto| General Binary Driver Guide]] - Try this section first.
 * [[BinaryDriverHowto/ATI| Ubuntu ATI Binary Driver Howto]]
 * [[BinaryDriverHowto/Nvidia| Ubuntu nVidia Binary Driver Howto]
 * [[BinaryDriverHowto|General Binary Driver Guide]] - Try this section first.
 * [[BinaryDriverHowto/ATI|ATI Binary Driver HowTo]]
 * [[BinaryDriverHowto/Nvidia|nVidia Binary Driver HowTo]]

Graphics Cards

PCs can have many different video card manufacturers and models, just as cars can have many different types of makes and models. There are primarily two large video card manufacturers, ATI and nVidia along with Intel following closely. For the most part, ATI, nVidia and Intel drivers are very simple and fast to install.

Quick Links to the Binary Driver Installation Guides:

For additional troubleshooting resources, please also see the Ubuntu X Team wiki

Xorg.conf

The X configuration file can be found at /etc/X11/xorg.conf. You can back it up:

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old

If you changed your configuration file and you experience problems, you can copy the /etc/X11/xorg.conf from the Ubuntu LiveCD to your hard disk /etc/X11/xorg.conf file (before this, backup the file as described before).

If reverting back to the original xorg.conf file does not work for whatever reason and you are stuck in the terminal, you can execute the following command:

sudo dpkg-reconfigure -phigh xserver-xorg 

This will reconfigure your X server. Note: This will overwrite your current xorg.conf file.

Video Card Driver Types

There are two types of drivers that we can use: Open Source and Proprietary drivers. Open Source drivers have been created by the Linux community to function with certain video cards, and most video cards have an Open Source driver available. These types of drivers are usually licensed with the GPL and we can use these drivers freely. The advantages of using the Open Source drivers are that they are community supported and bugs can be fixed by the community programmers. The disadvantages are that the Open Source drivers sometimes do not provide full support for all of the video card's features.

Proprietary drivers are drivers written by the manufacturer. The Ubuntu development community has no access to the source code, so cannot fix bugs in these drivers. Users are allowed to use these drivers if they agree to the licensing terms. The advantages of using the Proprietary drivers are that they have been written by the manufacturer of the video card and they sometimes implement a larger set of features for the graphics card. The disadvantages are that bug fixes are usually slow and the drivers may have broken/not-fully-implemented features.

Some video cards may require the proprietary drivers, even though these drivers are not part of the open source community and cannot be fixed by open source software developers. If you encounter bugs with these closed-source drivers, developers will not be willing or even able to assist you in resolving your issues. These are the drivers that you use at your own risk.

If this is your first time here and you already know the information above along with your graphic card information, then you may skip the next section.

How do I determine my Video Card manufacturer and model?

To determine your video card manufacturer, execute the following in the console or a terminal window:

lspci | grep VGA

This will return information about the video card such as its manufacturer, model and revision number. Example:

tripp@eclipse-desktop:~$ lspci | grep VGA
02:00.0 VGA compatible controller: ATI Technologies Inc RV350 AR [Radeon 9600]

From this line we can see that ATI Technologies is the video card manufacturer and that Radeon 9600 is the video card model. With this information, we can determine next step we need to take.

Video Card Manufacturers

ATI

nVidia

Matrox

Via

Webcams

  • Webcam - Guides on installing and managing Webcams.

Ports

Firewire (IEEE1394)

  • Firewire - Hardware, drivers and software for getting ieee1394 (Firewire) to work

TV-cards

DVB

Help!

If you have a question that is unanswered, please visit the Ubuntu Forums and feel free ask questions! Try some of the following threads:

  • Beginner Talk - Where you can ask any kind of question.

  • Hardware & Laptops - Where you can see if your video card/hardware is supported. On this thread, you can ask questions about installations of video cards/hardware that are not mentioned here. Please refer to this section while in discussion on the forum so that this page may be updated if needed.


CategoryDocumentation CategoryHardware

(i) Video is part of the UserDocumentation series of index pages. Please read the WikiGuide prior to making changes.


CategoryXwindowSystem

Video (last edited 2017-08-25 21:47:50 by ckimes)