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

Re: VGA out and Albook 15"



On  11:52:09 25/Nov , Benjamin Herrenschmidt wrote:
> With x.org CVS and the patch I posted to the x.org list, it works. 

I tried xorg with your patch, but the problem still remains: I cannot use
a cloned screen with a different resolution; the cloned screen alwais has
my laptop's resolution, always.
If I put the second screen on one side, so not cloning it, but simply
switching with the mouse pointer from one screen to another, I can use all
the resolutions I want. But If I try to clone the screen, the resolution
is only one for both.

I tried many different XF86Configs (xorg.conf), without success.
The last config I believe in is attached here below.
Have you some Ideas, hints?

Thank you
	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
-----------------------------------------------------------------------
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	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
#	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"kbd"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Card LCD"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"AGPMode"		"4"
	Option 		"Clonemode"		"800x600"
	Option		"AGPFastWrite"		"true"
	Option		"EnableDepthMoves"	"true"
	Option		"EnablePageFlip"	"true"
	Option		"NoBackBuffer"		"false"
	Option		"UseFBDev"		"false"
	Screen		0
#	Option  "MetaModes" "640x480-640x480"
#	Option  "MetaModes" "800x600-800x600"
#	Option  "MetaModes" "1024x768-1024x768 1024x768-800x600 1024x768-640x480"
#	Option  "MetaModes" "1280x960-1280x960 1280x960-1024x768 1280x960-800x600 1280x960-640x480"
EndSection

Section "Device"
	Identifier	"Card CRT"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"AGPMode"		"4"
	Option		"AGPFastWrite"		"true"
	Option		"EnableDepthMoves"	"true"
	Option		"EnablePageFlip"	"true"
	Option		"NoBackBuffer"		"false"
	Option		"UseFBDev"		"false"
	Screen		1
EndSection

Section "Monitor"
	Identifier	"Monitor LCD"
	HorizSync	30-68
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Monitor CRT"
#	HorizSync	30-68
#	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Screen LCD"
	Device		"Card LCD"
	Monitor		"Monitor LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1280x960"  "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x960"  "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen CRT"
	Device		"Card CRT"
	Monitor		"Monitor CRT"
	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	"Default Layout"
	Screen 0	"Screen LCD"
	#Screen 1	"Screen CRT" RightOf "Screen LCD"
	Option		"Clone"		"4"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Reply to: