Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2007 08:41:38 +0300
From:      "Maher Mohamed" <mahmoh@gmail.com>
To:        freebsd-stable@freebsd.org, freebsd-multimedia@freebsd.org
Subject:   Help with dual head configuration for Acer Ferrari 4000 wmli
Message-ID:  <f34868a30709252241m31903a68y14d40a250734b406@mail.gmail.com>
In-Reply-To: <f34868a30709252239h75223b90hdb46b3e4e36b966e@mail.gmail.com>
References:  <f34868a30709252239h75223b90hdb46b3e4e36b966e@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
I need to configure my ATI X700 to be able to have a dual monitor since i
really need it for representations, I have not have any luck in the last
year searching around to make it work, I am asking any one that has an a
machine like mine and has resolved this issue to kindly send me any
information, I am attaching my xorg.conf in case it may help


thank you in advanced.

PS: DO NOT BUY ATI PRODUCTS PEOPLE, I MADE A HUGE MISTAKE


Mohamed M. Maher

[-- Attachment #2 --]
#
# vim:sw=2 ts=8:et sta
#
Section "ServerLayout"
	Identifier     "Layout0"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
#	FontPath   "unix/:7100"
#        RgbPath    "/usr/X11R6/lib/X11/rgb"
	FontPath   "/usr/X11R6/lib/X11/fonts/webfonts/"
	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/75dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/local/"
        FontPath "/usr/X11R6/lib/X11/fonts/avifonts/"
        FontPath "/usr/X11R6/lib/X11/fonts/mgopen/"
        FontPath "/usr/local/share/fonts/amspsfont/type1/"
        FontPath "/usr/X11R6/lib/X11/fonts/URW/"
        FontPath "/usr/X11R6/lib/X11/fonts/texcm-ttf/"
        FontPath "/usr/X11R6/lib/X11/fonts/local/suxus/"
        FontPath "/usr/X11R6/lib/X11/fonts/sharefont/"
        FontPath "/usr/X11R6/lib/X11/fonts/local/sgi/"
        FontPath "/usr/X11R6/lib/X11/fonts/ppantsfonts/"
        FontPath "/usr/X11R6/lib/X11/fonts/nucleus/"
        FontPath "/usr/X11R6/lib/X11/fonts/mozilla/"
        FontPath "/usr/X11R6/lib/X11/fonts/mgopen/"
        FontPath "/usr/X11R6/lib/X11/fonts/mathfonts/"
        FontPath "/usr/X11R6/lib/X11/fonts/lfpfonts-var/"
        FontPath "/usr/X11R6/lib/X11/fonts/lfpfonts-fix/"
        FontPath "/usr/X11R6/lib/X11/fonts/jmk/"

EndSection

Section "Module"
	Load "freetype"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "type1"
    Load  "glx"
    Load  "dri"
	Load  "drm"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbModel" "pc101"
	Option	    "XkbLayout" "us, gr"
        Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,compose:menu"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	ChipID      0x5D57
	Option      "MonitorLayout" "LVDS"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1680x1050" "1280x800" "1024x768" "800x600"
	EndSubSection
EndSection

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