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

Re: Again on Cloning display



On  12:53:19 28/Dec , Daniele Menozzi wrote:
> but I cannot understand how to do it..

finally, I've found a way to have mirroring with different resolutions. 
I've dropped mergedfb and used xinerama instead.
My config works automatically with all dcc-supporting monitors(well, I
hope ^_^), but need specific configuration (hsync, vrefresh) for monitors that don't support
dcc (like my old 14").
But in the real word, at this moment, I have to consider this as a
problem? How many non-dcc-supporting harwdare I can find on my way? I
mean, I think that I can found a low number of monitors that do not
support dcc.
But Maybe, I can found other hardare that do not support dcc (like slide
floodlights, ecc)..

Ok, but now I have another problem: I want to use a TV as a secondary monitor
(for viewing film).
I 'm trying to link the svga-out(composite) with my tv, but:

- the svga out works only if I link an external monitor to the DVI port
- when the svga port is active (so only with an external monitor plugged
  in the DVI port), if I try to link it with my TV, signal
  has wrong hsync/vrefresh for my tv (standard PAL, I live in Italy).

have you some advices?
Here you can find my xorg.conf

Thank you all, bye
	Menoz
 
-- 
Debian Powered Linux User #332564 
-----------------------------------------------------------------------
Ti prego gentilmente di non inviarmi documenti in formati MS Office
Visita http://www.fsf.org/philosophy/no-word-attachments.it.html
-----------------------------------------------------------------------
#
# Apple PowerBook G4 15" XFree86 config example
# (With ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 01))
# See http://www.johnleach.co.uk/documents/powerpc for more details
#
Section "ServerLayout"
	Identifier     	"XFree86 Configured"
	Option			"Clone"		"on"
	Screen 		0	"Screen-lcd" 	0 0
	Screen		0	"Screen-auto" 0 0
#	Screen		0	"Screen-TV" 0 0
#	Screen		0	"Screen-Philips_107E" 0 0
	InputDevice    		"Mouse0" 	"CorePointer"
	InputDevice    		"Keyboard0" 	"CoreKeyboard"
	Option          	"Xinerama" 	"on"
	Option			"VGAAccess" 	"off"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	#FontPath	"unix/:7110"			# local font server

	FontPath	"/usr/share/fonts/ttf"
	FontPath	"/usr/lib/X11/fonts/misc"
	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/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

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

	Section "InputDevice"
		Identifier      "Keyboard0"
		Driver          "kbd"
		Option "Protocol"       "Standard"
#		Option "AutoRepeat"     "250 30"
#		Option "LeftAlt"        "Meta"
#		Option "RightCtl"       "Control"
		Option "XkbRules" 	"xorg"
		Option "XkbModel"      	"macintosh"
		Option "XkbLayout"     	"us"
EndSection

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

Section "Monitor"
	Identifier   "Monitor-lcd"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
  	Option 	"dpms"	"true"
	Mode "1280x854"
	  DotClock 79.816
	  HTimings 1280 1296 1408 1536
	  VTimings 854 855 858 866
	  Flags "-HSync" "-VSync"
	EndMode
EndSection

Section "Monitor"
  Identifier   "Monitor-auto"
  Option       "DPMS" "on"
EndSection

Section "Monitor"
  Identifier   "Philips_107E"
  Option       "DPMS" "on"
  HorizSync    30-70
  VertRefresh  50-160
  DisplaySize  306 230
EndSection

Section "Monitor"
  Identifier   "Television"
  Option       "DPMS" "on"
  HorizSync    15-30
  VertRefresh  50-60
  DisplaySize  306 230
EndSection

Section "Device"
	Identifier  "r9k-lcd"
	Option	"AGPMode" 		"4"
        Option	"EnableDepthMoves"   	"true"
        Option	"EnablePageFlip"     	"true"
        Option	"NoBackBuffer"       	"false"
        Option	"NoAccel"            	"false"
        Option	"SWcursor"           	"true"
	Option  "UseFBDev"		"false"
#	Option  "DDCMode"		"true"
#	Option  "CloneHSync"		"30-50"
#	Option  "CloneVRefresh"		"43-60"
#	Option  "CloneDisplay"		"true"
#	Option  "CloneMode"		"1280x854"
#	Option      "UseFWPLL" "true"
	Option 	"MonitorLayout" 	"LDVS,CRT"
	Option	    "LVDSProbePLL" "true"
	Option      "CRT2Position" "Clone"
	Option   "MergedFB"		"false"
	Option  "MetaModes" "1280x854-1024x768 1280x854-800x600 1280x854-640x480"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M7 LW [Radeon Mobility 7500]"
	BusID       "PCI:0:16:0"
	Screen 0
EndSection

Section "Device"
	Identifier  "r9k_external-dcc"
	Option  "DDCMode"		"true"
        Option	"NoAccel"            	"false"
        Option	"SWcursor"           	"false"
	Option  "UseFBDev"		"false"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M10"
	BusID       "PCI:0:16:0"
	Screen 1
EndSection

Section "Device"
	Identifier  "r9k_external-no-dcc"
        Option	"NoAccel"            	"false"
        Option	"SWcursor"           	"false"
	Option  "UseFBDev"		"false"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M10"
	BusID       "PCI:0:16:0"
	Screen 1
EndSection

Section "Screen"
	Identifier "Screen-lcd" 
	Device     "r9k-lcd" 
	Monitor    "Monitor-lcd" 
	DefaultDepth 24 
	SubSection "Display" 
		Depth     16 
		Modes "1280x854" "1024x768" "800x600" "640x480"  
	EndSubSection
	SubSection "Display" 
	Depth     24 
		Modes "1280x854" "1024x768" "800x600" "640x480" 
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen-Philips_107E"
	Device     "r9k_external-no-dcc"
	Monitor    "Philips_107E"
	DefaultDepth 24
	SubSection "Display"
		Depth     24
		Modes "1280x854" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen-TV"
	Device     "r9k_external-no-dcc"
	Monitor    "Television"
	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 "Screen-auto"
	Device     "r9k_external-dcc"
	Monitor    "Monitor-auto"
	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 "DRI"
	Mode	0666
EndSection

Reply to: