LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 07-03-2007, 01:42 PM   #1
Sanborn
Member
 
Registered: Jun 2007
Distribution: Suse 10.1
Posts: 40

Rep: Reputation: 15
Need help setting up second CRT for dual screen on my laptop


Hey guys, I'm running SUSE 10.1 and the laptop has a ATI Rage Mobility card. I have the CRT monitor hooked up to the VGA out on the back of the noteboot.

I opened up /etc/X11/xorg.conf and followed a few tutorials for adding a second monitor and enabling an extended desktop.

The problem is that linux keeps giving me errors about how Device[0] and Device[1] cannot share the same adapter, which makes no sense what so ever.

Does anyone have any ideas or working config for such a setup? It seems like the device portion is the problem.

They have the same Bus ID (because its the same card), is that correct setup ?

Last edited by Sanborn; 07-03-2007 at 01:44 PM.
 
Old 07-03-2007, 01:59 PM   #2
jimmy512
Member
 
Registered: Oct 2006
Location: London
Distribution: Arch
Posts: 183

Rep: Reputation: 31
If you are running the ati official drivers (fglrx), ati provide aticonfig to allow this kind of thing to be done (I did it myself before the CRT packed up).

I havent actually got the ati drivers installed at the moment, but I think that running the command:

Code:
aticonfig --help
should shed some light on how this can be done.

Quote:
The problem is that linux keeps giving me errors about how Device[0] and Device[1] cannot share the same adapter, which makes no sense what so ever.
This may be caused by the fact that on some laptops, you cannot run dual monitors as both monitor outputs (LCD and CRT) are the same. Sorry if this sounds confusing but both monitors will basically display the same thing.
 
Old 07-03-2007, 02:24 PM   #3
Sanborn
Member
 
Registered: Jun 2007
Distribution: Suse 10.1
Posts: 40

Original Poster
Rep: Reputation: 15
Ok. this is a work computer. How do I check to see if it's running fglrx ?

edit: nm i did a search and found out I have two files called fglrx_Dualhead and another one for options.

ill try that aticonfig command

Last edited by Sanborn; 07-03-2007 at 02:37 PM.
 
Old 07-03-2007, 02:49 PM   #4
Sanborn
Member
 
Registered: Jun 2007
Distribution: Suse 10.1
Posts: 40

Original Poster
Rep: Reputation: 15
Typing aticonfig in the konsole doesn't do anything, probably just doing it wrong.

Maybe a better question is WHY dont I have the dual head option in SAX2 ?

Last edited by Sanborn; 07-03-2007 at 03:09 PM.
 
Old 07-03-2007, 04:32 PM   #5
mr.ocean
LQ Newbie
 
Registered: Jul 2007
Location: Germany
Distribution: Debian etch
Posts: 6

Rep: Reputation: 0
I've had similar problems when setting up my external monitor. Quite frankly I still have an issue concerning VESA standard modelines which are not recognized by my CRT (see my post in this Linux Desktop forum), but at least it's working with suboptimal resolution...

Without seeing your xorg.conf and Xorg.0.log I can only guess your problem, but maybe it is of help for you:
- First thing to do is to update your driver if necessary. When in doubt I usually consult the handy "hwinfo" tool (just type hwinfo in your terminal window). Should it not work, first try as root. Should it still not work you have problably to install it. This tool gives you plenty information about detailed hardware configuration, drivers and so on.
- Second I have configured the same graphics device twice with a different name in xorg.conf but the same bus id:
Section "Device"
Identifier "intel internal"
Driver "i810"
Screen 0
BusID "PCI:0:2:0"
Option "DevicePresence" "true"
Option "MonitorLayout" "CRT,LFP"
EndSection

Section "Device"
Identifier "intel external"
Driver "i810"
Screen 1
BusID "PCI:0:2:0"
Option "MetaModes" "1280x1024"
Option "MonitorLayout" "CRT,LFP"
EndSection

- Next it was curcial in my trial and error sessions to activate the option "MonitorLayout" to "CRT,LFP"
- Consequently I have assigned these different devices within the xorg.conf screen configuration for the respective screens:
Section "Screen"
Identifier "Default Screen"
Device "intel internal"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Secondary Screen"
Device "intel external"
Monitor "Secondary Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Using these settings I could handle my problems... maybe it works for you, too. Should you still have problems, analysing your Xorg.0.log file is usually quite helpful!
 
Old 07-05-2007, 08:07 AM   #6
Sanborn
Member
 
Registered: Jun 2007
Distribution: Suse 10.1
Posts: 40

Original Poster
Rep: Reputation: 15
Is that the log file that puts in the messages like "device 0 and device 1 cannot share same adapter" ?
 
  


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
dual screen on dell laptop Moses420ca Linux - Hardware 0 10-19-2006 02:34 PM
Laptop: widescreen LCD, regular-screen CRT output tobim Linux - Laptop and Netbook 0 08-31-2006 01:56 PM
Setting up an IBM T23 laptop for dual boot Linux/Win2k dazz Linux - Newbie 6 05-14-2006 05:41 AM
Trouble setting up ppc laptop as dual boot drewsa Linux - Newbie 2 01-21-2005 08:32 PM
CRT or TV monitor on messed up laptop k4ution Linux - Hardware 2 10-11-2004 02:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 04:58 PM.

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