Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2001 16:24:07 -0500
From:      "Jeff Jeter" <gsfgf@hotmail.com>
To:        "Alan Hourihane" <alanh@fairlite.demon.co.uk>
Cc:        "FreeBSD Questions" <freebsd-questions@freebsd.org>
Subject:   Re: [Xpert]Dual Displays - FreeBSD 4.4 - Xfree86 4.1.0
Message-ID:  <OE43QptgFrYILoygXLs0000426a@hotmail.com>
References:  <OE334RKM3gADGFXpWvF00004203@hotmail.com> <20011218210814.N2504@fairlite.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <alanh@fairlite.demon.co.uk>
To: "Jeff Jeter" <gsfgf@hotmail.com>
Cc: <xpert@XFree86.Org>
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: <i>: integer, <f>: float, <bool>: "True"/"False",
> >         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
> >         ### [arg]: arg optional
> >         #Option     "NoAccel"             # [<bool>]
> >         #Option     "SWcursor"            # [<bool>]
> >         #Option     "Dac6Bit"             # [<bool>]
> >         #Option     "Dac8Bit"             # [<bool>]
> >         #Option     "ForcePCIMode"        # [<bool>]
> >         #Option     "CPPIOMode"           # [<bool>]
> >         #Option     "CPusecTimeout"       # <i>
> >         #Option     "AGPMode"             # <i>
> >         #Option     "AGPSize"             # <i>
> >         #Option     "RingSize"            # <i>
> >         #Option     "BufferSize"          # <i>
> >         #Option     "EnableDepthMoves"    # [<bool>]
> >         #Option     "UseFBDev"            # [<bool>]
> >  Identifier  "Card0"
> >  Driver      "ati"
> >  VendorName  "ATI"
> >  BoardName   "Radeon QD"
> >  BusID       "PCI:1:0:0"
> > EndSection
> >
> > Section "Device"
> >  ### Available Driver options are:-
> >         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
> >         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
> >         ### [arg]: arg optional
> >         #Option     "SWcursor"            # [<bool>]
> >         #Option     "RGBbits"             # <i>
> >         #Option     "NoAccel"             # [<bool>]
> >         #Option     "BlockWrite"          # [<bool>]
> >         #Option     "FireGL3000"          # [<bool>]
> >         #Option     "Overlay"             # [<str>]
> >         #Option     "ShadowFB"            # [<bool>]
> >         #Option     "UseFBDev"            # [<bool>]
> >         #Option     "UseFlatPanel"        # [<bool>]
> >  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OE43QptgFrYILoygXLs0000426a>