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

Re: Xinerama on i810



Hi,

I had the same problem on my toshiba m30x-148 and yesterday I installed the xserver from x.org and now everything works fine...

I installed debian packages for sarge from http://www.debian-desktop.org/

here is my xorg.config:

########################## GRAPHIC #####################

Section "Device"
	Identifier	"Intel 82852/855GM Intern"
	Driver		"i810"
	BusID		"0:2:0"
	Screen		0
	Option 		"MonitorLayout" 	"CRT, CRT+LFP" 	
EndSection

Section "Device"
	Identifier	"Intel 82852/855GM Extern"
	Driver		"i810"	
	BusID		"0:2:0"
	Screen		1
	Option 		"MonitorLayout" 	"CRT, CRT+LFP"
	Option		"DevicePresence"	"yes"
EndSection

Section "Monitor"
	Identifier	"LCD Intern"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
	#ModeLine "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828
EndSection

Section "Monitor"
	Identifier	"LCD Extern"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
EndSection

Section "Screen"
	Identifier	"Intern"
	Device		"Intel 82852/855GM Intern"
	Monitor		"LCD Intern"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Extern"
	Device		"Intel 82852/855GM Extern"
	Monitor		"LCD Extern"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

########################## END GRAPHIC ########################

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen	0	"Intern"
	Screen	1	"Extern" RightOf "Intern"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	Option		"Xinerama"	"true"
EndSection

Regards
Sebastian




Felix Obenhuber schrieb:
Hi,

Take care, activating Xinerama disables DRI support.

cheers
Felix

On Thu, 2005-06-16 at 19:59 +0200, Zsolt Rizsanyi wrote:

On Thursday 16 June 2005 18.59, cameron byrne wrote:

I am having major trouble getting Xinerama to work on
my Dell Laptop, Latitude 100L

You might have more luck with using X.org instead of XFree86.
One place to get X.org for debian is:
# xorg for debian
deb http://neo.wh-stuttgart.de/debian sarge xorg
deb-src http://neo.wh-stuttgart.de/debian sarge xorg

Regards,
Zsolt








Reply to: