i810 Xorg

Daniel Stone daniel at fooishbar.org
Fri Dec 17 08:46:49 UTC 2004


On Fri, 2004-12-17 at 10:28 +0100, DE DOMMELIN Alexandre (LaoTseu)
wrote:
> I'm using hoary on a i810 based laptop and I would like to use the xinerama 
> function.
> I can't make it working : one time the CRT screen stays blank and when I try 
> utilities like i855crt to activate the CRT output the image appears fuzzy ...
> 
> Does somebody have a solution ?

I've attached my config file, which does multi-screen (with the CRT on
the right) by default, and duplicated output (i.e. clone mode) when
started with -layout Normal.
-------------- next part --------------
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was 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	"/usr/share/X11/fonts/misc"
EndSection

Section "ServerFlags"
	Option	"AllowClosedownGrabs"	"true"
	Option	"DefaultLayout"		"Span"
EndSection

Section "Module"
	#Load	"GLcore"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	#Load	"dri"
	Load	"extmod"
	Load	"freetype"
	#Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

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

Section "Device"
	Identifier	"i855"
	Driver		"i810"
	Option		"Clone"
	Option		"DevicePresence"
	Option		"MonitorLayout"	"CRT,LFP"
	BusID		"PCI:0:2:0"
EndSection

Section "Device"
	Identifier	"i855 Internal"
	Driver		"i810"
	Option		"MonitorLayout"	"CRT,LFP"
	Option		"NoClone"
	Option		"DevicePresence"
	BusID		"PCI:0:2:0"
	Screen		0
EndSection

Section "Device"
	Identifier	"i855 External"
	Driver		"i810"
	Option		"MonitorLayout"	"CRT,LFP"
	Option		"NoClone"
	Option		"DevicePresence"
	BusID		"PCI:0:2:0"
	Screen		1
EndSection

Section "Monitor"
	Identifier	"Internal LCD"
	Option		"DPMS"
EndSection

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

Section "Screen"
	Identifier	"Normal Internal Screen"
	Device		"i855"
	Monitor		"Internal LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
		Modes	"1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Internal Screen"
	Device		"i855 Internal"
	Monitor		"Internal LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
		Modes	"1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"External Screen"
	Device		"i855 External"
	Monitor		"External Display"
	DefaultDepth	24
	SubSection	"Display"
		Depth	24
		Modes	"1024x768" "800x600"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Span"
	Screen		0 "Internal Screen" 0 0
	Screen		1 "External Screen" RightOf "Internal Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	#Option		"Xinerama"
	Option		"NoClone"
EndSection

Section "ServerLayout"
	Identifier	"Normal"
	Screen		"Normal Internal Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	Option		"NoClone"
EndSection

Section "DRI"
	Mode	0666
EndSection


More information about the ubuntu-users mailing list