Hi , Im trying to set up Dual Screen on my FreeBSD 5.1 Release Machine using a Hercules Radeon 8500 LE Dual Head ( one VGA and one DVI ) the card has an ATI chip. I have had a look at a few configurations of people using the 7000 and I beleive I did find one with a 8500. However I have not had any luck getting it to work. The screen I have connected to the VGA is a CRT with a vga plug, and the monitor I have connected to the DVI is an LCD with a vga plug, so I am using an adaptor.
Does anyone have this sort of setup working, and if so can I get some tips? My XF86Config file follows Section "ServerLayout" Identifier "Layout0" # Screen "Screen1" Screen "Screen0" 0 0 Screen "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "true" 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/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "DRI" Mode 0666 EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "microsoft" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "7" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Apple" ModelName "Colorsync" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 90.0 # Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Avixe" ModelName "Avixe" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 90.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 "slow_edodram" # [<bool>] #Option "slow_dram" # [<bool>] #Option "fast_dram" # [<bool>] #Option "fpm_vram" # [<bool>] #Option "pci_burst" # [<bool>] #Option "fifo_conservative" # [<bool>] #Option "fifo_moderate" # [<bool>] #Option "fifo_aggressive" # [<bool>] #Option "pci_retry" # [<bool>] #Option "NoAccel" # [<bool>] #Option "early_ras_precharge" # [<bool>] #Option "late_ras_precharge" # [<bool>] #Option "lcd_center" # [<bool>] #Option "set_lcdclk" # <i> #Option "set_mclk" # <freq> #Option "set_refclk" # <freq> #Option "show_cache" # [<bool>] #Option "HWCursor" # [<bool>] #Option "SWCursor" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "Rotate" # [<str>] #Option "UseFB" # [<bool>] #Option "mxcr3afix" # [<bool>] #Option "XVideo" # [<bool>] Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon R200 QL [Radeon 8500 LE]" BusID "PCI:1:0:0" Option "AGPMode" "4" Option "AGPFastWrite" "true" # Option "crt_screen" Option "CloneDisplay" "4" Screen 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 "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "Dac6Bit" # [<bool>] #Option "Dac8Bit" # [<bool>] #Option "ForcePCIMode" # [<bool>] #Option "CPPIOMode" # [<bool>] #Option "CPusecTimeout" # <i> #Option "AGPMode" # <i> #Option "AGPFastWrite" # [<bool>] #Option "AGPSize" # <i> #Option "RingSize" # <i> #Option "BufferSize" # <i> #Option "EnableDepthMoves" # [<bool>] #Option "EnablePageFlip" # [<bool>] #Option "NoBackBuffer" # [<bool>] #Option "PanelOff" # [<bool>] #Option "DDCMode" # [<bool>] #Option "CloneDisplay" # <i> #Option "CloneMode" # [<str>] #Option "CloneHSync" # [<str>] #Option "CloneVRefresh" # [<str>] #Option "UseFBDev" # [<bool>] #Option "VideoKey" # <i> Identifier "Card1" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon R200 QL [Radeon 8500 LE]" BusID "PCI:1:0:0" Option "AGPMode" "4" Option "AGPFastWrite" "true" # Option "crt_screen" Option "CloneDisplay" "4" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" Viewport 0 0 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" Viewport 0 0 EndSubSection EndSection Thanks in advance David _______________________________________________ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86