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

Re: iBook video output



On Wed, 2002-04-17 at 13:09, Michel Dänzer wrote:
> On Wed, 2002-04-17 at 11:17, Eric Lemoine wrote: 
> > 
> > './m3mirror lcd:1 crt:1' works on my ibook2 but the 
> > screen on the vga output shakes. Is there anything
> > I need to modify in XF86Config-4?
> 
> You can play with the sync ranges in the monitor section, but so far
> nobody has reported complete success.

Indeed, the video output works good enough for a projector I found out
during my talk at GUADEC, but even using X as you told me to didn't
work. Nothing comes out of the VGA output.

I attached my XF86Config, so you can check it.

Cheers

-- 
/Bastien Nocera
http://hadess.net
Section "Files"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/TrueType/"
	FontPath	"/usr/share/fonts/truetype/openoffice/"
	FontPath	"/usr/local/share/fonts/screen"
	ModulePath	"/usr/local/X11R6/lib/modules"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
	Load  "extmod"
	Load  "GLcore"
	Load  "glx"
	Load  "dbe"
	Load  "dri"

	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc101"
	Option		"XkbLayout"	"us"
EndSection

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

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"ati"
#	Option		"UseFBDev"
	Option		"Display" "Mirror"
	Option		"ProgramFPRegs" "True"
	Option		"PanelWidth" "1024"
	Option		"PanelHeight" "768"
#	Option		"XAANoDashedBresenhamLine"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	28-55
	VertRefresh	43-75
#	Option		"DPMS"
#	Mode "1024x768"
		# D: 64.994 MHz, H: 48.359 kHz, V: 59.998 Hz
#		DotClock 64.995
#		HTimings 1024 1082 1218 1344
#		VTimings 768 771 777 806
#		Flags    "-HSync" "-VSync"
#	EndMode
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

# end of XF86Config

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: