Diff for "Video"


Differences between revisions 46 and 48 (spanning 2 versions)
Revision 46 as of 2008-11-01 03:28:05
Size: 7980
Editor: c122-108-27-22
Comment: Blink. There isn't an Intel proprietary driver!
Revision 48 as of 2008-11-01 03:36:22
Size: 6909
Editor: c122-108-27-22
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * [[BinaryDriverHowto/Nvidia| Ubuntu nVidia Binary Driver Howto]]

'''Note''': As of ''Ubuntu 8.04'' and ''Xorg 7.3'', the setup and configuration of ''/etc/X11/xorg.conf'' has changed. Please see the [[XORGHardy| Xorg in Ubuntu 8.04]] for more information.
 * [[BinaryDriverHowto/Nvidia| Ubuntu nVidia Binary Driver Howto]
Line 16: Line 14:
[[http://en.wikipedia.org/wiki/X_Window_System|XWindowSystem]] configuration file is in /etc/X11/xorg.conf . You can back it up: The [[http://en.wikipedia.org/wiki/X_Window_System|X]] configuration file can be found at /etc/X11/xorg.conf. You can back it up:
Line 22: Line 20:
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 hard disk file as said before). 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).
Line 24: Line 22:
If reverting back to you original xorg.conf file does not work for whatever reason and you are stuck in the terminal, you can execute the following command: 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:
Line 28: Line 26:
This will to reconfigure your X server. '''Note''': This will overwrite your current xorg.conf file. This will reconfigure your X server. '''Note''': This will overwrite your current xorg.conf file.
Line 58: Line 56:
 * [[RadeonDriver#head-c3c53d7252cd89f85898dd794ca17115011ad30f| ATI Open Source - Dual Head]] - How to enable dual head (multi-monitor) support using the Open Source Driver.
Line 70: Line 67:
==== Intel ====

 * [[i915Driver|i915G video cards]] - 845G/855G/865G/915G/945G chipset installation workaround on Breezy preview
 * [[Video/IntelVideoOnGigabyteGA8i865gme775Fix]] - Gigabyte GA-8I865GME-775 motherboard with builtin Intel video card and BIOS version F2 (or lower?) causes "Signal over range!" messages when changing screen resolutions (e.g. playing Super Tux).
Line 82: Line 74:

=== General Video Card Information ===
TODO (General Links for: Dual Head support, Compiz Fusion, video playback, hardware acceleration)
Line 103: Line 92:
== Hardware Virtualization ==

 * [[VMware-Xorg-7]] - Help solving issues after upgrading to 6.10 Edgy.
Line 111: Line 96:

== See also ==
* http://en.wikipedia.org/wiki/Xorg.conf

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)