LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-11-2008, 09:00 AM   #1
nappy
LQ Newbie
 
Registered: Dec 2002
Posts: 21

Rep: Reputation: 15
have 2 monitors connected to my pc, but lspci only finds 1.. help


Hi all. ive got this weird problem

ive got 2 identical fujitsu siemes monitors connected to my pc.
The first one on an AGP card and the second one on an onboard connection.

At the moment ive got the same screen on both monitors.. that is..
its cloned. Thats all well and dandy, but now i wanna try xinerama
with an expanded desktop spanning both monitors.. but thats
where my problem comes in.. lspci only shows 1 graphics card (seems to me its the onboard card)
anyone know what i need to do to find my second card?

heres the output from lspci:
midas:~ # lspci
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
00:03.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to CSA Bridge (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
02:01.0 Ethernet controller: Intel Corporation 82547EI Gigabit Ethernet Controller


afaik theres only 1 graphics card on that list.

any and all help appriciated.

nappy

ps: seeing that i DO have X on both monitors, only its cloned...the
signals must somehow find its way there.. but i cant see how!??

pps: using suse 10.2

ppps: header really should say: have 2 graphics cards on my pc, but lspci only finds one

Last edited by nappy; 02-11-2008 at 09:10 AM. Reason: wrong header
 
Old 02-11-2008, 09:23 AM   #2
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Are you sure you have an AGP card, not a second connector on the integrated graphics?

I assume "00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)" is the graphics on your motherboard, so lspci isn't listing your AGP card.

What cards do you see in /var/log/Xorg.0.log?
 
Old 02-11-2008, 09:31 AM   #3
nappy
LQ Newbie
 
Registered: Dec 2002
Posts: 21

Original Poster
Rep: Reputation: 15
yikes. you are correct. the second card isnt an AGP card after all.
in fact, when i take a closer look at it, it seems that its part of
the mainboard. all my pci(express)/agp slots are in fact free.
So.. what does this mean.. it means that both my monitors are connected
to the mainboard, but at different locations (i.e they are not side by side) like they do on dualcards.

im not sure how to interprent this.. can they be using the same bus
eventhough the DVI/VGA ports are on different locations on the board?

nappy

Quote:
Originally Posted by johnsfine View Post
Are you sure you have an AGP card, not a second connector on the integrated graphics?

I assume "00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)" is the graphics on your motherboard, so lspci isn't listing your AGP card.

What cards do you see in /var/log/Xorg.0.log?
 
Old 02-11-2008, 09:40 AM   #4
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
The physical location for the second connector of a motherboard display adapter can be almost anywhere. The physical location doesn't matter for the behavior.

I'm sure that Intel adapter can be configured for xinerama. Maybe it can also be configured for some xinerama-like behavior within its own driver (giving faster performance and mabe other benefits vs. using xinerama). But I have no experience with Intel graphics controllers, so I'm not the one to tell you how to do any of that.
 
Old 02-11-2008, 09:45 AM   #5
nappy
LQ Newbie
 
Registered: Dec 2002
Posts: 21

Original Poster
Rep: Reputation: 15
hmm.. okay.. thanx for the help. ill assume that they are using the same
bus and c if i can get it to work with that in mind.

nappy



Quote:
Originally Posted by johnsfine View Post
The physical location for the second connector of a motherboard display adapter can be almost anywhere. The physical location doesn't matter for the behavior.

I'm sure that Intel adapter can be configured for xinerama. Maybe it can also be configured for some xinerama-like behavior within its own driver (giving faster performance and mabe other benefits vs. using xinerama). But I have no experience with Intel graphics controllers, so I'm not the one to tell you how to do any of that.
 
  


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
YUM finds 4 updates while up2date finds 29? guest Linux - Newbie 3 03-15-2005 09:01 PM
lspci.. lspci -H.. difference on different meachines? rohan208 Linux - Wireless Networking 0 06-28-2004 11:19 AM
2 monitors, nvidia, problem with window-size (maximize uses both monitors) meximex Linux - Hardware 1 05-19-2004 04:37 AM
Gaim 0.71: pkg-config finds 2.2.3, ./configure finds 2.2.1 GreenPenInc Linux - Software 3 10-23-2003 08:00 PM
TV's, CRT Monitors, LCD Monitors... refresh rates and other questions MasterC General 13 05-12-2003 04:00 AM

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

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