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

Installing Debian on a Intel DG45ID board



Hallo everybody

I just wanted to let you know about my struggle with Debian when installing it on an Intel DG45ID [1] board.

I followed the instructions [2] from the installation manual to create an USB boot medium with the latest Debian testing network installation image [3]. When booting the system from USB the system automatically runs into the text installer which puts the graphic card into some kind of an interleaving mode where the bottom of the picture is shown on top of the screen interleased with the upper part of the picture (http://www.feher.at/debian/install_screen.jpg).

My BenQ G2110W Monitor [4] is connected via DVI to the onboard graphics card (Intel® G45 Express Chipset).

Beside the heavy flickering of the monitor the remaining installation was smooth but the first boot of the system failed due to the fact that the internal hard disk is an SATA one. During the installation the internal disk was mapped to /dev/sdb as the USB disk was /dev/sda and after removing the USB dist the internal disk became /dev/sda so that the installed boot menu did not match anymore.

I used the latest Knoppix 6.0 Distribution to boot and fix /boot/device.map, /boot/menu.lst and /etc/fstab. Now the system boots and runs into the graphical logon screen.

The next problem is, that generic VESA driver do not support the native WSXGA+ (1680x1050) resolution of my Monitor so I tried to force the usage of the intel driver in xorg.conf

----- begin /ect/X11/xorg.conf -----

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"Intel"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection

----- end /ect/X11/xorg.conf -----

But this configuration crashes X with the error message:
(EE) intel(0): No valid modes.

I then tried to upgrade to SID to see if this would fix the problem but it is still the same. From the log it looks as the driver does not detect the connected monitor. When the monitor is connected via VGA cable and and DVI-I <-> VGA connector the intel driver starts but the screen stays black when you try to switch to the text terminals via ctrl-alt-F1. The funny thing is that the VESA driver is able to detect the monitor on the DVI connector and read out the modelines but can not really make use of it.

I probably will try to download the latest driver from intel [5] and see if they fix the problem. Or is there anybody here on the list who has an idea how to track down this issue.

----- begin intel section of Xorg.0.log with DVI -----

II) intel(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) G45/G43
(--) intel(0): Chipset: "G45/G43"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xFF000000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using EXA for acceleration
(==) intel(0): Disabling EXA render acceleration
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Configured Monitor
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output VGA disconnected
(EE) intel(0): No valid modes.
(II) UnloadModule: "intel"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules//libvgahw.so
(II) UnloadModule: "vbe"
(II) Unloading /usr/lib/xorg/modules//libvbe.so
(II) UnloadModule: "int10"
(II) Unloading /usr/lib/xorg/modules//libint10.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

----- end intel section of Xorg.0.log with DVI -----


----- begin intel section of Xorg.0.log with VGA -----

(II) intel(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) G45/G43
(--) intel(0): Chipset: "G45/G43"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xFF000000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using EXA for acceleration
(==) intel(0): Disabling EXA render acceleration
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Configured Monitor
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): Output VGA connected
(II) intel(0): Output VGA using initial mode 1280x768
(II) intel(0): detected 512 kB GTT.
(II) intel(0): detected 32764 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Intel XvMC decoder disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)

----- end intel section of Xorg.0.log with VGA -----


The following log shows that when the intel driver is commented out the VESA driver is able to detect the monitor on the DVI connector.

----- begin VESA section of Xorg.0.log with DVI -----

(II) VESA(0): initializing int10
(WW) VESA(0): Bad V_BIOS checksum
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 32704 kB
(II) VESA(0): VESA VBE OEM: Intel(r)Eaglelake Graphics Chip Accelerated VGA BIOS
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
(II) VESA(0): VESA VBE OEM Product: Intel(r)Eaglelake Graphics Controller
(II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
(==) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level 2
(II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
(II) VESA(0): VESA VBE DDC read successfully
(II) VESA(0): Manufacturer: BNQ  Model: 7812  Serial#: 21573
(II) VESA(0): Year: 2008  Week: 18
(II) VESA(0): EDID Version: 1.3
(II) VESA(0): Digital Display Input
(II) VESA(0): Max H-Image Size [cm]: horiz.: 47  vert.: 30
(II) VESA(0): Gamma: 2.20
(II) VESA(0): DPMS capabilities: Off; RGB/Color Display
(II) VESA(0): Default color space is primary color space
(II) VESA(0): First detailed timing is preferred mode
(II) VESA(0): redX: 0.651 redY: 0.330   greenX: 0.267 greenY: 0.630
(II) VESA(0): blueX: 0.145 blueY: 0.080   whiteX: 0.313 whiteY: 0.329
(II) VESA(0): Supported VESA Video Modes:
(II) VESA(0): 720x400@70Hz
(II) VESA(0): 640x480@60Hz
(II) VESA(0): 640x480@75Hz
(II) VESA(0): 800x600@60Hz
(II) VESA(0): 800x600@75Hz
(II) VESA(0): 832x624@75Hz
(II) VESA(0): 1024x768@60Hz
(II) VESA(0): 1024x768@75Hz
(II) VESA(0): 1280x1024@75Hz
(II) VESA(0): 1152x870@75Hz
(II) VESA(0): Manufacturer's mask: 0
(II) VESA(0): Supported Future Video Modes:
(II) VESA(0): #0: hsize: 1152  vsize 720  refresh: 60  vid: 113
(II) VESA(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
(II) VESA(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) VESA(0): #3: hsize: 1440  vsize 900  refresh: 75  vid: 3989
(II) VESA(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) VESA(0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) VESA(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
(II) VESA(0): Supported additional Video Mode:
(II) VESA(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
(II) VESA(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 (II) VESA(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
(II) VESA(0): Serial No: Y4802951026
(II) VESA(0): Ranges: V min: 55 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 170 MHz
(II) VESA(0): Monitor name: BenQG2110W
(II) VESA(0): EDID (in hex):
(II) VESA(0): 	00ffffffffffff0009d1127845540000
(II) VESA(0): 	12120103802f1e782ee525a65444a125
(II) VESA(0): 	145054a56b80710081008140950f8180
(II) VESA(0): 	9500b300010121399030621a274068b0
(II) VESA(0): 	3600da281100001c000000ff00593438
(II) VESA(0): 	30323935313032360a20000000fd0037
(II) VESA(0): 	4c1f5311000a202020202020000000fc
(II) VESA(0): 	0042656e514732313130570a2020009a
(II) VESA(0): EDID vendor "BNQ", prod id 30738
(II) VESA(0): Using EDID range info for horizontal sync
(II) VESA(0): Using EDID range info for vertical refresh
(II) VESA(0): Printing DDC gathered Modelines:
(II) VESA(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) VESA(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) VESA(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) VESA(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) VESA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) VESA(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) VESA(0): Modeline "1152x720"x60.0 66.75 1152 1208 1320 1488 720 723 729 748 -hsync +vsync (44.9 kHz) (II) VESA(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz) (II) VESA(0): Modeline "1280x960"x59.9 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync (59.7 kHz) (II) VESA(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz) (II) VESA(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz) (II) VESA(0): Modeline "1440x900"x59.9 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz) (II) VESA(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
----- begin VESA section of Xorg.0.log with DVI -----


And here is finally the whole Xorg.0.log file for the configuration with the DVI cable and intel driver enabled.
----- begin Xorg.0.log ------

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-11)
Current Operating System: Linux obelix 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686
Build Date: 20 February 2009  03:06:29AM

	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 23 22:18:49 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
	Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
	Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
	Using the first keyboard device.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e3800
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2e20 card 8086,5002 rev 03 class 06,00,00 hdr 00 (II) PCI: 00:02:0: chip 8086,2e22 card 8086,5002 rev 03 class 03,00,00 hdr 80 (II) PCI: 00:02:1: chip 8086,2e23 card 8086,5002 rev 03 class 03,80,00 hdr 80 (II) PCI: 00:03:0: chip 8086,2e24 card 8086,5002 rev 03 class 07,80,00 hdr 80 (II) PCI: 00:19:0: chip 8086,10cd card 8086,5002 rev 00 class 02,00,00 hdr 00 (II) PCI: 00:1a:0: chip 8086,3a37 card 8086,5002 rev 00 class 0c,03,00 hdr 80 (II) PCI: 00:1a:1: chip 8086,3a38 card 8086,5002 rev 00 class 0c,03,00 hdr 00 (II) PCI: 00:1a:2: chip 8086,3a39 card 8086,5002 rev 00 class 0c,03,00 hdr 00 (II) PCI: 00:1a:7: chip 8086,3a3c card 8086,5002 rev 00 class 0c,03,20 hdr 00 (II) PCI: 00:1b:0: chip 8086,3a3e card 8086,5002 rev 00 class 04,03,00 hdr 00 (II) PCI: 00:1d:0: chip 8086,3a34 card 8086,5002 rev 00 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,3a35 card 8086,5002 rev 00 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,3a36 card 8086,5002 rev 00 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,3a3a card 8086,5002 rev 00 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 90 class 06,04,01 hdr 01 (II) PCI: 00:1f:0: chip 8086,3a16 card 8086,5002 rev 00 class 06,01,00 hdr 80 (II) PCI: 00:1f:2: chip 8086,3a20 card 8086,5002 rev 00 class 01,01,8f hdr 00 (II) PCI: 00:1f:3: chip 8086,3a30 card 8086,5002 rev 00 class 0c,05,00 hdr 00 (II) PCI: 00:1f:5: chip 8086,3a26 card 8086,5002 rev 00 class 01,01,85 hdr 00 (II) PCI: 01:01:0: chip 11c1,5811 card 8086,5002 rev 70 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xff500000 - 0xff5fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation unknown chipset (0x2e22) rev 3, Mem @ 0xff000000/22, 0xd0000000/28, I/O @ 0xf1c0/3 (--) PCI: (0:2:1) Intel Corporation unknown chipset (0x2e23) rev 3, Mem @ 0xff400000/20
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xff501000 - 0xff5010ff (0x100) MX[B]
	[1] -1	0	0xff500000 - 0xff500fff (0x1000) MX[B]
	[2] -1	0	0xff625800 - 0xff6258ff (0x100) MX[B]
	[3] -1	0	0xff625000 - 0xff6253ff (0x400) MX[B]
	[4] -1	0	0xff620000 - 0xff623fff (0x4000) MX[B]
	[5] -1	0	0xff625400 - 0xff6257ff (0x400) MX[B]
	[6] -1	0	0xff624000 - 0xff624fff (0x1000) MX[B]
	[7] -1	0	0xff600000 - 0xff61ffff (0x20000) MX[B]
	[8] -1	0	0xff625900 - 0xff62590f (0x10) MX[B]
	[9] -1	0	0xff400000 - 0xff4fffff (0x100000) MX[B](B)
	[10] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[11] -1	0	0xff000000 - 0xff3fffff (0x400000) MX[B](B)
	[12] -1	0	0x0000f100 - 0x0000f10f (0x10) IX[B]
	[13] -1	0	0x0000f110 - 0x0000f11f (0x10) IX[B]
	[14] -1	0	0x0000f120 - 0x0000f123 (0x4) IX[B]
	[15] -1	0	0x0000f130 - 0x0000f137 (0x8) IX[B]
	[16] -1	0	0x0000f140 - 0x0000f143 (0x4) IX[B]
	[17] -1	0	0x0000f150 - 0x0000f157 (0x8) IX[B]
	[18] -1	0	0x0000f000 - 0x0000f01f (0x20) IX[B]
	[19] -1	0	0x0000f160 - 0x0000f16f (0x10) IX[B]
	[20] -1	0	0x0000f170 - 0x0000f17f (0x10) IX[B]
	[21] -1	0	0x0000f180 - 0x0000f183 (0x4) IX[B]
	[22] -1	0	0x0000f190 - 0x0000f197 (0x8) IX[B]
	[23] -1	0	0x0000f1a0 - 0x0000f1a3 (0x4) IX[B]
	[24] -1	0	0x0000f1b0 - 0x0000f1b7 (0x8) IX[B]
	[25] -1	0	0x0000f020 - 0x0000f03f (0x20) IX[B]
	[26] -1	0	0x0000f040 - 0x0000f05f (0x20) IX[B]
	[27] -1	0	0x0000f060 - 0x0000f07f (0x20) IX[B]
	[28] -1	0	0x0000f080 - 0x0000f09f (0x20) IX[B]
	[29] -1	0	0x0000f0a0 - 0x0000f0bf (0x20) IX[B]
	[30] -1	0	0x0000f0c0 - 0x0000f0df (0x20) IX[B]
	[31] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[32] -1	0	0x0000f1c0 - 0x0000f1c7 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xff501000 - 0xff5010ff (0x100) MX[B]
	[1] -1	0	0xff500000 - 0xff500fff (0x1000) MX[B]
	[2] -1	0	0xff625800 - 0xff6258ff (0x100) MX[B]
	[3] -1	0	0xff625000 - 0xff6253ff (0x400) MX[B]
	[4] -1	0	0xff620000 - 0xff623fff (0x4000) MX[B]
	[5] -1	0	0xff625400 - 0xff6257ff (0x400) MX[B]
	[6] -1	0	0xff624000 - 0xff624fff (0x1000) MX[B]
	[7] -1	0	0xff600000 - 0xff61ffff (0x20000) MX[B]
	[8] -1	0	0xff625900 - 0xff62590f (0x10) MX[B]
	[9] -1	0	0xff400000 - 0xff4fffff (0x100000) MX[B](B)
	[10] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[11] -1	0	0xff000000 - 0xff3fffff (0x400000) MX[B](B)
	[12] -1	0	0x0000f100 - 0x0000f10f (0x10) IX[B]
	[13] -1	0	0x0000f110 - 0x0000f11f (0x10) IX[B]
	[14] -1	0	0x0000f120 - 0x0000f123 (0x4) IX[B]
	[15] -1	0	0x0000f130 - 0x0000f137 (0x8) IX[B]
	[16] -1	0	0x0000f140 - 0x0000f143 (0x4) IX[B]
	[17] -1	0	0x0000f150 - 0x0000f157 (0x8) IX[B]
	[18] -1	0	0x0000f000 - 0x0000f01f (0x20) IX[B]
	[19] -1	0	0x0000f160 - 0x0000f16f (0x10) IX[B]
	[20] -1	0	0x0000f170 - 0x0000f17f (0x10) IX[B]
	[21] -1	0	0x0000f180 - 0x0000f183 (0x4) IX[B]
	[22] -1	0	0x0000f190 - 0x0000f197 (0x8) IX[B]
	[23] -1	0	0x0000f1a0 - 0x0000f1a3 (0x4) IX[B]
	[24] -1	0	0x0000f1b0 - 0x0000f1b7 (0x8) IX[B]
	[25] -1	0	0x0000f020 - 0x0000f03f (0x20) IX[B]
	[26] -1	0	0x0000f040 - 0x0000f05f (0x20) IX[B]
	[27] -1	0	0x0000f060 - 0x0000f07f (0x20) IX[B]
	[28] -1	0	0x0000f080 - 0x0000f09f (0x20) IX[B]
	[29] -1	0	0x0000f0a0 - 0x0000f0bf (0x20) IX[B]
	[30] -1	0	0x0000f0c0 - 0x0000f0df (0x20) IX[B]
	[31] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[32] -1	0	0x0000f1c0 - 0x0000f1c7 (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xff501000 - 0xff5010ff (0x100) MX[B]
	[5] -1	0	0xff500000 - 0xff500fff (0x1000) MX[B]
	[6] -1	0	0xff625800 - 0xff6258ff (0x100) MX[B]
	[7] -1	0	0xff625000 - 0xff6253ff (0x400) MX[B]
	[8] -1	0	0xff620000 - 0xff623fff (0x4000) MX[B]
	[9] -1	0	0xff625400 - 0xff6257ff (0x400) MX[B]
	[10] -1	0	0xff624000 - 0xff624fff (0x1000) MX[B]
	[11] -1	0	0xff600000 - 0xff61ffff (0x20000) MX[B]
	[12] -1	0	0xff625900 - 0xff62590f (0x10) MX[B]
	[13] -1	0	0xff400000 - 0xff4fffff (0x100000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xff000000 - 0xff3fffff (0x400000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000f100 - 0x0000f10f (0x10) IX[B]
	[19] -1	0	0x0000f110 - 0x0000f11f (0x10) IX[B]
	[20] -1	0	0x0000f120 - 0x0000f123 (0x4) IX[B]
	[21] -1	0	0x0000f130 - 0x0000f137 (0x8) IX[B]
	[22] -1	0	0x0000f140 - 0x0000f143 (0x4) IX[B]
	[23] -1	0	0x0000f150 - 0x0000f157 (0x8) IX[B]
	[24] -1	0	0x0000f000 - 0x0000f01f (0x20) IX[B]
	[25] -1	0	0x0000f160 - 0x0000f16f (0x10) IX[B]
	[26] -1	0	0x0000f170 - 0x0000f17f (0x10) IX[B]
	[27] -1	0	0x0000f180 - 0x0000f183 (0x4) IX[B]
	[28] -1	0	0x0000f190 - 0x0000f197 (0x8) IX[B]
	[29] -1	0	0x0000f1a0 - 0x0000f1a3 (0x4) IX[B]
	[30] -1	0	0x0000f1b0 - 0x0000f1b7 (0x8) IX[B]
	[31] -1	0	0x0000f020 - 0x0000f03f (0x20) IX[B]
	[32] -1	0	0x0000f040 - 0x0000f05f (0x20) IX[B]
	[33] -1	0	0x0000f060 - 0x0000f07f (0x20) IX[B]
	[34] -1	0	0x0000f080 - 0x0000f09f (0x20) IX[B]
	[35] -1	0	0x0000f0a0 - 0x0000f0bf (0x20) IX[B]
	[36] -1	0	0x0000f0c0 - 0x0000f0df (0x20) IX[B]
	[37] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[38] -1	0	0x0000f1c0 - 0x0000f1c7 (0x8) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 2.3.2
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
	965GM, 965GME/GLE, G33, Q35, Q33,
	Mobile Intel® GM45 Express Chipset,
	Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset G45/G43 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xff501000 - 0xff5010ff (0x100) MX[B]
	[5] -1	0	0xff500000 - 0xff500fff (0x1000) MX[B]
	[6] -1	0	0xff625800 - 0xff6258ff (0x100) MX[B]
	[7] -1	0	0xff625000 - 0xff6253ff (0x400) MX[B]
	[8] -1	0	0xff620000 - 0xff623fff (0x4000) MX[B]
	[9] -1	0	0xff625400 - 0xff6257ff (0x400) MX[B]
	[10] -1	0	0xff624000 - 0xff624fff (0x1000) MX[B]
	[11] -1	0	0xff600000 - 0xff61ffff (0x20000) MX[B]
	[12] -1	0	0xff625900 - 0xff62590f (0x10) MX[B]
	[13] -1	0	0xff400000 - 0xff4fffff (0x100000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xff000000 - 0xff3fffff (0x400000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000f100 - 0x0000f10f (0x10) IX[B]
	[19] -1	0	0x0000f110 - 0x0000f11f (0x10) IX[B]
	[20] -1	0	0x0000f120 - 0x0000f123 (0x4) IX[B]
	[21] -1	0	0x0000f130 - 0x0000f137 (0x8) IX[B]
	[22] -1	0	0x0000f140 - 0x0000f143 (0x4) IX[B]
	[23] -1	0	0x0000f150 - 0x0000f157 (0x8) IX[B]
	[24] -1	0	0x0000f000 - 0x0000f01f (0x20) IX[B]
	[25] -1	0	0x0000f160 - 0x0000f16f (0x10) IX[B]
	[26] -1	0	0x0000f170 - 0x0000f17f (0x10) IX[B]
	[27] -1	0	0x0000f180 - 0x0000f183 (0x4) IX[B]
	[28] -1	0	0x0000f190 - 0x0000f197 (0x8) IX[B]
	[29] -1	0	0x0000f1a0 - 0x0000f1a3 (0x4) IX[B]
	[30] -1	0	0x0000f1b0 - 0x0000f1b7 (0x8) IX[B]
	[31] -1	0	0x0000f020 - 0x0000f03f (0x20) IX[B]
	[32] -1	0	0x0000f040 - 0x0000f05f (0x20) IX[B]
	[33] -1	0	0x0000f060 - 0x0000f07f (0x20) IX[B]
	[34] -1	0	0x0000f080 - 0x0000f09f (0x20) IX[B]
	[35] -1	0	0x0000f0a0 - 0x0000f0bf (0x20) IX[B]
	[36] -1	0	0x0000f0c0 - 0x0000f0df (0x20) IX[B]
	[37] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[38] -1	0	0x0000f1c0 - 0x0000f1c7 (0x8) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xff501000 - 0xff5010ff (0x100) MX[B]
	[5] -1	0	0xff500000 - 0xff500fff (0x1000) MX[B]
	[6] -1	0	0xff625800 - 0xff6258ff (0x100) MX[B]
	[7] -1	0	0xff625000 - 0xff6253ff (0x400) MX[B]
	[8] -1	0	0xff620000 - 0xff623fff (0x4000) MX[B]
	[9] -1	0	0xff625400 - 0xff6257ff (0x400) MX[B]
	[10] -1	0	0xff624000 - 0xff624fff (0x1000) MX[B]
	[11] -1	0	0xff600000 - 0xff61ffff (0x20000) MX[B]
	[12] -1	0	0xff625900 - 0xff62590f (0x10) MX[B]
	[13] -1	0	0xff400000 - 0xff4fffff (0x100000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xff000000 - 0xff3fffff (0x400000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000f100 - 0x0000f10f (0x10) IX[B]
	[22] -1	0	0x0000f110 - 0x0000f11f (0x10) IX[B]
	[23] -1	0	0x0000f120 - 0x0000f123 (0x4) IX[B]
	[24] -1	0	0x0000f130 - 0x0000f137 (0x8) IX[B]
	[25] -1	0	0x0000f140 - 0x0000f143 (0x4) IX[B]
	[26] -1	0	0x0000f150 - 0x0000f157 (0x8) IX[B]
	[27] -1	0	0x0000f000 - 0x0000f01f (0x20) IX[B]
	[28] -1	0	0x0000f160 - 0x0000f16f (0x10) IX[B]
	[29] -1	0	0x0000f170 - 0x0000f17f (0x10) IX[B]
	[30] -1	0	0x0000f180 - 0x0000f183 (0x4) IX[B]
	[31] -1	0	0x0000f190 - 0x0000f197 (0x8) IX[B]
	[32] -1	0	0x0000f1a0 - 0x0000f1a3 (0x4) IX[B]
	[33] -1	0	0x0000f1b0 - 0x0000f1b7 (0x8) IX[B]
	[34] -1	0	0x0000f020 - 0x0000f03f (0x20) IX[B]
	[35] -1	0	0x0000f040 - 0x0000f05f (0x20) IX[B]
	[36] -1	0	0x0000f060 - 0x0000f07f (0x20) IX[B]
	[37] -1	0	0x0000f080 - 0x0000f09f (0x20) IX[B]
	[38] -1	0	0x0000f0a0 - 0x0000f0bf (0x20) IX[B]
	[39] -1	0	0x0000f0c0 - 0x0000f0df (0x20) IX[B]
	[40] -1	0	0x0000f0e0 - 0x0000f0ff (0x20) IX[B]
	[41] -1	0	0x0000f1c0 - 0x0000f1c7 (0x8) IX[B](B)
	[42] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[43] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) intel(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) G45/G43
(--) intel(0): Chipset: "G45/G43"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xFF000000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using EXA for acceleration
(==) intel(0): Disabling EXA render acceleration
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Configured Monitor
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output VGA disconnected
(EE) intel(0): No valid modes.
(II) UnloadModule: "intel"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules//libvgahw.so
(II) UnloadModule: "vbe"
(II) Unloading /usr/lib/xorg/modules//libvbe.so
(II) UnloadModule: "int10"
(II) Unloading /usr/lib/xorg/modules//libint10.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

----- end Xorg.0.log ------


thanks for your help.

Mike

------- references -------

[1] Intel DG45ID board
http://www.intel.com/products/desktop/motherboards/DG45ID/DG45ID-overview.htm
[2] Debian USB boot instructions
http://www.debian.org/releases/stable/i386/ch04s03.html.en
[3] Debian Testing installation CDs
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/
[4] BenQ G2110W Monitor
http://benq.at/products/LCD/?product=970
[5] Intel graphic driver
http://intellinuxgraphics.org/download.html


Reply to: