I've got FreeBSD 6.2 running with KDE 3.5 with an ATI 9700Pro card.  I have
my 37" LCD TV attached to the digital out, and my 17" lcd monitor attached
to the analog out.  In the console (not running X) it outputs the same thing
to both TV and monitor, which is fine.  However, when I get into KDE it only
outputs to my 17" monitor.  I really just want it to output to the TV, but
dual monitors would be nice also.  Any advice would be greatly appreciated.
Thanks,
Eric

Oh yea forgot to post the xorg.xonf file, here it is.  Also I have Xorg
6.9.0.

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   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/TTF/"
   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  "dbe"
   Load  "dri"
   Load  "extmod"
   Load  "glx"
   Load  "record"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option        "Protocol" "auto"
   Option        "Device" "/dev/sysmouse"
   Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"

   #DisplaySize      340   270    # mm
### Comment all HorizSync and VertSync values to use DDC:
   Identifier   "Monitor0"
   VendorName   "EPI"
   ModelName    "EN-7100e"
### Comment all HorizSync and VertSync values to use DDC:
   HorizSync    30.0 - 80.0
   VertRefresh  55.0 - 75.0
   Option        "DPMS"
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     "BusType"                # [<str>]
       #Option     "CPPIOMode"              # [<bool>]
       #Option     "CPusecTimeout"          # <i>
       #Option     "AGPMode"                # <i>
       #Option     "AGPFastWrite"           # [<bool>]
       #Option     "AGPSize"                # <i>
       #Option     "GARTSize"               # <i>
       #Option     "RingSize"               # <i>
       #Option     "BufferSize"             # <i>
       #Option     "EnableDepthMoves"       # [<bool>]
       #Option     "EnablePageFlip"         # [<bool>]
       #Option     "NoBackBuffer"           # [<bool>]
       #Option     "DMAForXv"               # [<bool>]
       #Option     "PanelOff"               # [<bool>]
       #Option     "DDCMode"                # [<bool>]
       #Option     "MonitorLayout"          # [<str>]
       #Option     "IgnoreEDID"             # [<bool>]
       #Option     "UseFBDev"               # [<bool>]
       #Option     "MergedFB"               # [<bool>]
       #Option     "CRT2HSync"              # [<str>]
       #Option     "CRT2VRefresh"           # [<str>]
       #Option     "CRT2Position"           # [<str>]
       #Option     "MetaModes"              # [<str>]
       #Option     "MergedDPI"              # [<str>]
       #Option     "MergedXinerama"         # [<bool>]
       #Option     "MergedXineramaCRT2IsScreen0"     # [<bool>]
       #Option     "MergedNonRectangular"     # [<bool>]
       #Option     "MergedMouseRestriction"     # [<bool>]
       #Option     "DisplayPriority"        # [<str>]
       #Option     "PanelSize"              # [<str>]
       #Option     "ForceMinDotClock"       # <freq>
       #Option     "ColorTiling"            # [<bool>]
       #Option     "VideoKey"               # <i>
       #Option     "RageTheatreCrystal"     # <i>
       #Option     "RageTheatreTunerPort"     # <i>
       #Option     "RageTheatreCompositePort"     # <i>
       #Option     "RageTheatreSVideoPort"     # <i>
       #Option     "TunerType"              # <i>
       #Option     "RageTheatreMicrocPath"     # <str>
       #Option     "RageTheatreMicrocType"     # <str>
       #Option     "RenderAccel"            # [<bool>]
       #Option     "SubPixelOrder"          # [<str>]
       #Option     "ShowCache"              # [<bool>]
       #Option     "DynamicClocks"          # [<bool>]
       #Option     "BIOSHotkeys"            # [<bool>]
       #Option     "VGAAccess"              # [<bool>]
       #Option     "ReverseDDC"             # [<bool>]
       #Option     "LVDSProbePLL"           # [<bool>]
       #Option     "AccelMethod"            # <str>
   Identifier  "Card0"
   Driver      "ati"
   VendorName  "ATI Technologies Inc"
   BoardName   "Radeon R300 ND [Radeon 9700 Pro]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
       Viewport   0 0
       Depth     1
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     4
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     8
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     15
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     16
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     24
   EndSubSection
EndSection

Section "DRI"
   Group        0
EndSection
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to