Don't want dualhead but dual graphics cards

John Nielsen lists at jnielsen.net
Mon Aug 18 18:58:36 UTC 2008


On Monday 18 August 2008 04:29:38 am Bernt Hansson wrote:
> Hello list
>
> I've managed to get my 2 Radeon 3870 to work with freebsd 7.0 amd64
> in dual head config wich is an improvement. Before I had to pull out
> one of the cards after a reboot now I only need to switch the connector
> on the back of the box.
>
> My question is: how do I get 2 cards to work with the primary screen?

Assuming you have both adapters working but coming up as separate 
displays, you may just need to enable Xinerama to combine them:

Section "ServerFlags"
        Option       "Xinerama" "1"
EndSection

If that's not what you're after then you may need to specify more details. 
Also consider posting to -questions rather than -x11 as the former has a 
wider readership and is probably more appropriate for general howto 
questions.

JN

> uname -v
> FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008
> root at driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
>
> xorg.conf
>
> Section "Monitor"
>
>     Identifier  "hitachi cm752et"
>     HorizSync   31-101
>     VertRefresh 50-160
>
> EndSection
>
> # Device configured by me:
>
> Section "Device"
>     Identifier  "his radeon 3870"
>     Driver      "radeon"
>     BusID       "PCI:1:0:0"
>     #VideoRam    512000
>     # Insert Clocks lines here if appropriate
> EndSection
>
> Section "Device"
>     Identifier  "his radeon 3870-2"
>     Driver      "radeon"
>     BusID       "PCI:4:0:0"
>     #VideoRam    512000
>     # Insert Clocks lines here if appropriate
> EndSection
> Section "Screen"
>     Identifier  "Screen 1"
>     Device      "his radeon 3870"
>     Monitor     "hitachi cm752et"
>     DefaultDepth 24
>
>     Subsection "Display"
>         Depth       8
>         Modes       "640x480" "800x600" "1024x768" "1280x1024"
> "1600x1200" ViewPort    0 0
>     EndSubsection
>     Subsection "Display"
>         Depth       16
>         Modes       "640x480" "800x600" "1024x768" "1280x1024"
> "1600x1200" ViewPort    0 0
>     EndSubsection
>     Subsection "Display"
>         Depth       24
>         Modes       "640x480" "800x600" "1024x768" "1280x1024"
> "1600x1200" ViewPort    0 0
>     EndSubsection
> EndSection
>
> Section "Screen"
>     Identifier  "Screen 2"
>     Device      "his radeon 3870-2"
>     Monitor     "hitachi cm752et"
>     DefaultDepth 24
>
>     Subsection "Display"
>         Depth       8
>         Modes       "640x480" "800x600" "1024x768" "1280x1024"
> "1600x1200" ViewPort    0 0
>     EndSubsection
>     Subsection "Display"
>         Depth       16
>         Modes       "640x480" "800x600" "1024x768" "1280x1024"
> "1600x1200" ViewPort    0 0
>     EndSubsection
>     Subsection "Display"
>         Depth       24
>         Modes       "640x480" "800x600" "1024x768" "1280x1024"
> "1600x1200" ViewPort    0 0
>     EndSubsection
> EndSection
>
> Section "ServerLayout"
>     Identifier  "Simple Layout"
>
>         Screen "Screen 1"
>         Screen "Screen 2"
>
>     InputDevice "Mouse1" "CorePointer"
>     InputDevice "Keyboard1" "CoreKeyboard"
>
> EndSection
>
> _______________________________________________
> freebsd-x11 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"




More information about the freebsd-x11 mailing list