LinuxQuestions.org
Visit Jeremy's Blog.
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 06-12-2002, 03:44 AM   #1
yBr
LQ Newbie
 
Registered: Jun 2002
Location: Nancy, France
Distribution: mandrake 8.2
Posts: 4

Rep: Reputation: 0
Question trident card and dual head


Hello,

I've a trident cyberblade i7 as vide card.
This is a dual head card (there's two vga out) connected to two screens (a 12" LCD and a classic 17")
And I try to configure it to have my desktop on the two (one half on each screen).

But I don't know how to do that.
I've search documentation but the only I found concern computers with two cards.

Does anyone know how to do or how to find documentation about it ?

Thanks in advance,
Yves
 
Old 06-12-2002, 10:35 AM   #2
NSKL
Senior Member
 
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207

Rep: Reputation: 47
I am not sure but i think what you want to do is called Xinerama, and has to be configured in your XF86Conf file. Try a search on xinerama dual head and see what you come up with.
Hope that helps a bit
-NSKL
 
Old 06-13-2002, 07:09 AM   #3
yBr
LQ Newbie
 
Registered: Jun 2002
Location: Nancy, France
Distribution: mandrake 8.2
Posts: 4

Original Poster
Rep: Reputation: 0
Hello,

In fact I've tried to do this with xinerama but it don't work too.

The problem I have is it's written (when I do a startx) that my device is used.

Finaly I suppose my driver don't support the dual head (but my card yes).

So if someone wants to write a new driver for a trident cyberblade i7 with the support of dual head, I'm OK to test it...

bye,
Yves
 
Old 06-13-2002, 07:14 AM   #4
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
it's probably supported, but i wouldn't recommend xinerama... bit poor i think. what i use is just a basic dual head configuration, manually set up in XF86Config:

============================
Section "Device"
Identifier "SiS 6326 1"
VendorName ""
BoardName ""
Driver "sis"
Option "DPMS" "on"
BusID "PCI:0:9:0"
Option "sw_cursor"
Option "videoram" "8192"
EndSection

Section "Device"
Identifier "NVIDIA GeForce2 DDR (generic) 2"
VendorName ""
BoardName ""
Driver "nvidia"
Option "DPMS" "on"
BusID "PCI:1:0:0"
# Option "sw_cursor"
EndSection
=============================
Section "ServerLayout"
Identifier "both"
Screen "screen1"
Screen "screen2" LeftOf "screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
=========================

a few relelvant excerpts. the only big difference you have s that both outputs are on the same card, and i'm not totally sure how you address them specifically, but it's certainly possible. have a root around a few howto's and free86.org
 
Old 06-13-2002, 07:37 AM   #5
yBr
LQ Newbie
 
Registered: Jun 2002
Location: Nancy, France
Distribution: mandrake 8.2
Posts: 4

Original Poster
Rep: Reputation: 0
I have something like this :

Section "Device"
Identifier "trident1"
VendorName ""
BoardName ""
Driver "trident"
Option "DPMS" "on"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "trident2"
VendorName ""
BoardName ""
Driver "trident"
Option "DPMS" "on"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "ServerLayout"
Identifier "layout"
Screen "screen1"
Screen "screen2" RightOf "screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

This configuration work on a matrox g450 (dual head card, with two vga output)

But it don't work for me

Do you know where I can ask to someone try to write a good driver (perhaps it can interest other people...) ?

bye,
Yves
 
Old 06-13-2002, 08:02 AM   #6
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
well all i can suggest is to try changing round the screen numbers etc. start screen2 and then add screen1 maybe...
 
Old 06-13-2002, 10:04 AM   #7
NSKL
Senior Member
 
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207

Rep: Reputation: 47
Acid_Kewpie: With the configuration you have, do you have two seperate X sessions on each screen or one X session with the desktop that spans over the two physical screens?
Am i making sense?
Thanks
-NSKL
 
Old 06-16-2002, 12:17 PM   #8
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
This is on a separate thread, but Kewp was so kind as to make public his whole honkin' XF86Config file for a dual head, two card, no xinerama set-up:

http://cakenet.dynu.com/dualhead

Cheers,

Finegan
 
  


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 head with one card al3 Linux - Hardware 2 11-01-2005 11:16 AM
PNY GeForce 6600 card on Suse 9.3 with dual head eboatman Linux - Hardware 1 08-27-2005 10:27 PM
Dual Head Card help xbill311x Linux - Hardware 12 08-21-2005 07:40 PM
Configuring dual head video card for 2 monitors in FC2? the_rhino Fedora 1 02-10-2005 03:20 PM
HELP! dual head ati radeon 9000 card foksot Linux - Hardware 2 06-11-2004 11:06 PM

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

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