From owner-freebsd-questions Tue Dec 18 13:58:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe74.pav2.hotmail.com [64.4.36.208]) by hub.freebsd.org (Postfix) with ESMTP id C047237B491 for ; Tue, 18 Dec 2001 13:56:23 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 18 Dec 2001 13:56:22 -0800 X-Originating-IP: [66.32.93.10] From: "Jeff Jeter" To: "Alan Hourihane" Cc: "FreeBSD Questions" References: <20011218210814.N2504@fairlite.demon.co.uk> <20011218212532.P2504@fairlite.demon.co.uk> Subject: Re: [Xpert]Dual Displays - FreeBSD 4.4 - Xfree86 4.1.0 Date: Tue, 18 Dec 2001 16:56:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Message-ID: X-OriginalArrivalTime: 18 Dec 2001 21:56:22.0788 (UTC) FILETIME=[D5050440:01C1880E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Got it! Thanks a lot Jeff Jeter ----- Original Message ----- From: "Alan Hourihane" To: "Jeff Jeter" Cc: "FreeBSD Questions" Sent: Tuesday, December 18, 2001 4:25 PM Subject: Re: [Xpert]Dual Displays - FreeBSD 4.4 - Xfree86 4.1.0 > You'll need to look at your monitor's specs, and put the appropriate > values in. > > Alan. > > On Tue, Dec 18, 2001 at 04:24:07PM -0500, Jeff Jeter wrote: > > Thanks, what are good values for 1024x768? i made them match Monitor 0, but > > those are to high and it doesn't work @ All > > > > ----- Original Message ----- > > From: "Alan Hourihane" > > To: "Jeff Jeter" > > Cc: > > Sent: Tuesday, December 18, 2001 4:08 PM > > Subject: Re: [Xpert]Dual Displays - FreeBSD 4.4 - Xfree86 4.1.0 > > > > > > > You need to add the HorizSync and VertRefresh parameters to Monitor1 > > > > > > Alan. > > > > > > On Tue, Dec 18, 2001 at 03:39:51PM -0500, Jeff Jeter wrote: > > > > I am running a freebsd workstation with dual dsplays. One ATI Radeon and > > one I/O Magic 3DEP (Permedia 2 chipset). I ran XFreeF86 -configure and it > > set up both display; however, the Permedia only runs in 640x480x256. When i > > comment out the 1,4,8 bit color depths, and add in Modes "1024x768" ines in > > all remaining susections (see modified at bottom) the screen/card/whatever > > won't initalize. How can i get it to work. The Permedia can handle the > > resolution/depth i want. the vesa drivers wont work and cause both screens > > to have messed up color. > > > > > > > > Thanks in advance, > > > > Jeff Jeter > > > > > > > > ------------------------XF86Config------------------------- > > > > Section "ServerLayout" > > > > Identifier "XFree86 Configured" > > > > Screen 0 "Screen0" 0 0 > > > > Screen 1 "Screen1" LeftOf "Screen0" > > > > InputDevice "Mouse0" "CorePointer" > > > > InputDevice "Keyboard0" "CoreKeyboard" > > > > EndSection > > > > > > > > Section "Files" > > > > RgbPath "/usr/X11R6/lib/X11/rgb" > > > > ModulePath "/usr/X11R6/lib/modules" > > > > FontPath "/usr/X11R6/lib/X11/fonts/misc/" > > > > FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" > > > > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > > > > FontPath "/usr/X11R6/lib/X11/fonts/CID/" > > > > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > > > > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" > > > > EndSection > > > > > > > > Section "Module" > > > > Load "extmod" > > > > Load "xie" > > > > Load "pex5" > > > > Load "glx" > > > > Load "dri" > > > > Load "dbe" > > > > Load "record" > > > > EndSection > > > > > > > > Section "InputDevice" > > > > Identifier "Keyboard0" > > > > Driver "keyboard" > > > > EndSection > > > > > > > > Section "InputDevice" > > > > Identifier "Mouse0" > > > > Driver "mouse" > > > > Option "Protocol" "auto" > > > > Option "Device" "/dev/mouse" > > > > EndSection > > > > > > > > Section "Monitor" > > > > Identifier "Monitor0" > > > > VendorName "NEC" > > > > ModelName "NEC FE700" > > > > HorizSync 31.0 - 70.0 > > > > VertRefresh 40.0 - 150.0 > > > > EndSection > > > > > > > > Section "Monitor" > > > > Identifier "Monitor1" > > > > VendorName "Monitor Vendor" > > > > ModelName "Monitor Model" > > > > EndSection > > > > > > > > Section "Device" > > > > ### Available Driver options are:- > > > > ### Values: : integer, : float, : "True"/"False", > > > > ### : "String", : " Hz/kHz/MHz" > > > > ### [arg]: arg optional > > > > #Option "NoAccel" # [] > > > > #Option "SWcursor" # [] > > > > #Option "Dac6Bit" # [] > > > > #Option "Dac8Bit" # [] > > > > #Option "ForcePCIMode" # [] > > > > #Option "CPPIOMode" # [] > > > > #Option "CPusecTimeout" # > > > > #Option "AGPMode" # > > > > #Option "AGPSize" # > > > > #Option "RingSize" # > > > > #Option "BufferSize" # > > > > #Option "EnableDepthMoves" # [] > > > > #Option "UseFBDev" # [] > > > > Identifier "Card0" > > > > Driver "ati" > > > > VendorName "ATI" > > > > BoardName "Radeon QD" > > > > BusID "PCI:1:0:0" > > > > EndSection > > > > > > > > Section "Device" > > > > ### Available Driver options are:- > > > > ### Values: : integer, : float, : "True"/"False", > > > > ### : "String", : " Hz/kHz/MHz" > > > > ### [arg]: arg optional > > > > #Option "SWcursor" # [] > > > > #Option "RGBbits" # > > > > #Option "NoAccel" # [] > > > > #Option "BlockWrite" # [] > > > > #Option "FireGL3000" # [] > > > > #Option "Overlay" # [] > > > > #Option "ShadowFB" # [] > > > > #Option "UseFBDev" # [] > > > > #Option "UseFlatPanel" # [] > > > > Identifier "Card1" > > > > Driver "glint" > > > > VendorName "3Dlabs" > > > > BoardName "GLINT Permedia 2v" > > > > BusID "PCI:0:10:0" > > > > EndSection > > > > > > > > Section "Screen" > > > > Identifier "Screen0" > > > > Device "Card0" > > > > Monitor "Monitor0" > > > > SubSection "Display" > > > > Depth 1 > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 4 > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 8 > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 15 > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 16 > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 24 > > > > EndSubSection > > > > EndSection > > > > > > > > Section "Screen" > > > > Identifier "Screen1" > > > > Device "Card1" > > > > Monitor "Monitor1" > > > > SubSection "Display" > > > > Depth 1 > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 4 > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 8 > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 15 > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 16 > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 24 > > > > EndSubSection > > > > EndSection > > > > > > > > --MODIFIED SCREEN 1 SECTION-- > > > > Section "Screen" > > > > Identifier "Screen1" > > > > Device "Card1" > > > > Monitor "Monitor1" > > > > #SubSection "Display" > > > > # Depth 1 > > > > #EndSubSection > > > > #SubSection "Display" > > > > # Depth 4 > > > > #EndSubSection > > > > #SubSection "Display" > > > > # Depth 8 > > > > #EndSubSection > > > > SubSection "Display" > > > > Depth 15 > > > > Modes "1024x768" > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 16 > > > > Modes "1024x768" > > > > EndSubSection > > > > SubSection "Display" > > > > Depth 24 > > > > Modes "1024x768" > > > > EndSubSection > > > > EndSection > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message