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

Bug#758934: xserver-xorg: Segfault with Rage 128 driving VGA monitor on powerpc (works on Wheezy)



Package: xserver-xorg
Version: 1:7.7+7
Severity: important
Tags: d-i

Dear Maintainer,

   * What led up to the situation?
First, I tried booting without creating an xorg.conf. The result was a
repeating loop of the last 3 lines:
[   267.863] (==) RandR enabled
[   268.004] (II) SELinux: Disabled on system
[   268.028] (II) AIGLX: Screen 0 is not DRI2 capable
[   268.028] (EE) AIGLX: reverting to software rendering
[   268.085] (II) AIGLX: Loaded and initialized swrast
[   268.086] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   268.324] (EE) R128(0): R128CCEWaitForIdle: CCE idle -9
[   268.324] (EE) R128(0): Idle timed out, resetting engine...
[   268.324] (EE) R128(0): R128CCEWaitForIdle: CCE stop -9
[   268.325] (EE) R128(0): R128CCEWaitForIdle: CCE start -9
[   268.325] (EE) R128(0): R128CCEWaitForIdle: CCE idle -9
Next, I tried generating a config with X -configure. Same reult. Finally,
I tried substituting the config which works under Wheezy on the same machine.
That resulted in the reported segfault.
   * What exactly did you do (or not do) that was effective (or
     ineffective)? Nothing was effective to get X started.
   * What was the outcome of this action? No GUI
   * What outcome did you expect instead? GUI

The segfault (full log attached below by reportbug):

[   127.035] (II) R128(0): Page flipping disabled
[   127.035] (!!) R128(0): For information on using the multimedia capabilities
        of this adapter, please see http://gatos.sf.net.
[   127.035] (--) Depth 24 pixmap format is 32 bpp
[   127.035] (II) R128(0): Acceleration of RENDER operations will be enabled
upon successful loading of DRI and EXA
[   127.041] (WW) R128(0): Acceleration disabled, not initializing the DRI
[   127.042] (II) R128(0): Filling in EXA memory info
[   127.042] (II) R128(0): Acceleration disabled
[   127.042] (EE)
[   127.042] (EE) Backtrace:
[   127.043] (EE) 0: /usr/bin/X (xorg_backtrace+0x60) [0x20437130]
[   127.043] (EE) 1: /usr/bin/X (0x20234000+0x2085c0) [0x2043c5c0]
[   127.043] (EE) 2: linux-vdso32.so.1 (__kernel_sigtramp_rt32+0x0) [0x1003a0]
[   127.043] (EE) 3: /usr/lib/xorg/modules/drivers/r128_drv.so
(0x1f508000+0xc718) [0x1f514718]
[   127.044] (EE) 4: /usr/lib/xorg/modules/drivers/r128_drv.so
(0x1f508000+0xc700) [0x1f514700]
[   127.044] (EE) 5: /usr/bin/X (AddScreen+0x100) [0x2028bc90]
[   127.044] (EE) 6: /usr/bin/X (InitOutput+0x330) [0x202df880]
[   127.045] (EE) 7: /usr/bin/X (0x20234000+0x5c568) [0x20290568]
[   127.045] (EE) 8: /usr/bin/X (0x20234000+0x425a4) [0x202765a4]
[   127.045] (EE) 9: /lib/powerpc-linux-gnu/libc.so.6 (0x1fc7b000+0x232f4)
[0x1fc9e2f4]
[   127.046] (EE) 10: /lib/powerpc-linux-gnu/libc.so.6 (0x1fc7b000+0x234b4)
[0x1fc9e4b4]
[   127.046] (EE)
[   127.046] (EE) Segmentation fault at address 0xc
[   127.046] (EE)
Fatal server error:
[   127.046] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   127.047] (EE)
[   127.047] (EE)

I get the same result using startx with this conf.

Here is the conf.

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
#       Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri2"
        Load  "record"
        Load  "glx"
        Load  "dri"
        Load  "extmod"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

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

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Modeline "1024x768x60.0"   65.00  1024 1048 1184 1344  768 771 777 806
-hsync -vsync
EndSection

#Section "Monitor"
#       Identifier   "Monitor1"
#       VendorName   "Monitor Vendor"
#       ModelName    "Monitor Model"
#EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        Option     "NoAccel" "True"             # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "DMAForXv"                  # [<bool>]
        #Option     "ForcePCIMode"              # [<bool>]
        #Option     "CCEPIOMode"                # [<bool>]
        #Option     "CCENoSecurity"             # [<bool>]
        #Option     "CCEusecTimeout"            # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPSize"                   # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "Display"                   # <str>
        #Option     "PanelWidth"                # <i>
        #Option     "PanelHeight"               # <i>
        #Option     "ProgramFPRegs"             # [<bool>]
        Option     "UseFBDev"  "False"          # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "ShowCache"                 # [<bool>]
        #Option     "VGAAccess"                 # [<bool>]
        Identifier  "Card0"
        Driver      "r128"
        BusID       "PCI:0:16:0"

EndSection

#Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # <str>
        #Option     "fbdev"                     # <str>
        #Option     "debug"                     # [<bool>]
#       Identifier  "Card1"
#       Driver      "fbdev"
#       BusID       "PCI:0:16:0"
#EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1024x768x60.0"
        EndSubSection
EndSection


Here is output from lspci -v for the Rage 128 card.

0000:00:0b.0 Host bridge: Apple Inc. UniNorth AGP
        Flags: bus master, 66MHz, medium devsel, latency 16
        Capabilities: [80] AGP version 1.0
        Kernel driver in use: agpgart-uninorth

0000:00:10.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Rage 128 PRO AGP 4x TMDS (prog-if 00 [VGA controller])
        Flags: bus master, stepping, 66MHz, medium devsel, latency 255, IRQ 48
        Memory at 94000000 (32-bit, prefetchable) [size=64M]
        I/O ports at 0400 [size=256]
        Memory at 90000000 (32-bit, non-prefetchable) [size=16K]
        Expansion ROM at 90020000 [size=128K]
        Capabilities: [50] AGP version 2.0
        Capabilities: [5c] Power Management version 2
        Kernel driver in use: aty128fb


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Aug 14 19:59 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2470060 Jul 18 11:56 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
0000:00:10.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Rage 128 PRO AGP 4x TMDS [1002:5046]

Xorg X server configuration file status:
----------------------------------------
-rwxr-xr-x 1 root root 3687 Aug 23 11:04 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
#       Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri2"
        Load  "record"
        Load  "glx"
        Load  "dri"
        Load  "extmod"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

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

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Modeline "1024x768x60.0"   65.00  1024 1048 1184 1344  768 771 777 806
-hsync -vsync
EndSection

#Section "Monitor"
#       Identifier   "Monitor1"
#       VendorName   "Monitor Vendor"
#       ModelName    "Monitor Model"
#EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        Option     "NoAccel" "True"             # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "DMAForXv"                  # [<bool>]
        #Option     "ForcePCIMode"              # [<bool>]
        #Option     "CCEPIOMode"                # [<bool>]
        #Option     "CCENoSecurity"             # [<bool>]
        #Option     "CCEusecTimeout"            # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPSize"                   # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "Display"                   # <str>
        #Option     "PanelWidth"                # <i>
        #Option     "PanelHeight"               # <i>
        #Option     "ProgramFPRegs"             # [<bool>]
        Option     "UseFBDev"  "False"          # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "ShowCache"                 # [<bool>]
        #Option     "VGAAccess"                 # [<bool>]
        Identifier  "Card0"
        Driver      "r128"
        BusID       "PCI:0:16:0"

EndSection

#Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # <str>
        #Option     "fbdev"                     # <str>
        #Option     "debug"                     # [<bool>]
#       Identifier  "Card1"
#       Driver      "fbdev"
#       BusID       "PCI:0:16:0"
#EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1024x768x60.0"
        EndSubSection
EndSection



/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 3.14-2-powerpc (debian-kernel@lists.debian.org) (gcc version
4.8.3 (Debian 4.8.3-7) ) #1 Debian 3.14.15-2 (2014-08-09)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 22630 Aug 23 13:39 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   128.773]
X.Org X Server 1.16.0
Release Date: 2014-07-16
[   128.774] X Protocol Version 11, Revision 0
[   128.774] Build Operating System: Linux 3.2.0-4-powerpc64 ppc Debian
[   128.774] Current Operating System: Linux debian 3.14-2-powerpc #1 Debian
3.14.15-2 (2014-08-09) ppc
[   128.774] Kernel command line: root=/dev/sdb12  ro
[   128.774] Build Date: 17 July 2014  11:52:11PM
[   128.774] xorg-server 2:1.16.0-1 (http://www.debian.org/support)
[   128.774] Current version of pixman: 0.32.6
[   128.774]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   128.775] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   128.775] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 23 13:39:08
2014
[   128.776] (==) Using config file: "/etc/X11/xorg.conf"
[   128.776] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   128.779] (==) ServerLayout "X.org Configured"
[   128.779] (**) |-->Screen "Screen0" (0)
[   128.779] (**) |   |-->Monitor "Monitor0"
[   128.781] (**) |   |-->Device "Card0"
[   128.781] (**) |-->Input Device "Mouse0"
[   128.781] (**) |-->Input Device "Keyboard0"
[   128.781] (==) Automatically adding devices
[   128.781] (==) Automatically enabling devices
[   128.781] (==) Automatically adding GPU devices
[   128.782] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   128.782]    Entry deleted from font path.
[   128.782] (WW) The directory "/var/lib/defoma/x-ttcidfont-
conf.d/dirs/TrueType" does not exist.
[   128.782]    Entry deleted from font path.
[   128.782] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   128.782]    Entry deleted from font path.
[   128.782] (**) 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,
        built-ins,
        /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,
        built-ins
[   128.782] (**) ModulePath set to "/usr/lib/xorg/modules"
[   128.782] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
[   128.782] (WW) Disabling Mouse0
[   128.783] (WW) Disabling Keyboard0
[   128.783] (II) Loader magic: 0x204d3698
[   128.783] (II) Module ABI versions:
[   128.783]    X.Org ANSI C Emulation: 0.4
[   128.783]    X.Org Video Driver: 18.0
[   128.783]    X.Org XInput driver : 21.0
[   128.783]    X.Org Server Extension : 8.0
[   128.786] (--) PCI:*(0:0:16:0) 1002:5046:0000:0000 rev 0, Mem @
0x94000000/67108864, 0x90000000/16384, I/O @ 0x00000400/256, BIOS @
0x????????/131072
[   128.787] (II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
[   128.787] (II) LoadModule: "dbe"
[   128.788] (II) Module "dbe" already built-in
[   128.788] (II) LoadModule: "dri2"
[   128.788] (II) Module "dri2" already built-in
[   128.788] (II) LoadModule: "record"
[   128.788] (II) Module "record" already built-in
[   128.788] (II) LoadModule: "glx"
[   128.789] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   128.806] (II) Module glx: vendor="X.Org Foundation"
[   128.806]    compiled for 1.16.0, module version = 1.0.0
[   128.807]    ABI class: X.Org Server Extension, version 8.0
[   128.807] (==) AIGLX enabled
[   128.807] (II) LoadModule: "dri"
[   128.807] (II) Module "dri" already built-in
[   128.807] (II) LoadModule: "extmod"
[   128.807] (II) Module "extmod" already built-in
[   128.807] (II) LoadModule: "r128"
[   128.808] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[   128.809] (II) Module r128: vendor="X.Org Foundation"
[   128.809]    compiled for 1.15.99.904, module version = 6.9.2
[   128.809]    Module class: X.Org Video Driver
[   128.809]    ABI class: X.Org Video Driver, version 18.0
[   128.810] (II) R128: Driver for ATI Rage 128 chipsets:
        ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
        ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
        ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
        ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
        ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
        ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
        ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
        ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
        ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
        ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
        ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
        ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
        ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
        ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
        ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
        ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
        ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
        ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
        ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
        ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
        ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
        ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
        ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
        ATI Rage 128 Pro ULTRA TU (AGP?)
[   128.813] (++) using VT number 7

[   128.814] (II) R128(0): PCI bus 0 card 16 func 0
[   128.814] (**) R128(0): Depth 24, (--) framebuffer bpp 32
[   128.815] (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp
pixmaps)
[   128.815] (==) R128(0): Default visual is TrueColor
[   128.815] (**) R128(0): Option "NoAccel" "True"
[   128.815] (**) R128(0): Option "UseFBDev" "False"
[   128.815] (II) R128(0): VGAAccess option set to FALSE, VGA module load
skipped
[   128.815] (==) R128(0): RGB weight 888
[   128.815] (II) R128(0): Using 8 bits per RGB (8 bit DAC)
[   128.815] (II) Loading sub module "int10"
[   128.816] (II) LoadModule: "int10"
[   128.816] (II) Loading /usr/lib/xorg/modules/libint10.so
[   128.817] (II) Module int10: vendor="X.Org Foundation"
[   128.817]    compiled for 1.16.0, module version = 1.0.0
[   128.817]    ABI class: X.Org Video Driver, version 18.0
[   128.817] (II) R128(0): initializing int10
[   128.819] (WW) R128(0): Unable to retrieve all of segment 0x0C0000.
[   128.819] (II) R128(0): No legacy BIOS found -- trying PCI
[   128.824] (EE) R128(0): Cannot read V_BIOS (5) Input/output error
[   128.824] (--) R128(0): Chipset: "ATI Rage 128 Pro GL PF (AGP)" (ChipID =
0x5046)
[   128.824] (--) R128(0): Linear framebuffer at 0x94000000
[   128.824] (--) R128(0): MMIO registers at 0x90000000
[   128.824] (--) R128(0): VideoRAM: 16384 kByte (64-bit SDR SGRAM 1:1)
[   128.824] (**) R128(0): Using external CRT for display
[   128.825] (WW) R128(0): Failed to read PCI ROM!
[   128.825] (WW) R128(0): Video BIOS not found!
[   128.825] (II) R128(0): Primary Display == Type 3
[   128.825] (WW) R128(0): Can't determine panel dimensions, and none
specified.
        Disabling programming of FP registers.
[   128.825] (II) R128(0): PLL parameters: rf=2950 rd=41 min=12500 max=25000;
xclk=14000
[   128.825] (II) Loading sub module "ddc"
[   128.825] (II) LoadModule: "ddc"
[   128.826] (II) Module "ddc" already built-in
[   128.826] (==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
[   128.826] (II) Loading sub module "i2c"
[   128.826] (II) LoadModule: "i2c"
[   128.827] (II) Module "i2c" already built-in
[   128.827] (II) R128(0): I2C bus "DDC" initialized.
[   128.827] (II) R128(0): I2C device "DDC:ddc2" registered at address 0xA0.
[   128.831] (EE) R128(0): No DFP detected
[   128.832] (II) R128(0): Monitor0: Using default hsync range of 31.50-48.00
kHz
[   128.832] (II) R128(0): Monitor0: Using default vrefresh range of
50.00-70.00 Hz
[   128.832] (II) R128(0): Monitor0: Using default maximum pixel clock of 65.00
MHz
[   128.832] (II) R128(0): Clock range:  12.50 to 250.00 MHz
[   128.832] (II) R128(0): Not using default mode "640x350" (vrefresh out of
range)
[   128.832] (II) R128(0): Not using default mode "320x175" (vrefresh out of
range)
[   128.832] (II) R128(0): Not using default mode "640x400" (vrefresh out of
range)
[   128.832] (II) R128(0): Not using default mode "320x200" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "720x400" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "360x200" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "640x480" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "320x240" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "640x480" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "320x240" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "640x480" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "320x240" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "800x600" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "400x300" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "800x600" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "400x300" (vrefresh out of
range)
[   128.833] (II) R128(0): Not using default mode "800x600" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "400x300" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "1024x768i" (vrefresh out of
range)
[   128.834] (II) R128(0): Not using default mode "512x384i" (vrefresh out of
range)
[   128.834] (II) R128(0): Not using default mode "1024x768" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "512x384" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "1024x768" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "512x384" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "1024x768" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "512x384" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "1152x864" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "576x432" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "1280x960" (hsync out of
range)
[   128.834] (II) R128(0): Not using default mode "640x480" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "1280x960" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "640x480" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "1280x1024" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "640x512" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "1280x1024" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "640x512" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "1280x1024" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "640x512" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "1600x1200" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "800x600" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "1600x1200" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "800x600" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "1600x1200" (hsync out of
range)
[   128.835] (II) R128(0): Not using default mode "800x600" (hsync out of
range)
[   128.836] (II) R128(0): Not using default mode "1600x1200" (hsync out of
range)
[   128.836] (II) R128(0): Not using default mode "800x600" (hsync out of
range)
[   128.836] (II) R128(0): Not using default mode "1600x1200" (hsync out of
range)
[   128.836] (II) R128(0): Not using default mode "800x600" (hsync out of
range)
[   128.836] (II) R128(0): Not using default mode "1792x1344" (hsync out of
range)
[   128.836] (II) R128(0): Not using default mode "896x672" (hsync out of
range)
[   128.836] (II) R128(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
[   128.836] (II) R128(0): Not using default mode "896x672" (hsync out of
range)
[   128.836] (II) R128(0): Not using default mode "1856x1392" (hsync out of
range)
[   128.836] (II) R128(0): Not using default mode "928x696" (hsync out of
range)
[   128.836] (II) R128(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
[   128.836] (II) R128(0): Not using default mode "928x696" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "1920x1440" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "960x720" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
[   128.837] (II) R128(0): Not using default mode "960x720" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "832x624" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "416x312" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "1152x864" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "576x432" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "1152x864" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "576x432" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "1152x864" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "576x432" (hsync out of
range)
[   128.837] (II) R128(0): Not using default mode "1152x864" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "576x432" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "1152x864" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "576x432" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "1152x864" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "576x432" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "1360x768" (monitor doesn't
support reduced blanking)
[   128.838] (II) R128(0): Not using default mode "1360x768" (mode clock too
high)
[   128.838] (II) R128(0): Not using default mode "1400x1050" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "700x525" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "1400x1050" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "700x525" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "1400x1050" (hsync out of
range)
[   128.838] (II) R128(0): Not using default mode "700x525" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "1400x1050" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "700x525" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "1440x900" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "720x450" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "1600x1024" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "800x512" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "1680x1050" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "840x525" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "1680x1050" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "840x525" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "1680x1050" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "840x525" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "1680x1050" (hsync out of
range)
[   128.839] (II) R128(0): Not using default mode "840x525" (hsync out of
range)
[   128.840] (II) R128(0): Not using default mode "1680x1050" (hsync out of
range)
[   128.840] (II) R128(0): Not using default mode "840x525" (hsync out of
range)
[   128.840] (II) R128(0): Not using default mode "1920x1080" (hsync out of
range)
[   128.840] (II) R128(0): Not using default mode "960x540" (hsync out of
range)
[   128.840] (II) R128(0): Not using default mode "1920x1200" (hsync out of
range)
[   128.840] (II) R128(0): Not using default mode "960x600" (hsync out of
range)
[   128.840] (II) R128(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
[   128.840] (II) R128(0): Not using default mode "960x720" (hsync out of
range)
[   128.840] (II) R128(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
[   128.840] (II) R128(0): Not using default mode "1024x768" (hsync out of
range)
[   128.840] (II) R128(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
[   128.840] (II) R128(0): Not using default mode "1024x768" (hsync out of
range)
[   128.841] (II) R128(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
[   128.841] (II) R128(0): Not using default mode "1024x768" (hsync out of
range)
[   128.841] (--) R128(0): Virtual size is 1024x768 (pitch 1024)
[   128.841] (**) R128(0): *Mode "1024x768x60.0": 65.0 MHz, 48.4 kHz, 60.0 Hz
[   128.841] (II) R128(0): Modeline "1024x768x60.0"x60.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz z)
[   128.841] (**) R128(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0
Hz
[   128.841] (II) R128(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184
1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   128.841] (**) R128(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[   128.841] (II) R128(0): Modeline "800x600"x60.3   40.00  800 840 968 1056
600 601 605 628 +hsync +vsync (37.9 kHz d)
[   128.842] (**) R128(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[   128.842] (II) R128(0): Modeline "800x600"x56.2   36.00  800 824 896 1024
600 601 603 625 +hsync +vsync (35.2 kHz d)
[   128.842] (**) R128(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[   128.842] (II) R128(0): Modeline "640x480"x59.9   25.18  640 656 752 800
480 490 492 525 -hsync -vsync (31.5 kHz d)
[   128.842] (**) R128(0):  Default mode "680x384": 36.0 MHz, 47.4 kHz, 60.0 Hz
(D)
[   128.842] (II) R128(0): Modeline "680x384"x60.0   36.00  680 704 720 760
384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[   128.842] (**) R128(0):  Default mode "680x384": 42.4 MHz, 47.7 kHz, 59.8 Hz
(D)
[   128.842] (II) R128(0): Modeline "680x384"x59.8   42.38  680 716 784 888
384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[   128.842] (**) R128(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz
(D)
[   128.842] (II) R128(0): Modeline "512x384"x60.0   32.50  512 524 592 672
384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   128.843] (**) R128(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz
(D)
[   128.843] (II) R128(0): Modeline "400x300"x60.3   20.00  400 420 484 528
300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   128.843] (**) R128(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz
(D)
[   128.843] (II) R128(0): Modeline "400x300"x56.3   18.00  400 412 448 512
300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   128.843] (**) R128(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz
(D)
[   128.843] (II) R128(0): Modeline "320x240"x60.1   12.59  320 328 376 400
240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   128.843] (==) R128(0): DPI set to (96, 96)
[   128.843] (II) Loading sub module "fb"
[   128.843] (II) LoadModule: "fb"
[   128.844] (II) Loading /usr/lib/xorg/modules/libfb.so
[   128.845] (II) Module fb: vendor="X.Org Foundation"
[   128.845]    compiled for 1.16.0, module version = 1.0.0
[   128.845]    ABI class: X.Org ANSI C Emulation, version 0.4
[   128.845] (II) Loading sub module "ramdac"
[   128.845] (II) LoadModule: "ramdac"
[   128.845] (II) Module "ramdac" already built-in
[   128.845] (II) Loading sub module "shadowfb"
[   128.845] (II) LoadModule: "shadowfb"
[   128.846] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   128.847] (II) Module shadowfb: vendor="X.Org Foundation"
[   128.847]    compiled for 1.16.0, module version = 1.0.0
[   128.847]    ABI class: X.Org ANSI C Emulation, version 0.4
[   128.847] (II) R128(0): Page flipping disabled
[   128.847] (!!) R128(0): For information on using the multimedia capabilities
        of this adapter, please see http://gatos.sf.net.
[   128.847] (--) Depth 24 pixmap format is 32 bpp
[   128.847] (II) R128(0): Acceleration of RENDER operations will be enabled
upon successful loading of DRI and EXA
[   128.854] (WW) R128(0): Acceleration disabled, not initializing the DRI
[   128.854] (II) R128(0): Filling in EXA memory info
[   128.854] (II) R128(0): Acceleration disabled
[   128.854] (EE)
[   128.854] (EE) Backtrace:
[   128.855] (EE) 0: /usr/bin/X (xorg_backtrace+0x60) [0x20472130]
[   128.855] (EE) 1: /usr/bin/X (0x2026f000+0x2085c0) [0x204775c0]
[   128.856] (EE) 2: linux-vdso32.so.1 (__kernel_sigtramp_rt32+0x0) [0x1003a0]
[   128.856] (EE) 3: /usr/lib/xorg/modules/drivers/r128_drv.so
(0x1f542000+0xc718) [0x1f54e718]
[   128.856] (EE) 4: /usr/lib/xorg/modules/drivers/r128_drv.so
(0x1f542000+0xc700) [0x1f54e700]
[   128.856] (EE) 5: /usr/bin/X (AddScreen+0x100) [0x202c6c90]
[   128.857] (EE) 6: /usr/bin/X (InitOutput+0x330) [0x2031a880]
[   128.857] (EE) 7: /usr/bin/X (0x2026f000+0x5c568) [0x202cb568]
[   128.857] (EE) 8: /usr/bin/X (0x2026f000+0x425a4) [0x202b15a4]
[   128.858] (EE) 9: /lib/powerpc-linux-gnu/libc.so.6 (0x1fcb5000+0x232f4)
[0x1fcd82f4]
[   128.858] (EE) 10: /lib/powerpc-linux-gnu/libc.so.6 (0x1fcb5000+0x234b4)
[0x1fcd84b4]
[   128.858] (EE)
[   128.858] (EE) Segmentation fault at address 0xc
[   128.858] (EE)
Fatal server error:
[   128.859] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   128.859] (EE)
[   128.859] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   128.859] (EE) Please also check the log file at "/var/log/Xorg.0.log" for
additional information.
[   128.859] (EE)
[   128.883] (EE) Server terminated with error (1). Closing log file.

udev information:
-----------------
P: /devices/pci0001:10/0001:10:0d.0/0001:11:07.0/input/input3
E: DEVPATH=/devices/pci0001:10/0001:10:0d.0/0001:11:07.0/input/input3
E: EV=40001
E: ID_FOR_SEAT=input-pci-0001_11_07_0
E: ID_INPUT=1
E: ID_PATH=pci-0001:11:07.0
E: ID_PATH_TAG=pci-0001_11_07_0
E: MODALIAS=input:b0017v001Fp0001e0100-e0,12,kramls1,2,fw
E: NAME="PowerMac Beep"
E: PHYS="powermac/beep"
E: PRODUCT=17/1f/1/100
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=39212520

P: /devices/pci0001:10/0001:10:0d.0/0001:11:07.0/input/input3/event3
N: input/event3
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/pci0001:10/0001:10:0d.0/0001:11:07.0/input/input3/event3
E: ID_INPUT=1
E: ID_PATH=pci-0001:11:07.0
E: ID_PATH_TAG=pci-0001_11_07_0
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: USEC_INITIALIZED=685323

P:
/devices/pci0001:10/0001:10:0d.0/0001:11:09.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:05AC:0202.0001/input/input1
E:
DEVPATH=/devices/pci0001:10/0001:10:0d.0/0001:11:09.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:05AC:0202.0001/input/input1
E: EV=120013
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0001_11_09_0-usb-0_1_1_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=Apple_USB_Keyboard
E: ID_MODEL_ENC=Apple\x20USB\x20Keyboard
E: ID_MODEL_ID=0202
E: ID_PATH=pci-0001:11:09.0-usb-0:1.1:1.0
E: ID_PATH_TAG=pci-0001_11_09_0-usb-0_1_1_1_0
E: ID_REVISION=0103
E: ID_SERIAL=Mitsumi_Electric_Apple_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Mitsumi_Electric
E: ID_VENDOR_ENC=Mitsumi\x20Electric
E: ID_VENDOR_ID=05ac
E: KEY=10000 7 ff9f207a c14057ff febeffdf ffefffff ffffffff fffffffe
E: LED=1f
E:
MODALIAS=input:b0003v05ACp0202e0100-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw
E: MSC=10
E: NAME="Mitsumi Electric Apple USB Keyboard"
E: PHYS="usb-0001:11:09.0-1.1/input0"
E: PRODUCT=3/5ac/202/100
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=70791

P:
/devices/pci0001:10/0001:10:0d.0/0001:11:09.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:05AC:0202.0001/input/input1/event1
N: input/event1
S: input/by-id/usb-Mitsumi_Electric_Apple_USB_Keyboard-event-kbd
S: input/by-path/pci-0001:11:09.0-usb-0:1.1:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Mitsumi_Electric_Apple_USB_Keyboard-event-kbd
/dev/input/by-path/pci-0001:11:09.0-usb-0:1.1:1.0-event-kbd
E: DEVNAME=/dev/input/event1
E:
DEVPATH=/devices/pci0001:10/0001:10:0d.0/0001:11:09.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:05AC:0202.0001/input/input1/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=Apple_USB_Keyboard
E: ID_MODEL_ENC=Apple\x20USB\x20Keyboard
E: ID_MODEL_ID=0202
E: ID_PATH=pci-0001:11:09.0-usb-0:1.1:1.0
E: ID_PATH_TAG=pci-0001_11_09_0-usb-0_1_1_1_0
E: ID_REVISION=0103
E: ID_SERIAL=Mitsumi_Electric_Apple_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Mitsumi_Electric
E: ID_VENDOR_ENC=Mitsumi\x20Electric
E: ID_VENDOR_ID=05ac
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=683832
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P:
/devices/pci0001:10/0001:10:0d.0/0001:11:09.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:05AC:0306.0002/input/input2
E:
DEVPATH=/devices/pci0001:10/0001:10:0d.0/0001:11:09.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:05AC:0306.0002/input/input2
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0001_11_09_0-usb-0_1_2_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Apple_Optical_USB_Mouse
E: ID_MODEL_ENC=Apple\x20Optical\x20USB\x20Mouse
E: ID_MODEL_ID=0306
E: ID_PATH=pci-0001:11:09.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0001_11_09_0-usb-0_1_2_1_0
E: ID_REVISION=0101
E: ID_SERIAL=Fujitsu_Component_Apple_Optical_USB_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Fujitsu_Component
E: ID_VENDOR_ENC=Fujitsu\x20Component
E: ID_VENDOR_ID=05ac
E: KEY=10000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0003v05ACp0306e0110-e0,1,2,4,k110,r0,1,am4,lsfw
E: MSC=10
E: NAME="Fujitsu Component Apple Optical USB Mouse"
E: PHYS="usb-0001:11:09.0-1.2/input0"
E: PRODUCT=3/5ac/306/110
E: PROP=0
E: REL=3
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=84707

P:
/devices/pci0001:10/0001:10:0d.0/0001:11:09.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:05AC:0306.0002/input/input2/event2
N: input/event2
S: input/by-id/usb-Fujitsu_Component_Apple_Optical_USB_Mouse-event-mouse
S: input/by-path/pci-0001:11:09.0-usb-0:1.2:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-Fujitsu_Component_Apple_Optical_USB_Mouse-
event-mouse /dev/input/by-path/pci-0001:11:09.0-usb-0:1.2:1.0-event-mouse
E: DEVNAME=/dev/input/event2
E:
DEVPATH=/devices/pci0001:10/0001:10:0d.0/0001:11:09.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:05AC:0306.0002/input/input2/event2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Apple_Optical_USB_Mouse
E: ID_MODEL_ENC=Apple\x20Optical\x20USB\x20Mouse
E: ID_MODEL_ID=0306
E: ID_PATH=pci-0001:11:09.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0001_11_09_0-usb-0_1_2_1_0
E: ID_REVISION=0101
E: ID_SERIAL=Fujitsu_Component_Apple_Optical_USB_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Fujitsu_Component
E: ID_VENDOR_ENC=Fujitsu\x20Component
E: ID_VENDOR_ID=05ac
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: USEC_INITIALIZED=40684276

P:
/devices/pci0001:10/0001:10:0d.0/0001:11:09.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:05AC:0306.0002/input/input2/mouse0
N: input/mouse0
S: input/by-id/usb-Fujitsu_Component_Apple_Optical_USB_Mouse-mouse
S: input/by-path/pci-0001:11:09.0-usb-0:1.2:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-Fujitsu_Component_Apple_Optical_USB_Mouse-
mouse /dev/input/by-path/pci-0001:11:09.0-usb-0:1.2:1.0-mouse
E: DEVNAME=/dev/input/mouse0
E:
DEVPATH=/devices/pci0001:10/0001:10:0d.0/0001:11:09.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:05AC:0306.0002/input/input2/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Apple_Optical_USB_Mouse
E: ID_MODEL_ENC=Apple\x20Optical\x20USB\x20Mouse
E: ID_MODEL_ID=0306
E: ID_PATH=pci-0001:11:09.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0001_11_09_0-usb-0_1_2_1_0
E: ID_REVISION=0101
E: ID_SERIAL=Fujitsu_Component_Apple_Optical_USB_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Fujitsu_Component
E: ID_VENDOR_ENC=Fujitsu\x20Component
E: ID_VENDOR_ID=05ac
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=22107

P: /devices/virtual/input/input0
E: DEVPATH=/devices/virtual/input/input0
E: EV=23
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: KEY=100000 0 0 0
E: MODALIAS=input:b0019v0001p0001e0100-e0,1,5,k74,ramlsfw0,
E: NAME="PMU"
E: PRODUCT=19/1/1/100
E: PROP=0
E: SUBSYSTEM=input
E: SW=1
E: TAGS=:seat:
E: USEC_INITIALIZED=57346

P: /devices/virtual/input/input0/event0
N: input/event0
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/virtual/input/input0/event0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: USEC_INITIALIZED=683388
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/virtual/input/input4
E: DEVPATH=/devices/virtual/input/input4
E: EV=100003
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: KEY=1ffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe
E:
MODALIAS=input:b0006v001Fp001Fe0000-e0,1,14,k71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,91,92,93,94,95,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,C3,C4,C5,C6,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF,F0,ramlsfw
E: NAME="Mouseemu virtual keyboard"
E: PRODUCT=6/1f/1f/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=83240341

P: /devices/virtual/input/input4/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/virtual/input/input4/event4
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: USEC_INITIALIZED=407751
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/virtual/input/input5
E: DEVPATH=/devices/virtual/input/input5
E: EV=7
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: KEY=70000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0006v001Fp001Ee0000-e0,1,2,k110,111,112,r0,1,8,amlsfw
E: NAME="Mouseemu virtual mouse"
E: PRODUCT=6/1f/1e/0
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=83408462

P: /devices/virtual/input/input5/event5
N: input/event5
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/virtual/input/input5/event5
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=83410865

P: /devices/virtual/input/input5/mouse1
N: input/mouse1
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/virtual/input/input5/mouse1
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: USEC_INITIALIZED=410370


DRM Information from dmesg:
---------------------------
[    0.000000] PowerMac motherboard: PowerMac G4 AGP Graphics
[    1.538204] aty128fb: Rage128 PF PRO AGP [chip rev 0x1] 16M 128-bit SDR
SGRAM (1:1)
[    1.570817] fb0: ATY Rage128 frame buffer device on Rage128 PF PRO AGP
[    1.574525] Linux agpgart interface v0.103
[    1.574728] agpgart-uninorth 0000:00:0b.0: Apple UniNorth chipset
[    1.577306] agpgart-uninorth 0000:00:0b.0: configuring for size idx: 64
[    1.577739] agpgart-uninorth 0000:00:0b.0: AGP aperture is 256M @ 0x0


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 3.14-2-powerpc
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg depends on:
ii  libc6                                               2.19-9
ii  x11-xkb-utils                                       7.7+1
ii  xkb-data                                            2.12-1
ii  xserver-xorg-core                                   2:1.16.0-1
ii  xserver-xorg-input-all                              1:7.7+7
ii  xserver-xorg-input-evdev [xorg-driver-input]        1:2.8.2-1+b2
ii  xserver-xorg-input-synaptics [xorg-driver-input]    1.8.0-1
ii  xserver-xorg-input-wacom [xorg-driver-input]        0.23.0+20131011-1+b2
ii  xserver-xorg-video-all                              1:7.7+7
ii  xserver-xorg-video-ati [xorg-driver-video]          1:7.4.0-2
ii  xserver-xorg-video-fbdev [xorg-driver-video]        1:0.4.4-1+b2
ii  xserver-xorg-video-mach64 [xorg-driver-video]       6.9.4-1+b3
ii  xserver-xorg-video-mga [xorg-driver-video]          1:1.6.3-2+b1
ii  xserver-xorg-video-modesetting [xorg-driver-video]  0.9.0-1+b1
ii  xserver-xorg-video-nouveau [xorg-driver-video]      1:1.0.10-1+b2
ii  xserver-xorg-video-r128 [xorg-driver-video]         6.9.2-1+b2
ii  xserver-xorg-video-radeon [xorg-driver-video]       1:7.4.0-2
ii  xserver-xorg-video-savage [xorg-driver-video]       1:2.3.7-2+b2
ii  xserver-xorg-video-sisusb [xorg-driver-video]       1:0.9.6-2+b2
ii  xserver-xorg-video-tdfx [xorg-driver-video]         1:1.4.5-1+b2
ii  xserver-xorg-video-trident [xorg-driver-video]      1:1.3.6-2+b2

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri  10.2.5-1

xserver-xorg suggests no packages.

-- no debconf information

***************************
Disregard information below about the system I am submitting this from. The
report was created on the problem system, and the information above is
representative of the problem system, but it was submitted on a different (386)
system.





-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Sep 16  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2528112 Jul 18 11:04 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 0c)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 1077 Sep 16  2009 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

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

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

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

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 3.14-2-686-pae (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-7) ) #1 SMP Debian 3.14.15-2 (2014-08-09)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 33379 Feb 16  2014 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 35219 Feb 16  2014 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 32568 Aug 10 17:51 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   106.868] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[   106.868] X Protocol Version 11, Revision 0
[   106.868] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[   106.868] Current Operating System: Linux 121-73-239-129.chris.laptop 3.10-3-686-pae #1 SMP Debian 3.10.11-1 (2013-09-10) i686
[   106.868] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10-3-686-pae root=UUID=5e817abe-3191-4006-80c3-e3590588ff30 ro
[   106.868] Build Date: 15 April 2014  07:46:36PM
[   106.868] xorg-server 2:1.15.1-1 (http://www.debian.org/support) 
[   106.868] Current version of pixman: 0.32.4
[   106.868] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   106.868] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   106.869] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 10 13:42:58 2014
[   106.981] (==) Using config file: "/etc/X11/xorg.conf"
[   106.981] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   107.054] (==) No Layout section.  Using the first Screen section.
[   107.054] (**) |-->Screen "Default Screen" (0)
[   107.054] (**) |   |-->Monitor "Configured Monitor"
[   107.106] (==) No device specified for screen "Default Screen".
	Using the first device section listed.
[   107.106] (**) |   |-->Device "Configured Video Device"
[   107.106] (==) Automatically adding devices
[   107.106] (==) Automatically enabling devices
[   107.106] (==) Automatically adding GPU devices
[   107.316] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   107.316] 	Entry deleted from font path.
[   107.412] (==) 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,
	built-ins
[   107.413] (==) ModulePath set to "/usr/lib/xorg/modules"
[   107.413] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   107.413] (II) Loader magic: 0xb777c6c0
[   107.413] (II) Module ABI versions:
[   107.413] 	X.Org ANSI C Emulation: 0.4
[   107.413] 	X.Org Video Driver: 15.0
[   107.413] 	X.Org XInput driver : 20.0
[   107.413] 	X.Org Server Extension : 8.0
[   107.413] (II) xfree86: Adding drm device (/dev/dri/card0)
[   107.416] (--) PCI:*(0:0:2:0) 8086:2a02:103c:30c9 rev 12, Mem @ 0xe0400000/1048576, 0xd0000000/268435456, I/O @ 0x00002000/8
[   107.417] (--) PCI: (0:0:2:1) 8086:2a03:103c:30c9 rev 12, Mem @ 0xe0500000/1048576
[   107.438] Initializing built-in extension Generic Event Extension
[   107.439] Initializing built-in extension SHAPE
[   107.439] Initializing built-in extension MIT-SHM
[   107.439] Initializing built-in extension XInputExtension
[   107.439] Initializing built-in extension XTEST
[   107.439] Initializing built-in extension BIG-REQUESTS
[   107.439] Initializing built-in extension SYNC
[   107.439] Initializing built-in extension XKEYBOARD
[   107.439] Initializing built-in extension XC-MISC
[   107.439] Initializing built-in extension SECURITY
[   107.439] Initializing built-in extension XINERAMA
[   107.439] Initializing built-in extension XFIXES
[   107.439] Initializing built-in extension RENDER
[   107.439] Initializing built-in extension RANDR
[   107.439] Initializing built-in extension COMPOSITE
[   107.439] Initializing built-in extension DAMAGE
[   107.439] Initializing built-in extension MIT-SCREEN-SAVER
[   107.439] Initializing built-in extension DOUBLE-BUFFER
[   107.439] Initializing built-in extension RECORD
[   107.439] Initializing built-in extension DPMS
[   107.439] Initializing built-in extension Present
[   107.439] Initializing built-in extension DRI3
[   107.439] Initializing built-in extension X-Resource
[   107.439] Initializing built-in extension XVideo
[   107.439] Initializing built-in extension XVideo-MotionCompensation
[   107.439] Initializing built-in extension SELinux
[   107.439] Initializing built-in extension XFree86-VidModeExtension
[   107.439] Initializing built-in extension XFree86-DGA
[   107.439] Initializing built-in extension XFree86-DRI
[   107.439] Initializing built-in extension DRI2
[   107.439] (II) LoadModule: "glx"
[   107.556] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   107.581] (II) Module glx: vendor="X.Org Foundation"
[   107.581] 	compiled for 1.15.1, module version = 1.0.0
[   107.581] 	ABI class: X.Org Server Extension, version 8.0
[   107.581] (==) AIGLX enabled
[   107.581] Loading extension GLX
[   107.581] (==) Matched intel as autoconfigured driver 0
[   107.581] (==) Matched intel as autoconfigured driver 1
[   107.581] (==) Matched modesetting as autoconfigured driver 2
[   107.581] (==) Matched fbdev as autoconfigured driver 3
[   107.581] (==) Matched vesa as autoconfigured driver 4
[   107.581] (==) Assigned the driver to the xf86ConfigLayout
[   107.581] (II) LoadModule: "intel"
[   107.809] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   108.173] (II) Module intel: vendor="X.Org Foundation"
[   108.173] 	compiled for 1.15.0, module version = 2.21.15
[   108.173] 	Module class: X.Org Video Driver
[   108.173] 	ABI class: X.Org Video Driver, version 15.0
[   108.173] (II) LoadModule: "modesetting"
[   108.174] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   108.184] (II) Module modesetting: vendor="X.Org Foundation"
[   108.184] 	compiled for 1.15.0, module version = 0.8.1
[   108.184] 	Module class: X.Org Video Driver
[   108.184] 	ABI class: X.Org Video Driver, version 15.0
[   108.184] (II) LoadModule: "fbdev"
[   108.184] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   108.205] (II) Module fbdev: vendor="X.Org Foundation"
[   108.205] 	compiled for 1.15.0, module version = 0.4.4
[   108.205] 	Module class: X.Org Video Driver
[   108.205] 	ABI class: X.Org Video Driver, version 15.0
[   108.205] (II) LoadModule: "vesa"
[   108.205] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   108.206] (II) Module vesa: vendor="X.Org Foundation"
[   108.207] 	compiled for 1.15.0, module version = 2.3.3
[   108.207] 	Module class: X.Org Video Driver
[   108.207] 	ABI class: X.Org Video Driver, version 15.0
[   108.207] (II) intel: Driver for Intel(R) 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, HD Graphics,
	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[   108.209] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   108.210] (II) FBDEV: driver for framebuffer: fbdev
[   108.210] (II) VESA: driver for VESA chipsets: vesa
[   108.210] (++) using VT number 7

[   108.296] (WW) Falling back to old probe method for modesetting
[   108.296] (WW) Falling back to old probe method for fbdev
[   108.296] (II) Loading sub module "fbdevhw"
[   108.296] (II) LoadModule: "fbdevhw"
[   108.296] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   108.352] (II) Module fbdevhw: vendor="X.Org Foundation"
[   108.352] 	compiled for 1.15.1, module version = 0.0.2
[   108.352] 	ABI class: X.Org Video Driver, version 15.0
[   108.352] (WW) Falling back to old probe method for vesa
[   108.352] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
[   108.352] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   108.352] (==) intel(0): RGB weight 888
[   108.352] (==) intel(0): Default visual is TrueColor
[   108.352] (--) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
[   108.352] (**) intel(0): Relaxed fencing enabled
[   108.352] (**) intel(0): Wait on SwapBuffers? enabled
[   108.352] (**) intel(0): Triple buffering? enabled
[   108.352] (**) intel(0): Framebuffer tiled
[   108.352] (**) intel(0): Pixmaps tiled
[   108.353] (**) intel(0): 3D buffers tiled
[   108.353] (**) intel(0): SwapBuffers wait enabled
[   108.353] (==) intel(0): video overlay key set to 0x101fe
[   108.353] (II) intel(0): Output LVDS1 using monitor section Configured Monitor
[   108.381] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[   108.404] (II) intel(0): Output VGA1 has no monitor section
[   108.693] (II) intel(0): Output TV1 has no monitor section
[   108.693] (II) intel(0): EDID for output LVDS1
[   108.693] (II) intel(0): Manufacturer: LCD  Model: 58ef  Serial#: 16843009
[   108.693] (II) intel(0): Year: 2008  Week: 4
[   108.693] (II) intel(0): EDID Version: 1.3
[   108.693] (II) intel(0): Digital Display Input
[   108.693] (II) intel(0): Max Image Size [cm]: horiz.: 26  vert.: 16
[   108.693] (II) intel(0): Gamma: 2.20
[   108.693] (II) intel(0): No DPMS capabilities specified
[   108.693] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   108.693] (II) intel(0): First detailed timing is preferred mode
[   108.694] (II) intel(0): redX: 0.600 redY: 0.340   greenX: 0.310 greenY: 0.550
[   108.694] (II) intel(0): blueX: 0.150 blueY: 0.135   whiteX: 0.315 whiteY: 0.330
[   108.694] (II) intel(0): Manufacturer's mask: 0
[   108.694] (II) intel(0): Supported detailed timing:
[   108.694] (II) intel(0): clock: 75.3 MHz   Image Size:  261 x 163 mm
[   108.694] (II) intel(0): h_active: 1280  h_sync: 1296  h_sync_end 1344 h_blank_end 1512 h_border: 0
[   108.694] (II) intel(0): v_active: 800  v_sync: 802  v_sync_end 804 v_blanking: 830 v_border: 0
[   108.694] (II) intel(0): Unknown vendor-specific block f
[   108.694] (II) intel(0):  TMDISPLAY
[   108.694] (II) intel(0):  LTD121EW7V
[   108.694] (II) intel(0): EDID (in hex):
[   108.694] (II) intel(0): 	00ffffffffffff003064ef5801010101
[   108.694] (II) intel(0): 	04120103801a10780a87ae99574f8c26
[   108.694] (II) intel(0): 	22505400000001010101010101010101
[   108.694] (II) intel(0): 	0101010101016a1d00e850201e301030
[   108.694] (II) intel(0): 	220005a3100000180000000f0002d304
[   108.694] (II) intel(0): 	d50017011854d7041900000000fe0054
[   108.694] (II) intel(0): 	4d444953504c41590a202020000000fe
[   108.694] (II) intel(0): 	004c5444313231455737560a20200049
[   108.694] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[   108.695] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   108.695] (II) intel(0): Printing probed modes for output LVDS1
[   108.695] (II) intel(0): Modeline "1280x800"x60.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[   108.695] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   108.695] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   108.695] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   108.695] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   108.724] (II) intel(0): EDID for output VGA1
[   109.017] (II) intel(0): EDID for output TV1
[   109.017] (II) intel(0): Output LVDS1 connected
[   109.017] (II) intel(0): Output VGA1 disconnected
[   109.017] (II) intel(0): Output TV1 disconnected
[   109.017] (II) intel(0): Using exact sizes for initial modes
[   109.017] (II) intel(0): Output LVDS1 using initial mode 1280x800
[   109.017] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   109.017] (II) intel(0): Kernel page flipping support detected, enabling
[   109.017] (==) intel(0): DPI set to (96, 96)
[   109.017] (II) Loading sub module "fb"
[   109.017] (II) LoadModule: "fb"
[   109.018] (II) Loading /usr/lib/xorg/modules/libfb.so
[   109.167] (II) Module fb: vendor="X.Org Foundation"
[   109.167] 	compiled for 1.15.1, module version = 1.0.0
[   109.167] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   109.167] (II) Loading sub module "dri2"
[   109.167] (II) LoadModule: "dri2"
[   109.167] (II) Module "dri2" already built-in
[   109.167] (II) UnloadModule: "modesetting"
[   109.167] (II) Unloading modesetting
[   109.167] (II) UnloadModule: "fbdev"
[   109.167] (II) Unloading fbdev
[   109.167] (II) UnloadSubModule: "fbdevhw"
[   109.167] (II) Unloading fbdevhw
[   109.167] (II) UnloadModule: "vesa"
[   109.167] (II) Unloading vesa
[   109.167] (==) Depth 24 pixmap format is 32 bpp
[   109.388] (II) intel(0): [DRI2] Setup complete
[   109.388] (II) intel(0): [DRI2]   DRI driver: i965
[   109.388] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
[   109.602] (II) UXA(0): Driver registered support for the following operations:
[   109.602] (II)         solid
[   109.602] (II)         copy
[   109.602] (II)         composite (RENDER acceleration)
[   109.602] (II)         put_image
[   109.602] (II)         get_image
[   109.602] (==) intel(0): Backing store enabled
[   109.602] (==) intel(0): Silken mouse enabled
[   109.628] (II) intel(0): Initializing HW Cursor
[   109.628] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   109.657] (==) intel(0): DPMS enabled
[   109.657] (==) intel(0): Intel XvMC decoder enabled
[   109.657] (II) intel(0): Set up textured video
[   109.658] (II) intel(0): Set up overlay video
[   109.658] (II) intel(0): [XvMC] i965_xvmc driver initialized.
[   109.658] (II) intel(0): direct rendering: DRI2 Enabled
[   109.658] (==) intel(0): hotplug detection: "enabled"
[   109.680] (--) RandR disabled
[   109.735] (II) SELinux: Disabled on system
[   110.365] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   110.365] (II) AIGLX: enabled GLX_ARB_create_context
[   110.365] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   110.365] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[   110.365] (II) AIGLX: enabled GLX_INTEL_swap_event
[   110.365] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   110.365] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   110.365] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   110.365] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   110.366] (II) AIGLX: Loaded and initialized i965
[   110.366] (II) GLX: Initialized DRI2 GL provider for screen 0
[   110.367] (II) intel(0): Setting screen physical size to 338 x 211
[   111.180] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   111.180] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   111.180] (II) LoadModule: "evdev"
[   111.181] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   111.257] (II) Module evdev: vendor="X.Org Foundation"
[   111.257] 	compiled for 1.15.0, module version = 2.8.2
[   111.257] 	Module class: X.Org XInput Driver
[   111.257] 	ABI class: X.Org XInput driver, version 20.0
[   111.257] (II) Using input driver 'evdev' for 'Power Button'
[   111.257] (**) Power Button: always reports core events
[   111.257] (**) evdev: Power Button: Device: "/dev/input/event3"
[   111.257] (--) evdev: Power Button: Vendor 0 Product 0x1
[   111.257] (--) evdev: Power Button: Found keys
[   111.257] (II) evdev: Power Button: Configuring as keyboard
[   111.257] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   111.257] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   111.257] (**) Option "xkb_rules" "evdev"
[   111.257] (**) Option "xkb_model" "pc104"
[   111.257] (**) Option "xkb_layout" "us"
[   111.304] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[   111.304] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   111.304] (II) Using input driver 'evdev' for 'Video Bus'
[   111.304] (**) Video Bus: always reports core events
[   111.304] (**) evdev: Video Bus: Device: "/dev/input/event10"
[   111.304] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   111.304] (--) evdev: Video Bus: Found keys
[   111.304] (II) evdev: Video Bus: Configuring as keyboard
[   111.304] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input10/event10"
[   111.304] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   111.304] (**) Option "xkb_rules" "evdev"
[   111.304] (**) Option "xkb_model" "pc104"
[   111.304] (**) Option "xkb_layout" "us"
[   111.305] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   111.305] (II) No input driver specified, ignoring this device.
[   111.305] (II) This device may have been added with another device file.
[   111.306] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   111.306] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   111.306] (II) Using input driver 'evdev' for 'Sleep Button'
[   111.306] (**) Sleep Button: always reports core events
[   111.306] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[   111.306] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   111.306] (--) evdev: Sleep Button: Found keys
[   111.306] (II) evdev: Sleep Button: Configuring as keyboard
[   111.306] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[   111.306] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   111.306] (**) Option "xkb_rules" "evdev"
[   111.306] (**) Option "xkb_model" "pc104"
[   111.306] (**) Option "xkb_layout" "us"
[   111.307] (II) config/udev: Adding drm device (/dev/dri/card0)
[   111.308] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[   111.308] (II) No input driver specified, ignoring this device.
[   111.308] (II) This device may have been added with another device file.
[   111.308] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   111.309] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   111.309] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   111.309] (**) AT Translated Set 2 keyboard: always reports core events
[   111.309] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   111.309] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   111.309] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   111.309] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   111.309] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   111.309] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[   111.309] (**) Option "xkb_rules" "evdev"
[   111.309] (**) Option "xkb_model" "pc104"
[   111.309] (**) Option "xkb_layout" "us"
[   111.310] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event6)
[   111.310] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[   111.310] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[   111.310] (**) PS/2 Generic Mouse: always reports core events
[   111.310] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event6"
[   111.310] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1
[   111.310] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons
[   111.310] (--) evdev: PS/2 Generic Mouse: Found relative axes
[   111.310] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes
[   111.310] (II) evdev: PS/2 Generic Mouse: Configuring as mouse
[   111.310] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[   111.310] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   111.310] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[   111.310] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 10)
[   111.311] (II) evdev: PS/2 Generic Mouse: initialized for relative axes.
[   111.311] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[   111.311] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[   111.311] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[   111.311] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[   111.311] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[   111.311] (II) No input driver specified, ignoring this device.
[   111.312] (II) This device may have been added with another device file.
[   111.312] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[   111.312] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   111.312] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   111.312] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[   111.312] (II) LoadModule: "synaptics"
[   111.313] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   111.378] (II) Module synaptics: vendor="X.Org Foundation"
[   111.378] 	compiled for 1.15.0, module version = 1.7.3
[   111.378] 	Module class: X.Org XInput Driver
[   111.378] 	ABI class: X.Org XInput driver, version 20.0
[   111.378] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   111.378] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   111.378] (**) Option "Device" "/dev/input/event9"
[   111.593] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 74)
[   111.593] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 160)
[   111.593] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   111.593] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   111.593] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[   111.594] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   111.594] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   111.594] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   111.744] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input9/event9"
[   111.744] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[   111.744] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   111.744] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[   111.744] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[   111.744] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   111.745] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   111.745] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   111.745] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   111.745] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   111.746] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[   111.746] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[   111.747] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[   111.747] (II) No input driver specified, ignoring this device.
[   111.747] (II) This device may have been added with another device file.
[   111.747] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[   111.748] (II) No input driver specified, ignoring this device.
[   111.748] (II) This device may have been added with another device file.
[   111.749] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event11)
[   111.749] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[   111.749] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[   111.749] (**) ACPI Virtual Keyboard Device: always reports core events
[   111.749] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event11"
[   111.749] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[   111.749] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[   111.749] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[   111.750] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event11"
[   111.750] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 12)
[   111.750] (**) Option "xkb_rules" "evdev"
[   111.750] (**) Option "xkb_model" "pc104"
[   111.750] (**) Option "xkb_layout" "us"
[   111.751] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
[   111.751] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   111.751] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[   111.751] (**) HP WMI hotkeys: always reports core events
[   111.751] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event7"
[   111.751] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[   111.752] (--) evdev: HP WMI hotkeys: Found keys
[   111.752] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[   111.752] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[   111.752] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[   111.752] (**) Option "xkb_rules" "evdev"
[   111.752] (**) Option "xkb_model" "pc104"
[   111.752] (**) Option "xkb_layout" "us"
[   118.456] (II) intel(0): EDID vendor "LCD", prod id 22767
[   118.456] (II) intel(0): Printing DDC gathered Modelines:
[   118.456] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[   128.857] (II) intel(0): EDID vendor "LCD", prod id 22767
[   128.857] (II) intel(0): Printing DDC gathered Modelines:
[   128.857] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[   130.716] (II) intel(0): EDID vendor "LCD", prod id 22767
[   130.716] (II) intel(0): Printing DDC gathered Modelines:
[   130.716] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[   159.803] (II) intel(0): EDID vendor "LCD", prod id 22767
[   159.803] (II) intel(0): Printing DDC gathered Modelines:
[   159.803] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[   165.411] (II) intel(0): EDID vendor "LCD", prod id 22767
[   165.411] (II) intel(0): Printing DDC gathered Modelines:
[   165.411] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[   166.725] (II) intel(0): EDID vendor "LCD", prod id 22767
[   166.725] (II) intel(0): Printing DDC gathered Modelines:
[   166.725] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[   224.609] (II) intel(0): EDID vendor "LCD", prod id 22767
[   224.609] (II) intel(0): Printing DDC gathered Modelines:
[   224.609] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[   232.476] (II) intel(0): EDID vendor "LCD", prod id 22767
[   232.476] (II) intel(0): Printing DDC gathered Modelines:
[   232.476] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[   250.415] (II) intel(0): EDID vendor "LCD", prod id 22767
[   250.415] (II) intel(0): Printing DDC gathered Modelines:
[   250.415] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[   281.581] (II) intel(0): EDID vendor "LCD", prod id 22767
[   281.581] (II) intel(0): Printing DDC gathered Modelines:
[   281.581] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[  2241.598] (II) config/udev: removing device ACPI Virtual Keyboard Device
[  2241.633] (II) evdev: ACPI Virtual Keyboard Device: Close
[  2241.634] (II) UnloadModule: "evdev"
[  2549.726] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event11)
[  2549.726] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[  2549.726] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[  2549.726] (**) ACPI Virtual Keyboard Device: always reports core events
[  2549.726] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event11"
[  2549.726] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[  2549.726] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[  2549.726] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[  2549.726] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event11"
[  2549.726] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 12)
[  2549.726] (**) Option "xkb_rules" "evdev"
[  2549.726] (**) Option "xkb_model" "pc104"
[  2549.726] (**) Option "xkb_layout" "us"
[ 12347.567] (II) intel(0): EDID vendor "LCD", prod id 22767
[ 12347.567] (II) intel(0): Printing DDC gathered Modelines:
[ 12347.567] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[ 12351.950] (II) intel(0): EDID vendor "LCD", prod id 22767
[ 12351.950] (II) intel(0): Printing DDC gathered Modelines:
[ 12351.950] (II) intel(0): Modeline "1280x800"x0.0   75.30  1280 1296 1344 1512  800 802 804 830 -hsync -vsync (49.8 kHz eP)
[ 14988.928] (II) evdev: ACPI Virtual Keyboard Device: Close
[ 14988.928] (II) UnloadModule: "evdev"
[ 14988.928] (II) evdev: HP WMI hotkeys: Close
[ 14988.928] (II) UnloadModule: "evdev"
[ 14988.928] (II) UnloadModule: "synaptics"
[ 14988.928] (II) evdev: PS/2 Generic Mouse: Close
[ 14988.928] (II) UnloadModule: "evdev"
[ 14988.928] (II) evdev: AT Translated Set 2 keyboard: Close
[ 14988.928] (II) UnloadModule: "evdev"
[ 14988.928] (II) evdev: Sleep Button: Close
[ 14988.928] (II) UnloadModule: "evdev"
[ 14988.928] (II) evdev: Video Bus: Close
[ 14988.928] (II) UnloadModule: "evdev"
[ 14988.928] (II) evdev: Power Button: Close
[ 14988.928] (II) UnloadModule: "evdev"
[ 14989.669] (EE) Server terminated successfully (0). Closing log file.

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: KEY=100000 0 0 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=838498

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=866114
E: XKBLAYOUT=us
E: XKBMODEL=pc104

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input18
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input18
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXVIDEO_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: KEY=3e000b 0 0 0 0 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PRODUCT=19/0/6/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=238964

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input18/event11
N: input/event11
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input18/event11
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=239814
E: XKBLAYOUT=us
E: XKBMODEL=pc104

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
E: EV=21
E: ID_FOR_SEAT=input-acpi-PNP0C0D_00
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0,
E: NAME="Lid Switch"
E: PHYS="PNP0C0D/button/input0"
E: PRODUCT=19/0/5/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=1
E: TAGS=:seat:
E: USEC_INITIALIZED=834450

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6/event2
N: input/event2
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6/event2
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=864144

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
E: EV=3
E: ID_FOR_SEAT=input-acpi-PNP0C0E_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: KEY=4000 0 0 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PRODUCT=19/0/3/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=830328

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=862098
E: XKBLAYOUT=us
E: XKBMODEL=pc104

P: /devices/pci0000:00/0000:00:1b.0/input/input11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input11
E: EV=40001
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0001v11D4p1981e0001-e0,12,kramls1,2,fw
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PRODUCT=1/11d4/1981/1
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=930332

P: /devices/pci0000:00/0000:00:1b.0/input/input11/event6
N: input/event6
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input11/event6
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: USEC_INITIALIZED=931873

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: NAME="HDA Intel Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: TAGS=:seat:
E: USEC_INITIALIZED=947943

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event9
N: input/event9
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event9
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: USEC_INITIALIZED=949488

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfwD,
E: NAME="HDA Intel Line"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=2000
E: TAGS=:seat:
E: USEC_INITIALIZED=944903

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event8
N: input/event8
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event8
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: USEC_INITIALIZED=946424

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: NAME="HDA Intel Headphone"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=4
E: TAGS=:seat:
E: USEC_INITIALIZED=941746

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event7
N: input/event7
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event7
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: USEC_INITIALIZED=943355

P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_FOR_SEAT=input-platform-i8042-serio-0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEY=20000 200 20 0 0 0 0 1500f 2100002 3803078 f900d401 feffffdf ffefffff ffffffff fffffffe
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8A,8C,8E,8F,98,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,C1,D4,D9,E0,E1,E2,E3,EC,EE,F0,185,1A9,1D1,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PRODUCT=11/1/1/ab41
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=43437

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEYBOARD_KEY_81=fn_esc
E: KEYBOARD_KEY_88=presentation
E: KEYBOARD_KEY_89=battery
E: KEYBOARD_KEY_8a=screenlock
E: KEYBOARD_KEY_8b=camera
E: KEYBOARD_KEY_8c=media
E: KEYBOARD_KEY_8e=dvd
E: KEYBOARD_KEY_92=brightnessdown
E: KEYBOARD_KEY_97=brightnessup
E: KEYBOARD_KEY_b1=help
E: KEYBOARD_KEY_b3=unknown
E: KEYBOARD_KEY_d7=wlan
E: KEYBOARD_KEY_d8=!f23
E: KEYBOARD_KEY_d9=help
E: KEYBOARD_KEY_ee=switchvideomode
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: USEC_INITIALIZED=860056
E: XKBLAYOUT=us
E: XKBMODEL=pc104

P: /devices/platform/i8042/serio1/input/input9
E: DEVPATH=/devices/platform/i8042/serio1/input/input9
E: EV=7
E: ID_FOR_SEAT=input-platform-i8042-serio-1
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=70000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0011v0002p0001e0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: NAME="PS/2 Generic Mouse"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/1/0
E: PROP=0
E: REL=3
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=770901

P: /devices/platform/i8042/serio1/input/input9/event10
N: input/event10
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/platform/i8042/serio1/input/input9/event10
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: USEC_INITIALIZED=772398

P: /devices/platform/i8042/serio1/input/input9/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/platform/i8042/serio1/input/input9/mouse0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=771664

P: /devices/platform/i8042/serio4/input/input17
E: ABS=11000003
E: DEVPATH=/devices/platform/i8042/serio4/input/input17
E: EV=b
E: ID_FOR_SEAT=input-platform-i8042-serio-4
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=platform-i8042-serio-4
E: ID_PATH_TAG=platform-i8042-serio-4
E: ID_SERIAL=noserial
E: KEY=6420 0 30000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0011v0002p0007e01B1-e0,1,3,k110,111,145,14A,14D,14E,ra0,1,18,1C,mlsfw
E: NAME="SynPS/2 Synaptics TouchPad"
E: PHYS="isa0060/serio4/input0"
E: PRODUCT=11/2/7/1b1
E: PROP=1
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=550028

P: /devices/platform/i8042/serio4/input/input17/event13
N: input/event13
S: input/by-path/platform-i8042-serio-4-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-event-mouse
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/platform/i8042/serio4/input/input17/event13
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=platform-i8042-serio-4
E: ID_PATH_TAG=platform-i8042-serio-4
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=558313

P: /devices/platform/i8042/serio4/input/input17/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-4-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/platform/i8042/serio4/input/input17/mouse1
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=platform-i8042-serio-4
E: ID_PATH_TAG=platform-i8042-serio-4
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: USEC_INITIALIZED=558188

P: /devices/platform/lis3lv02d/input/input8
E: ABS=7
E: DEVPATH=/devices/platform/lis3lv02d/input/input8
E: EV=9
E: ID_FOR_SEAT=input-platform-lis3lv02d
E: ID_INPUT=1
E: ID_INPUT_ACCELEROMETER=1
E: ID_INPUT_ACCELEROMETER_ORIENTATION=undefined
E: ID_PATH=platform-lis3lv02d
E: ID_PATH_TAG=platform-lis3lv02d
E: MODALIAS=input:b0019v0000p0000e0000-e0,3,kra0,1,2,mlsfw
E: NAME="ST LIS3LV02DL Accelerometer"
E: PHYS="lis3lv02d/input0"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=530292

P: /devices/platform/lis3lv02d/input/input8/event4
N: input/event4
S: input/by-path/platform-lis3lv02d-event
E: DEVLINKS=/dev/input/by-path/platform-lis3lv02d-event
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/platform/lis3lv02d/input/input8/event4
E: ID_INPUT=1
E: ID_INPUT_ACCELEROMETER=1
E: ID_INPUT_ACCELEROMETER_ORIENTATION=undefined
E: ID_PATH=platform-lis3lv02d
E: ID_PATH_TAG=platform-lis3lv02d
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: USEC_INITIALIZED=868106

P: /devices/platform/lis3lv02d/input/input8/js0
N: input/js0
E: DEVNAME=/dev/input/js0
E: DEVPATH=/devices/platform/lis3lv02d/input/input8/js0
E: ID_INPUT=1
E: ID_INPUT_ACCELEROMETER=1
E: ID_PATH=platform-lis3lv02d
E: ID_PATH_TAG=platform-lis3lv02d
E: MAJOR=13
E: MINOR=0
E: SUBSYSTEM=input
E: USEC_INITIALIZED=738437

P: /devices/platform/pcspkr/input/input10
E: DEVPATH=/devices/platform/pcspkr/input/input10
E: EV=40001
E: ID_FOR_SEAT=input-platform-pcspkr
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PRODUCT=10/1f/1/100
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=872075

P: /devices/platform/pcspkr/input/input10/event5
N: input/event5
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/platform/pcspkr/input/input10/event5
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=873916

P: /devices/virtual/input/input19
E: DEVPATH=/devices/virtual/input/input19
E: EV=33
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: KEY=40 0 0 0 10007 0 0 2100400 0 0 0 0
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,5,k8A,94,99,E0,E1,E2,F0,166,ram4,lsfw1,5,
E: MSC=10
E: NAME="HP WMI hotkeys"
E: PHYS="wmi/input0"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=22
E: TAGS=:seat:
E: USEC_INITIALIZED=477766

P: /devices/virtual/input/input19/event12
N: input/event12
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/virtual/input/input19/event12
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: USEC_INITIALIZED=480981
E: XKBLAYOUT=us
E: XKBMODEL=pc104


DRM Information from dmesg:
---------------------------
[    1.273049] Linux agpgart interface v0.103
[    1.273348] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[    1.273445] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    1.274290] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    1.274559] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   13.620351] [drm] Initialized drm 1.1.0 20060810
[   14.294344] [drm] Memory usable by graphics device = 512M
[   14.316153] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   14.316226] [drm] Driver supports precise vblank timestamp query.
[   14.406024] [drm] initialized overlay support
[   14.542338] fbcon: inteldrmfb (fb0) is primary device
[   15.232645] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   15.239856] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   21.144201] Modules linked in: joydev iTCO_wdt iTCO_vendor_support hp_wmi sparse_keymap arc4 iwl4965 tpm_infineon iwlegacy pcmcia mac80211 coretemp i915 cfg80211 lpc_ich yenta_socket mfd_core rfkill drm_kms_helper snd_hda_codec_analog snd_hda_codec_generic kvm pcspkr evdev psmouse pcmcia_rsrc serio_raw pcmcia_core tpm_tis drm snd_hda_intel irda tpm shpchp hp_accel i2c_algo_bit i2c_core ac snd_hda_codec crc_ccitt lis3lv02d video input_polldev snd_hwdep snd_pcm snd_timer snd soundcore wmi mei_me mei battery button acpi_cpufreq processor firewire_sbp2 loop fuse parport_pc ppdev lp parport autofs4 ext4 crc16 mbcache jbd2 sg sd_mod crc_t10dif crct10dif_generic crct10dif_common sr_mod cdrom firewire_ohci sdhci_pci sdhci mmc_core firewire_core crc_itu_t ata_piix ehci_pci fan thermal thermal_sys uhci_hcd ehci_hcd ata_generic usbcore usb_common e1000e ptp pps_core libata scsi_mod
[   58.387690] Modules linked in: cpufreq_powersave cpufreq_conservative cpufreq_stats cpufreq_userspace binfmt_misc nfsd auth_rpcgss oid_registry nfs_acl nfs lockd fscache sunrpc joydev iTCO_wdt iTCO_vendor_support hp_wmi sparse_keymap arc4 iwl4965 tpm_infineon iwlegacy pcmcia mac80211 coretemp i915 cfg80211 lpc_ich yenta_socket mfd_core rfkill drm_kms_helper snd_hda_codec_analog snd_hda_codec_generic kvm pcspkr evdev psmouse pcmcia_rsrc serio_raw pcmcia_core tpm_tis drm snd_hda_intel irda tpm shpchp hp_accel i2c_algo_bit i2c_core ac snd_hda_codec crc_ccitt lis3lv02d video input_polldev snd_hwdep snd_pcm snd_timer snd soundcore wmi mei_me mei battery button acpi_cpufreq processor firewire_sbp2 loop fuse parport_pc ppdev lp parport autofs4 ext4 crc16 mbcache jbd2 sg sd_mod crc_t10dif crct10dif_generic crct10dif_common sr_mod cdrom firewire_ohci sdhci_pci sdhci mmc_core firewire_core crc_itu_t ata_piix ehci_pci fan thermal thermal_sys uhci_hcd ehci_hcd ata_generic usbcore usb_common e
 1000e ptp pps_core libata scsi_mod


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.14-2-686-pae (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.19-9
ii  x11-xkb-utils                                         7.7+1
ii  xkb-data                                              2.12-1
ii  xserver-xorg-core                                     2:1.16.0-1
ii  xserver-xorg-input-all                                1:7.7+7
ii  xserver-xorg-input-evdev [xorg-driver-input]          1:2.8.2-1+b2
ii  xserver-xorg-input-kbd [xorg-driver-input]            1:1.8.0-1+b2
ii  xserver-xorg-input-mouse [xorg-driver-input]          1:1.9.0-1+b3
ii  xserver-xorg-input-synaptics [xorg-driver-input]      1.8.0-1
ii  xserver-xorg-input-vmmouse [xorg-driver-input]        1:13.0.0-1+b3
ii  xserver-xorg-input-wacom [xorg-driver-input]          0.23.0+20131011-1+b2
ii  xserver-xorg-video-all                                1:7.7+7
ii  xserver-xorg-video-ati [xorg-driver-video]            1:7.4.0-2
ii  xserver-xorg-video-cirrus [xorg-driver-video]         1:1.5.2-2+b1
ii  xserver-xorg-video-dummy [xorg-driver-video]          1:0.3.7-1+b3
ii  xserver-xorg-video-fbdev [xorg-driver-video]          1:0.4.4-1+b2
ii  xserver-xorg-video-geode [xorg-driver-video]          2.11.16-1
ii  xserver-xorg-video-intel [xorg-driver-video]          2:2.21.15-2+b2
ii  xserver-xorg-video-mach64 [xorg-driver-video]         6.9.4-1+b3
ii  xserver-xorg-video-mga [xorg-driver-video]            1:1.6.3-2+b1
ii  xserver-xorg-video-modesetting [xorg-driver-video]    0.9.0-1+b1
ii  xserver-xorg-video-neomagic [xorg-driver-video]       1:1.2.8-1+b2
ii  xserver-xorg-video-nouveau [xorg-driver-video]        1:1.0.10-1+b2
ii  xserver-xorg-video-openchrome [xorg-driver-video]     1:0.3.3-1+b2
ii  xserver-xorg-video-qxl [xorg-driver-video]            0.1.1-2+b1
ii  xserver-xorg-video-r128 [xorg-driver-video]           6.9.2-1+b2
ii  xserver-xorg-video-radeon [xorg-driver-video]         1:7.4.0-2
ii  xserver-xorg-video-savage [xorg-driver-video]         1:2.3.7-2+b2
ii  xserver-xorg-video-siliconmotion [xorg-driver-video]  1:1.7.7-2+b2
ii  xserver-xorg-video-sisusb [xorg-driver-video]         1:0.9.6-2+b2
ii  xserver-xorg-video-tdfx [xorg-driver-video]           1:1.4.5-1+b2
ii  xserver-xorg-video-trident [xorg-driver-video]        1:1.3.6-2+b2
ii  xserver-xorg-video-vesa [xorg-driver-video]           1:2.3.3-1+b3
ii  xserver-xorg-video-vmware [xorg-driver-video]         1:13.0.2-3+b1

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri  10.2.5-1

xserver-xorg suggests no packages.

-- no debconf information


Reply to: