LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 12-27-2010, 10:04 PM   #1
gelam
Member
 
Registered: Oct 2009
Posts: 42

Rep: Reputation: 0
Dual monitor setup in Fedora 13


I am running Fedora 13 on a PC I built myself - MSI motherboard 785-E53. It has onboard DVI which my primary monitor is hooked to. I added an older 17" CRT to the onboard analog output and the main desktop with my icons and panels immediately switched to the CRT. Kernel is 2.6.34.7-66.fc13.i686, lspci -v says VGA compatible controller ATI Technologies Inc RS880 (Radeon HD 4200). How can I get flatscreen on the DVI output to be the primary?

Any help appreciated,

Gary
 
Old 12-27-2010, 11:43 PM   #2
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
you would probably need to install the proprietary ATI video drivers for you card to get a dual head set-up from your system
 
Old 12-28-2010, 08:33 AM   #3
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You do not need the proprietary drivers to get a dualhead setup. Both gnome and KDE have display configuration utilities that should let you setup the monitors, and make one or the other primary. Have you tried this yet?
 
Old 12-28-2010, 01:05 PM   #4
gelam
Member
 
Registered: Oct 2009
Posts: 42

Original Poster
Rep: Reputation: 0
Adam - I was going to Preferences - Monitors; I did find a choice for displays in Control center which I didn't notice before. However, under the settings tab in display the CRT resolution etc is already listed and if I go to Dual head & check the "use dual head" box it won't let me OK out of it because it is looking for me to choose the 2nd video card which doesn't exist. VGA and DVI outputs are both from the motherboard....
 
Old 12-28-2010, 01:17 PM   #5
gelam
Member
 
Registered: Oct 2009
Posts: 42

Original Poster
Rep: Reputation: 0
I suppose the simplest solution is to add the second video card and plug the CRT into that, right?
 
Old 12-28-2010, 02:27 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Actually, adding a second video card is probably not the easiest way. My guess is that both outputs from the motherboard are supported, but please show us the output of 'xrandr' so we can check.
 
Old 12-28-2010, 03:22 PM   #7
gelam
Member
 
Registered: Oct 2009
Posts: 42

Original Poster
Rep: Reputation: 0
xrandr (not logged in as root) gave this result:

Screen 0: minimum 320 x 200, current 2592 x 917, maximum 8192 x 8192
VGA-0 connected 1152x864+0+53 (normal left inverted right x axis y axis) 300mm x 225mm
1024x768 75.0 + 85.0 75.1
1152x864 75.0*
800x600 85.1 75.0
640x480 85.0 60.0
720x400 70.1
DVI-0 connected 1440x900+1152+0 (normal left inverted right x axis y axis) 410mm x 257mm
1440x900 59.9*+ 75.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1024x768 75.1 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 72.8 75.0 66.7 60.0
720x400 70.1
 
Old 12-28-2010, 05:14 PM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Alright, so it sees both monitors. Try something like this:

xrandr --output DVI-0 --primary --auto --output VGA-0 --mode 1152x864 --right-of DVI-0

Obviously, change the --right-of to --left-of if that's what you want. You can also change the mode resolution for VGA-0 to whatever you want from the list.

Adam
 
Old 12-28-2010, 06:57 PM   #9
gelam
Member
 
Registered: Oct 2009
Posts: 42

Original Poster
Rep: Reputation: 0
Works perfect!!! Can't thank you enough...
 
Old 12-28-2010, 07:09 PM   #10
gelam
Member
 
Registered: Oct 2009
Posts: 42

Original Poster
Rep: Reputation: 0
P.S. Adam - After I posted this solved, I rebooted just out of curiosity. It reverted back to CRT primary although it kept my icons on the DVI monitor this time. Found command in terminal and it put it back like it was. Thanks again.
 
Old 12-28-2010, 07:45 PM   #11
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Changes made with xrandr don't remain in effect in between X sessions. You can modify xorg.conf to position the monitors, but there's still no xorg.conf option to keep one monitor primary. I think your best bet would be to add that line to a script and have kde/gnome run that script when they start up.

Adam
 
  


Reply

Tags
dual monitor, fedora 13



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
fedora 10 dual monitor setup stevepalmateer Linux - Newbie 2 05-27-2009 11:31 AM
default monitor on nvidia / dual monitor setup fenderog SUSE / openSUSE 3 05-01-2009 05:36 PM
How to automatically disable dual monitor setup when only one monitor is present NielsKM Linux - Laptop and Netbook 1 01-01-2008 11:17 AM
Booting to wrong Monitor (w/ dual monitor setup) NeoNostalgia Linux - General 1 06-30-2004 01:49 AM
Dual head (monitor) and multiple users setup in Fedora Core 2 the theorist Fedora 0 06-03-2004 11:32 AM

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

All times are GMT -5. The time now is 08:08 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