Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 15:36:32 +0200
From:      Michael Landin Hostbaek <mich@FreeBSD.org>
To:        FreeBSD X11 <freebsd-x11@FreeBSD.org>
Subject:   Dual-head with i810
Message-ID:  <20060420133632.GA24988@mich2.itxmarket.com>

next in thread | raw e-mail | index | archive | help

--n8g4imXOkfNTN/H1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

List, 

I've got a Fujitsu-Siemens S7010 laptop, with a:
agp0: <Intel 82855GME (855GME GMCH) SVGA controller> on vgapci0


Initally I wanted to have two external flatscreens attached on the
dockingstation (VGA connector, and a DVI-D connector) - but it seems
this is not possbile.. (according to the Intel documentation).

So I wanted to settle for one external flatscreen and the laptop display.

Attached you'll find a copy of my xorg.conf thus far... Comparing it
with versions found with google, this should work.. 

Unfortunately it does not. When launching Xorg, it simply hangs and
locks the laptop while eating CPU time. Xorg.0.log says:

(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
(**) I810(0): Depth 24, (--) framebuffer bpp 32
(==) I810(0): RGB weight 888
(==) I810(0): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.so
(II) I810(0): initializing int10
(==) I810(0): Write-combining range (0xa0000,0x20000) was already clear
(==) I810(0): Write-combining range (0xc0000,0x40000) was already clear
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(==) I810(0): Write-combining range (0x0,0x1000) was already clear


What am I missing ?

/mich


--n8g4imXOkfNTN/H1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="xorg.conf.progress"


Section "ServerLayout"
    Identifier		"Multihead Layout"
    Screen		"Screen0"
    Screen		"Screen1" LeftOf	"Screen0"
    InputDevice		"Mouse0"		"CorePointer"
    InputDevice		"Keyboard0"		"CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	"XkbRules"	"xorg"
 	Option	"XkbLayout"	"gb"
	Option	"XkbModel"	"pc105euro"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
	Option	    "Buttons" "5"
EndSection

Section	"Monitor"
	Identifier   "Monitor0"
	VendorName   "FujitsuSiemens"
	ModelName    "S7010"
	Option	     "DPMS"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "IBM"
	ModelName    "T74A"
	HorizSync    30-82
	VertRefresh  56-76
	Option	     "DPMS"
EndSection

Section "Device"
    Identifier		"Videocard0"
    Driver		"i810"
    BusID		"PCI:0:2:0"
    Option		"MonitorLayout"	"CRT,LFP"
    Screen		0
EndSection

Section "Device"
    Identifier		"Videocard1"
    Driver		"i810"
    BusID		"PCI:0:2:0"
    Screen		1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Videocard1"
	Monitor    "Monitor1"
	DefaultDepth	24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1280x1024" "1024x768"
	EndSubSection
EndSection

--n8g4imXOkfNTN/H1--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060420133632.GA24988>