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

Bug#374035: marked as done (i810 driver in multihead setup uses wrong mode)



Your message dated Sat, 22 Dec 2007 13:15:34 +0100
with message-id <476CFFE6.8070604@ens-lyon.org>
and subject line server-xorg-video-i810: xserver confuses monitor settings in xinerama multihead setup
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xorg-video-i810
Version: 1:1.5.1.0-2

I use a multi-head xinerama setup with a 1024x768 mode for the notebook
display and 1280x1024 for an external monitor.
(see attached xorg.conf)

The X server fails to use the given 1280x1024, but sets up 1920x1440 instead:

(--) I810(1): Virtual size is 1920x1440 (pitch 1920)
(**) I810(1): *Built-in mode "1920x1440"
(**) I810(1): *Built-in mode "1600x1200"
(**) I810(1): *Built-in mode "1280x1024"
(**) I810(1): *Built-in mode "1024x768"
(**) I810(1): *Built-in mode "800x600"
(**) I810(1): *Built-in mode "640x480"

(see attached Xorg.0.log)

By suitably limiting HorizSync and VertRefresh I was able to make X
drop the higher resolution modes and use the 1280x1024 mode at 85 Hz:

(--) I810(1): Virtual size is 1280x1024 (pitch 1280)
(**) I810(1): *Built-in mode "1280x1024"
(**) I810(1): *Built-in mode "1024x768"
(**) I810(1): *Built-in mode "800x600"
(**) I810(1): *Built-in mode "640x480"

(see attached Xorg.0.log.workaround), but this is really just a workaround.

The notebook is a Samsung Q25 with "Intel 82852/855GM Integrated Graphics".
The Xorg logfiles were shortened with "grep -i i810";
I can provide full logfiles on request.

Mirko

-- System Information:                                                          
Debian Release: testing/unstable                                                
  APT prefers testing                                                           
  APT policy: (500, 'testing'), (50, 'unstable')                                
Architecture: i386 (i686)                                                       
Shell:  /bin/sh linked to /bin/bash                                             
Kernel: Linux 2.6.16-2-686                                                      
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)                  
                                                                                
Versions of packages xserver-xorg-video-i810 depends on:                        
ii  libc6                         2.3.6-13   GNU C Library: Shared libraries    
ii  xserver-xorg-core             1:1.0.2-8  X.Org X server -- core server      
# xorg.conf (Xorg 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 xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# 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/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
	#FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/CID"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/share/fonts/X11/100dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"evdev"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
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 "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

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

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

Section "Screen"
        Identifier "Notebook Screen"
        Device     "i810_first"
	Monitor    "Notebook Display"
        SubSection "Display"
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Desktop Screen"
        Device     "i810_second"
        Monitor    "VMPro450"
        SubSection "Display"
                Depth     24
                Modes     "1280x1024"
        EndSubSection
EndSection

Section "Monitor"
	Identifier	"Notebook Display"
	Option		"DPMS"
	HorizSync	28-50
	VertRefresh	43-60
EndSection

Section "Monitor"
        Identifier      "VMPro450"
        Option          "DPMS"
#        HorizSync       27-115
        HorizSync       27-100
#        VertRefresh     50-160
        VertRefresh     82-160
	DisplaySize	330 265
EndSection

Section "ServerLayout"
        Identifier 	"Multihead"
        Screen     	0  "Notebook Screen"
        Screen     	1  "Desktop Screen" RightOf "Notebook Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
        Option     	"Xinerama" "On"
EndSection

Section "DRI"
	Mode	0666
EndSection
(**) |   |-->Device "i810_first"
(**) |   |-->Device "i810_second"
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules/drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
	i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
(II) I810(0): Creating default Display subsection in Screen section
(==) I810(0): Depth 16, (==) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor
(**) I810(0): Option "MonitorLayout" "CRT,LFP"
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 8000 kB
(II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 855GME
(--) I810(0): Chipset: "852GM/855GM"
(--) I810(0): Linear framebuffer at 0xE8000000
(--) I810(0): IO registers at addr 0xE0000000
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 8060 kB stolen memory.
(II) I810(0): Kernel reported 301056 total, 1 used
(II) I810(0): I830CheckAvailableMemory: 1204220 kB available
(II) I810(0): Monitoring connected displays enabled
(II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 12288 kB
(II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): BIOS now sees 12288 kB VideoRAM
(--) I810(0): Pre-allocated VideoRAM: 8060 kByte
(==) I810(0): VideoRAM: 98304 kByte
(==) I810(0): video overlay key set to 0x83e
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 3104
(II) I810(0): Using new Pipe switch code
(==) I810(0): Device Presence: disabled.
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
(II) I810(0): Display Info: CRT: attached: TRUE, present: TRUE, size: (720,400)
(II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1024,768)
(II) I810(0): Display Info: CRT2 (second CRT): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(0): Size of device LFP (local flat panel) is 1024 x 768
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0): 	CRT
(II) I810(0): Currently active displays on Pipe B:
(II) I810(0): 	LFP (local flat panel)
(II) I810(0): Lowest common panel size for pipe B is 1024 x 768
(==) I810(0): Primary head is using Pipe B
(--) I810(0): Maximum frambuffer space: 98136 kByte
(II) I810(0): VESA VBE PanelID read successfully
(II) I810(0): PanelID returned panel resolution : 1024x768
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level none
(II) I810(0): VESA VBE DDC transfer in appr. 0 sec.
(II) I810(0): VESA VBE DDC read failed
(--) I810(0): A non-CRT device is attached to pipe B.
(--) I810(0): Maximum space available for video modes: 12288 kByte
(II) I810(0): Notebook Display: Using hsync range of 28.00-50.00 kHz
(II) I810(0): Notebook Display: Using vrefresh range of 43.00-60.00 Hz
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): *Built-in mode "1024x768"
(**) I810(0): *Built-in mode "800x600"
(**) I810(0): *Built-in mode "640x480"
(==) I810(0): DPI set to (75, 75)
(==) I810(0): VBE Restore workaround: enabled.
(II) I810(1): Creating default Display subsection in Screen section
(==) I810(1): Depth 16, (==) framebuffer bpp 16
(==) I810(1): RGB weight 565
(==) I810(1): Default visual is TrueColor
(II) I810(1): Integrated Graphics Chipset: Intel(R) 855GME
(--) I810(1): Chipset: "852GM/855GM"
(--) I810(1): Linear framebuffer at 0xE8000000
(--) I810(1): IO registers at addr 0xE0000000
(II) I810(1): 2 display pipes available.
(II) I810(1): detected 8060 kB stolen memory.
(WW) I810(1): Detected stolen memory (8000 kB) doesn't match what the BIOS reports (12288 kB)
(II) I810(1): Monitoring connected displays enabled
(--) I810(1): Pre-allocated VideoRAM: 8060 kByte
(==) I810(1): VideoRAM: 12288 kByte
(==) I810(1): video overlay key set to 0x83e
(**) I810(1): page flipping disabled
(==) I810(1): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(1): BIOS Build: 3104
(II) I810(1): Using new Pipe switch code
(==) I810(1): Device Presence: disabled.
(==) I810(1): Display Info: enabled.
(II) I810(1): Broken BIOSes cause the system to hang here.
(II) I810(1): Display Info: CRT: attached: TRUE, present: TRUE, size: (720,400)
(II) I810(1): Display Info: TV: attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(1): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(1): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1024,768)
(II) I810(1): Display Info: CRT2 (second CRT): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(1): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(1): Size of device LFP (local flat panel) is 1024 x 768
(II) I810(1): Currently active displays on Pipe A:
(II) I810(1): 	CRT
(II) I810(1): Currently active displays on Pipe B:
(II) I810(1): 	LFP (local flat panel)
(II) I810(1): Lowest common panel size for pipe B is 1024 x 768
(==) I810(1): Secondary head is using Pipe A
(--) I810(1): Using HW Cursor because it's enabled on primary head.
(--) I810(1): Maximum frambuffer space: 12120 kByte
(II) I810(1): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(1): Maximum space available for video modes: 12120 kByte
(II) I810(1): VMPro450: Using hsync range of 27.00-115.00 kHz
(II) I810(1): VMPro450: Using vrefresh range of 50.00-160.00 Hz
(--) I810(1): Virtual size is 1920x1440 (pitch 1920)
(**) I810(1): *Built-in mode "1920x1440"
(**) I810(1): *Built-in mode "1600x1200"
(**) I810(1): *Built-in mode "1280x1024"
(**) I810(1): *Built-in mode "1024x768"
(**) I810(1): *Built-in mode "800x600"
(**) I810(1): *Built-in mode "640x480"
(II) I810(1): Attempting to use 75.00Hz refresh for mode "1920x1440" (84d)
(II) I810(1): Attempting to use 85.00Hz refresh for mode "1600x1200" (84b)
(II) I810(1): Attempting to use 85.02Hz refresh for mode "1280x1024" (849)
(II) I810(1): Attempting to use 85.00Hz refresh for mode "1024x768" (845)
(II) I810(1): Attempting to use 85.14Hz refresh for mode "800x600" (843)
(II) I810(1): Attempting to use 85.01Hz refresh for mode "640x480" (841)
(**) I810(1): Display dimensions: (330, 265) mm
(**) I810(1): DPI set to (147, 138)
(==) I810(1): VBE Restore workaround: enabled.
(II) I810(0): Rotating to 0 degrees
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 8000 kB
(II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 384 scanlines for pixmap cache
(II) I810(0): Secondary framebuffer allocation size: 8640 kByte
(II) I810(0): Allocating at least 768 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 3584 kByte
(II) I810(0): Allocated 4 kB for HW cursor at 0x7fff000 (0x22dd2000)
(II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x7ffb000 (0x417e4000)
(II) I810(0): Allocated 4 kB for Overlay registers at 0x7ffa000 (0x22dd5000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fea000
(II) I810(0): Allocated 64 kB for the second scratch buffer at 0x7fda000
(WW) I810(0): Direct rendering is not supported when Xinerama is enabled
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
(II) I810(0): 0x8210588: Memory at offset 0x00020000, size 8640 kBytes
(II) I810(0): 0x8210568: Memory at offset 0x00890000, size 3584 kBytes
(II) I810(0): 0x8215a58: Memory at offset 0x07fff000, size 4 kBytes
(II) I810(0): 0x8215a80: Memory at offset 0x07ffb000, size 16 kBytes
(II) I810(0): 0x82155bc: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0x82105a8: Memory at offset 0x07fea000, size 64 kBytes
(II) I810(0): 0x82105c8: Memory at offset 0x07fda000, size 64 kBytes
(II) I810(0): 0x8215650: Memory at offset 0x07ffa000, size 4 kBytes
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(II) I810(0): xf86BindGARTMemory: bind key 5 at 0x007df000 (pgoffset 2015)
(II) I810(0): xf86BindGARTMemory: bind key 0 at 0x07fff000 (pgoffset 32767)
(II) I810(0): xf86BindGARTMemory: bind key 1 at 0x07ffb000 (pgoffset 32763)
(II) I810(0): xf86BindGARTMemory: bind key 3 at 0x07fea000 (pgoffset 32746)
(II) I810(0): xf86BindGARTMemory: bind key 4 at 0x07fda000 (pgoffset 32730)
(II) I810(0): xf86BindGARTMemory: bind key 2 at 0x07ffa000 (pgoffset 32762)
(II) I810(0): Display plane A is enabled and connected to Pipe A.
(II) I810(0): Display plane B is enabled and connected to Pipe B.
(II) I810(0): Enabling plane A.
(II) I810(0): Enabling plane B.
(II) I810(0): Display plane A is now enabled and connected to Pipe A.
(II) I810(0): Display plane B is now enabled and connected to Pipe B.
(II) I810(0): PIPEACONF is 0x80000000
(II) I810(0): PIPEBCONF is 0x80000000
(WW) I810(0): Correcting plane B stride (640 -> 1920)
(II) I810(0): Mode bandwidth is 47 Mpixel/s
(II) I810(0): maxBandwidth is 1440 Mbyte/s, pipe bandwidths are 126 Mbyte/s, 0 Mbyte/s
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(**) I810(0): DPMS enabled
(II) I810(0): direct rendering: Failed
(II) I810(0): libshadow is version 1.0.0, required 1.1.0 or greater for rotation.
(II) I810(1): Rotating to 0 degrees
(II) I810(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) I810(1): Display plane A is enabled and connected to Pipe A.
(II) I810(1): Display plane B is enabled and connected to Pipe B.
(II) I810(1): Enabling plane A.
(II) I810(1): Enabling plane B.
(II) I810(1): Display plane A is now enabled and connected to Pipe A.
(II) I810(1): Display plane B is now enabled and connected to Pipe B.
(II) I810(1): PIPEACONF is 0xc0000000
(II) I810(1): PIPEBCONF is 0x80000000
(II) I810(1): Mode bandwidth is 165 Mpixel/s
(WW) I810(1): Extended BIOS function 0x5f28 failed.
(II) I810(1): Using XFree86 Acceleration Architecture (XAA)
(==) I810(1): Backing store disabled
(==) I810(1): Silken mouse enabled
(II) I810(1): Initializing HW Cursor
(**) I810(1): DPMS enabled
(WW) I810(1): Disabling XVideo output because Pipe A is in double-wide mode.
(II) I810(1): direct rendering: Disabled
(II) I810(1): libshadow is version 1.0.0, required 1.1.0 or greater for rotation.
(WW) I810(0): Extended BIOS function 0x5f64 failed.
(WW) I810(0): Extended BIOS function 0x5f64 failed.
(WW) I810(0): Failed to set display devices to 0x800.
(WW) I810(0): Enabling LVDS directly. Pipe B.
(WW) I810(0): Disabling ADPA directly.
(WW) I810(0): Writing config directly to SWF0.
(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(II) I810(0): BIOS call 0x5f05 not supported, setting refresh with VBE 3 method.
(II) I810(0): xf86UnbindGARTMemory: unbind key 5
(II) I810(0): xf86UnbindGARTMemory: unbind key 0
(II) I810(0): xf86UnbindGARTMemory: unbind key 1
(II) I810(0): xf86UnbindGARTMemory: unbind key 3
(II) I810(0): xf86UnbindGARTMemory: unbind key 4
(II) I810(0): xf86UnbindGARTMemory: unbind key 2
(WW) I810(0): Successfully set original devices (2)
(**) |   |-->Device "i810_first"
(**) |   |-->Device "i810_second"
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules/drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
	i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
(II) I810(0): Creating default Display subsection in Screen section
(==) I810(0): Depth 16, (==) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor
(**) I810(0): Option "MonitorLayout" "CRT,LFP"
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 8000 kB
(II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 855GME
(--) I810(0): Chipset: "852GM/855GM"
(--) I810(0): Linear framebuffer at 0xE8000000
(--) I810(0): IO registers at addr 0xE0000000
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 8060 kB stolen memory.
(II) I810(0): Kernel reported 301056 total, 1 used
(II) I810(0): I830CheckAvailableMemory: 1204220 kB available
(II) I810(0): Monitoring connected displays enabled
(II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 12288 kB
(II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): BIOS now sees 12288 kB VideoRAM
(--) I810(0): Pre-allocated VideoRAM: 8060 kByte
(==) I810(0): VideoRAM: 98304 kByte
(==) I810(0): video overlay key set to 0x83e
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 3104
(II) I810(0): Using new Pipe switch code
(==) I810(0): Device Presence: disabled.
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
(II) I810(0): Display Info: CRT: attached: TRUE, present: TRUE, size: (720,400)
(II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1024,768)
(II) I810(0): Display Info: CRT2 (second CRT): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(0): Size of device LFP (local flat panel) is 1024 x 768
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0): 	CRT
(II) I810(0): Currently active displays on Pipe B:
(II) I810(0): 	LFP (local flat panel)
(II) I810(0): Lowest common panel size for pipe B is 1024 x 768
(==) I810(0): Primary head is using Pipe B
(--) I810(0): Maximum frambuffer space: 98136 kByte
(II) I810(0): VESA VBE PanelID read successfully
(II) I810(0): PanelID returned panel resolution : 1024x768
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level none
(II) I810(0): VESA VBE DDC transfer in appr. 0 sec.
(II) I810(0): VESA VBE DDC read failed
(--) I810(0): A non-CRT device is attached to pipe B.
(--) I810(0): Maximum space available for video modes: 12288 kByte
(II) I810(0): Notebook Display: Using hsync range of 28.00-50.00 kHz
(II) I810(0): Notebook Display: Using vrefresh range of 43.00-60.00 Hz
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): *Built-in mode "1024x768"
(**) I810(0): *Built-in mode "800x600"
(**) I810(0): *Built-in mode "640x480"
(==) I810(0): DPI set to (75, 75)
(==) I810(0): VBE Restore workaround: enabled.
(II) I810(1): Creating default Display subsection in Screen section
(==) I810(1): Depth 16, (==) framebuffer bpp 16
(==) I810(1): RGB weight 565
(==) I810(1): Default visual is TrueColor
(II) I810(1): Integrated Graphics Chipset: Intel(R) 855GME
(--) I810(1): Chipset: "852GM/855GM"
(--) I810(1): Linear framebuffer at 0xE8000000
(--) I810(1): IO registers at addr 0xE0000000
(II) I810(1): 2 display pipes available.
(II) I810(1): detected 8060 kB stolen memory.
(WW) I810(1): Detected stolen memory (8000 kB) doesn't match what the BIOS reports (12288 kB)
(II) I810(1): Monitoring connected displays enabled
(--) I810(1): Pre-allocated VideoRAM: 8060 kByte
(==) I810(1): VideoRAM: 12288 kByte
(==) I810(1): video overlay key set to 0x83e
(**) I810(1): page flipping disabled
(==) I810(1): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(1): BIOS Build: 3104
(II) I810(1): Using new Pipe switch code
(==) I810(1): Device Presence: disabled.
(==) I810(1): Display Info: enabled.
(II) I810(1): Broken BIOSes cause the system to hang here.
(II) I810(1): Display Info: CRT: attached: TRUE, present: TRUE, size: (720,400)
(II) I810(1): Display Info: TV: attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(1): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(1): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1024,768)
(II) I810(1): Display Info: CRT2 (second CRT): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(1): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,2313)
(II) I810(1): Size of device LFP (local flat panel) is 1024 x 768
(II) I810(1): Currently active displays on Pipe A:
(II) I810(1): 	CRT
(II) I810(1): Currently active displays on Pipe B:
(II) I810(1): 	LFP (local flat panel)
(II) I810(1): Lowest common panel size for pipe B is 1024 x 768
(==) I810(1): Secondary head is using Pipe A
(--) I810(1): Using HW Cursor because it's enabled on primary head.
(--) I810(1): Maximum frambuffer space: 12120 kByte
(II) I810(1): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(1): Maximum space available for video modes: 12120 kByte
(II) I810(1): VMPro450: Using hsync range of 27.00-100.00 kHz
(II) I810(1): VMPro450: Using vrefresh range of 82.00-160.00 Hz
(--) I810(1): Virtual size is 1280x1024 (pitch 1280)
(**) I810(1): *Built-in mode "1280x1024"
(**) I810(1): *Built-in mode "1024x768"
(**) I810(1): *Built-in mode "800x600"
(**) I810(1): *Built-in mode "640x480"
(II) I810(1): Attempting to use 85.02Hz refresh for mode "1280x1024" (849)
(II) I810(1): Attempting to use 85.00Hz refresh for mode "1024x768" (845)
(II) I810(1): Attempting to use 85.14Hz refresh for mode "800x600" (843)
(II) I810(1): Attempting to use 85.01Hz refresh for mode "640x480" (841)
(**) I810(1): Display dimensions: (330, 265) mm
(**) I810(1): DPI set to (98, 98)
(==) I810(1): VBE Restore workaround: enabled.
(II) I810(0): Rotating to 0 degrees
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 8000 kB
(II) I810(0): VESA VBE OEM: Intel(r)852GM/852GME/855GM/855GME Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852GM/852GME/855GM/855GME Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 384 scanlines for pixmap cache
(II) I810(0): Secondary framebuffer allocation size: 4160 kByte
(II) I810(0): Allocating at least 768 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 3584 kByte
(II) I810(0): Allocated 4 kB for HW cursor at 0x7fff000 (0x3e654000)
(II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x7ffb000 (0x22a44000)
(II) I810(0): Allocated 4 kB for Overlay registers at 0x7ffa000 (0x22939000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fea000
(II) I810(0): Allocated 64 kB for the second scratch buffer at 0x7fda000
(WW) I810(0): Direct rendering is not supported when Xinerama is enabled
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
(II) I810(0): 0x8210590: Memory at offset 0x00020000, size 4160 kBytes
(II) I810(0): 0x8210570: Memory at offset 0x00430000, size 3584 kBytes
(II) I810(0): 0x8215a60: Memory at offset 0x07fff000, size 4 kBytes
(II) I810(0): 0x8215a88: Memory at offset 0x07ffb000, size 16 kBytes
(II) I810(0): 0x82155c4: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0x82105b0: Memory at offset 0x07fea000, size 64 kBytes
(II) I810(0): 0x82105d0: Memory at offset 0x07fda000, size 64 kBytes
(II) I810(0): 0x8215658: Memory at offset 0x07ffa000, size 4 kBytes
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(II) I810(0): xf86BindGARTMemory: bind key 5 at 0x007df000 (pgoffset 2015)
(II) I810(0): xf86BindGARTMemory: bind key 0 at 0x07fff000 (pgoffset 32767)
(II) I810(0): xf86BindGARTMemory: bind key 1 at 0x07ffb000 (pgoffset 32763)
(II) I810(0): xf86BindGARTMemory: bind key 3 at 0x07fea000 (pgoffset 32746)
(II) I810(0): xf86BindGARTMemory: bind key 4 at 0x07fda000 (pgoffset 32730)
(II) I810(0): xf86BindGARTMemory: bind key 2 at 0x07ffa000 (pgoffset 32762)
(II) I810(0): Display plane A is enabled and connected to Pipe A.
(II) I810(0): Display plane B is enabled and connected to Pipe B.
(II) I810(0): Enabling plane A.
(II) I810(0): Enabling plane B.
(II) I810(0): Display plane A is now enabled and connected to Pipe A.
(II) I810(0): Display plane B is now enabled and connected to Pipe B.
(II) I810(0): PIPEACONF is 0x80000000
(II) I810(0): PIPEBCONF is 0x80000000
(WW) I810(0): Correcting plane B stride (640 -> 1280)
(II) I810(0): Mode bandwidth is 47 Mpixel/s
(II) I810(0): maxBandwidth is 1440 Mbyte/s, pipe bandwidths are 126 Mbyte/s, 0 Mbyte/s
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(**) I810(0): DPMS enabled
(II) I810(0): direct rendering: Failed
(II) I810(0): libshadow is version 1.0.0, required 1.1.0 or greater for rotation.
(II) I810(1): Rotating to 0 degrees
(II) I810(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) I810(1): Setting refresh with VBE 3 method.
(II) I810(1): Display plane A is enabled and connected to Pipe A.
(II) I810(1): Display plane B is enabled and connected to Pipe B.
(II) I810(1): Enabling plane A.
(II) I810(1): Enabling plane B.
(II) I810(1): Display plane A is now enabled and connected to Pipe A.
(II) I810(1): Display plane B is now enabled and connected to Pipe B.
(II) I810(1): PIPEACONF is 0x80000000
(II) I810(1): PIPEBCONF is 0x80000000
(II) I810(1): Mode bandwidth is 78 Mpixel/s
(WW) I810(1): Extended BIOS function 0x5f28 failed.
(II) I810(1): Using XFree86 Acceleration Architecture (XAA)
(==) I810(1): Backing store disabled
(==) I810(1): Silken mouse enabled
(II) I810(1): Initializing HW Cursor
(**) I810(1): DPMS enabled
(II) I810(1): direct rendering: Disabled
(II) I810(1): libshadow is version 1.0.0, required 1.1.0 or greater for rotation.
(WW) I810(0): Extended BIOS function 0x5f64 failed.
(WW) I810(0): Extended BIOS function 0x5f64 failed.
(WW) I810(0): Failed to set display devices to 0x800.
(WW) I810(0): Enabling LVDS directly. Pipe B.
(WW) I810(0): Disabling ADPA directly.
(WW) I810(0): Writing config directly to SWF0.
(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(II) I810(0): BIOS call 0x5f05 not supported, setting refresh with VBE 3 method.
(II) I810(0): xf86UnbindGARTMemory: unbind key 5
(II) I810(0): xf86UnbindGARTMemory: unbind key 0
(II) I810(0): xf86UnbindGARTMemory: unbind key 1
(II) I810(0): xf86UnbindGARTMemory: unbind key 3
(II) I810(0): xf86UnbindGARTMemory: unbind key 4
(II) I810(0): xf86UnbindGARTMemory: unbind key 2
(WW) I810(0): Successfully set original devices (2)

--- End Message ---
--- Begin Message ---
Version: 2:2.2.0-1

This should be fixed with driver 2.2.0 currently in unstable.

Brice



--- End Message ---

Reply to: