From owner-freebsd-multimedia@FreeBSD.ORG Thu May 27 06:37:34 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF2016A4CE for ; Thu, 27 May 2004 06:37:34 -0700 (PDT) Received: from pgh.nepinc.com (pgh.nepinc.com [66.207.129.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B1C43D3F for ; Thu, 27 May 2004 06:37:31 -0700 (PDT) (envelope-from durham@jcdurham.com) Received: from dhcp156.pitt.nepinc.com (dhcp156.pitt.nepinc.com [192.100.100.156]) (authenticated bits=0) by pgh.nepinc.com (8.12.9p2/8.12.8) with ESMTP id i4RDa3Jj075853 for ; Thu, 27 May 2004 09:36:03 -0400 (EDT) (envelope-from durham@jcdurham.com) From: Jim Durham To: freebsd-multimedia@freebsd.org Date: Thu, 27 May 2004 09:36:02 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200405270936.02701.durham@jcdurham.com> Subject: Radeon Multi-Headed displays X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 13:37:34 -0000 Hello, Has anyone been successful in getting a Radeon Mobility 9000 chipset to work multiheaded with X on FreeBSD? I have a Dell Inspiron 600M and I have X working nicely in "non-multiheaded" mode. I have tried everything in the man page, tried a couple of XF86Config files from folks who claim they work on their laptop, all to no avail. The external monitor works, but the laptop LCD screen stays blank unless you switch it manually using the function key, then the external monitor goes blank. When you switch back to the external monitor, it is in the loser resolution of the LCD (1025x768). Here is a typical try at the monitor/screen/server layout portion of my XF86Config file. Am I doing something really wrong or is this just broken? I am running X version 4.3.0 . BTW, I have tried options "DPMS" and "NoDDC", etc. -Jim # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "Dell19" HorizSync 31.5 - 64.3 VertRefresh 60 EndSection Section "Monitor" Identifier "DellLCD" HorizSync 31.5 - 64.3 VertRefresh 60 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Radeon1" Driver "radeon" Option "AGPMode" "4" Screen 0 EndSection Section "Device" Identifier "Radeon2" Driver "radeon" Option "AGPMode" "4" Screen 1 EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Section "Screen" Identifier "ExternalScreen" Device "Radeon1" Monitor "Dell19" Option "DPMS" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "LCDScreen" Device "Radeon2" Monitor "DellLCD" Option "DPMS" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen 0 "ExternalScreen" Screen 1 "LCDScreen" LeftOf "ExternalScreen" Option "Xinerama" "on" Option "Clone" "off" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection