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

Dual Screen pb with xorg 7.2 on PowerBook G4 15"



Dear All,

I have tried to upgrade xserver-xorg to 7.2 but when launch X (startx --
-layout DualScreen) only the Laptop screen is actived.
It works with xorg 7.1.

I attached my xorg.conf .

Does anyboby have an idea?

Thanks in Advance.

Philippe


Debian testing
kernel 2.6.21
(PowerBook G4 15")
VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon
9600 M10]

-- 
Philippe Hupé
Institut Curie, CNRS UMR 144 / Service Bioinformatique
26 rue d'Ulm
75005 Paris - France
 	
Email :  Philippe.Hupe@curie.fr
Tél :	 +33 (0)1 53 10 70 61
Fax:     +33 (0)1 44 41 09 08
website : http://bioinfo.curie.fr

# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
#	Option		"XkbModel"	"macintosh"
	Option		"XkbLayout"	"fr_new"
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 "InputDevice"
	Identifier	"Synaptics Touchpad"
	Option          "LeftEdge"      "1700" 
	Option          "RightEdge"     "5300" 
	Option          "TopEdge"       "1700" 
	Option          "BottomEdge"    "4200" 
	Option          "FingerLow"     "20" 
	Option          "FingerHigh"    "30" 
	Option          "MaxTapTime"    "180" 
	Option          "MaxTapMove"    "220" 
	Option          "VertScrollDelta" "100" 
	Option          "MinSpeed"      "0.5" 
	Option	        "MaxSpeed"      "1" 
	Option	        "AccelFactor" "0.2" 
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"29"
	Option		"SHMConfig"		"true"
EndSection


Section "Device"
	Identifier	"Single ATI Radeon 9600"
	Driver		"ati"
EndSection


Section "Device"
	Identifier	"ATI Radeon 9600 Card0"
	Driver		"radeon"
	Screen		0
	Option		"MergedFB"	"true"
	Option		"CRT2Position"	"Above"
	Option		"MetaModes"	"1280x854-1280x1024  1280x854-1024x768 1280x1024 1024x854 1280x854 1024x768"
EndSection

Section "Device"
	Identifier	"ATI Radeon 9600 Card1"
	Driver		"radeon"
	Screen		1
	Option		"MergedFB"	"true"
	Option		"CRT2Position"	"Above"
	Option		"MetaModes"	"1280x854-1280x1024  1280x854-1024x768 1280x1024 1024x854 1280x854 1024x768"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"External Monitor"
	Option		"DPMS"
EndSection


Section "Screen"
	Identifier	"Single Screen"
	Device		"Single ATI Radeon 9600"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x854" "1280x1024" "1024x768"
	EndSubSection
EndSection


Section "Screen"
	Identifier	"Laptop Screen"
	Device		"ATI Radeon 9600 Card0"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x854" "1280x1024" "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"External Screen"
	Device		"ATI Radeon 9600 Card1"
	Monitor		"External Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x854" "1280x1024" "1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"DualScreen"
	Screen		"Laptop Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "ServerLayout"
	Identifier	"SingleScreen"
	Screen		"Single Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection




Reply to: