Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2003 21:36:18 -0400
From:      Rod Person <rodperson@comcast.net>
To:        mobile@freebsd.org
Subject:   Setting Up Dual Head Video
Message-ID:  <200310062136.27553.rodperson@comcast.net>

next in thread | raw e-mail | index | archive | help
=2D----BEGIN PGP SIGNED MESSAGE-----

I have a IBM ThinkPad R40 with an ATI mobilty Radeon.
I have an 17" Compaq V700 monitor external monitor. What I would like to do=
 is=20
set up XFree86 with a resolution of 1280x1024 on the external monitor and=20
1024x768 on the laptops LCD screen. Presently, if I boot with the montor on=
=20
and connected the laptop will get a virtual resolution of 1280x1024.

Does anyone have this type of setup working? Below are sections of my=20
XF86Config:

Section "Monitor"
        Identifier   "Monitor0"
	VendorName   "IBM"
	ModelName    "IBM LCD 1024x768"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "CPQ"
	ModelName    "COMPAQ V700"
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Connection0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M6 LY"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Connection0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection


Section "Screen"
    Identifier  "Screen1"
    Device      "Connection0"
    Monitor     "Monitor1"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
    EndSubsection
EndSection

=2D --=20
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

=2D----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBP4IYmbENMBXf/1bRAQHr6wP/bDmbA9/HtKlEzTUoxJ3HQ6Y0ezA1h45h
wpONDWrv+7k03GEidiRycXSuA/twn1iSmfakpXtVlLuSX4DCRDKW0U8op//1Kt2L
JkKNqkE65M4ZbehSpbbC6BcT3acDUHaza06pxvDF6oNQ9T3MBdJM6nWZJHENq+cL
Qce1ckV3lVI=3D
=3DLlTr
=2D----END PGP SIGNATURE-----



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