Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Ubuntu Help > Setting up dual screen

Forgot Password?
 Ubuntu Help   Discussion and help about Ubuntu, Kubuntu, Xubuntu, and all the Ubuntu family

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 08-30-2006   #1 (permalink)
Just Joined!
 
Join Date: Aug 2006
Posts: 3
Setting up dual screen

Hi, im still a little bit new to ubuntu. Basically i have a dell laptop and an external dell monitor (E173FP). I am trying to get this to work as a dual monitor system by changing the xorg.conf file but i dont really know where to start (apart from make a backup of the original xorg.conf file!)

I dont know which lines to change, add to etc... (just a little annoyed cos in windows its so easy to do... )

I've seen loads of xorg files thats other people have posted but still dont get it

thanks in advance
hannv85 is offline  



Reply With Quote
Old 08-31-2006   #2 (permalink)
Just Joined!
 
Join Date: Aug 2006
Posts: 5
Dual Screen in Ubuntu

Hi,

I haven't actually done this on a laptop, but I've done it many times with desktop machines. Hopefully there is some common ground.

I posted some suggestions on how to do this with a Matrox Parhelia graphics card on the Ubuntu Forums a while back. You could check here to see if it helps at all:

http://www.ubuntuforums.org/showthread.php?t=63832

The things to remember when configuring the xorg.conf file are:

1. Each monitor requires its own section in the file.
2. Each 'device' (graphics card, or port on a graphics card) also requires its own section.
3. Each 'monitor' needs to be associated with a 'device' in a separate section called 'screen'. i.e. you will need two screen sections, each of which refers to a 'monitor' and a 'device'.
4. The relationship between the 'screen' sections is laid out in the ServerLayout section. Here you can decide whether 'screen 0' is 'left of', above, or 'right of' 'screen 1'.

It can be a bit of a logic puzzle, and you may need two configurations, one for when the laptop is docked, another for when you don't have the external monitor attached.

The part I'm not sure of is how you will tackle the 'device' section. Many graphics controllers these days have two CRTCs, but this depends on your hardware. In this case (likely) you will need the two 'device' sections to be very similar, like the one shown below:

Code:
Section "Device"
	Identifier	"card0"
	Driver		"mtx"
	BusID		"PCI:1:0:0"
Option "HWcursor" "off"
Option "DigitalScreen1" "on"
Screen 0 
EndSection

Section "Device"
	Identifier	"card1"
	Driver		"mtx"
	BusID		"PCI:1:0:0"
Option	"HWcursor" "off"
Screen 1 
EndSection
Make sure that the relationships between each 'device', 'monitor', and 'screen' are correctly set - the 'screen' sections must point to an identified monitor and device.

I hope this is some help in getting you going.

Regards,

Glenn.
Glennb is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 02:36 PM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1