OpenQNX :: The QNX Community Portal

Jul 04, 2009 - 03:22 AM
Google
  Web openqnx.com   
     Create an account Home · Submit News · QNX Forums · QNX Download · Search   
_
Main Menu
Who's Online
There are 23 unlogged users and 0 registered users online.

You can log-in or register for a user account here.

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
Nick C.
Post subject: Which Modern Radeon Cards Proven to Work in Dual Head mode?  PostPosted: Nov 16, 2004 - 03:37 PM
Guest





The cards listed in the docs are no longer readily available (that is -
boards such as the Radeon 9000 etc. - maybe these chipsets are found on
other boards, I don't know)

Supported chipsets
a.. RADEON
b.. RADEON VE
c.. RADEON 7500
d.. RADEON 8500
e.. RADEON 9000
f.. RADEON 9700
g.. RADEON MOBILITY M6
h.. RADEON MOBILITY M7


I had assumed that all AGP/PCI Radeon cards would work (e.g. a Radeon 9200
would be based on the 9000 chipset). I am able to get a Radeon 7000 VE (AGP)
working in dual head mode.

I bought a Radeon 9200SE AGP expecting it to work. But it doesn't. Both
displays show the region for the 1st display.

Which currently available Radeons are known to work in dual head mode? I'd
prefer to buy the one with the longest product life left (i.e. the latest
board).

Thanks!
Nick


============================================================

config file that works for the Radeon 7000 and does not work for the 9200SE
(yes I change the device id)

[GLOBAL]
devices = radeon

[DEVICE.radeon]
dllpath = devg-radeon.so

pci_vendor_id = 0x1002
pci_device_id = 0x4151
pci_index = 0

displays = 2

plugins = photon

photon =

[DEVICE.radeon.0]
xres = 800
yres = 600
bitpp = 32
refresh = 60
region_x = 0

[DEVICE.radeon.1]
xres = 800
yres = 600
bitpp = 32
refresh = 60
region_x = 800

[PLUGIN.photon]
dllpath = gri-photon.so



PCI output........


# pci

PCI version = 2.10

Class = Mass Storage (IDE)
Vendor ID = 8086h, Intel Corporation
Device ID = 24dbh, Unknown Unknown
PCI index = 0h
PCI IO Address = 0h enabled
PCI IO Address = 0h enabled
PCI IO Address = 0h enabled
PCI IO Address = 0h enabled
PCI IO Address = ffa0h enabled
PCI Mem Address = ffeffc00h enabled
PCI Int Pin = INT A
Interrupt line = no connection

Class = Mass Storage (IDE)
Vendor ID = 8086h, Intel Corporation
Device ID = 24d1h, Unknown Unknown
PCI index = 0h
PCI IO Address = ec00h enabled
PCI IO Address = e800h enabled
PCI IO Address = e400h enabled
PCI IO Address = e000h enabled
PCI IO Address = dc00h enabled
PCI Int Pin = INT A
Interrupt line = 0
CPU Interrupt = 0h

Class = Multimedia (Audio)
Vendor ID = 8086h, Intel Corporation
Device ID = 24d5h, Unknown Unknown
PCI index = 0h
PCI Mem Address = ffaff800h enabled
PCI Mem Address = ffaff400h enabled
PCI Int Pin = INT B
Interrupt line = 3
CPU Interrupt = 3h

Class = Display (VGA)
Vendor ID = 1002h, ATI Technologies
Device ID = 4151h, Unknown Unknown
PCI index = 0h
PCI Mem Address = e0000000h enabled
PCI IO Address = a800h enabled
PCI Mem Address = ff7f0000h enabled
PCI Expansion ROM = ff7c0000h disabled
PCI Int Pin = INT A
Interrupt line = 11
CPU Interrupt = bh

Class = Display (Unknown)
Vendor ID = 1002h, ATI Technologies
Device ID = 4171h, Unknown Unknown
PCI index = 0h
PCI Mem Address = d0000000h disabled
PCI Mem Address = ff7e0000h disabled
PCI Int Pin = NC
Interrupt line = no connection

Class = Network (Ethernet)
Vendor ID = 8086h, Intel Corporation
Device ID = 1019h, Unknown Unknown
PCI index = 0h
PCI Mem Address = ff8e0000h enabled
PCI IO Address = bc00h enabled
PCI Int Pin = INT A
Interrupt line = 10
CPU Interrupt = ah
 
   
Reply with quote Back to top
Nick C.
Post subject: Re: Which Modern Radeon Cards Proven to Work in Dual Head mo  PostPosted: Nov 16, 2004 - 07:35 PM
Guest





Here's the list I can buy cards from...

http://www.mwave.com/mwave/ProdVIDEOCARDS-ATIOEM.hmx?updepts=VID&DNAME=Video+Cards

and here's another

http://www.mwave.com/mwave/ProdVID-ATI.hmx?updepts=VID&DNAME=Video+Cards

Thanks!
Nick
 
   
Reply with quote Back to top
Igor Mazanov
Post subject: Re: Which Modern Radeon Cards Proven to Work in Dual Head mo  PostPosted: Jan 25, 2005 - 09:36 AM
Guest





Hello,

I've just checked Radeon 9600 with updated radeon driver. It works for separate
displays in the dual head configuration (region_x configuration file option works).

Regards,
Igor.

Nick C. wrote:
Quote:
The cards listed in the docs are no longer readily available (that is -
boards such as the Radeon 9000 etc. - maybe these chipsets are found on
other boards, I don't know)

Supported chipsets
a.. RADEON
b.. RADEON VE
c.. RADEON 7500
d.. RADEON 8500
e.. RADEON 9000
f.. RADEON 9700
g.. RADEON MOBILITY M6
h.. RADEON MOBILITY M7


I had assumed that all AGP/PCI Radeon cards would work (e.g. a Radeon 9200
would be based on the 9000 chipset). I am able to get a Radeon 7000 VE (AGP)
working in dual head mode.

I bought a Radeon 9200SE AGP expecting it to work. But it doesn't. Both
displays show the region for the 1st display.

Which currently available Radeons are known to work in dual head mode? I'd
prefer to buy the one with the longest product life left (i.e. the latest
board).

Thanks!
Nick


============================================================

config file that works for the Radeon 7000 and does not work for the 9200SE
(yes I change the device id)

[GLOBAL]
devices = radeon

[DEVICE.radeon]
dllpath = devg-radeon.so

pci_vendor_id = 0x1002
pci_device_id = 0x4151
pci_index = 0

displays = 2

plugins = photon

photon =

[DEVICE.radeon.0]
xres = 800
yres = 600
bitpp = 32
refresh = 60
region_x = 0

[DEVICE.radeon.1]
xres = 800
yres = 600
bitpp = 32
refresh = 60
region_x = 800

[PLUGIN.photon]
dllpath = gri-photon.so



PCI output........


# pci

PCI version = 2.10

Class = Mass Storage (IDE)
Vendor ID = 8086h, Intel Corporation
Device ID = 24dbh, Unknown Unknown
PCI index = 0h
PCI IO Address = 0h enabled
PCI IO Address = 0h enabled
PCI IO Address = 0h enabled
PCI IO Address = 0h enabled
PCI IO Address = ffa0h enabled
PCI Mem Address = ffeffc00h enabled
PCI Int Pin = INT A
Interrupt line = no connection

Class = Mass Storage (IDE)
Vendor ID = 8086h, Intel Corporation
Device ID = 24d1h, Unknown Unknown
PCI index = 0h
PCI IO Address = ec00h enabled
PCI IO Address = e800h enabled
PCI IO Address = e400h enabled
PCI IO Address = e000h enabled
PCI IO Address = dc00h enabled
PCI Int Pin = INT A
Interrupt line = 0
CPU Interrupt = 0h

Class = Multimedia (Audio)
Vendor ID = 8086h, Intel Corporation
Device ID = 24d5h, Unknown Unknown
PCI index = 0h
PCI Mem Address = ffaff800h enabled
PCI Mem Address = ffaff400h enabled
PCI Int Pin = INT B
Interrupt line = 3
CPU Interrupt = 3h

Class = Display (VGA)
Vendor ID = 1002h, ATI Technologies
Device ID = 4151h, Unknown Unknown
PCI index = 0h
PCI Mem Address = e0000000h enabled
PCI IO Address = a800h enabled
PCI Mem Address = ff7f0000h enabled
PCI Expansion ROM = ff7c0000h disabled
PCI Int Pin = INT A
Interrupt line = 11
CPU Interrupt = bh

Class = Display (Unknown)
Vendor ID = 1002h, ATI Technologies
Device ID = 4171h, Unknown Unknown
PCI index = 0h
PCI Mem Address = d0000000h disabled
PCI Mem Address = ff7e0000h disabled
PCI Int Pin = NC
Interrupt line = no connection

Class = Network (Ethernet)
Vendor ID = 8086h, Intel Corporation
Device ID = 1019h, Unknown Unknown
PCI index = 0h
PCI Mem Address = ff8e0000h enabled
PCI IO Address = bc00h enabled
PCI Int Pin = INT A
Interrupt line = 10
CPU Interrupt = ah

 
   
Reply with quote Back to top
falcon_sg
Post subject: re:Which Modern Radeon Cards Proven to Work in Dual Head mod  PostPosted: Aug 10, 2005 - 02:08 AM
New Member


Joined: Jul 20, 2005
Posts: 9
Location: Singapore
Can anyone assist me in realising multi head display in QNX 6.3? EXAMPLEs will be well appreciated. I'm using the SMI Lynx 721 Chipset which supports dual independent displat currently in WIndows environment. Thinking of realising it in QNX. The idea is to direct console 1 to display 1 and console 2 to display 2. Thanks
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
All logos and trademarks in this site are property of their respective owners. The comments are property of their posters.
Powered by OpenQNX: The QNX Community Portal Site
QNX and the QNX logo are registered trademarks of QNX Software Systems.