LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-28-2006, 09:29 PM   #1
almcneill
Member
 
Registered: Jan 2006
Posts: 69

Rep: Reputation: 15
Dual Monitors, Swapping screen 1 for screen 0


Just out of curiosity, I was wondering if this has been done.

I have an nvidia GeForce FX 5500 agp card, standard svga out, dvi out, and tv out.

I am using 2 monitors, on the dvi out I have a 19", on the svga out I have a 17", current os installed is suse 10.1 (remastered).

I have set up my xorg.conf to do dual monitors (seperate x displays), the 17" sits above the 19", linux see's the svga as the primary out (screen 0), and the dvi as the secondary out (screen 1). NO XINERAMA or TWINVIEW, not to my taste.

I would like my dvi out to be the primary (screen 0) and the svga to be secondary (screen 1), and yes I have tried the obvious and reconfig'ed the xorg.conf file, but the dvi somehow keeps coming out as the secondary...

Any suggestions would be greatly appreciated.
 
Old 11-30-2006, 07:33 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
if this is a standard xinerama config, not twinview or anything, it should just be a case of changing the initial screen declaration and the relative "leftof" or "rightof" entries. the first screen declared within the server section should be :0.0 and whatever screen is added as a relative to that screen would be the :0.1.

not done xinerama for a while now but it should just be the difference between
Code:
Section "ServerLayout"
  Screen Screen0
  Screen Screen1 leftof Screen0
  ...
EndSection
compared to
Code:
Section "ServerLayout"
  Screen Screen1
  Screen Screen0 rightof Screen1
  ...
EndSection
massive syntacical errors aside....
 
Old 11-30-2006, 12:54 PM   #3
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Try something like this changing to your settings of course the UseDisplayDevice is the important part.

Code:
Section "Device"
 Identifier "NVIDIA0"
 Driver "nvidia"
 Option "UseDisplayDevice" "DFP"
 Screen 0
 BusID "PCI:1:0:0"
EndSection


Section "Device"
 Identifier "NVIDIA1"
 Driver "nvidia"
 Option "UseDisplayDevice" "CRT"
 Screen 1
 BusID "PCI:1:0:0"
EndSection
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Using dual monitors/dual heads displays a black screen (Fedora 6) ttnunam Linux - General 4 04-21-2007 12:50 AM
fullscreen application and dual-screen: selecting which which screen to use silex_88 Ubuntu 3 10-19-2006 07:51 PM
Configuring XF86Config-4 To have Dual Monitors (One big screen) unleaded17 Linux - Software 1 10-19-2005 07:56 AM
Between sessions: cut/paste, multiple on one screen, dual monitors Z505 Linux - General 0 04-03-2005 01:42 PM
using dual-screen / monitors zegenie Linux - General 9 10-02-2002 12:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration