Diff for "Video"


Differences between revisions 38 and 40 (spanning 2 versions)
Revision 38 as of 2008-05-27 11:23:44
Size: 7539
Editor: yangmei
Comment:
Revision 40 as of 2008-05-27 23:42:22
Size: 8007
Editor: yangmei
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: 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:
{{{sudo dpkg-reconfigure -phigh xserver-xorg
}}}
This will attempt to reconfigure your X Server by asking you a series of questions. '''Note''': This ''will'' overwrite your current xorg.conf file. It is best to try and restore a previously working xorg.conf configuration file. '''Make many backups!'''

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:

  • [:BinaryDriverHowto: General Binary Driver Guide] - Try this section first.

  • [:BinaryDriverHowto/ATI: Ubuntu ATI Binary Driver Howto]
  • [:BinaryDriverHowto/Nvidia: Ubuntu nVidia Binary Driver Howto]
  • Ubuntu Intel Binary Driver Howto

For additional troubleshooting resources, please also see the [https://wiki.ubuntu.com/X Ubuntu X Team wiki]

Xorg.conf

[http://en.wikipedia.org/wiki/X_Window_System XWindowSystem] configuration file is in /etc/x11/xorg.conf . You can backup it:

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 hard disk file as said before).

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: {{{sudo dpkg-reconfigure -phigh xserver-xorg }}} This will attempt to reconfigure your X Server by asking you a series of questions. Note: This will overwrite your current xorg.conf file. It is best to try and restore a previously working xorg.conf configuration file. Make many backups!

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 often do not provide full support of all of the video card's features.

Proprietary drivers are the drivers that the manufacturer has programmed and provides. These drivers do provide the source code and the community programmers cannot modify. 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 usually 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 able or even willing 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

  • [:BinaryDriverHowto/ATI: Ubuntu ATI Binary Driver Howto] - Guide for enabling the ATI binary drivers along with links discussing common problems.
  • [:RadeonDriver: Ubuntu ATI Open Source Driver Howto] - Guide for enabling the ATI open source drivers.

  • [:RadeonDriver#head-c3c53d7252cd89f85898dd794ca17115011ad30f: ATI Open Source - Dual Head] - How to enable dual head (multi-monitor) support using the Open Source Driver.

  • [:Radeon 9200/9250 (RV280) and DVI:Radeon 9200/9250 (RV280) and DVI] - How to get DVI output working with ATI RV280 series video cards?

nVidia

  • [:BinaryDriverHowto/Nvidia: Ubuntu nVidia Binary Driver Howto] - Guide for enabling the nVidia binary drivers along with links discussing common problems.
  • [:Latest_Nvidia_Dapper: Nvidia Driver] - How to install the both the latest driver and the one in the repositories (it also includes a detailed Problems Section)
  • [:NvidiaTroubleshooting:Nvidia Troubleshooting] - How to solve OpenGL Problems with Nvidia Drivers

  • [:NvidiaTVOut:Nvidia TV Out] - View X simultaneously on your monitor and TV

  • [:NvidiaManual:Nvidia manual drivers installation] - How to install the Nvidia accelerated drivers without apt

  • [:NvidiaMultiMonitors:Multiple monitors with nVidia] - how to enable dual screens with the nVidia driver

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

Matrox

Via

General Video Card Information

TODO (General Links for: Dual Head support, Compiz Fusion, video playback, hardware acceleration)

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

  • [:Asus_P7131_Dual] - Help on installing an Asus P7131 dual DVB card.
  • [:DViCO_Dual_Digital_4:DViCO Dual Digital 4 (and probably other DViCO cards)] - How to get the DViCO Dual Digital 4 DVB Card (and most likely other DViCO cards like the NANO, FusionHDTV DVB-T Pro and Dual Express) working.

Hardware Virtualization

  • [:VMware-Xorg-7] - Help solving issues after upgrading to 6.10 Edgy.

Help!

If you have a question that is unanswered, please visit the [http://www.ubuntuforums.org/ Ubuntu Forums] and feel free ask questions! Try some of the following threads:

See also

* http://en.wikipedia.org/wiki/Xorg.conf


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)