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

Bug#595386: xserver-xorg: X segfaults on switching from text console with kms (infinite recursion in xf86RandR12EnterVT())



Subject: xserver-xorg: X segfaults on switching from text console with kms (infinite recursion in xf86RandR12EnterVT())
Package: xserver-xorg
Version: 1:7.5+6
Severity: normal

Hi,

I can cause X to segfault by doing the following after a fresh reboot:

PROCEDURE:

1. log in to virtual consoles 1 and 2
[in virtual console 1]
2. sudo /etc/init.d/kdm stop
3. X
[console is automatically switched to X]
4. go to vc 2 by pressing ctrl-alt-f2
5. DISPLAY=:0 startkde
6. switch to the vc where X is running (ctrl-alt-f8)
7. switch back to vc 1 (ctrl-alt-f1) while kde is starting (KDE's
   splash screen is visible)
8. wait for a few seconds
9. switch back to X's vc (ctrl-alt-f8)

EXPECTED OUTCOME:

10. I now have a newly started KDE session on my screen

ACTUAL OUTCOME:

10. Screen hangs. Text console is still visible, but the cursor has
stopped blinking. On further inspection, X segfaults.

Starting X (remotely, via ssh) restores the console to an usable
state. Other than that, there seems to be no way to recover (isn't kms
supposed to fix things like that?).

-----

I attached gdb to X between steps 3 and 4, i.e. after starting X.
Here's the log with the backtrace. I can recompile X without
optimizations if you need more precise information.

--- BEGIN gdb log ------------------------------------------
$ sudo gdb /usr/bin/Xorg 3269
GNU gdb (GDB) 7.1-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/Xorg...Reading symbols from /usr/lib/debug/usr/bin/Xorg...done.
done.
Attaching to program: /usr/bin/Xorg, process 3269
Reading symbols from /lib/libudev.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libudev.so.0
Reading symbols from /usr/lib/libpciaccess.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libpciaccess.so.0
Reading symbols from /lib/libdl.so.2...Reading symbols from /usr/lib/debug/lib/libdl-2.11.2.so...done.
done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/libpthread.so.0...Reading symbols from /usr/lib/debug/lib/libpthread-2.11.2.so...done.
[Thread debugging using libthread_db enabled]
done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /usr/lib/libXfont.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXfont.so.1
Reading symbols from /usr/lib/libXau.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXau.so.6
Reading symbols from /usr/lib/libpixman-1.so.0...Reading symbols from /usr/lib/debug/usr/lib/libpixman-1.so.0.16.4...done.
done.
Loaded symbols for /usr/lib/libpixman-1.so.0
Reading symbols from /usr/lib/libXdmcp.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libXdmcp.so.6
Reading symbols from /usr/lib/libgcrypt.so.11...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgcrypt.so.11
Reading symbols from /lib/libaudit.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libaudit.so.0
Reading symbols from /lib/libm.so.6...Reading symbols from /usr/lib/debug/lib/libm-2.11.2.so...done.
done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/librt.so.1...Reading symbols from /usr/lib/debug/lib/librt-2.11.2.so...done.
done.
Loaded symbols for /lib/librt.so.1
Reading symbols from /lib/libc.so.6...Reading symbols from /usr/lib/debug/lib/libc-2.11.2.so...done.
done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug/lib/ld-2.11.2.so...done.
done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /usr/lib/libfreetype.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libfreetype.so.6
Reading symbols from /lib/libbz2.so.1.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libbz2.so.1.0
Reading symbols from /usr/lib/libfontenc.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libfontenc.so.1
Reading symbols from /usr/lib/libgpg-error.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgpg-error.so.0
Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /usr/lib/xorg/modules/extensions/libextmod.so...Reading symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libextmod.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions/libextmod.so
Reading symbols from /lib/libselinux.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libselinux.so.1
Reading symbols from /usr/lib/xorg/modules/extensions/libdbe.so...Reading symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libdbe.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions/libdbe.so
Reading symbols from /usr/lib/xorg/modules/extensions/libglx.so...Reading symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions/libglx.so
Reading symbols from /usr/lib/xorg/modules/extensions/librecord.so...Reading symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/librecord.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions/librecord.so
Reading symbols from /usr/lib/xorg/modules/extensions/libdri.so...Reading symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libdri.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions/libdri.so
Reading symbols from /usr/lib/libdrm.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libdrm.so.2
Reading symbols from /usr/lib/xorg/modules/extensions/libdri2.so...Reading symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libdri2.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions/libdri2.so
Reading symbols from /usr/lib/xorg/modules/drivers/intel_drv.so...Reading symbols from /usr/lib/debug/usr/lib/xorg/modules/drivers/intel_drv.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/drivers/intel_drv.so
Reading symbols from /usr/lib/libdrm_intel.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libdrm_intel.so.1
Reading symbols from /usr/lib/xorg/modules/libfb.so...Reading symbols from /usr/lib/debug/usr/lib/xorg/modules/libfb.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/libfb.so
Reading symbols from /usr/lib/dri/i965_dri.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/dri/i965_dri.so
Reading symbols from /usr/lib/libexpat.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libexpat.so.1
Reading symbols from /usr/lib/xorg/modules/input/evdev_drv.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/xorg/modules/input/evdev_drv.so
Reading symbols from /usr/lib/xorg/modules/input/synaptics_drv.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/xorg/modules/input/synaptics_drv.so
0x00007f0d8537d8b3 in __select_nocancel ()
    at ../sysdeps/unix/syscall-template.S:82
82	../sysdeps/unix/syscall-template.S: No such file or directory.
	in ../sysdeps/unix/syscall-template.S
(gdb) handle SIGUSR1 print pass nostop
Signal        Stop	Print	Pass to program	Description
SIGUSR1       No	Yes	Yes		User defined signal 1
(gdb) handle SIGUSR2 print pass nostop
Signal        Stop	Print	Pass to program	Description
SIGUSR2       No	Yes	Yes		User defined signal 2
(gdb) c
Continuing.

Program received signal SIGUSR1, User defined signal 1.

Program received signal SIGUSR1, User defined signal 1.

Program received signal SIGUSR1, User defined signal 1.

Program received signal SIGUSR1, User defined signal 1.

Program received signal SIGSEGV, Segmentation fault.
xf86RandR12EnterVT (screen_index=0, flags=0)
    at ../../../../hw/xfree86/modes/xf86RandR12.c:1755
1755	../../../../hw/xfree86/modes/xf86RandR12.c: No such file or directory.
	in ../../../../hw/xfree86/modes/xf86RandR12.c
(gdb) bt
#0  xf86RandR12EnterVT (screen_index=0, flags=0)
    at ../../../../hw/xfree86/modes/xf86RandR12.c:1755
#1  0x00000000004980ea in xf86RandR12EnterVT (screen_index=0, flags=0)
    at ../../../../hw/xfree86/modes/xf86RandR12.c:1760
#2  0x00000000004980ea in xf86RandR12EnterVT (screen_index=0, flags=0)
    at ../../../../hw/xfree86/modes/xf86RandR12.c:1760
#3  0x00000000004980ea in xf86RandR12EnterVT (screen_index=0, flags=0)
    at ../../../../hw/xfree86/modes/xf86RandR12.c:1760
[...]
#261944 0x00000000004980ea in xf86RandR12EnterVT (screen_index=0, 
    flags=0) at ../../../../hw/xfree86/modes/xf86RandR12.c:1760
#261945 0x00000000004980ea in xf86RandR12EnterVT (screen_index=0, 
    flags=0) at ../../../../hw/xfree86/modes/xf86RandR12.c:1760
#261946 0x0000000000522399 in xf86XVEnterVT (index=0, flags=0)
    at ../../../../hw/xfree86/common/xf86xv.c:1232
#261947 0x00007f0d83d7ca0d in glxDRIEnterVT (index=0, flags=0)
    at ../../glx/glxdri2.c:520
#261948 0x000000000047c6b2 in xf86VTSwitch (
    blockData=<value optimized out>, err=<value optimized out>, 
    pReadmask=<value optimized out>)
    at ../../../../hw/xfree86/common/xf86Events.c:548
#261949 xf86Wakeup (blockData=<value optimized out>, 
    err=<value optimized out>, pReadmask=<value optimized out>)
    at ../../../../hw/xfree86/common/xf86Events.c:299
#261950 0x0000000000453ecb in WakeupHandler (result=-1, 
    pReadmask=0x7d90c0) at ../../dix/dixutils.c:413
#261951 0x00000000004685b7 in WaitForSomething (
    pClientsReady=<value optimized out>) at ../../os/WaitFor.c:232
#261952 0x000000000044c582 in Dispatch () at ../../dix/dispatch.c:375
#261953 0x0000000000425b8a in main (argc=1, argv=0x7d7e48, 
    envp=<value optimized out>) at ../../dix/main.c:285
(gdb) frame 261946
#261946 0x0000000000522399 in xf86XVEnterVT (index=0, flags=0)
    at ../../../../hw/xfree86/common/xf86xv.c:1232
1232	../../../../hw/xfree86/common/xf86xv.c: No such file or directory.
	in ../../../../hw/xfree86/common/xf86xv.c
(gdb) info locals
pScreen = 0x2876a00
ret = <value optimized out>
(gdb) down
#261945 0x00000000004980ea in xf86RandR12EnterVT (screen_index=0, 
    flags=0) at ../../../../hw/xfree86/modes/xf86RandR12.c:1760
1760	../../../../hw/xfree86/modes/xf86RandR12.c: No such file or directory.
	in ../../../../hw/xfree86/modes/xf86RandR12.c
(gdb) up
#261946 0x0000000000522399 in xf86XVEnterVT (index=0, flags=0)
    at ../../../../hw/xfree86/common/xf86xv.c:1232
1232	../../../../hw/xfree86/common/xf86xv.c: No such file or directory.
	in ../../../../hw/xfree86/common/xf86xv.c
(gdb) up
#261947 0x00007f0d83d7ca0d in glxDRIEnterVT (index=0, flags=0)
    at ../../glx/glxdri2.c:520
520	../../glx/glxdri2.c: No such file or directory.
	in ../../glx/glxdri2.c
(gdb) info locals
No locals.
(gdb) up
#261948 0x000000000047c6b2 in xf86VTSwitch (
    blockData=<value optimized out>, err=<value optimized out>, 
    pReadmask=<value optimized out>)
    at ../../../../hw/xfree86/common/xf86Events.c:548
548	../../../../hw/xfree86/common/xf86Events.c: No such file or directory.
	in ../../../../hw/xfree86/common/xf86Events.c
(gdb) info locals
i = 0
prevSIGIO = 1
pInfo = <value optimized out>
ih = <value optimized out>
(gdb) up
#261949 xf86Wakeup (blockData=<value optimized out>, 
    err=<value optimized out>, pReadmask=<value optimized out>)
    at ../../../../hw/xfree86/common/xf86Events.c:299
299	in ../../../../hw/xfree86/common/xf86Events.c
(gdb) info locals
LastSelectMask = <value optimized out>
devicesWithInput = {fds_bits = {576, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 
    1179670597, 4882048, 8229184, 8229056}}
pInfo = <value optimized out>
(gdb) up
#261950 0x0000000000453ecb in WakeupHandler (result=-1, 
    pReadmask=0x7d90c0) at ../../dix/dixutils.c:413
413	../../dix/dixutils.c: No such file or directory.
	in ../../dix/dixutils.c
(gdb) info locals
i = 0
(gdb) up
#261951 0x00000000004685b7 in WaitForSomething (
    pClientsReady=<value optimized out>) at ../../os/WaitFor.c:232
232	../../os/WaitFor.c: No such file or directory.
	in ../../os/WaitFor.c
(gdb) info locals
i = 42361872
waittime = {tv_sec = 113, tv_usec = 502313}
wt = 0x7fffadb70ac0
timeout = <value optimized out>
clientsReadable = {fds_bits = {0 <repeats 16 times>}}
clientsWritable = {fds_bits = {2, 51601264, 140736107842168, 32, 16, 
    4423993, 81066893802864668, 6454249219162532, 0, 0, 51596240, 
    4639308, 6, 4625629, 64, 0}}
selecterr = 4
nready = <value optimized out>
devicesReadable = {fds_bits = {0, 0, 0, 0, 0, 32, 18874857, 
    139696049036968, 140736107842184, 16, 8629502480, 139696049036872, 
    1073741825, 140736107842168, 2, 51596240}}
now = <value optimized out>
someReady = 0
(gdb) up
#261952 0x000000000044c582 in Dispatch () at ../../dix/dispatch.c:375
375	../../dix/dispatch.c: No such file or directory.
	in ../../dix/dispatch.c
(gdb) info locals
result = <value optimized out>
client = 0x25bc210
nready = -1
start_tick = 1840
(gdb) up
#261953 0x0000000000425b8a in main (argc=1, argv=0x7d7e48, 
    envp=<value optimized out>) at ../../dix/main.c:285
285	../../dix/main.c: No such file or directory.
	in ../../dix/main.c
(gdb) info locals
i = 1
alwaysCheckForInput = {0, 1}
(gdb) up
Initial frame selected; you cannot go up.
(gdb) quit
A debugging session is active.

	Inferior 1 [process 3269] will be detached.

Quit anyway? (y or n) y
Detaching from program: /usr/bin/Xorg, process 3269
--- END gdb log---------------------------------------------

There's nothing out of ordinary in X's output:

--- BEGIN X server output from the crashing run ------------
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux lap 2.6.35.4-tuxonice #1 SMP Sat Aug 28 15:52:51 EEST 2010 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.35.4-tuxonice root=/dev/mapper/rootvg-root ro
Build Date: 24 August 2010  02:20:59PM
xorg-server 2:1.7.7-4 (Julien Cristau <jcristau@debian.org>) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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: Fri Sep  3 19:20:49 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
SELinux: Disabled on system, not enabling in X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
SynPS/2 Synaptics TouchPad no synaptics event device found
Query no Synaptics: 6003C8
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
SELinux: Disabled on system, not enabling in X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
SynPS/2 Synaptics TouchPad no synaptics event device found
Query no Synaptics: 6003C8
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
SELinux: Disabled on system, not enabling in X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
SynPS/2 Synaptics TouchPad no synaptics event device found
Query no Synaptics: 6003C8
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
SELinux: Disabled on system, not enabling in X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
SynPS/2 Synaptics TouchPad no synaptics event device found
Query no Synaptics: 6003C8
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
--- END X server output from the crashing run --------------

	Sami



-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Jan 13  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1878432 Aug 24 17:29 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 215 Aug  2 01:28 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerFlags"
      Option	"AllowDeactivateGrabs"	"true"
      Option	"DontZap"		"false"
EndSection

Section "Device"
	Identifier "default device"
	Driver	"intel"
#	Option	"FallbackDebug"		"true"
EndSection


Kernel version (/proc/version):
Linux version 2.6.35.4-tuxonice (sliedes@lh) (gcc version 4.4.5 20100816 (prerelease) (Debian 4.4.4-9) ) #1 SMP Sat Aug 28 15:52:51 EEST 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 26815 Sep  3 19:38 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux lap 2.6.35.4-tuxonice #1 SMP Sat Aug 28 15:52:51 EEST 2010 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.35.4-tuxonice root=/dev/mapper/rootvg-root ro
Build Date: 24 August 2010  02:20:59PM
xorg-server 2:1.7.7-4 (Julien Cristau <jcristau@debian.org>) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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: Fri Sep  3 19:37:22 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor "<default monitor>"
(==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
(**) |   |-->Device "default device"
(==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
(**) Option "DontZap" "false"
(==) Automatically adding devices
(==) Automatically enabling devices
(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,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x7c5f40
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:2a42:1025:022b Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00004110/8
(--) PCI: (0:0:2:1) 8086:2a43:1025:022b Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xd4500000/1048576
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(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.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(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.7.7, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(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.7.7, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 2.12.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(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, Clarkdale, Arrandale
(II) Primary Device is: PCI 00@00:02:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" 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) GM45
(--) intel(0): Chipset: "GM45"
(==) intel(0): video overlay key set to 0x101fe
(II) intel(0): Output VGA1 has no monitor section
(II) intel(0): Output LVDS1 has no monitor section
(II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
(II) intel(0): Output HDMI1 has no monitor section
(II) intel(0): Output DP1 has no monitor section
(II) intel(0): Output DP2 has no monitor section
(II) intel(0): EDID for output VGA1
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: LGD  Model: 202  Serial#: 0
(II) intel(0): Year: 2009  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 35  vert.: 19
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
(II) intel(0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 75.1 MHz   Image Size:  345 x 194 mm
(II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1564 h_border: 0
(II) intel(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 800 v_border: 0
(II) intel(0):  LG Display
(II) intel(0): Monitor name: LP156WH3-TLA1
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0030e4020200000000
(II) intel(0): 	00130103802313780a28659759548e27
(II) intel(0): 	1e505400000001010101010101010101
(II) intel(0): 	010101010101561d56c6500020303020
(II) intel(0): 	350059c2100000190000000000000000
(II) intel(0): 	00000000000000000000000000fe004c
(II) intel(0): 	4720446973706c61790a2020000000fc
(II) intel(0): 	004c503135365748332d544c41310039
(II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
(II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
(II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
(II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
(II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
(II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1366x768"x60.0   75.10  1366 1414 1446 1564  768 771 776 800 -hsync -vsync (48.0 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output DP2
(II) intel(0): Output VGA1 disconnected
(II) intel(0): Output LVDS1 connected
(II) intel(0): Output HDMI1 disconnected
(II) intel(0): Output DP1 disconnected
(II) intel(0): Output DP2 disconnected
(II) intel(0): Using exact sizes for initial modes
(II) intel(0): Output LVDS1 using initial mode 1366x768
(II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(II) intel(0): Kernel page flipping support detected, enabling
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(==) Depth 24 pixmap format is 32 bpp
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(II)         put_image
(II)         get_image
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(==) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder enabled
(II) intel(0): Set up textured video
(II) intel(0): [XvMC] xvmc_vld driver initialized.
(II) intel(0): direct rendering: DRI2 Enabled
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 361 x 203
(II) config/udev: Adding input device Power Button (/dev/input/event2)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.6.901, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event2"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device Video Bus (/dev/input/event8)
(**) Video Bus: Applying InputClass "evdev keyboard catchall"
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event8"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device Lid Switch (/dev/input/event0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Sleep Button (/dev/input/event1)
(**) Sleep Button: Applying InputClass "evdev keyboard catchall"
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event1"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device HD Video WebCam (/dev/input/event5)
(**) HD Video WebCam: Applying InputClass "evdev keyboard catchall"
(**) HD Video WebCam: always reports core events
(**) HD Video WebCam: Device: "/dev/input/event5"
(II) HD Video WebCam: Found keys
(II) HD Video WebCam: Configuring as keyboard
(II) XINPUT: Adding extended input device "HD Video WebCam" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.7.6.901, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(II) Synaptics touchpad driver version 1.2.2
(**) Option "Device" "/dev/input/event6"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5660
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4800
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
(II) Synaptics touchpad driver version 1.2.2
SynPS/2 Synaptics TouchPad no synaptics event device found
(**) Option "Device" "/dev/input/mouse0"
Query no Synaptics: 6003C8
(--) SynPS/2 Synaptics TouchPad: no supported touchpad found
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
(II) UnloadModule: "synaptics"
(II) config/udev: Adding input device PC Speaker (/dev/input/event4)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event7)
(**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
(**) ACPI Virtual Keyboard Device: always reports core events
(**) ACPI Virtual Keyboard Device: Device: "/dev/input/event7"
(II) ACPI Virtual Keyboard Device: Found keys
(II) ACPI Virtual Keyboard Device: Configuring as keyboard
(II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) intel(0): EDID vendor "LGD", prod id 514
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   75.10  1366 1414 1446 1564  768 771 776 800 -hsync -vsync (48.0 kHz)
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Sleep Button: Device reopened after 1 attempts.
(II) HD Video WebCam: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) ACPI Virtual Keyboard Device: Device reopened after 1 attempts.
(II) Power Button: Close
(II) UnloadModule: "evdev"
(II) Video Bus: Close
(II) UnloadModule: "evdev"
(II) Sleep Button: Close
(II) UnloadModule: "evdev"
(II) HD Video WebCam: Close
(II) UnloadModule: "evdev"
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"
(II) UnloadModule: "synaptics"
(II) ACPI Virtual Keyboard Device: Close
(II) UnloadModule: "evdev"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) APM registered successfully
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(II)         put_image
(II)         get_image
(II) intel(0): Initializing HW Cursor
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(==) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder enabled
(II) intel(0): Set up textured video
(II) intel(0): [XvMC] xvmc_vld driver initialized.
(II) intel(0): direct rendering: DRI2 Enabled
(--) RandR disabled
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 361 x 203
(II) config/udev: Adding input device Power Button (/dev/input/event2)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event2"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device Video Bus (/dev/input/event8)
(**) Video Bus: Applying InputClass "evdev keyboard catchall"
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event8"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device Lid Switch (/dev/input/event0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Sleep Button (/dev/input/event1)
(**) Sleep Button: Applying InputClass "evdev keyboard catchall"
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event1"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device HD Video WebCam (/dev/input/event5)
(**) HD Video WebCam: Applying InputClass "evdev keyboard catchall"
(**) HD Video WebCam: always reports core events
(**) HD Video WebCam: Device: "/dev/input/event5"
(II) HD Video WebCam: Found keys
(II) HD Video WebCam: Configuring as keyboard
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
(II) Synaptics touchpad driver version 1.2.2
(**) Option "Device" "/dev/input/event6"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5660
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4800
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
(II) Synaptics touchpad driver version 1.2.2
SynPS/2 Synaptics TouchPad no synaptics event device found
(**) Option "Device" "/dev/input/mouse0"
Query no Synaptics: 6003C8
(--) SynPS/2 Synaptics TouchPad: no supported touchpad found
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
(II) UnloadModule: "synaptics"
(II) config/udev: Adding input device PC Speaker (/dev/input/event4)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event7)
(**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
(**) ACPI Virtual Keyboard Device: always reports core events
(**) ACPI Virtual Keyboard Device: Device: "/dev/input/event7"
(II) ACPI Virtual Keyboard Device: Found keys
(II) ACPI Virtual Keyboard Device: Configuring as keyboard
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "se"
(**) Option "xkb_variant" "dvorak"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) intel(0): EDID vendor "LGD", prod id 514
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   75.10  1366 1414 1446 1564  768 771 776 800 -hsync -vsync (48.0 kHz)
(II) intel(0): EDID vendor "LGD", prod id 514
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   75.10  1366 1414 1446 1564  768 771 776 800 -hsync -vsync (48.0 kHz)
(II) intel(0): EDID vendor "LGD", prod id 514
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1366x768"x0.0   75.10  1366 1414 1446 1564  768 771 776 800 -hsync -vsync (48.0 kHz)
(WW) AT Translated Set 2 keyboard: unable to handle keycode 464

udev information:
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
N: input/event2
S: char/13:66
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
E: SUBSYSTEM=input
E: DEVNAME=input/event2
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=Acer
E: MAJOR=13
E: MINOR=66
E: DEVLINKS=/dev/char/13:66

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8
N: input/event8
S: char/13:72
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8
E: SUBSYSTEM=input
E: DEVNAME=input/event8
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=Acer
E: MAJOR=13
E: MINOR=72
E: DEVLINKS=/dev/char/13:72

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0/event0
N: input/event0
S: char/13:64
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0/event0
E: SUBSYSTEM=input
E: DEVNAME=input/event0
E: ID_INPUT=1
E: DMI_VENDOR=Acer
E: MAJOR=13
E: MINOR=64
E: DEVLINKS=/dev/char/13:64

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1
N: input/event1
S: char/13:65
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1
E: SUBSYSTEM=input
E: DEVNAME=input/event1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=Acer
E: MAJOR=13
E: MINOR=65
E: DEVLINKS=/dev/char/13:65

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input5/event5
N: input/event5
S: char/13:69
S: input/by-id/usb-SuYin_HD_Video_WebCam_CN1014-S36D-OV05-VA-R03.01.01-event-if00
S: input/by-path/pci-0000:00:1d.7-usb-0:5:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input5/event5
E: SUBSYSTEM=input
E: DEVNAME=input/event5
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=SuYin
E: ID_VENDOR_ENC=SuYin
E: ID_VENDOR_ID=064e
E: ID_MODEL=HD_Video_WebCam
E: ID_MODEL_ENC=HD\x20Video\x20WebCam
E: ID_MODEL_ID=a133
E: ID_REVISION=0311
E: ID_SERIAL=SuYin_HD_Video_WebCam_CN1014-S36D-OV05-VA-R03.01.01
E: ID_SERIAL_SHORT=CN1014-S36D-OV05-VA-R03.01.01
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1d.7-usb-0:5:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: MAJOR=13
E: MINOR=69
E: DEVLINKS=/dev/char/13:69 /dev/input/by-id/usb-SuYin_HD_Video_WebCam_CN1014-S36D-OV05-VA-R03.01.01-event-if00 /dev/input/by-path/pci-0000:00:1d.7-usb-0:5:1.0-event

P: /devices/platform/i8042/serio0/input/input3/event3
N: input/event3
S: char/13:67
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input3/event3
E: SUBSYSTEM=input
E: DEVNAME=input/event3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=Acer
E: MAJOR=13
E: MINOR=67
E: DEVLINKS=/dev/char/13:67 /dev/input/by-path/platform-i8042-serio-0-event-kbd

P: /devices/platform/i8042/serio2/input/input6/event6
N: input/event6
S: char/13:70
S: input/by-path/platform-i8042-serio-2-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio2/input/input6/event6
E: SUBSYSTEM=input
E: DEVNAME=input/event6
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: DMI_VENDOR=Acer
E: MAJOR=13
E: MINOR=70
E: DEVLINKS=/dev/char/13:70 /dev/input/by-path/platform-i8042-serio-2-event-mouse

P: /devices/platform/i8042/serio2/input/input6/mouse0
N: input/mouse0
S: char/13:32
S: input/by-path/platform-i8042-serio-2-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio2/input/input6/mouse0
E: SUBSYSTEM=input
E: DEVNAME=input/mouse0
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: MAJOR=13
E: MINOR=32
E: DEVLINKS=/dev/char/13:32 /dev/input/by-path/platform-i8042-serio-2-mouse

P: /devices/platform/pcspkr/input/input4/event4
N: input/event4
S: char/13:68
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input4/event4
E: SUBSYSTEM=input
E: DEVNAME=input/event4
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=Acer
E: MAJOR=13
E: MINOR=68
E: DEVLINKS=/dev/char/13:68 /dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/virtual/input/input7/event7
N: input/event7
S: char/13:71
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input7/event7
E: SUBSYSTEM=input
E: DEVNAME=input/event7
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=Acer
E: MAJOR=13
E: MINOR=71
E: DEVLINKS=/dev/char/13:71

DRM Information from dmesg:
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    3.164391] Linux agpgart interface v0.103
[    3.164823] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    3.166964] agpgart-intel 0000:00:00.0: detected 65532K stolen memory, trimming to 32768K
[    3.203164] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[   38.536441] [drm] Initialized drm 1.1.0 20060810
[   38.711914] [drm] detected 63M stolen memory, trimming to 32M
[   38.712054] [drm] set up 32M of stolen space
[   38.712305] [drm:init_ring_common] *ERROR* render ring head not reset to zero ctl 00000000 head 02001000 tail 00000000 start 02001000
[   38.712314] [drm:init_ring_common] *ERROR* render ring head forced to zero ctl 00000000 head 00000000 tail 00000000 start 02001000
[   39.339217] fb0: inteldrmfb frame buffer device
[   39.339222] drm: registered panic notifier
[   39.363845] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35.4-tuxonice (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg depends on:
ii  libc6     2.11.2-4                       Embedded GNU C Library: Shared lib
ii  x11-xkb-u 7.5+5                          X11 XKB utilities
ii  xkb-data  1.8-1                          X Keyboard Extension (XKB) configu
ii  xserver-x 2:1.7.7-4                      Xorg X server - core server
ii  xserver-x 1:7.5+6                        the X.Org X server -- input driver
ii  xserver-x 1:2.3.2-6                      X.Org X server -- evdev input driv
ii  xserver-x 1.2.2-2                        Synaptics TouchPad driver for X.Or
ii  xserver-x 0.10.5+20100416-1              X.Org X server -- Wacom input driv
ii  xserver-x 1:7.5+6                        the X.Org X server -- output drive
ii  xserver-x 1:1.2.2-2                      X.Org X server -- APM display driv
ii  xserver-x 1:0.7.2-2                      X.Org X server -- ark display driv
ii  xserver-x 1:6.13.1-2                     X.Org X server -- AMD/ATI display 
ii  xserver-x 1:1.2.3-1                      X.Org X server -- Chips display dr
ii  xserver-x 1:1.3.2-2                      X.Org X server -- Cirrus display d
ii  xserver-x 1:0.4.2-2                      X.Org X server -- fbdev display dr
ii  xserver-x 1:1.3.3-2                      X.Org X server -- i128 display dri
ii  xserver-x 2:2.12.0+legacy1-1             X.Org X server -- Intel i8xx, i9xx
ii  xserver-x 6.8.2-3                        X.Org X server -- ATI Mach64 displ
ii  xserver-x 1:1.4.11.dfsg-4                X.Org X server -- MGA display driv
ii  xserver-x 1:1.2.4-3                      X.Org X server -- Neomagic display
ii  xserver-x 1:0.0.15+git20100329+7858345-4 X.Org X server -- Nouveau display 
ii  xserver-x 1:2.1.17-3                     X.Org X server -- NV display drive
ii  xserver-x 1:0.2.904+svn827-1             X.Org X server -- VIA display driv
ii  xserver-x 6.8.1-3                        X.Org X server -- ATI r128 display
ii  xserver-x 1:6.13.1-2                     X.Org X server -- AMD/ATI Radeon d
ii  xserver-x 1.3.0-3                        X.Org X server -- AMD/ATI r5xx-r7x
ii  xserver-x 1:4.2.3-3                      X.Org X server -- Rendition displa
ii  xserver-x 1:0.6.3-2                      X.Org X server -- legacy S3 displa
ii  xserver-x 1:1.10.4-2                     X.Org X server -- S3 ViRGE display
ii  xserver-x 1:2.3.1-2                      X.Org X server -- Savage display d
ii  xserver-x 1:1.7.3-2                      X.Org X server -- SiliconMotion di
ii  xserver-x 1:0.10.3-1                     X.Org X server -- SiS display driv
ii  xserver-x 1:0.9.3-2                      X.Org X server -- SiS USB display 
ii  xserver-x 1:1.4.3-2                      X.Org X server -- tdfx display dri
ii  xserver-x 1:1.3.3-2                      X.Org X server -- Trident display 
ii  xserver-x 1:1.2.3-2                      X.Org X server -- Tseng display dr
ii  xserver-x 1:0.2.0-4                      X.Org X server -- Video 4 Linux di
ii  xserver-x 1:2.3.0-3                      X.Org X server -- VESA display dri
ii  xserver-x 1:11.0.1-2                     X.Org X server -- VMware display d
ii  xserver-x 1:1.2.3-2                      X.Org X server -- Voodoo display d

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri               7.7.1-4    A free implementation of the OpenG

xserver-xorg suggests no packages.

-- no debconf information

Attachment: signature.asc
Description: Digital signature


Reply to: