Date: Wed, 24 Sep 2003 22:48:17 +1000 From: David L <dlodeiro@inspired.net.au> To: freebsd-multimedia@freebsd.org Subject: Radeon 8500 LE 128Mb Dual head Message-ID: <200309242248.17780.dlodeiro@inspired.net.au>
next in thread | raw e-mail | index | archive | help
I have been trying for some time to get dual head working on my 5.1 Release system, however with little succes. From what I have read it is possible to do this in Linux using the XFree86 radeon driver and the kernel radeon driver ( as opposed to using the ati released binary driver ) and from what it have seen it should be possible to get this to work in FreeBSD. Has anyone been succesful in setting this up? If so please give me some tips. At the moment my XF86Config is: Section "ServerLayout" Identifier "Layout0" # Screen "Screen1" Screen "Screen0" 0 0 Screen "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" 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/" EndSection Section "Module" 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 http://sourceforge.net/mail/?group_id=12629Option "DPMS" EndSection Section "Device" 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" Screen 0 EndSection Section "Device" 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 "lcd_screen" 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 1 0 EndSubSection EndSection Thanks David L
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309242248.17780.dlodeiro>
