[Intel-gfx] G45, intel 2.14.0, compiz crash
Tony Bones
aabonesml at gmail.com
Thu Apr 7 08:03:14 CEST 2011
Am I doing anything wrong here, compiz starts and I see my bash shell start
but then it locks up hard. Can't do anything, no VT switch, no
ctrl+alt+backspace, have to ssh in and kill everything.
kernel 2.6.36
intel 2.14.0
xorg 1.9.4
mesa 7.10.1
libdrm 2.4.23
cairo 1.10.2
.xinitrc
> compiz-manager --replace --loose-binging ccp &
> emerald --replace &
>
> # Wait for WM to quit
> urxvt
>
>
xorg.conf
>
> Section "Module"
> Load "dbe" # Double buffer extension
>
> # This loads the miscellaneous extensions module, and disables
> # initialisation of the XFree86-DGA extension within that module.
> SubSection "extmod"
> Option "omit xfree86-dga" # don't initialise the DGA extension
> EndSubSection
>
> # This loads the font modules
> # Load "type1"
> # Load "freetype"
> # Load "xtt"
> Load "glx"
> Load "dri"
> Load "dri2"
>
> EndSection
>
>
> Section "Files"
> FontPath "/usr/share/fonts/ttf-bitstream-vera/"
> FontPath "/usr/share/fonts/Type1/"
> FontPath "/usr/share/fonts/TTF/"
> FontPath "/usr/share/fonts/corefonts/"
> FontPath "/usr/share/fonts/misc/"
> FontPath "/usr/share/fonts/OTF"
> FontPath "/usr/share/fonts/100dpi/"
> FontPath "/usr/share/fonts/75dpi/"
> FontPath "/usr/share/fonts/cyrillic/"
>
>
> # For the hand compiled intel driver
> ModulePath "/usr/local/lib/"
> ModulePath "/usr/local/lib/dri"
> ModulePath "/usr/local/lib/xorg"
> ModulePath "/usr/local/lib/xorg/modules"
> ModulePath "/usr/lib/xorg/modules"
>
> EndSection
>
>
> Section "ServerFlags"
> Option "AutoAddDevices" "false"
> Option "AutoEnableDevices" "false"
> Option "AllowEmptyInput" "false"
> EndSection
>
>
> Section "InputDevice"
> Identifier "Keyboard1"
> Driver "kbd"
>
> Option "AutoRepeat" "500 30"
> Option "XkbRules" "xorg"
> Option "XkbModel" "pc104"
> Option "XkbLayout" "us"
> Option "XkbOptions" "terminate:ctrl_alt_bksp"
> EndSection
>
> Section "InputDevice"
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "Auto" # Auto detect
> Option "Device" "/dev/input/mice"
>
> Option "ZAxisMapping" "4 5 6 7"
> EndSection
>
>
> Section "Monitor"
> Identifier "PRO111FD"
> HorizSync 15-69
> VertRefresh 23-61
>
> Option "NODPMS"
> Option "DPMS" "false"
> Option "Enable" "true"
>
> Option "PreferredMode" "1920x1080"
>
> # From PRO111FD EDID
> Modeline "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125
> +hsync +vsync
>
> EndSection
>
>
> Section "Device"
> Identifier "G45"
> Driver "intel"
>
> Option "UseEvents" "true"
>
> #Option "XAANoOffscreenPixmaps" "true"
> EndSection
>
>
> Section "Screen"
> Identifier "Screen 2"
> Device "G45"
> Monitor "PRO111FD"
> DefaultDepth 24
>
> Subsection "Display"
> ViewPort 0 0
> Depth 24
> Modes "1920x1080"
> EndSubsection
> EndSection
>
>
> # Any number of ServerLayout sections may be present. Each describes
> # the way multiple screens are organised. A specific ServerLayout
> # section may be specified from the X server command line with the
> # "-layout" option. In the absence of this, the first section is used.
> # When now ServerLayout section is present, the first Screen section
> # is used alone.
>
> Section "ServerLayout"
> Identifier "Simple Layout"
>
> Screen "Screen 2"
>
> InputDevice "Mouse1" "CorePointer"
> InputDevice "Keyboard1" "CoreKeyboard"
>
> Option "DontZap" "false"
> EndSection
>
> Section "DRI"
> Mode 0666
> EndSection
>
> Section "Extensions"
> Option "Composite" "true"
> EndSection
>
>
Xorg.0.log
> X.Org X Server 1.9.4
> Release Date: 2011-02-04
> [ 34.830] X Protocol Version 11, Revision 0
> [ 34.831] Build Operating System: Linux 2.6.36-gentoo-r5 x86_64 Gentoo
> [ 34.832] Current Operating System: Linux treehorn 2.6.36-gentoo-r5 #2
> SMP PREEMPT Mon Jan 24 13:15:55 PST 2011 x86_64
> [ 34.832] Kernel command line: ip=dhcp rw root=/dev/nfs
> nfsroot=192.168.1.102:/root/diskless/treehorn64,rsize=8192,wsize=8192
> intel_iommu=off BOOT_IMAGE=gentoo-2.6.36-r5
> [ 34.833] Build Date: 06 April 2011 01:01:52AM
> [ 34.834]
> [ 34.835] Current version of pixman: 0.20.2
> [ 34.836] Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> [ 34.838] Markers: (--) probed, (**) from config file, (==) default
> setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [ 34.841] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 6
> 21:22:50 2011
> [ 34.892] (==) Using config file: "/etc/X11/xorg.conf"
> [ 34.893] (==) Using system config directory
> "/usr/share/X11/xorg.conf.d"
> [ 34.976] (==) ServerLayout "Simple Layout"
> [ 34.976] (**) |-->Screen "Screen 2" (0)
> [ 34.976] (**) | |-->Monitor "PRO111FD"
> [ 34.976] (**) | |-->Device "G45"
> [ 34.976] (**) |-->Input Device "Mouse1"
> [ 34.976] (**) |-->Input Device "Keyboard1"
> [ 34.976] (**) Option "DontZap" "false"
> [ 34.976] (**) Option "AllowEmptyInput" "false"
> [ 34.976] (**) Option "AutoAddDevices" "false"
> [ 34.976] (**) Option "AutoEnableDevices" "false"
> [ 34.976] (**) Not automatically adding devices
> [ 34.976] (**) Not automatically enabling devices
> [ 35.089] (**) FontPath set to:
> /usr/share/fonts/ttf-bitstream-vera/,
> /usr/share/fonts/Type1/,
> /usr/share/fonts/TTF/,
> /usr/share/fonts/corefonts/,
> /usr/share/fonts/misc/,
> /usr/share/fonts/OTF,
> /usr/share/fonts/100dpi/,
> /usr/share/fonts/75dpi/,
> /usr/share/fonts/cyrillic/,
> /usr/share/fonts/misc/,
> /usr/share/fonts/TTF/,
> /usr/share/fonts/OTF/,
> /usr/share/fonts/Type1/,
> /usr/share/fonts/100dpi/,
> /usr/share/fonts/75dpi/
> [ 35.089] (**) ModulePath set to
> "/usr/local/lib/,/usr/local/lib/dri,/usr/local/lib/xorg,/usr/local/lib/xorg/modules,/usr/lib/xorg/modules"
> [ 35.089] (**) Extension "Composite" is enabled
> [ 35.089] (II) Loader magic: 0x7b4060
> [ 35.089] (II) Module ABI versions:
> [ 35.089] X.Org ANSI C Emulation: 0.4
> [ 35.089] X.Org Video Driver: 8.0
> [ 35.089] X.Org XInput driver : 11.0
> [ 35.089] X.Org Server Extension : 4.0
> [ 35.089] (--) PCI:*(0:0:2:0) 8086:2e22:8086:5003 rev 3, Mem @
> 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x0000f1c0/8
> [ 35.089] (--) PCI: (0:0:2:1) 8086:2e23:8086:5003 rev 3, Mem @
> 0xd0400000/1048576
> [ 35.089] (II) Open ACPI successful (/var/run/acpid.socket)
> [ 35.089] (II) "extmod" will be loaded. This was enabled by default and
> also specified in the config file.
> [ 35.089] (II) "dbe" will be loaded. This was enabled by default and
> also specified in the config file.
> [ 35.089] (II) "glx" will be loaded. This was enabled by default and
> also specified in the config file.
> [ 35.089] (II) "record" will be loaded by default.
> [ 35.089] (II) "dri" will be loaded. This was enabled by default and
> also specified in the config file.
> [ 35.089] (II) "dri2" will be loaded. This was enabled by default and
> also specified in the config file.
> [ 35.089] (II) LoadModule: "dbe"
> [ 35.159] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
> [ 35.180] (II) Module dbe: vendor="X.Org Foundation"
> [ 35.180] compiled for 1.9.4, module version = 1.0.0
> [ 35.180] Module class: X.Org Server Extension
> [ 35.180] ABI class: X.Org Server Extension, version 4.0
> [ 35.180] (II) Loading extension DOUBLE-BUFFER
> [ 35.180] (II) LoadModule: "extmod"
> [ 35.182] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
> [ 35.191] (II) Module extmod: vendor="X.Org Foundation"
> [ 35.191] compiled for 1.9.4, module version = 1.0.0
> [ 35.191] Module class: X.Org Server Extension
> [ 35.191] ABI class: X.Org Server Extension, version 4.0
> [ 35.191] (II) Loading extension MIT-SCREEN-SAVER
> [ 35.191] (II) Loading extension XFree86-VidModeExtension
> [ 35.191] (II) Loading extension DPMS
> [ 35.191] (II) Loading extension XVideo
> [ 35.191] (II) Loading extension XVideo-MotionCompensation
> [ 35.191] (II) Loading extension X-Resource
> [ 35.191] (II) LoadModule: "glx"
> [ 35.193] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
> [ 35.266] (II) Module glx: vendor="X.Org Foundation"
> [ 35.266] compiled for 1.9.4, module version = 1.0.0
> [ 35.266] ABI class: X.Org Server Extension, version 4.0
> [ 35.266] (==) AIGLX enabled
> [ 35.266] (II) Loading extension GLX
> [ 35.275] (II) LoadModule: "dri"
> [ 35.280] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
> [ 35.318] (II) Module dri: vendor="X.Org Foundation"
> [ 35.318] compiled for 1.9.4, module version = 1.0.0
> [ 35.318] ABI class: X.Org Server Extension, version 4.0
> [ 35.318] (II) Loading extension XFree86-DRI
> [ 35.318] (II) LoadModule: "dri2"
> [ 35.319] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
> [ 35.322] (II) Module dri2: vendor="X.Org Foundation"
> [ 35.322] compiled for 1.9.4, module version = 1.2.0
> [ 35.322] ABI class: X.Org Server Extension, version 4.0
> [ 35.322] (II) Loading extension DRI2
> [ 35.322] (II) LoadModule: "record"
> [ 35.324] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
> [ 35.328] (II) Module record: vendor="X.Org Foundation"
> [ 35.328] compiled for 1.9.4, module version = 1.13.0
> [ 35.328] Module class: X.Org Server Extension
> [ 35.328] ABI class: X.Org Server Extension, version 4.0
> [ 35.328] (II) Loading extension RECORD
> [ 35.328] (II) LoadModule: "intel"
> [ 35.329] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
> [ 35.475] (II) Module intel: vendor="X.Org Foundation"
> [ 35.475] compiled for 1.9.4, module version = 2.14.0
> [ 35.475] Module class: X.Org Video Driver
> [ 35.475] ABI class: X.Org Video Driver, version 8.0
> [ 35.475] (II) LoadModule: "mouse"
> [ 35.476] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
> [ 35.494] (II) Module mouse: vendor="X.Org Foundation"
> [ 35.494] compiled for 1.9.4, module version = 1.7.0
> [ 35.494] Module class: X.Org XInput Driver
> [ 35.494] ABI class: X.Org XInput driver, version 11.0
> [ 35.494] (II) LoadModule: "kbd"
> [ 35.496] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
> [ 35.544] (II) Module kbd: vendor="X.Org Foundation"
> [ 35.544] compiled for 1.9.4, module version = 1.6.0
> [ 35.544] Module class: X.Org XInput Driver
> [ 35.544] ABI class: X.Org XInput driver, version 11.0
> [ 35.544] (II) intel: Driver for Intel Integrated Graphics Chipsets:
> i810,
> i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
> E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
> 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
> 4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
> Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
> Sandybridge, Sandybridge
> [ 35.544] (--) using VT number 7
>
> [ 35.559] drmOpenDevice: node name is /dev/dri/card0
> [ 35.559] drmOpenDevice: open result is 10, (OK)
> [ 35.559] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
> [ 35.559] drmOpenDevice: node name is /dev/dri/card0
> [ 35.559] drmOpenDevice: open result is 10, (OK)
> [ 35.559] drmOpenByBusid: drmOpenMinor returns 10
> [ 35.560] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
> [ 35.560] (**) intel(0): Depth 24, (--) framebuffer bpp 32
> [ 35.560] (==) intel(0): RGB weight 888
> [ 35.560] (==) intel(0): Default visual is TrueColor
> [ 35.560] (II) intel(0): Integrated Graphics Chipset: Intel(R) G45/G43
> [ 35.560] (--) intel(0): Chipset: "G45/G43"
> [ 35.560] (**) intel(0): Tiling enabled
> [ 35.560] (**) intel(0): SwapBuffers wait enabled
> [ 35.560] (==) intel(0): video overlay key set to 0x101fe
> [ 35.590] (II) intel(0): Output VGA1 using monitor section PRO111FD
> [ 35.590] (**) intel(0): Option "PreferredMode" "1920x1080"
> [ 35.590] (**) intel(0): Option "Enable" "true"
> [ 36.002] (II) intel(0): Output HDMI1 has no monitor section
> [ 36.002] (II) intel(0): Output DP1 has no monitor section
> [ 36.010] (II) intel(0): Output HDMI2 has no monitor section
> [ 36.010] (II) intel(0): Output DP2 has no monitor section
> [ 36.036] (II) intel(0): EDID for output VGA1
> [ 36.036] (II) intel(0): Not using default mode "640x350" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "320x175" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "640x400" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "320x200" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "720x400" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "360x200" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "320x240" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "640x480" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "320x240" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "640x480" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "320x240" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "640x480" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "320x240" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "400x300" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "400x300" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "800x600" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "400x300" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "800x600" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "400x300" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "800x600" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "400x300" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1024x768i" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "512x384i" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "512x384" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1024x768" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "512x384" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1024x768" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "512x384" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1024x768" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "512x384" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1152x864" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "576x432" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "640x480" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1280x960" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "640x480" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "640x512" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1280x1024" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "640x512" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1280x1024" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "640x512" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1600x1200" (hsync out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "800x600" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1600x1200" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "800x600" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1600x1200" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "800x600" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1600x1200" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "800x600" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1600x1200" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "800x600" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1792x1344" (hsync out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "896x672" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1792x1344" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "896x672" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1856x1392" (hsync out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "928x696" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1856x1392" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "928x696" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1920x1440" (hsync out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "960x720" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1920x1440" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "960x720" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "832x624" (vrefresh out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "416x312" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "700x525" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1400x1050" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "700x525" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "1920x1440" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "960x720" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "2048x1536" (hsync out
> of range)
> [ 36.036] (II) intel(0): Not using default mode "1024x768" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "2048x1536" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "1024x768" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Not using default mode "2048x1536" (vrefresh
> out of range)
> [ 36.036] (II) intel(0): Not using default mode "1024x768" (doublescan
> mode not supported)
> [ 36.036] (II) intel(0): Printing probed modes for output VGA1
> [ 36.036] (II) intel(0): Modeline "1920x1080"x60.0 148.50 1920 2008
> 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
> [ 36.036] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488
> 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
> [ 36.036] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328
> 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
> [ 36.036] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376
> 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
> [ 36.036] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048
> 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
> [ 36.036] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968
> 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
> [ 36.036] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896
> 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
> [ 36.036] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752
> 800 480 490 492 525 -hsync -vsync (31.5 kHz)
> [ 36.448] (II) intel(0): EDID for output HDMI1
> [ 36.448] (II) intel(0): Manufacturer: PIO Model: c3 Serial#: 0
> [ 36.448] (II) intel(0): Year: 2008 Week: 0
> [ 36.448] (II) intel(0): EDID Version: 1.3
> [ 36.448] (II) intel(0): Digital Display Input
> [ 36.448] (II) intel(0): Max Image Size [cm]: horiz.: 110 vert.: 62
> [ 36.448] (II) intel(0): Gamma: 2.20
> [ 36.448] (II) intel(0): DPMS capabilities: Off
> [ 36.448] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb
> 4:4:4
> [ 36.448] (II) intel(0): First detailed timing is preferred mode
> [ 36.448] (II) intel(0): redX: 0.683 redY: 0.317 greenX: 0.313 greenY:
> 0.581
> [ 36.448] (II) intel(0): blueX: 0.139 blueY: 0.050 whiteX: 0.289
> whiteY: 0.280
> [ 36.448] (II) intel(0): Supported established timings:
> [ 36.448] (II) intel(0): 640x480 at 60Hz
> [ 36.448] (II) intel(0): 800x600 at 60Hz
> [ 36.448] (II) intel(0): 1024x768 at 60Hz
> [ 36.448] (II) intel(0): Manufacturer's mask: 0
> [ 36.448] (II) intel(0): Supported standard timings:
> [ 36.448] (II) intel(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid:
> 32897
> [ 36.448] (II) intel(0): Supported detailed timing:
> [ 36.448] (II) intel(0): clock: 148.5 MHz Image Size: 1102 x 620 mm
> [ 36.448] (II) intel(0): h_active: 1920 h_sync: 2008 h_sync_end 2052
> h_blank_end 2200 h_border: 0
> [ 36.448] (II) intel(0): v_active: 1080 v_sync: 1084 v_sync_end 1089
> v_blanking: 1125 v_border: 0
> [ 36.448] (II) intel(0): Supported detailed timing:
> [ 36.448] (II) intel(0): clock: 74.2 MHz Image Size: 1102 x 620 mm
> [ 36.448] (II) intel(0): h_active: 1920 h_sync: 2008 h_sync_end 2052
> h_blank_end 2200 h_border: 0
> [ 36.448] (II) intel(0): v_active: 540 v_sync: 542 v_sync_end 547
> v_blanking: 562 v_border: 0
> [ 36.448] (II) intel(0): Ranges: V min: 23 V max: 61 Hz, H min: 15 H
> max: 69 kHz, PixClock max 155 MHz
> [ 36.448] (II) intel(0): Monitor name: PIONEER-TV
> [ 36.448] (II) intel(0): Supported detailed timing:
> [ 36.448] (II) intel(0): clock: 27.0 MHz Image Size: 1102 x 620 mm
> [ 36.448] (II) intel(0): h_active: 720 h_sync: 736 h_sync_end 798
> h_blank_end 858 h_border: 0
> [ 36.448] (II) intel(0): v_active: 480 v_sync: 489 v_sync_end 495
> v_blanking: 525 v_border: 0
> [ 36.448] (II) intel(0): Supported detailed timing:
> [ 36.448] (II) intel(0): clock: 74.2 MHz Image Size: 1102 x 620 mm
> [ 36.448] (II) intel(0): h_active: 1280 h_sync: 1390 h_sync_end 1430
> h_blank_end 1650 h_border: 0
> [ 36.448] (II) intel(0): v_active: 720 v_sync: 725 v_sync_end 730
> v_blanking: 750 v_border: 0
> [ 36.448] (II) intel(0): Supported detailed timing:
> [ 36.448] (II) intel(0): clock: 27.0 MHz Image Size: 1102 x 620 mm
> [ 36.448] (II) intel(0): h_active: 1440 h_sync: 1478 h_sync_end 1602
> h_blank_end 1716 h_border: 0
> [ 36.448] (II) intel(0): v_active: 240 v_sync: 244 v_sync_end 247
> v_blanking: 262 v_border: 0
> [ 36.448] (II) intel(0): Number of EDID sections to follow: 1
> [ 36.448] (II) intel(0): EDID (in hex):
> [ 36.448] (II) intel(0): 00ffffffffffff00412fc30000000000
> [ 36.448] (II) intel(0): 00120103806e3e782ad7b3ae51509423
> [ 36.448] (II) intel(0): 0c4a4721080081800101010101010101
> [ 36.448] (II) intel(0): 010101010101023a801871382d40582c
> [ 36.448] (II) intel(0): 45004e6c4200001e011d8018711c1620
> [ 36.448] (II) intel(0): 582c25004e6c4200009e000000fd0017
> [ 36.448] (II) intel(0): 3d0f450f000a202020202020000000fc
> [ 36.448] (II) intel(0): 0050494f4e4545522d54560a20200153
> [ 36.448] (II) intel(0): 020326f1490590030402070620012309
> [ 36.448] (II) intel(0): 0707830100006c030c001000b82dc011
> [ 36.448] (II) intel(0): 112222e200798c0ad08a20e02d10103e
> [ 36.448] (II) intel(0): 96004e6c42000018011d007251d01e20
> [ 36.448] (II) intel(0): 6e2855004e6c4200001e8c0aa01451f0
> [ 36.448] (II) intel(0): 1600267c43004e6c4200009800000000
> [ 36.448] (II) intel(0): 00000000000000000000000000000000
> [ 36.448] (II) intel(0): 000000000000000000000000000000ed
> [ 36.448] (II) intel(0): Printing probed modes for output HDMI1
> [ 36.448] (II) intel(0): Modeline "1920x1080"x60.0 148.50 1920 2008
> 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
> [ 36.448] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328
> 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
> [ 36.448] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048
> 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
> [ 36.448] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968
> 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
> [ 36.448] (II) intel(0): Modeline "720x480"x59.9 27.00 720 736 798
> 858 480 489 495 525 -hsync -vsync (31.5 kHz)
> [ 36.448] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752
> 800 480 490 492 525 -hsync -vsync (31.5 kHz)
> [ 36.448] (II) intel(0): EDID for output DP1
> [ 36.457] (II) intel(0): EDID for output HDMI2
> [ 36.457] (II) intel(0): EDID for output DP2
> [ 36.457] (II) intel(0): Output VGA1 enabled by config file
> [ 36.457] (II) intel(0): Output HDMI1 connected
> [ 36.457] (II) intel(0): Output DP1 disconnected
> [ 36.457] (II) intel(0): Output HDMI2 disconnected
> [ 36.457] (II) intel(0): Output DP2 disconnected
> [ 36.457] (II) intel(0): Using user preference for initial modes
> [ 36.457] (II) intel(0): Output VGA1 using initial mode 1920x1080
> [ 36.457] (II) intel(0): Output HDMI1 using initial mode 1920x1080
> [ 36.457] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless
> otherwise stated.
> [ 36.457] (II) intel(0): Kernel page flipping support detected, enabling
> [ 36.457] (++) intel(0): DPI set to (96, 96)
> [ 36.457] (II) Loading sub module "fb"
> [ 36.457] (II) LoadModule: "fb"
> [ 36.459] (II) Loading /usr/lib/xorg/modules/libfb.so
> [ 36.487] (II) Module fb: vendor="X.Org Foundation"
> [ 36.487] compiled for 1.9.4, module version = 1.0.0
> [ 36.487] ABI class: X.Org ANSI C Emulation, version 0.4
> [ 36.487] (==) Depth 24 pixmap format is 32 bpp
> [ 36.487] (==) intel(0): VideoRam: 262144 KB
> [ 36.487] (II) intel(0): [DRI2] Setup complete
> [ 36.487] (II) intel(0): [DRI2] DRI driver: i965
> [ 36.487] (II) intel(0): Allocated new frame buffer 1920x1080 stride
> 7680, tiled
> [ 36.513] (II) UXA(0): Driver registered support for the following
> operations:
> [ 36.513] (II) solid
> [ 36.513] (II) copy
> [ 36.513] (II) composite (RENDER acceleration)
> [ 36.513] (II) put_image
> [ 36.513] (II) get_image
> [ 36.513] (==) intel(0): Backing store disabled
> [ 36.513] (==) intel(0): Silken mouse enabled
> [ 36.519] (II) intel(0): Initializing HW Cursor
> [ 36.578] (II) intel(0): RandR 1.2 enabled, ignore the following RandR
> disabled message.
> [ 36.578] (==) intel(0): Intel XvMC decoder enabled
> [ 36.578] (II) intel(0): Set up textured video
> [ 36.578] (II) intel(0): [XvMC] xvmc_vld driver initialized.
> [ 36.578] (II) intel(0): direct rendering: DRI2 Enabled
> [ 36.578] (WW) intel(0): Option "UseEvents" is not used
> [ 36.578] (WW) intel(0): Option "NODPMS" is not used
> [ 36.578] (WW) intel(0): Option "Enable" is not used
> [ 36.578] (WW) intel(0): Option "PreferredMode" is not used
> [ 36.578] (==) intel(0): hotplug detection: "enabled"
> [ 36.578] (--) RandR disabled
> [ 36.578] (II) Initializing built-in extension Generic Event Extension
> [ 36.578] (II) Initializing built-in extension SHAPE
> [ 36.578] (II) Initializing built-in extension MIT-SHM
> [ 36.578] (II) Initializing built-in extension XInputExtension
> [ 36.578] (II) Initializing built-in extension XTEST
> [ 36.578] (II) Initializing built-in extension BIG-REQUESTS
> [ 36.578] (II) Initializing built-in extension SYNC
> [ 36.578] (II) Initializing built-in extension XKEYBOARD
> [ 36.578] (II) Initializing built-in extension XC-MISC
> [ 36.578] (II) Initializing built-in extension XINERAMA
> [ 36.578] (II) Initializing built-in extension XFIXES
> [ 36.578] (II) Initializing built-in extension RENDER
> [ 36.578] (II) Initializing built-in extension RANDR
> [ 36.578] (II) Initializing built-in extension COMPOSITE
> [ 36.578] (II) Initializing built-in extension DAMAGE
> [ 37.106] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
> [ 37.106] (II) AIGLX: enabled GLX_INTEL_swap_event
> [ 37.106] (II) AIGLX: enabled GLX_SGI_swap_control and
> GLX_MESA_swap_control
> [ 37.106] (II) AIGLX: enabled GLX_SGI_make_current_read
> [ 37.106] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer
> objects
> [ 37.106] (II) AIGLX: Loaded and initialized /usr/lib64/dri/i965_dri.so
> [ 37.106] (II) GLX: Initialized DRI2 GL provider for screen 0
> [ 37.106] (II) intel(0): Setting screen physical size to 508 x 285
> [ 38.363] (WW) Mouse1: No Device specified, looking for one...
> [ 38.374] (II) Mouse1: Setting Device option to "/dev/input/mice"
> [ 38.374] (--) Mouse1: Device: "/dev/input/mice"
> [ 38.374] (==) Mouse1: Protocol: "Auto"
> [ 38.374] (**) Option "CorePointer"
> [ 38.374] (**) Mouse1: always reports core events
> [ 38.374] (**) Option "Device" "/dev/input/mice"
> [ 38.398] (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
> [ 38.398] (**) Option "ZAxisMapping" "4 5 6 7"
> [ 38.398] (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
> [ 38.398] (**) Mouse1: Buttons: 11
> [ 38.398] (II) XINPUT: Adding extended input device "Mouse1" (type:
> MOUSE)
> [ 38.398] (**) Mouse1: (accel) keeping acceleration scheme 1
> [ 38.398] (**) Mouse1: (accel) acceleration profile 0
> [ 38.398] (**) Mouse1: (accel) acceleration factor: 2.000
> [ 38.398] (**) Mouse1: (accel) acceleration threshold: 4
> [ 38.406] (II) Mouse1: Setting mouse protocol to "ExplorerPS/2"
> [ 38.698] (II) Mouse1: ps2EnableDataReporting: succeeded
> [ 38.699] (**) Option "CoreKeyboard"
> [ 38.699] (**) Keyboard1: always reports core events
> [ 38.699] (**) Option "Protocol" "standard"
> [ 38.699] (**) Option "XkbRules" "xorg"
> [ 38.699] (**) Option "XkbModel" "pc104"
> [ 38.699] (**) Option "XkbLayout" "us"
> [ 38.699] (**) Option "XkbOptions" "terminate:ctrl_alt_bksp"
> [ 38.699] (II) XINPUT: Adding extended input device "Keyboard1" (type:
> KEYBOARD)
> [ 38.743] (II) config/udev: Adding input device Power Button
> (/dev/input/event1)
> [ 38.743] (II) AutoAddDevices is off - not adding device.
> [ 38.743] (II) config/udev: Adding input device Video Bus
> (/dev/input/event2)
> [ 38.743] (II) AutoAddDevices is off - not adding device.
> [ 38.744] (II) config/udev: Adding input device Power Button
> (/dev/input/event0)
> [ 38.744] (II) AutoAddDevices is off - not adding device.
> [ 38.746] (II) config/udev: Adding input device Wireless Keyboard/Mouse
> (/dev/input/event4)
> [ 38.746] (II) AutoAddDevices is off - not adding device.
> [ 38.746] (II) config/udev: Adding input device Wireless Keyboard/Mouse
> (/dev/input/event5)
> [ 38.746] (II) AutoAddDevices is off - not adding device.
> [ 38.746] (II) config/udev: Adding input device Wireless Keyboard/Mouse
> (/dev/input/mouse0)
> [ 38.746] (II) AutoAddDevices is off - not adding device.
> [ 38.748] (II) config/udev: Adding input device PC Speaker
> (/dev/input/event3)
> [ 38.748] (II) AutoAddDevices is off - not adding device.
> [ 43.784] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 43.865] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 44.454] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 44.628] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 46.982] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 47.421] (II) intel(0): EDID vendor "PIO", prod id 195
> [ 47.421] (II) intel(0): Using hsync ranges from config file
> [ 47.421] (II) intel(0): Using vrefresh ranges from config file
> [ 47.421] (II) intel(0): Printing DDC gathered Modelines:
> [ 47.421] (II) intel(0): Modeline "1920x1080"x0.0 148.50 1920 2008
> 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
> [ 47.421] (II) intel(0): Modeline "1920x1080i"x0.0 74.25 1920 2008
> 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
> [ 47.421] (II) intel(0): Modeline "720x480"x0.0 27.00 720 736 798
> 858 480 489 495 525 -hsync -vsync (31.5 kHz)
> [ 47.421] (II) intel(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430
> 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
> [ 47.421] (II) intel(0): Modeline "1440x480i"x0.0 27.00 1440 1478
> 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz)
> [ 47.421] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968
> 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
> [ 47.421] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752
> 800 480 490 492 525 -hsync -vsync (31.5 kHz)
> [ 47.421] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184
> 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
> [ 47.421] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328
> 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
> [ 47.421] (II) intel(0): Modeline "720x576"x0.0 27.00 720 732 796
> 864 576 581 586 625 -hsync -vsync (31.2 kHz)
> [ 47.421] (II) intel(0): Modeline "1440x240"x0.0 27.00 1440 1478 1602
> 1716 240 244 247 262 -hsync -vsync (15.7 kHz)
> [ 47.421] (II) intel(0): Modeline "1920x1080"x0.0 74.25 1920 2448
> 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz)
> [ 53.782] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 53.795] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 53.795] (WW) intel(0): I830DRI2ScheduleWaitMSC:1118 get vblank counter
> failed: Invalid argument
> [ 53.796] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 53.796] (WW) intel(0): first get vblank counter failed: Invalid
> argument
> [ 55.358] (EE) intel(0): Detected a hung GPU, disabling acceleration.
> [ 55.696] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 55.696] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 56.492] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 56.493] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 56.493] (WW) intel(0): I830DRI2ScheduleWaitMSC:1118 get vblank counter
> failed: Invalid argument
> [ 58.505] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 58.505] (WW) intel(0): I830DRI2ScheduleWaitMSC:1118 get vblank counter
> failed: Invalid argument
> [ 58.581] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 58.583] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 58.583] (WW) intel(0): I830DRI2ScheduleWaitMSC:1118 get vblank counter
> failed: Invalid argument
> [ 58.659] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 58.659] (WW) intel(0): I830DRI2ScheduleWaitMSC:1118 get vblank counter
> failed: Invalid argument
> [ 59.634] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 59.634] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 59.634] (WW) intel(0): I830DRI2ScheduleWaitMSC:1118 get vblank counter
> failed: Invalid argument
> [ 59.634] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 59.634] (WW) intel(0): first get vblank counter failed: Invalid
> argument
> [ 64.851] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 64.851] (WW) intel(0): I830DRI2ScheduleWaitMSC:1118 get vblank counter
> failed: Invalid argument
> [ 64.851] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 64.851] (WW) intel(0): first get vblank counter failed: Invalid
> argument
> [ 68.154]
> Backtrace:
> [ 68.155] 0: /usr/bin/X (xorg_backtrace+0x28) [0x496c80]
> [ 68.155] 1: /usr/bin/X (0x400000+0x5daee) [0x45daee]
> [ 68.156] 2: /lib64/libpthread.so.0 (0x7f070942e000+0xe700)
> [0x7f070943c700]
> [ 68.156] 3: /lib64/libc.so.6 (0x7f07083ac000+0x71ddc) [0x7f070841dddc]
> [ 68.156] 4: /lib64/libc.so.6 (__libc_malloc+0x62) [0x7f070841f91b]
> [ 68.156] 5: /usr/bin/X (AllocatePixmap+0x2a) [0x444052]
> [ 68.156] 6: /usr/lib/xorg/modules/libfb.so (fbCreatePixmapBpp+0x81)
> [0x7f0705dba2a6]
> [ 68.156] 7: /usr/lib/xorg/modules/drivers/intel_drv.so
> (0x7f07065e1000+0x11409) [0x7f07065f2409]
> [ 68.156] 8: /usr/bin/X (0x400000+0x149b23) [0x549b23]
> [ 68.156] 9: /usr/bin/X (0x400000+0x14a74d) [0x54a74d]
> [ 68.156] 10: /usr/bin/X (0x400000+0x99f0b) [0x499f0b]
> [ 68.156] 11: /usr/bin/X (0x400000+0x4ed26) [0x44ed26]
> [ 68.156] 12: /usr/bin/X (MapWindow+0x12b) [0x450ec2]
> [ 68.156] 13: /usr/bin/X (0x400000+0x2d701) [0x42d701]
> [ 68.156] 14: /usr/bin/X (0x400000+0x2deac) [0x42deac]
> [ 68.156] 15: /usr/bin/X (0x400000+0x2478b) [0x42478b]
> [ 68.156] 16: /lib64/libc.so.6 (__libc_start_main+0xec) [0x7f07083cab4c]
> [ 68.156] 17: /usr/bin/X (0x400000+0x24349) [0x424349]
> [ 68.156] Segmentation fault at address 0x3ae6777
> [ 68.156]
> Fatal server error:
> [ 68.156] Caught signal 11 (Segmentation fault). Server aborting
> [ 68.156]
> [ 68.156]
> Please consult the The X.Org Foundation support
> at http://wiki.x.org
> for help.
> [ 68.156] Please also check the log file at "/var/log/Xorg.0.log" for
> additional information.
> [ 68.156]
>
>
When I run openbox with xcompmgr it all seems to work ok (except for the
horizontal tearing) and these logs that just repeat forever:
>
>
[ 5206.431] (WW) intel(0): I830DRI2GetMSC:1062 get vblank counter failed:
> Invalid argument
> [ 5206.431] (WW) intel(0): first get vblank counter failed: Invalid
> argument
>
>
Thanks for any help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20110406/baf874c8/attachment.html>
More information about the Intel-gfx
mailing list