~ubuntu-manual/ubuntu-manual/xenial

« back to all changes in this revision

Viewing changes to hardware/displays.tex

  • Committer: Kevin M. Godby
  • Date: 2016-02-12 08:15:11 UTC
  • Revision ID: kevin@godby.org-20160212081511-ki6wpqkcoufy527t
Initial commit. Copied from trusty-e2 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% Written by Saad Bin Javed <sbjaved@gmail.com>, irc nick: koogee
 
2
% Updated by Sayantan Das <sayantan13@gmail.com> for Oneiric and Precise, Trusty changes
 
3
% edited 11/15/2011, Hannie (spell check, latex code check)
 
4
% Edited by Chris Woollard <cwoollard@gmail.com> for 12.04
 
5
 
 
6
\section{Displays}
 
7
\subsection{Hardware drivers}
 
8
\indexstart{drivers}
 
9
A driver is a piece of software which tells your computer how to communicate with a piece of hardware. Every component in a computer requires a driver to function, whether it's the printer, \acronym{DVD} player, hard disk, or graphics card. 
 
10
 
 
11
\marginnote{Your graphics card is the component in your computer which outputs to the display. Whether you are watching videos on YouTube, viewing \acronym{DVD}s, or simply enjoying the smooth transition effects when you maximize/minimize your windows, your graphics device is doing the hard work behind the scenes.}
 
12
The majority of graphics cards are manufactured by three well-known companies: Intel, \acronym{AMD}/\acronym{ATI}, and \acronym{NVIDIA} Corp. You can find your video card manufacturer by referring to your computer's manual, by looking for the specifications of your computer's model on the Internet, or by using the command \userinput{lspci} in a terminal. The \application{Ubuntu Software Center} houses a number of applications that can tell you detailed system information. SysInfo is one such program that you can use to find relevant information about your System devices. Ubuntu comes with support for graphics devices manufactured by the above companies, and many others, out of the box. That means you don't have to find and install any drivers yourself, Ubuntu takes care of it all.
 
13
 
 
14
Keeping in line with Ubuntu's philosophy, the drivers that are used by default for powering graphics devices are open source. This means that the drivers can be modified by the Ubuntu developers and problems with them can be fixed. However, in some cases a proprietary driver (restricted driver) provided by the company may provide better performance or features that are not present in the open source driver. In other cases, your particular device may not be supported by any open source drivers yet. In those scenarios, you may want to install the restricted driver provided by the manufacturer.
 
15
 
 
16
For both philosophical and practical reasons, Ubuntu does not install restricted drivers by default but allows the user to make an informed choice. Remember that restricted drivers, unlike the open source drivers for your device, are not maintained by Ubuntu. Problems caused by those drivers will be resolved only when the manufacturer wishes to address them. To see if restricted drivers are available for your system, go to \menu{System Settings}, then open \menu{Software and Updates} and go to the Additional Drivers tab. If a driver is provided by the company for your particular device, it will be listed there. You can simply click \button{Activate} to enable the driver. This process requires an active Internet connection and it will ask for your password. Once installation is complete you may have to reboot your computer to finish activating the driver.
 
17
 
 
18
\marginnote{Another useful resource is the official online documentation (\url{http://help.ubuntu.com}), which contains detailed information about various graphics drivers and known problems. This same documentation can be found by searching for \userinput{Help} in the Dash search bar or by pressing \keystroke{F1} on your keyboard.}
 
19
The Ubuntu developers prefer open source drivers because they allow any problem to be identified and fixed by anyone with knowledge within the community. Ubuntu development is extremely fast and it is likely that your device will be supported by open source drivers. You can use the Ubuntu Live \acronym{DVD} to check your device's compatibility with Ubuntu before installing, or go online to the Ubuntu forums or to \url{http://www.askubuntu.com} to ask about your particular device. 
 
20
\indexend{drivers}
 
21
 
 
22
\subsection{Setting up your screen resolution}
 
23
\indexstart{display!changing resolution}
 
24
One of the most common display related tasks is setting the correct screen resolution for your desktop monitor or laptop.
 
25
 
 
26
\marginnote{Displays are made up of thousands of tiny pixels. Each pixel displays a different color, and when combined they all display the image that you see. The native screen resolution is a measure of the amount of actual pixels on your display.}
 
27
Ubuntu correctly identifies your native screen resolution by itself and sets it for you. However, due to a wide variety of devices available, sometimes it can't properly identify your resolution.
 
28
 
 
29
To set or check your screen resolution, go to \menu{System Settings \then Displays}. The \window{Displays} window detects automatically the type of display and shows your display's name, size. The screen resolution and refresh rate is set to the recommended value by Ubuntu. If the recommended settings are not to your liking, you can change the same from the \dropdown{Resolution} drop-down to the resolution of your choice. Ubuntu 14.04 now includes HiDPI settings in the System Settings Display module. You can now scale menu and title bars according to your viewing needs.
 
30
\indexend{display!changing resolution}
 
31
 
 
32
% I'm adding an extra section as I feel a lot of users may need this and is supported as well. Please edit as necessary - Sayantan Das <sayantan13@gmail.com>
 
33
 
 
34
\subsection{Adding an extra display}
 
35
\indexstart{display!adding secondary}
 
36
Sometimes, you may want to add more than one display device to your desktop, or may want to add an external monitor to your laptop. Doing this is quite simple. Whether it's an extra monitor, \acronym{LCD} \acronym{TV}, or a projector, Ubuntu can handle it all. Ubuntu supports the addition of multiple displays by default, which is as easy as plug and play.
 
37
 
 
38
Ubuntu recognizes almost all the latest monitors, \acronym{TV}s and projectors by default. Sometimes it may happen that your additional display is not detected when you connect it to the machine. To resolve this, go to \menu{System Settings \then Displays} and click on \menu{Detect Displays}. This will detect the monitors connected to the machine. This menu can also be found from the \menu{Power Off} menu on the top panel. You can also search for Displays at the Dash search bar.
 
39
 
 
40
Now, there are two modes which you can enable for your displays. One option is to spread your desktop across two or more monitors. This is particularly useful if you are working on multiple projects and need to keep an eye on each of them at the same time. You can configure the screen to be on any side of your primary screen i.e. to your right, your left or on the top(particularly nice if you are working on a large screen i.e. a big monitor or a TV connected to your 12-13 inch laptop); just move the screen on the \menu{Displays} settings to the side of your choice.
 
41
 
 
42
The second option is to mirror the desktop onto each of the displays. This is useful when you are using a laptop to display something on a larger screen e.g. projector. To enable this option just check the box beside \checkbox{Mirror displays} and click \button{Apply} to save the settings. You will get a pop-up notification asking if you want to keep the current setting or revert to the previous setting. Click to keep the current setting. Starting from Ubuntu 12.04, you can also select whether you want the Unity Launcher in both the displays or only in the primary display. Ubuntu 14.04 LTS inherited better multi-monitor support for higher resolutions introduced in Ubuntu 13.04.
 
43
\indexend{display!adding secondary}
 
44