Enable Ubuntu8.04 to support projectors

Source: Internet
Author: User
Environment: Ubuntu8.04PC: Dell-Latitude-D500 open xorg. confgksudogedit/etc/X11/xorg. conf modify Section "Device" as follows: Section "Device" Identifier "ConfiguredVideoDevice" Option "TwinView" "True" Option "TwinViewOr

Environment: Ubuntu8.04 PC: Dell-Latitude-D500

Open xorg. conf
Gksudo gedit/etc/X11/xorg. conf

Modify Section "Device" as follows:

Section "Device"
Identifier "Configured Video Device"
Option "TwinView" "True"
Option "TwinViewOrientation" "Clone"
Option "UseEdidFreqs" "True"
Option "Metamodes" "1024x768_60, 1024x768; 1024x768_60, 800x600"
EndSection


Save. Connect the projector and restart Xwindows (Ctrl + Alt + Backspace.

An article I found on the Internet was changed as follows:

Section "Device"
Identifier "Videocard0"
Boardname "NVIDIA GeForce 8 Series"
Busid "PCI: 1: 0: 0"
Option "NoLogo" "True" # Do Not Display Nvidia LOGO
Option "NoPowerConnectorCheck" "True"
Option "TwinView" "True" # enable dual-display support. This is the most important Option;
Option "TwinViewOrientation" "Clone" # dual-display support mode. clone is replication, that is, the two are completely consistent;
Option "UseEdidFreqs" "True"
Option "Metamodes" "1440x900_60, NULL; 1440x900_60, 1024x768" # This line is also important, indicating the resolution of the two devices. The first one before the comma is the local display device, the second device after the comma (,) is an external device. Separate multiple sets of devices with semicolons (;). You can set two sets of solutions or more.
# Option "Metamodes" "1440x900_60, NULL; 1440x900_60, 800X600"
# Option "SecondMonitorHorizSync" "31-82"
# Option "SecondMonitorVertRefresh" "56-76"
Option "NoTwinViewXineramaInfo" "True"
Driver "nvidia"
Screen 0
Vendorname "NVIDIA"
BoardName "Quadro NVS 140 M"
EndSection

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.