[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ibook g4 - video out



Hi,

On Wed, May 05, 2004 at 12:08:57AM +0200, Albert wrote:
> Anybody knows how to enable the video out? I need to connect my ibook to
> a videoprojector (with the normal vga monitor plugger)

Works for me with the attached XF86Config-4.

Regards,
Florian

-- 
BOFH excuse #174:

Backbone adjustment
Section "ServerFlags"
	Option "BlankTime" "3"
	Option "StandbyTime" "7"
	Option "SuspendTime" "10"
	Option "OffTime" "15"
EndSection

Section "Files"
	#FontPath	"unix/:7100"		# local font server
	# if the local font server has problems, we can fall back on these

	FontPath "/usr/lib/X11/fonts/local/"
	FontPath "/usr/lib/X11/fonts/ttf/"
	FontPath "/usr/lib/X11/fonts/TTF/"
	FontPath "/usr/lib/X11/fonts/misc/"
	FontPath "/usr/lib/X11/fonts/cyrillic/"
	FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath "/usr/lib/X11/fonts/Type1/"
	FontPath "/usr/lib/X11/fonts/CID"
	FontPath "/usr/lib/X11/fonts/Speedo/"
	FontPath "/usr/lib/X11/fonts/100dpi/"
	FontPath "/usr/lib/X11/fonts/75dpi/"
	FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
	FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath "/usr/lib/X11/fonts/TrueType/"

#new
#	FontPath "/usr/X11R6/lib/X11/fonts/Type1"
#	FontPath "/usr/lib/X11/fonts/Type1/"
#	FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
#	FontPath "/usr/X11R6/lib/X11/fonts/TrueType/larabie-deco"
#	FontPath "/usr/X11R6/lib/X11/fonts/TrueType/larabie-straight"
#	FontPath "/usr/X11R6/lib/X11/fonts/TrueType/larabie-uncommon"
#	FontPath "/usr/share/fonts/truetype"
#	FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#	FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
#	FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
#	FontPath "/usr/X11R6/lib/X11/fonts/encodings"
#	FontPath "/usr/X11R6/lib/X11/fonts/misc"
#	FontPath "/usr/X11R6/lib/X11/fonts/util"
#	FontPath "/usr/lib/X11/fonts/100dpi"
#	FontPath "/usr/lib/X11/fonts/75dpi"
#	FontPath "/usr/lib/X11/fonts/misc"
EndSection

Section "Module"
	Load "GLcore"
	Load "bitmap"
	Load "dbe"
	Load "ddc"
	Load "dri"
	Load "extmod"
	# Load "freetype"
	Load "xtt"
	Load "glx"
	Load "int10"
	Load "record"
	Load "speedo"
	Load "type1"
	Load "vbe"
EndSection

Section "InputDevice"
	Identifier "Laptop Keyboard"
	Driver "keyboard"
	Option "CoreKeyboard"
	Option "XkbRules" "xfree86"
	Option "XkbModel" "pc105"
	Option "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier "Trackpad"
	Driver "mouse"
	Option "CorePointer"
	Option "Device" "/dev/input/mice"
	Option "Protocol" "ImPS/2"
	Option "Emulate3Buttons" "true"
	Option "ZAxisMapping" "4 5"
EndSection



Section "Device"
	Identifier "ATI Radeon Mobility 9200 M9+ Alone"
	Driver "radeon"
	Option "AGPMode" "4"
	Option "UseFBDev" "true"
	Option "DRIReinit"
	VendorName "ATI"
	BoardName "Radeon Mobility 9200 M9+"
	BusID "PCI:0:16:0"
EndSection

Section "Device"
	Identifier "ATI Radeon Mobility 9200 M9+ Internal"
	Driver "radeon"
	Option "AGPMode" "4"
	Option "UseFBDev" "true"
	Option "DRIReinit"
	Option "MonitorLayout" "LVDS,CRT"
	VendorName "ATI"
	BoardName "Radeon Mobility 9200 M9+"
	BusID "PCI:0:16:0"
	Screen 0
EndSection

Section "Device"
	Identifier "ATI Radeon Mobility 9200 M9+ External"
	Driver "radeon"
	Option "AGPMode" "4"
	Option "UseFBDev" "false"
	Option "DRIReinit"
	Option "MonitorLayout" "LVDS,CRT"
	VendorName "ATI"
	BoardName "Radeon Mobility 9200 M9+"
	BusID "PCI:0:16:0"
	Screen 1
EndSection



Section "Monitor"
	Identifier "IDFP"
	HorizSync 30-100
	VertRefresh 50-160
	Option "DPMS"

	Mode "1024x768"
		# D: 65.003 MHz, H: 48.365 kHz, V: 60.006 Hz
		DotClock 65.004
		HTimings 1024 1048 1184 1344
		VTimings 768 771 777 806
		Flags "-HSync" "-VSync"
	EndMode
EndSection

Section "Monitor"
	Identifier "CRT"
	HorizSync 30-100
	VertRefresh 50-160
	Option "DPMS"

	Mode "1024x768"
		# D: 65.003 MHz, H: 48.365 kHz, V: 60.006 Hz
		DotClock 65.004
		HTimings 1024 1048 1184 1344
		VTimings 768 771 777 806
		Flags "-HSync" "-VSync"
	EndMode

	Mode "1280x1024"
		# D: 134.21 MHz, H: ???? kHz, V: 73 Hz
		DotClock 134.21
		HTimings 1280 1336 1616 1728
		VTimings 1024 1026 1038 1064
		Flags "-HSync" "-VSync"
	EndMode
EndSection



Section "Screen"
	Identifier "Screen Alone On DFP"
	Device "ATI Radeon Mobility 9200 M9+ Alone"
	Monitor "IDFP"
	DefaultDepth 24
	SubSection "Display"
		Depth 24
		Modes "1024x768" "800x600" "640x480"
		Virtual 1024 768
	EndSubSection
	SubSection "Display"
		Depth 8
		Modes "1024x768" "800x600" "640x480"
		Virtual 1024 768
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen On DFP"
	Device "ATI Radeon Mobility 9200 M9+ Internal"
	Monitor "IDFP"
	DefaultDepth 24
	SubSection "Display"
		Depth 24
		Modes "1024x768" "800x600" "640x480"
		Virtual 1024 768
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen On CRT"
	Device "ATI Radeon Mobility 9200 M9+ External"
	Monitor "CRT"
	DefaultDepth 24
	SubSection "Display"
		Depth 24
		Modes "1024x768" "800x600" "640x480"
		Virtual 1024 768
	EndSubSection
EndSection


Section "ServerLayout"
	Identifier "Single"
	Screen "Screen Alone On DFP"
	InputDevice "Laptop Keyboard"
	InputDevice "Trackpad"
EndSection

Section "ServerLayout"
	Identifier "Dual"
	Option "Clone" "0"
	Screen "Screen On DFP"
	Screen "Screen On CRT" RightOf "Screen On DFP"
	InputDevice "Laptop Keyboard"
	InputDevice "Trackpad"
EndSection

Section "ServerLayout"
	Identifier "Cloned"
	Option "Clone" "1"
	Screen "Screen On DFP"
	Screen "Screen On CRT"
	InputDevice "Laptop Keyboard"
	InputDevice "Trackpad"
EndSection


Section "DRI"
	Mode 0666
EndSection

Attachment: signature.asc
Description: Digital signature


Reply to: