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

Re: Re: Powerbook 12" and vga-out



Hello,
Yesterday i finally succeeded in using xinerama with Xfree and it s
working great. The only problem is that i have strange colors on both
screens (they are both yellow). But to fix that for the moment, i use
dosbox fullscreen then back windowed and it s working with good
colors....Strange. Maybe another app fullscreen would do the same, i m
gonna try....

But that s a way to get vga Out working.....


Here is my xfree86 config:

###################################################################################
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/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"
EndSection
Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection
Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"macintosh"
	Option		"XkbLayout"	"fr"
EndSection
Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection
Section "Device"
	Identifier	"Radeon 9000"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"true"
	Option		"AGPMode"		"4"
	Screen 		0
EndSection
Section "Device"
	Identifier	"vga"
	Driver		"ati"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"false"
	Option		"AGPMode"		"4"
	Screen		1
EndSection
Section "Monitor"
	Identifier	"LCD"
	HorizSync	30-60
	VertRefresh	50-75
	Option		"DPMS"
EndSection
Section "Monitor"
	Identifier	"Monitor"
	HorizSync	30-60
	VertRefresh	50-75
	Option		"DPMS"
EndSection
Section "Screen"
	Identifier	"Screen0"
	Device		"Radeon 9000"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		8
		Modes		"1280x854" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x854" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x854" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
Section "Screen"
	Identifier	"External"
	Device		"vga"
	Monitor		"Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Layout0"
	Screen		"Screen0"	0 0
	Screen		"External" RightOf "Screen0"
	Option		"Xinerama"	"True"
	InputDevice	"Keyboard0"
	InputDevice	"Mouse0"
EndSection

Section "DRI"
	Mode	0666
EndSection
###############################################################################################

Hope it can help



Reply to: