[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gentoo-ppc-dev
Subject:    [gentoo-ppc-dev] X.org 6.8.2 RC1
From:       Marek Werstak <marexmail () web ! de>
Date:       2005-01-09 22:02:35
Message-ID: 200501092302.40798.marexmail () web ! de
[Download RAW message or body]

[Attachment #2 (multipart/mixed)]


Hello,

my machine successfully compiled the release candidate, the Composite 
Extension runs fine on my G3-iBook, but it slows it down :-( so I 
comment it out.

Problems occured on cloning, my old config from the 6.8.0 release does 
it not anymore ... I attached my copy-pasted-xorg.conf. Did you 
mentioned cloning problems too?

Regards,

Marek

["xorg.conf.clone" (text/plain)]

# iBook G3 900MHz 12.1" xorg.conf
# I 'borrowed' a file from someone on the internet
# and tweaked it a bit. Works like a charm.
#Section "ServerLayout"
#	Identifier     	"XFree86 Configured"
#	Screen			"Screen0"	0 0
#	InputDevice    	"Mouse0" 	"CorePointer"
#	InputDevice    	"Keyboard0" "CoreKeyboard"
#EndSection

########################################@
#
# A bunch of server layouts to choose between
# single, cloned or dual headed modes
# for dual headed modes, there is one layout 
# for each relative position of the screens

Section "ServerLayout"
#that was Mclone
	Identifier	"Single"
	Screen		"Screen Merged" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection


Section "ServerLayout"
#that was Single
	Identifier	"TestSingle"
	Screen		"Screen Alone On DFP" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection


Section "ServerLayout"
	Identifier	"MDualL"
	Screen		"Screen MDualL" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection

Section "ServerLayout"
	Identifier	"MDualR"
	Screen		"Screen MDualR" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection

Section "ServerLayout"
	Identifier	"MDualU"
	Screen		"Screen MDualU" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection

Section "ServerLayout"
	Identifier	"MDualD"
	Screen		"Screen MDualD" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection

Section "ServerLayout"
	Identifier	"XClone"
	Screen		"Screen On DFP" 
	Screen		"Screen On CRT 1024x768" Relative "Screen On DFP" 0 0
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
	Option "Xinerama" "true"
EndSection


Section "ServerLayout"
	Identifier	"XDualR"
	Screen		"Screen On DFP" 
	Screen		"Screen On CRT 1024x768" RightOf "Screen On DFP" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
	Option "Xinerama" "true"
EndSection

Section "ServerLayout"
	Identifier	"XDualL"
	Screen		"Screen On DFP" 
	Screen		"Screen On CRT 1024x768" LeftOf "Screen On DFP" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
	Option "Xinerama" "true"
EndSection

Section "ServerLayout"
	Identifier	"XDualU"
	Screen		"Screen On DFP" 
	Screen		"Screen On CRT 1024x768" Above "Screen On DFP" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
	Option "Xinerama" "true"
EndSection

Section "ServerLayout"
	Identifier	"XDualD"
	Screen		"Screen On DFP" 
	Screen		"Screen On CRT 1024x768" Below "Screen On DFP" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
	Option "Xinerama" "true"
EndSection


Section "ServerLayout"
	Identifier	"DualR"
	Screen		"Screen On DFP" 
	Screen		"Screen On CRT 1024x768" RightOf "Screen On DFP" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection

Section "ServerLayout"
	Identifier	"DualL"
	Screen		"Screen On DFP" 
	Screen		"Screen On CRT 1024x768" LeftOf "Screen On DFP" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection

Section "ServerLayout"
	Identifier	"DualU"
	Screen		"Screen On DFP" 
	Screen		"Screen On CRT 1024x768" Above "Screen On DFP" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection

Section "ServerLayout"
	Identifier	"DualD"
	Screen		"Screen On DFP" 
	Screen		"Screen On CRT 1024x768" Below "Screen On DFP" 
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection





## These reflect the X.org font directories. The
## truetype directory contains my personal font
## collection. Change that to wherever you keep yours.
Section "Files"
	ModulePath 	"/usr/X11R6/lib/modules"
	FontPath	"/usr/share/fonts/truetype/"
	FontPath	"/usr/share/fonts/truetype/western/"
	FontPath	"/usr/share/fonts/truetype/decoratives/"
	FontPath	"/usr/share/fonts/truetype/vera/"
	FontPath	"/usr/share/fonts/TTF/"
	FontPath	"/usr/share/fonts/misc/"
	FontPath   	"/usr/share/fonts/Speedo/"
	FontPath   	"/usr/share/fonts/Type1/"
	FontPath   	"/usr/share/fonts/100dpi/"
	FontPath   	"/usr/share/fonts/75dpi/"
EndSection

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

## If Google charged for searches, I'd have had to
## taken out a loan on this one. Lots of
## non-functioning and mis-mapped keys haunted me
## until I found the very simple answer. All it
## takes is the correct XkbVariant option.
Section	"InputDevice"
	Identifier	"Keyboard0"
	Driver		"keyboard"
	Option		"XkbRules"		"xfree86"
	Option		"XkbModel"		"pc105"
	Option		"XkbLayout"		"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

## The very cool thing about this section is that
## everything works!! :) No kidding, the trackpad
## works as well as a one-button pointing device
## can. Plus, as long as hid support is built in
## or loaded as a module, a USB wheel mouse will
## work plug-n-play with this setup.
Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"	"4 5"
	Option		"Device"		"/dev/input/mice"
EndSection

Section "Monitor"
	Identifier   	"Monitor0"
	VendorName   	"Monitor Vendor"
	ModelName    	"Monitor Model"
	UseModes	"Modes0"
	HorizSync      	30-70
	VertRefresh     50-100
	Option		"DPMS"
	#DisplaySize	246 185
EndSection

########################################@
#
# Device section : always the same card, 
# but using fbdev or not seems to activate 
# a different CRTC

Section "Device"
	Option		"AGPMode"	"1"
	Identifier	"Ati Radeon Mobility Alone"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"true"
	Option      "EnablePageFlip"	"True"		# [<bool>]
EndSection

Section "Device"
	Option		"AGPMode"	"1"
	Identifier	"Ati Radeon Mobility Merged"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"true"
	Option  "UseFWPLL" "true"
	Option	"MergedFB" "true"
	Option  "CRT2Position" "Clone"
	Option  "MetaModes" "1024x768 800x600"
	Option  "CRT2HSync" "30-60"
	Option  "CRT2VRefresh" "50-60"
	Option  "MonitorLayout" "LVDS,CRT"
EndSection

Section "Device"
	Option		"AGPMode"	"1"
	Identifier	"Ati Radeon Mobility MDualL"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option	"MergedFB" "true"
	Option  "CRT2Position" "LeftOf"
	Option  "MetaModes" "1024x768-1024x768 1024x768-800x600"
	Option  "CRT2HSync" "30-100"
	Option  "CRT2VRefresh" "50-100"
	Option  "MonitorLayout" "LVDS,CRT"
EndSection

Section "Device"
	Option		"AGPMode"	"1"
	Identifier	"Ati Radeon Mobility MDualR"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option	"MergedFB" "true"
	Option  "CRT2Position" "RightOf"
	Option  "MetaModes" "1024x768-1024x768 1024x768-800x600"
	Option  "CRT2HSync" "30-100"
	Option  "CRT2VRefresh" "50-100"
	Option  "MonitorLayout" "LVDS,CRT"
EndSection

Section "Device"
	Option		"AGPMode"	"1"
	Identifier	"Ati Radeon Mobility MDualU"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option	"MergedFB" "true"
	Option  "CRT2Position" "Above"
	Option  "MetaModes" "1024x768-1024x768 1024x768-800x600"
	Option  "CRT2HSync" "30-100"
	Option  "CRT2VRefresh" "50-100"
	Option  "MonitorLayout" "LVDS,CRT"
EndSection

Section "Device"
	Option		"AGPMode"	"1"
	Identifier	"Ati Radeon Mobility MDualD"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option	"MergedFB" "true"
	Option  "CRT2Position" "Below"
	Option  "MetaModes" "1024x768-1024x768 1024x768-800x600"
	Option  "CRT2HSync" "30-100"
	Option  "CRT2VRefresh" "50-100"
	Option  "MonitorLayout" "LVDS,CRT"
EndSection

Section "Device"
	Option		"AGPMode"	"1"
	Identifier	"Ati Radeon Mobility Internal"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"true"
	Option      "EnablePageFlip"	"True"		# [<bool>]
	Option      "MonitorLayout" "LVDS,CRT"
	Screen		0
EndSection

Section "Device"
	Option		"AGPMode"	"1"
	Identifier	"Ati Radeon Mobility External"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"true"
	Option      "EnablePageFlip"	"True"		# [<bool>]
	Option      "MonitorLayout" "LVDS,CRT"
	Screen		1
EndSection



########################################@
#
# Screen section 

Section "Screen"
	Identifier	"Screen MDualL"
	Device		"Ati Radeon Mobility MDualL"
	Monitor		"Apple Computer"
	DefaultDepth	24
	#DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen MDualR"
	Device		"Ati Radeon Mobility MDualR"
	Monitor		"Apple Computer"
	DefaultDepth	24
	#DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen MDualU"
	Device		"Ati Radeon Mobility MDualU"
	Monitor		"Apple Computer"
	DefaultDepth	24
	#DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen MDualD"
	Device		"Ati Radeon Mobility MDualD"
	Monitor		"Apple Computer"
	DefaultDepth	24
	#DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen Merged"
	Device		"Ati Radeon Mobility Merged"
	Monitor		"Apple Computer"
	DefaultDepth	24
	#DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen Alone On DFP"
	Device		"Ati Radeon Mobility Alone"
	Monitor		"Apple Computer"
	DefaultDepth	24
	#DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen On DFP"
	Device		"Ati Radeon Mobility Internal"
	Monitor		"Apple Computer"
	DefaultDepth	24
	#DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen On CRT"
	Device		"Ati Radeon Mobility External"
	Monitor		"VGA Output"
	DefaultDepth	24
	#DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "Screen"
	Identifier	"Screen On CRT 1024x768"
	Device		"Ati Radeon Mobility External"
	Monitor		"VGA Output"
	DefaultDepth	24
	#DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

########################################@
#
# Monitor section 

Section "Monitor"
	Identifier	"Apple Computer"
	HorizSync	30-100
	VertRefresh	50-60
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"VGA Output"
	HorizSync	30-70
	VertRefresh	50-60
	Option		"DPMS"
EndSection





Section "DRI"
	Mode 0666
EndSection

Section "Modes"
        Identifier      "Modes0"
	Modeline "1024x768" 65.003 1024 1048 1184 1344  768 771 777 806  -HSync -VSync
EndSection

#Section "Extensions"
#	Option	"Composite" "Enable"
#EndSection

	
[Attachment #6 (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic