Bug#653018: xorg: X segfaults when I launch Emacs
Cyril Brulebois
kibi at debian.org
Thu Dec 22 20:44:00 UTC 2011
reassign 653018 nvidia-glx
thanks
Hi David,
reassigning to your driver, which we don't support.
Mraw,
KiBi.
David Caldwell <david at porkrind.org> (22/12/2011):
> Package: xorg
> Version: 1:7.6+10
> Severity: important
>
> Dear Maintainer,
>
> Everytime I launch Emacs, X segfaults. I tried to grab a stack trace
> with GDB but there were no symbols so all I got was:
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007f8e125493f1 in ?? ()
> (gdb) where
> #0 0x00007f8e125493f1 in ?? ()
> #1 0x00007f8e14f88440 in ?? ()
> #2 0x00007f8e1254a065 in ?? ()
> #3 0x0000000000000055 in ?? ()
> #4 0x00007f8e1254d286 in ?? ()
> #5 0x00007f8e14fab110 in ?? ()
> #6 0x0000000000000000 in ?? ()
>
> I still get no symbols even after installing xserver-xorg-core-dbg. I'd
> love to get a better stack trace for you--Is there something else I
> need to do to get symbols out of it?
>
> I'm using the nvidia binary driver version 290.10-1 built with
> module-assistant for the Debian 2.6.38-5 kernel.
>
> -David
>
> -- Package-specific info:
> X server symlink status:
> ------------------------
> lrwxrwxrwx 1 root root 13 Jul 6 2006 /etc/X11/X -> /usr/bin/Xorg
> -rwxr-xr-x 1 root root 2056592 Dec 10 13:57 /usr/bin/Xorg
>
> Diversions concerning libGL are in place
> ----------------------------------------
> diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by glx-diversions
> diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by glx-diversions
> diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
> diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
> diversion of /usr/lib/i386-linux-gnu/libGL.so to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
> diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
> diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
> diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by glx-diversions
> diversion of /usr/lib/x86_64-linux-gnu/libGL.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions
>
> VGA-compatible devices on PCI bus:
> ----------------------------------
> 02:00.0 VGA compatible controller [0300]: nVidia Corporation G96 [GeForce 9400 GT] [10de:0641] (rev a1)
>
> Xorg X server configuration file status:
> ----------------------------------------
> -rw-r--r-- 1 root root 8153 Mar 4 2010 /etc/X11/xorg.conf
>
> Contents of /etc/X11/xorg.conf:
> -------------------------------
> # XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
> # Debian X Configuration tool, using values from the debconf database.
> #
> # Edit this file with caution, and see the XF86Config-4 manual page.
> # (Type "man XF86Config-4" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xfree86 package upgrades *only*
> # if it has not been modified since the last upgrade of the xserver-xfree86
> # package.
> #
> # If you have edited this file but would like it to be automatically updated
> # again, run the following commands as root:
> #
> # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
> # md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
> # dpkg-reconfigure xserver-xfree86
>
> Section "Files"
> FontPath "unix/:7100" # local font server
> FontPath "unix/:7101" # local font server
> # if the local font server has problems, we can fall back on these
> FontPath "/usr/share/fonts/X11/Type1"
> FontPath "/usr/share/fonts/X11/CID"
> FontPath "/usr/share/fonts/X11/misc"
> FontPath "/usr/share/fonts/X11/cyrillic"
> FontPath "/usr/share/fonts/X11/100dpi"
> FontPath "/usr/share/fonts/X11/75dpi"
> # FontPath "/usr/lib/fonts/X11/Type1"
> # FontPath "/usr/lib/fonts/X11/CID"
> # FontPath "/usr/lib/fonts/X11/Speedo"
> # FontPath "/usr/lib/fonts/X11/misc"
> # FontPath "/usr/lib/fonts/X11/cyrillic"
> # FontPath "/usr/lib/fonts/X11/100dpi"
> # FontPath "/usr/lib/fonts/X11/75dpi"
> EndSection
>
> Section "Module"
> Load "bitmap"
> Load "dbe"
> Load "ddc"
> Load "dri"
> Load "extmod"
> Load "freetype"
> Load "glx"
> Load "int10"
> Load "record"
> # Load "speedo"
> Load "type1"
> Load "vbe"
> EndSection
>
> Section "Extensions"
> # fglrx fix: Trying to enable Compositing disables dri!
> # Option "Composite" "Enable"
> EndSection
>
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "kbd"
> Option "CoreKeyboard"
> Option "XkbModel" "pc104"
> Option "XkbLayout" "us"
> EndSection
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ImPS/2"
> Option "Emulate3Buttons" "true"
> Option "ZAxisMapping" "4 5"
> EndSection
>
> Section "Device"
> Identifier "SIS"
> Driver "sis"
> # VideoRam 16384
> VideoRam 4096
> Option "UseFBDev" "true"
> EndSection
>
> Section "Device"
> Identifier "ATI All-In-Wonder 128"
> Driver "ati"
> # Driver "fglrx"
> VideoRam 16384
> Option "UseFBDev" "true"
> EndSection
>
> Section "Device"
> ### Available Driver options are:-
> ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
> ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
> ### [arg]: arg optional
> #Option "NoAccel" # [<bool>]
> #Option "SWcursor" # [<bool>]
> #Option "Dac6Bit" # [<bool>]
> #Option "Dac8Bit" # [<bool>]
> #Option "ForcePCIMode" # [<bool>]
> #Option "BusType" # [<str>]
> #Option "CPPIOMode" # [<bool>]
> #Option "CPusecTimeout" # <i>
> #Option "AGPMode" # <i>
> #Option "AGPFastWrite" # [<bool>]
> #Option "AGPSize" # <i>
> #Option "GARTSize" # <i>
> #Option "RingSize" # <i>
> #Option "BufferSize" # <i>
> #Option "EnableDepthMoves" # [<bool>]
> #Option "EnablePageFlip" # [<bool>]
> #Option "NoBackBuffer" # [<bool>]
> #Option "PanelOff" # [<bool>]
> #Option "DDCMode" # [<bool>]
> #Option "MonitorLayout" # [<str>]
> #Option "IgnoreEDID" # [<bool>]
> #Option "OverlayOnCRTC2" # [<bool>]
> #Option "CloneMode" # [<str>]
> #Option "CloneHSync" # [<str>]
> #Option "CloneVRefresh" # [<str>]
> #Option "UseFBDev" # [<bool>]
> #Option "VideoKey" # <i>
> #Option "DisplayPriority" # [<str>]
> #Option "PanelSize" # [<str>]
> #Option "ForceMinDotClock" # <freq>
> Identifier "Radeon 7000"
> Driver "ati"
> VendorName "ATI Technologies Inc"
> BoardName "Radeon RV100 QY [Radeon 7000/VE]"
> BusID "PCI:1:0:0"
> # Option "NoAccel" "true"
> EndSection
>
> Section "Device"
> Identifier "Radeon 9550"
> Driver "ati"
> VendorName "ATI Technologies Inc"
> BoardName "RV350 AR [Radeon 9600]"
> BusID "PCI:1:0:0"
> Option "AGPMode" "8"
> # Option "AGPFastWrite" "1"
> # Option "AccelMethod" "EXA"
> Option "AccelDFS" "1"
>
> EndSection
>
> Section "Device"
> Identifier "Radeon 9550 (ATI Driver)"
> Driver "fglrx"
> VendorName "ATI Technologies Inc"
> BoardName "RV350 AR [Radeon 9600]"
> # BusID "PCI:1:0:0"
> Option "AGPMode" "8"
> Option "AGPFastWrite" "1"
> Option "AccelMethod" "EXA"
> Option "AccelDFS" "1"
> Option "VideoOverlay" "on"
> Option "OpenGLOverlay" "off"
> EndSection
>
> Section "Device"
> Identifier "NVIDIA GeForce 9400 GT"
> Driver "nvidia"
> # Driver "nouveau"
> VendorName "NVIDIA Corporation"
> BoardName "GeForce 9400 GT"
> EndSection
>
> Section "Monitor"
> Identifier "Hitachi SuperScan Elite 751"
> HorizSync 30-107
> VertRefresh 50-85
> # Option "DPMS"
> EndSection
>
> # EDID version 1 revision 2
> Section "Monitor"
> # Block type: 2:0 3:fc
> Identifier "Apple Cinema"
> VendorName "APP"
> ModelName "Apple Cinema"
> # Block type: 2:0 3:fc
> # Block type: 2:0 3:fc
> # Block type: 2:0 3:0
> # DPMS capabilities: Active off:yes Suspend:no Standby:no
>
> Mode "1600x1024" # vfreq 59.938Hz, hfreq 62.096kHz
> DotClock 112.270000
> HTimings 1600 1688 1704 1808
> VTimings 1024 1025 1026 1036
> Flags "+HSync" "+VSync"
> EndMode
> # Block type: 2:0 3:fc
> # Block type: 2:0 3:fc
> # Block type: 2:0 3:0
> EndSection
>
> Section "Device"
> Identifier "Frame Buffer"
> Driver "fbdev"
> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> # Device "ATI All-In-Wonder 128"
> # Device "SIS"
> Device "Radeon 7000"
> # Device "Frame Buffer"
> Monitor "Hitachi SuperScan Elite 751"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> EndSection
>
> Section "Screen"
> Identifier "Cinema"
> # Device "ATI All-In-Wonder 128"
> # Device "SIS"
> # Device "Radeon 9550"
> # Device "Radeon 9550 (ATI Driver)"
> Device "NVIDIA GeForce 9400 GT"
> # Device "Frame Buffer"
> Monitor "Apple Cinema"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1600x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1600x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1600x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1600x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1600x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1600x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> EndSection
>
> Section "ServerLayout"
> Identifier "Default Layout"
> #Screen "Default Screen"
> Screen "Cinema"
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> # FGLRX 8 fix: AIGLX doesn't work with fglrx!
> # Option "AIGLX" "false"
> EndSection
>
> Section "DRI"
> Mode 0666
> EndSection
>
>
> /etc/X11/xorg.conf.d does not exist.
>
> KMS configuration files:
> ------------------------
> /etc/modprobe.d/radeon-kms.conf:
> options radeon modeset=1
>
> Kernel version (/proc/version):
> -------------------------------
> Linux version 2.6.38-2-amd64 (Debian 2.6.38-5) (ben at decadent.org.uk) (gcc version 4.4.6 (Debian 4.4.6-3) ) #1 SMP Sun May 8 13:51:57 UTC 2011
>
> Xorg X server log files on system:
> ----------------------------------
> -rw-r--r-- 1 root root 17515 Apr 19 2010 /var/log/Xorg.20.log
> -rw-r--r-- 1 root root 21403 Dec 22 12:12 /var/log/Xorg.0.log
>
> Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
> ---------------------------------------------------------------------
> [4238925.342]
> X.Org X Server 1.11.2.902 (1.11.3 RC 2)
> Release Date: 2011-12-09
> [4238925.342] X Protocol Version 11, Revision 0
> [4238925.342] Build Operating System: Linux 3.1.0-1-amd64 x86_64 Debian
> [4238925.342] Current Operating System: Linux death.porkrind.org 2.6.38-2-amd64 #1 SMP Sun May 8 13:51:57 UTC 2011 x86_64
> [4238925.342] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-2-amd64 root=UUID=0845d202-0a88-47f7-ac28-38624987e5a6 ro quiet
> [4238925.342] Build Date: 10 December 2011 09:55:45PM
> [4238925.342] xorg-server 2:1.11.2.902-1 (Cyril Brulebois <kibi at debian.org>)
> [4238925.342] Current version of pixman: 0.24.0
> [4238925.342] Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> [4238925.342] Markers: (--) probed, (**) from config file, (==) default setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [4238925.343] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 22 12:12:27 2011
> [4238925.343] (==) Using config file: "/etc/X11/xorg.conf"
> [4238925.343] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
> [4238925.343] (==) ServerLayout "Default Layout"
> [4238925.343] (**) |-->Screen "Cinema" (0)
> [4238925.343] (**) | |-->Monitor "Apple Cinema"
> [4238925.343] (**) | |-->Device "NVIDIA GeForce 9400 GT"
> [4238925.343] (**) |-->Input Device "Generic Keyboard"
> [4238925.343] (**) |-->Input Device "Configured Mouse"
> [4238925.343] (==) Automatically adding devices
> [4238925.343] (==) Automatically enabling devices
> [4238925.343] (WW) The directory "/usr/share/fonts/X11/CID" does not exist.
> [4238925.343] Entry deleted from font path.
> [4238925.343] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
> [4238925.343] Entry deleted from font path.
> [4238925.343] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
> [4238925.343] Entry deleted from font path.
> [4238925.343] (**) FontPath set to:
> unix/:7100,
> unix/:7101,
> /usr/share/fonts/X11/Type1,
> /usr/share/fonts/X11/misc,
> /usr/share/fonts/X11/100dpi,
> /usr/share/fonts/X11/75dpi,
> /usr/share/fonts/X11/misc,
> /usr/share/fonts/X11/100dpi/:unscaled,
> /usr/share/fonts/X11/75dpi/:unscaled,
> /usr/share/fonts/X11/Type1,
> /usr/share/fonts/X11/100dpi,
> /usr/share/fonts/X11/75dpi,
> /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
> built-ins
> [4238925.343] (==) ModulePath set to "/usr/lib/xorg/modules"
> [4238925.343] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
> [4238925.343] (WW) Disabling Generic Keyboard
> [4238925.343] (WW) Disabling Configured Mouse
> [4238925.343] (II) Loader magic: 0x7f31de002ae0
> [4238925.344] (II) Module ABI versions:
> [4238925.344] X.Org ANSI C Emulation: 0.4
> [4238925.344] X.Org Video Driver: 11.0
> [4238925.344] X.Org XInput driver : 13.0
> [4238925.344] X.Org Server Extension : 6.0
> [4238925.345] (--) PCI:*(0:2:0:0) 10de:0641:196e:0000 rev 161, Mem @ 0xe4000000/16777216, 0xc0000000/536870912, 0xe2000000/33554432, I/O @ 0x00003000/128
> [4238925.345] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
> [4238925.345] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
> [4238925.345] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
> [4238925.345] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
> [4238925.345] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
> [4238925.345] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
> [4238925.345] (II) "dri2" will be loaded by default.
> [4238925.345] (II) LoadModule: "dbe"
> [4238925.345] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
> [4238925.357] (II) Module dbe: vendor="X.Org Foundation"
> [4238925.357] compiled for 1.11.2.902, module version = 1.0.0
> [4238925.357] Module class: X.Org Server Extension
> [4238925.357] ABI class: X.Org Server Extension, version 6.0
> [4238925.357] (II) Loading extension DOUBLE-BUFFER
> [4238925.357] (II) LoadModule: "ddc"
> [4238925.357] (II) Module "ddc" already built-in
> [4238925.357] (II) LoadModule: "dri"
> [4238925.357] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
> [4238925.398] (II) Module dri: vendor="X.Org Foundation"
> [4238925.398] compiled for 1.11.2.902, module version = 1.0.0
> [4238925.398] ABI class: X.Org Server Extension, version 6.0
> [4238925.398] (II) Loading extension XFree86-DRI
> [4238925.398] (II) LoadModule: "extmod"
> [4238925.398] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
> [4238925.447] (II) Module extmod: vendor="X.Org Foundation"
> [4238925.447] compiled for 1.11.2.902, module version = 1.0.0
> [4238925.447] Module class: X.Org Server Extension
> [4238925.447] ABI class: X.Org Server Extension, version 6.0
> [4238925.447] (II) Loading extension SELinux
> [4238925.447] (II) Loading extension MIT-SCREEN-SAVER
> [4238925.447] (II) Loading extension XFree86-VidModeExtension
> [4238925.447] (II) Loading extension XFree86-DGA
> [4238925.447] (II) Loading extension DPMS
> [4238925.447] (II) Loading extension XVideo
> [4238925.447] (II) Loading extension XVideo-MotionCompensation
> [4238925.447] (II) Loading extension X-Resource
> [4238925.447] (II) LoadModule: "glx"
> [4238925.447] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
> [4238925.686] (II) Module glx: vendor="NVIDIA Corporation"
> [4238925.686] compiled for 4.0.2, module version = 1.0.0
> [4238925.686] Module class: X.Org Server Extension
> [4238925.686] (II) NVIDIA GLX Module 290.10 Wed Nov 16 18:01:24 PST 2011
> [4238925.686] (II) Loading extension GLX
> [4238925.686] (II) LoadModule: "int10"
> [4238925.686] (II) Loading /usr/lib/xorg/modules/libint10.so
> [4238925.705] (II) Module int10: vendor="X.Org Foundation"
> [4238925.705] compiled for 1.11.2.902, module version = 1.0.0
> [4238925.705] ABI class: X.Org Video Driver, version 11.0
> [4238925.705] (II) LoadModule: "record"
> [4238925.705] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
> [4238925.705] (II) Module record: vendor="X.Org Foundation"
> [4238925.705] compiled for 1.11.2.902, module version = 1.13.0
> [4238925.705] Module class: X.Org Server Extension
> [4238925.705] ABI class: X.Org Server Extension, version 6.0
> [4238925.705] (II) Loading extension RECORD
> [4238925.705] (II) LoadModule: "vbe"
> [4238925.706] (II) Loading /usr/lib/xorg/modules/libvbe.so
> [4238925.717] (II) Module vbe: vendor="X.Org Foundation"
> [4238925.718] compiled for 1.11.2.902, module version = 1.1.0
> [4238925.718] ABI class: X.Org Video Driver, version 11.0
> [4238925.718] (II) LoadModule: "dri2"
> [4238925.718] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
> [4238925.719] (II) Module dri2: vendor="X.Org Foundation"
> [4238925.719] compiled for 1.11.2.902, module version = 1.2.0
> [4238925.719] ABI class: X.Org Server Extension, version 6.0
> [4238925.719] (II) Loading extension DRI2
> [4238925.719] (II) LoadModule: "nvidia"
> [4238925.719] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
> [4238925.761] (II) Module nvidia: vendor="NVIDIA Corporation"
> [4238925.761] compiled for 4.0.2, module version = 1.0.0
> [4238925.761] Module class: X.Org Video Driver
> [4238925.761] (II) NVIDIA dlloader X Driver 290.10 Wed Nov 16 17:41:10 PST 2011
> [4238925.761] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
> [4238925.761] (++) using VT number 9
>
> [4238925.960] (II) Loading sub module "fb"
> [4238925.960] (II) LoadModule: "fb"
> [4238925.960] (II) Loading /usr/lib/xorg/modules/libfb.so
> [4238925.961] (II) Module fb: vendor="X.Org Foundation"
> [4238925.961] compiled for 1.11.2.902, module version = 1.0.0
> [4238925.961] ABI class: X.Org ANSI C Emulation, version 0.4
> [4238925.961] (II) Loading sub module "wfb"
> [4238925.961] (II) LoadModule: "wfb"
> [4238925.961] (II) Loading /usr/lib/xorg/modules/libwfb.so
> [4238925.961] (II) Module wfb: vendor="X.Org Foundation"
> [4238925.961] compiled for 1.11.2.902, module version = 1.0.0
> [4238925.961] ABI class: X.Org ANSI C Emulation, version 0.4
> [4238925.961] (II) Loading sub module "ramdac"
> [4238925.961] (II) LoadModule: "ramdac"
> [4238925.961] (II) Module "ramdac" already built-in
> [4238925.961] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
> [4238925.961] (II) Loading /usr/lib/xorg/modules/libwfb.so
> [4238925.961] (II) Loading /usr/lib/xorg/modules/libfb.so
> [4238925.961] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
> [4238925.961] (==) NVIDIA(0): RGB weight 888
> [4238925.961] (==) NVIDIA(0): Default visual is TrueColor
> [4238925.961] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
> [4238925.962] (**) NVIDIA(0): Enabling 2D acceleration
> [4238927.552] (II) NVIDIA(GPU-0): Display (Apple CinemaDisplay (DFP-0)) does not support NVIDIA
> [4238927.552] (II) NVIDIA(GPU-0): 3D Vision stereo.
> [4238927.553] (II) NVIDIA(0): NVIDIA GPU GeForce 9400 GT (G96) at PCI:2:0:0 (GPU-0)
> [4238927.553] (--) NVIDIA(0): Memory: 524288 kBytes
> [4238927.553] (--) NVIDIA(0): VideoBIOS: 62.94.2a.00.51
> [4238927.553] (II) NVIDIA(0): Detected PCI Express Link width: 16X
> [4238927.553] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
> [4238927.553] (--) NVIDIA(0): Connected display device(s) on GeForce 9400 GT at PCI:2:0:0
> [4238927.553] (--) NVIDIA(0): Apple CinemaDisplay (DFP-0)
> [4238927.553] (--) NVIDIA(0): Apple CinemaDisplay (DFP-0): 330.0 MHz maximum pixel clock
> [4238927.553] (--) NVIDIA(0): Apple CinemaDisplay (DFP-0): Internal Dual Link TMDS
> [4238927.657] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
> [4238927.657] (**) NVIDIA(0): enabled on all display devices.
> [4238927.691] (II) NVIDIA(0): Assigned Display Device: DFP-0
> [4238927.691] (II) NVIDIA(0): Validated modes:
> [4238927.691] (II) NVIDIA(0): "1600x1024"
> [4238927.691] (II) NVIDIA(0): "1152x864"
> [4238927.691] (II) NVIDIA(0): "1024x768"
> [4238927.691] (II) NVIDIA(0): "800x600"
> [4238927.691] (II) NVIDIA(0): "640x480"
> [4238927.691] (II) NVIDIA(0): Virtual screen size determined to be 1600 x 1024
> [4238927.719] (--) NVIDIA(0): DPI set to (86, 86); computed from "UseEdidDpi" X config
> [4238927.719] (--) NVIDIA(0): option
> [4238927.719] (--) Depth 24 pixmap format is 32 bpp
> [4238927.719] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
> [4238927.724] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
> [4238927.724] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
> [4238927.724] (II) NVIDIA(0): configuration option may not be set correctly. When the
> [4238927.724] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
> [4238927.724] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
> [4238927.724] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
> [4238927.724] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
> [4238927.724] (II) NVIDIA(0): Config Options in the README.
> [4238927.728] (II) NVIDIA(0): Setting mode "1600x1024"
> [4238927.764] (II) Loading extension NV-GLX
> [4238927.797] (==) NVIDIA(0): Disabling shared memory pixmaps
> [4238927.797] (==) NVIDIA(0): Backing store disabled
> [4238927.797] (==) NVIDIA(0): Silken mouse enabled
> [4238927.798] (==) NVIDIA(0): DPMS enabled
> [4238927.798] (II) Loading extension NV-CONTROL
> [4238927.798] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "CRT", but no
> [4238927.798] (WW) NVIDIA(0): such display device could be found, or all display devices
> [4238927.798] (WW) NVIDIA(0): by that name are currently unavailable.
> [4238927.798] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
> [4238927.798] (WW) NVIDIA(0): display device could be found, or all display devices by
> [4238927.798] (WW) NVIDIA(0): that name are currently unavailable.
> [4238927.798] (II) Loading extension XINERAMA
> [4238927.798] (II) Loading sub module "dri2"
> [4238927.798] (II) LoadModule: "dri2"
> [4238927.798] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
> [4238927.798] (II) Module dri2: vendor="X.Org Foundation"
> [4238927.798] compiled for 1.11.2.902, module version = 1.2.0
> [4238927.798] ABI class: X.Org Server Extension, version 6.0
> [4238927.798] (II) NVIDIA(0): [DRI2] Setup complete
> [4238927.798] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
> [4238927.798] (==) RandR enabled
> [4238927.798] (II) Initializing built-in extension Generic Event Extension
> [4238927.798] (II) Initializing built-in extension SHAPE
> [4238927.798] (II) Initializing built-in extension MIT-SHM
> [4238927.798] (II) Initializing built-in extension XInputExtension
> [4238927.798] (II) Initializing built-in extension XTEST
> [4238927.798] (II) Initializing built-in extension BIG-REQUESTS
> [4238927.798] (II) Initializing built-in extension SYNC
> [4238927.798] (II) Initializing built-in extension XKEYBOARD
> [4238927.798] (II) Initializing built-in extension XC-MISC
> [4238927.798] (II) Initializing built-in extension SECURITY
> [4238927.798] (II) Initializing built-in extension XINERAMA
> [4238927.798] (II) Initializing built-in extension XFIXES
> [4238927.798] (II) Initializing built-in extension RENDER
> [4238927.798] (II) Initializing built-in extension RANDR
> [4238927.798] (II) Initializing built-in extension COMPOSITE
> [4238927.798] (II) Initializing built-in extension DAMAGE
> [4238927.799] (II) SELinux: Disabled on system
> [4238927.799] (II) Initializing extension GLX
> [4238927.949] (II) config/udev: Adding input device Power Button (/dev/input/event5)
> [4238927.949] (**) Power Button: Applying InputClass "evdev keyboard catchall"
> [4238927.949] (II) LoadModule: "evdev"
> [4238927.949] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
> [4238927.983] (II) Module evdev: vendor="X.Org Foundation"
> [4238927.983] compiled for 1.11.0, module version = 2.6.0
> [4238927.983] Module class: X.Org XInput Driver
> [4238927.983] ABI class: X.Org XInput driver, version 13.0
> [4238927.983] (II) Using input driver 'evdev' for 'Power Button'
> [4238927.983] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
> [4238927.983] (**) Power Button: always reports core events
> [4238927.983] (**) Power Button: Device: "/dev/input/event5"
> [4238928.028] (--) Power Button: Found keys
> [4238928.028] (II) Power Button: Configuring as keyboard
> [4238928.028] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
> [4238928.028] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
> [4238928.028] (**) Option "xkb_rules" "evdev"
> [4238928.028] (**) Option "xkb_model" "pc104"
> [4238928.028] (**) Option "xkb_layout" "us"
> [4238928.028] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
> [4238928.050] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
> [4238928.050] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
> [4238928.050] (II) Using input driver 'evdev' for 'Sleep Button'
> [4238928.050] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
> [4238928.051] (**) Sleep Button: always reports core events
> [4238928.051] (**) Sleep Button: Device: "/dev/input/event4"
> [4238928.100] (--) Sleep Button: Found keys
> [4238928.100] (II) Sleep Button: Configuring as keyboard
> [4238928.100] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4/event4"
> [4238928.100] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
> [4238928.100] (**) Option "xkb_rules" "evdev"
> [4238928.100] (**) Option "xkb_model" "pc104"
> [4238928.100] (**) Option "xkb_layout" "us"
> [4238928.100] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
> [4238928.101] (II) config/udev: Adding input device Griffin Technology, Inc. iMate, USB To ADB Adaptor (/dev/input/event0)
> [4238928.101] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: Applying InputClass "evdev keyboard catchall"
> [4238928.101] (II) Using input driver 'evdev' for 'Griffin Technology, Inc. iMate, USB To ADB Adaptor'
> [4238928.101] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
> [4238928.101] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: always reports core events
> [4238928.101] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: Device: "/dev/input/event0"
> [4238928.132] (--) Griffin Technology, Inc. iMate, USB To ADB Adaptor: Found keys
> [4238928.132] (II) Griffin Technology, Inc. iMate, USB To ADB Adaptor: Configuring as keyboard
> [4238928.132] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.0/input/input16/event0"
> [4238928.132] (II) XINPUT: Adding extended input device "Griffin Technology, Inc. iMate, USB To ADB Adaptor" (type: KEYBOARD, id 8)
> [4238928.132] (**) Option "xkb_rules" "evdev"
> [4238928.132] (**) Option "xkb_model" "pc104"
> [4238928.132] (**) Option "xkb_layout" "us"
> [4238928.132] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
> [4238928.132] (II) config/udev: Adding input device Griffin Technology, Inc. iMate, USB To ADB Adaptor (/dev/input/event1)
> [4238928.132] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: Applying InputClass "evdev pointer catchall"
> [4238928.132] (II) Using input driver 'evdev' for 'Griffin Technology, Inc. iMate, USB To ADB Adaptor'
> [4238928.132] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
> [4238928.132] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: always reports core events
> [4238928.132] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: Device: "/dev/input/event1"
> [4238928.164] (--) Griffin Technology, Inc. iMate, USB To ADB Adaptor: Found 3 mouse buttons
> [4238928.164] (--) Griffin Technology, Inc. iMate, USB To ADB Adaptor: Found relative axes
> [4238928.164] (--) Griffin Technology, Inc. iMate, USB To ADB Adaptor: Found x and y relative axes
> [4238928.164] (II) Griffin Technology, Inc. iMate, USB To ADB Adaptor: Configuring as mouse
> [4238928.164] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: YAxisMapping: buttons 4 and 5
> [4238928.164] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
> [4238928.164] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.1/input/input17/event1"
> [4238928.164] (II) XINPUT: Adding extended input device "Griffin Technology, Inc. iMate, USB To ADB Adaptor" (type: MOUSE, id 9)
> [4238928.164] (II) Griffin Technology, Inc. iMate, USB To ADB Adaptor: initialized for relative axes.
> [4238928.164] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: (accel) keeping acceleration scheme 1
> [4238928.164] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: (accel) acceleration profile 0
> [4238928.164] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: (accel) acceleration factor: 2.000
> [4238928.164] (**) Griffin Technology, Inc. iMate, USB To ADB Adaptor: (accel) acceleration threshold: 4
> [4238928.164] (II) config/udev: Adding input device Griffin Technology, Inc. iMate, USB To ADB Adaptor (/dev/input/mouse0)
> [4238928.164] (II) No input driver/identifier specified (ignoring)
> [4238928.165] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
> [4238928.165] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
> [4238928.165] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
> [4238928.165] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
> [4238928.165] (**) Logitech USB Receiver: always reports core events
> [4238928.165] (**) Logitech USB Receiver: Device: "/dev/input/event2"
> [4238928.196] (--) Logitech USB Receiver: Found 9 mouse buttons
> [4238928.196] (--) Logitech USB Receiver: Found scroll wheel(s)
> [4238928.196] (--) Logitech USB Receiver: Found relative axes
> [4238928.196] (--) Logitech USB Receiver: Found x and y relative axes
> [4238928.196] (II) Logitech USB Receiver: Configuring as mouse
> [4238928.196] (II) Logitech USB Receiver: Adding scrollwheel support
> [4238928.196] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
> [4238928.196] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
> [4238928.196] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.4/4-2.4:1.0/input/input18/event2"
> [4238928.196] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
> [4238928.196] (II) Logitech USB Receiver: initialized for relative axes.
> [4238928.196] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
> [4238928.196] (**) Logitech USB Receiver: (accel) acceleration profile 0
> [4238928.196] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
> [4238928.196] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
> [4238928.196] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
> [4238928.196] (II) No input driver/identifier specified (ignoring)
> [4238928.197] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
> [4238928.197] (II) No input driver/identifier specified (ignoring)
> [4238928.197] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7)
> [4238928.197] (II) No input driver/identifier specified (ignoring)
> [4238928.197] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
> [4238928.197] (II) No input driver/identifier specified (ignoring)
>
> udev information:
> -----------------
> P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
> E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
> E: EV=3
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_PATH=acpi-LNXPWRBN:00
> E: ID_PATH_TAG=acpi-LNXPWRBN_00
> E: KEY=10000000000000 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: UDEV_LOG=3
> E: USEC_INITIALIZED=29453635
>
> P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5
> N: input/event5
> E: DEVNAME=/dev/input/event5
> E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5
> 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=69
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: USEC_INITIALIZED=29523787
> E: XKBLAYOUT=us
> E: XKBMODEL=pc104
> E: XKBOPTIONS=terminate:ctrl_alt_bksp
>
> P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
> E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
> E: EV=3
> 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
> 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: UDEV_LOG=3
> E: USEC_INITIALIZED=29421573
>
> P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4/event4
> N: input/event4
> E: DEVNAME=/dev/input/event4
> E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4/event4
> 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=68
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: USEC_INITIALIZED=29523789
> E: XKBLAYOUT=us
> E: XKBMODEL=pc104
> E: XKBOPTIONS=terminate:ctrl_alt_bksp
>
> P: /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.0/input/input16
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.0/input/input16
> E: EV=120013
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_INPUT_KEYBOARD=1
> E: ID_MODEL=iMate__USB_To_ADB_Adaptor
> E: ID_MODEL_ENC=iMate\x2c\x20USB\x20To\x20ADB\x20Adaptor
> E: ID_MODEL_ID=0405
> E: ID_PATH=pci-0000:00:1a.1-usb-0:2.1:1.0
> E: ID_PATH_TAG=pci-0000_00_1a_1-usb-0_2_1_1_0
> E: ID_REVISION=0370
> E: ID_SERIAL=Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030102:
> E: ID_USB_INTERFACE_NUM=00
> E: ID_VENDOR=Griffin_Technology__Inc.
> E: ID_VENDOR_ENC=Griffin\x20Technology\x2c\x20Inc.
> E: ID_VENDOR_ID=077d
> E: KEY=e080ffdf01cfffff fffffffffffffffe
> E: LED=1f
> E: MODALIAS=input:b0003v077Dp0405e0100-e0,1,4,11,14,k77,7D,7E,7F,ram4,l0,1,2,3,4,sfw
> E: MSC=10
> E: NAME="Griffin Technology, Inc. iMate, USB To ADB Adaptor"
> E: PHYS="usb-0000:00:1a.1-2.1/input0"
> E: PRODUCT=3/77d/405/100
> E: PROP=0
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: UNIQ=""
> E: USEC_INITIALIZED=1440590266385
>
> P: /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.0/input/input16/event0
> N: input/event0
> S: input/by-id/usb-Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor-event-kbd
> S: input/by-path/pci-0000:00:1a.1-usb-0:2.1:1.0-event-kbd
> E: DEVLINKS=/dev/input/by-id/usb-Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor-event-kbd /dev/input/by-path/pci-0000:00:1a.1-usb-0:2.1:1.0-event-kbd
> E: DEVNAME=/dev/input/event0
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.0/input/input16/event0
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_KEY=1
> E: ID_INPUT_KEYBOARD=1
> E: ID_MODEL=iMate__USB_To_ADB_Adaptor
> E: ID_MODEL_ENC=iMate\x2c\x20USB\x20To\x20ADB\x20Adaptor
> E: ID_MODEL_ID=0405
> E: ID_PATH=pci-0000:00:1a.1-usb-0:2.1:1.0
> E: ID_PATH_TAG=pci-0000_00_1a_1-usb-0_2_1_1_0
> E: ID_REVISION=0370
> E: ID_SERIAL=Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030102:
> E: ID_USB_INTERFACE_NUM=00
> E: ID_VENDOR=Griffin_Technology__Inc.
> E: ID_VENDOR_ENC=Griffin\x20Technology\x2c\x20Inc.
> E: ID_VENDOR_ID=077d
> E: MAJOR=13
> E: MINOR=64
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: USEC_INITIALIZED=1440590270505
> E: XKBLAYOUT=us
> E: XKBMODEL=pc104
> E: XKBOPTIONS=terminate:ctrl_alt_bksp
>
> P: /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.1/input/input17
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.1/input/input17
> E: EV=17
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_MOUSE=1
> E: ID_MODEL=iMate__USB_To_ADB_Adaptor
> E: ID_MODEL_ENC=iMate\x2c\x20USB\x20To\x20ADB\x20Adaptor
> E: ID_MODEL_ID=0405
> E: ID_PATH=pci-0000:00:1a.1-usb-0:2.1:1.1
> E: ID_PATH_TAG=pci-0000_00_1a_1-usb-0_2_1_1_1
> E: ID_REVISION=0370
> E: ID_SERIAL=Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030102:
> E: ID_USB_INTERFACE_NUM=01
> E: ID_VENDOR=Griffin_Technology__Inc.
> E: ID_VENDOR_ENC=Griffin\x20Technology\x2c\x20Inc.
> E: ID_VENDOR_ID=077d
> E: KEY=70000 0 0 0 0
> E: MODALIAS=input:b0003v077Dp0405e0100-e0,1,2,4,k110,111,112,r0,1,am4,lsfw
> E: MSC=10
> E: NAME="Griffin Technology, Inc. iMate, USB To ADB Adaptor"
> E: PHYS="usb-0000:00:1a.1-2.1/input1"
> E: PRODUCT=3/77d/405/100
> E: PROP=0
> E: REL=3
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: UNIQ=""
> E: USEC_INITIALIZED=1440590266397
>
> P: /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.1/input/input17/event1
> N: input/event1
> S: input/by-id/usb-Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor-event-mouse
> S: input/by-id/usb-Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor-if01-event-mouse
> S: input/by-path/pci-0000:00:1a.1-usb-0:2.1:1.1-event-mouse
> E: DEVLINKS=/dev/input/by-id/usb-Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor-event-mouse /dev/input/by-id/usb-Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor-if01-event-mouse /dev/input/by-path/pci-0000:00:1a.1-usb-0:2.1:1.1-event-mouse
> E: DEVNAME=/dev/input/event1
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.1/input/input17/event1
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_MOUSE=1
> E: ID_MODEL=iMate__USB_To_ADB_Adaptor
> E: ID_MODEL_ENC=iMate\x2c\x20USB\x20To\x20ADB\x20Adaptor
> E: ID_MODEL_ID=0405
> E: ID_PATH=pci-0000:00:1a.1-usb-0:2.1:1.1
> E: ID_PATH_TAG=pci-0000_00_1a_1-usb-0_2_1_1_1
> E: ID_REVISION=0370
> E: ID_SERIAL=Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030102:
> E: ID_USB_INTERFACE_NUM=01
> E: ID_VENDOR=Griffin_Technology__Inc.
> E: ID_VENDOR_ENC=Griffin\x20Technology\x2c\x20Inc.
> E: ID_VENDOR_ID=077d
> E: MAJOR=13
> E: MINOR=65
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: USEC_INITIALIZED=1440590270564
>
> P: /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.1/input/input17/mouse0
> N: input/mouse0
> S: input/by-id/usb-Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor-if01-mouse
> S: input/by-id/usb-Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor-mouse
> S: input/by-path/pci-0000:00:1a.1-usb-0:2.1:1.1-mouse
> E: DEVLINKS=/dev/input/by-id/usb-Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor-if01-mouse /dev/input/by-id/usb-Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor-mouse /dev/input/by-path/pci-0000:00:1a.1-usb-0:2.1:1.1-mouse
> E: DEVNAME=/dev/input/mouse0
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.1/4-2.1:1.1/input/input17/mouse0
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_MOUSE=1
> E: ID_MODEL=iMate__USB_To_ADB_Adaptor
> E: ID_MODEL_ENC=iMate\x2c\x20USB\x20To\x20ADB\x20Adaptor
> E: ID_MODEL_ID=0405
> E: ID_PATH=pci-0000:00:1a.1-usb-0:2.1:1.1
> E: ID_PATH_TAG=pci-0000_00_1a_1-usb-0_2_1_1_1
> E: ID_REVISION=0370
> E: ID_SERIAL=Griffin_Technology__Inc._iMate__USB_To_ADB_Adaptor
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030101:030102:
> E: ID_USB_INTERFACE_NUM=01
> E: ID_VENDOR=Griffin_Technology__Inc.
> E: ID_VENDOR_ENC=Griffin\x20Technology\x2c\x20Inc.
> E: ID_VENDOR_ID=077d
> E: MAJOR=13
> E: MINOR=32
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: USEC_INITIALIZED=1440590271124
>
> P: /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.4/4-2.4:1.0/input/input18
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.4/4-2.4:1.0/input/input18
> E: EV=20017
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_MOUSE=1
> E: ID_MODEL=USB_Receiver
> E: ID_MODEL_ENC=USB\x20Receiver
> E: ID_MODEL_ID=c501
> E: ID_PATH=pci-0000:00:1a.1-usb-0:2.4:1.0
> E: ID_PATH_TAG=pci-0000_00_1a_1-usb-0_2_4_1_0
> E: ID_REVISION=0910
> E: ID_SERIAL=Logitech_USB_Receiver
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030102:
> E: ID_USB_INTERFACE_NUM=00
> E: ID_VENDOR=Logitech
> E: ID_VENDOR_ENC=Logitech
> E: ID_VENDOR_ID=046d
> E: KEY=1f0000 0 0 0 0
> E: LED=ff00
> E: MODALIAS=input:b0003v046DpC501e0110-e0,1,2,4,11,k110,111,112,113,114,r0,1,8,am4,l8,9,A,B,C,D,E,sfw
> E: MSC=10
> E: NAME="Logitech USB Receiver"
> E: PHYS="usb-0000:00:1a.1-2.4/input0"
> E: PRODUCT=3/46d/c501/110
> E: PROP=0
> E: REL=103
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: UNIQ=""
> E: USEC_INITIALIZED=1440682178789
>
> P: /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.4/4-2.4:1.0/input/input18/event2
> N: input/event2
> S: input/by-id/usb-Logitech_USB_Receiver-event-mouse
> S: input/by-path/pci-0000:00:1a.1-usb-0:2.4:1.0-event-mouse
> E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse /dev/input/by-path/pci-0000:00:1a.1-usb-0:2.4:1.0-event-mouse
> E: DEVNAME=/dev/input/event2
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.4/4-2.4:1.0/input/input18/event2
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_MOUSE=1
> E: ID_MODEL=USB_Receiver
> E: ID_MODEL_ENC=USB\x20Receiver
> E: ID_MODEL_ID=c501
> E: ID_PATH=pci-0000:00:1a.1-usb-0:2.4:1.0
> E: ID_PATH_TAG=pci-0000_00_1a_1-usb-0_2_4_1_0
> E: ID_REVISION=0910
> E: ID_SERIAL=Logitech_USB_Receiver
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030102:
> E: ID_USB_INTERFACE_NUM=00
> E: ID_VENDOR=Logitech
> E: ID_VENDOR_ENC=Logitech
> E: ID_VENDOR_ID=046d
> E: MAJOR=13
> E: MINOR=66
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: USEC_INITIALIZED=1440682182703
>
> P: /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.4/4-2.4:1.0/input/input18/mouse1
> N: input/mouse1
> S: input/by-id/usb-Logitech_USB_Receiver-mouse
> S: input/by-path/pci-0000:00:1a.1-usb-0:2.4:1.0-mouse
> E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-mouse /dev/input/by-path/pci-0000:00:1a.1-usb-0:2.4:1.0-mouse
> E: DEVNAME=/dev/input/mouse1
> E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2.4/4-2.4:1.0/input/input18/mouse1
> E: ID_BUS=usb
> E: ID_INPUT=1
> E: ID_INPUT_MOUSE=1
> E: ID_MODEL=USB_Receiver
> E: ID_MODEL_ENC=USB\x20Receiver
> E: ID_MODEL_ID=c501
> E: ID_PATH=pci-0000:00:1a.1-usb-0:2.4:1.0
> E: ID_PATH_TAG=pci-0000_00_1a_1-usb-0_2_4_1_0
> E: ID_REVISION=0910
> E: ID_SERIAL=Logitech_USB_Receiver
> E: ID_TYPE=hid
> E: ID_USB_DRIVER=usbhid
> E: ID_USB_INTERFACES=:030102:
> E: ID_USB_INTERFACE_NUM=00
> E: ID_VENDOR=Logitech
> E: ID_VENDOR_ENC=Logitech
> E: ID_VENDOR_ID=046d
> E: MAJOR=13
> E: MINOR=33
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: USEC_INITIALIZED=1440682182562
>
> P: /devices/pci0000:00/0000:00:1b.0/input/input6
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input6
> E: EV=40001
> E: ID_INPUT=1
> E: ID_PATH=pci-0000:00:1b.0
> E: ID_PATH_TAG=pci-0000_00_1b_0
> E: MODALIAS=input:b0001v10ECp0889e0001-e0,12,kramls1,2,fw
> E: NAME="HDA Digital PCBeep"
> E: PHYS="card0/codec#2/beep0"
> E: PRODUCT=1/10ec/889/1
> E: PROP=0
> E: SND=6
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: USEC_INITIALIZED=31541979
>
> P: /devices/pci0000:00/0000:00:1b.0/input/input6/event6
> N: input/event6
> E: DEVNAME=/dev/input/event6
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input6/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: UDEV_LOG=3
> E: USEC_INITIALIZED=31544726
>
> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7
> E: EV=21
> 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: UDEV_LOG=3
> E: USEC_INITIALIZED=31541533
>
> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7
> N: input/event7
> E: DEVNAME=/dev/input/event7
> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7/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: UDEV_LOG=3
> E: USEC_INITIALIZED=31544220
>
> P: /devices/platform/pcspkr/input/input3
> E: DEVPATH=/devices/platform/pcspkr/input/input3
> E: EV=40001
> 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: UDEV_LOG=3
> E: USEC_INITIALIZED=29207190
>
> P: /devices/platform/pcspkr/input/input3/event3
> N: input/event3
> S: input/by-path/platform-pcspkr-event-spkr
> E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
> E: DEVNAME=/dev/input/event3
> E: DEVPATH=/devices/platform/pcspkr/input/input3/event3
> E: ID_INPUT=1
> E: ID_PATH=platform-pcspkr
> E: ID_PATH_TAG=platform-pcspkr
> E: ID_SERIAL=noserial
> E: MAJOR=13
> E: MINOR=67
> E: SUBSYSTEM=input
> E: UDEV_LOG=3
> E: USEC_INITIALIZED=29270702
>
>
> DRM Information from dmesg:
> ---------------------------
>
>
> -- System Information:
> Debian Release: wheezy/sid
> APT prefers testing
> APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 2.6.38-2-amd64 (SMP w/8 CPU cores)
> Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages xorg depends on:
> ii aterm [x-terminal-emulator] 1.0.1-7+b2
> ii eterm [x-terminal-emulator] 0.9.5-3
> ii gnome-terminal [x-terminal-emulator] 3.0.1-1
> ii libgl1-mesa-dri 7.11-6
> ii libgl1-mesa-glx [libgl1] 7.11.2-1
> ii libglu1-mesa 7.11.2-1
> ii x11-apps 7.6+5
> ii x11-session-utils 7.6+2
> ii x11-utils 7.6+4
> ii x11-xfs-utils 7.6+1
> ii x11-xkb-utils 7.6+4
> ii x11-xserver-utils 7.6+3
> ii xauth 1:1.0.6-1
> ii xfonts-100dpi 1:1.0.3
> ii xfonts-75dpi 1:1.0.3
> ii xfonts-base 1:1.0.3
> ii xfonts-scalable 1:1.0.3-1
> ii xfonts-utils 1:7.6+1
> ii xinit 1.3.1-1
> ii xkb-data 2.1-2
> ii xorg-docs-core 1:1.6-1
> ii xserver-xorg 1:7.6+10
> ii xterm [x-terminal-emulator] 276-1
>
> xorg recommends no packages.
>
> Versions of packages xorg suggests:
> pn xorg-docs <none>
>
> Versions of packages xserver-xorg depends on:
> ii libc6 2.13-21
> ii x11-xkb-utils 7.6+4
> ii xkb-data 2.1-2
> ii xserver-xorg-core 2:1.11.2.902-1
> ii xserver-xorg-input-all 1:7.6+10
> ii xserver-xorg-input-evdev [xorg-driver-input] 1:2.6.0-2+b2
> ii xserver-xorg-input-kbd [xorg-driver-input] 1:1.6.0-3+b1
> ii xserver-xorg-input-mouse [xorg-driver-input] 1:1.7.1-1+b1
> ii xserver-xorg-input-synaptics [xorg-driver-input] 1.4.1-1+b1
> ii xserver-xorg-input-wacom [xorg-driver-input] 0.12.0-1
> ii xserver-xorg-video-ati [xorg-driver-video] 1:6.14.3-1
> ii xserver-xorg-video-mach64 [xorg-driver-video] 6.9.0-1+b1
> ii xserver-xorg-video-nvidia [xorg-driver-video] 290.10-1
> ii xserver-xorg-video-r128 [xorg-driver-video] 6.8.1-5+b2
> ii xserver-xorg-video-radeon [xorg-driver-video] 1:6.14.3-1
>
> Versions of packages xserver-xorg recommends:
> ii libgl1-mesa-dri 7.11-6
>
> -- debconf information:
> xserver-xorg/config/monitor/use_sync_ranges: true
> * xserver-xorg/config/monitor/lcd: false
> * xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
> shared/fontpath/fontserver:
> * shared/no_known_x-server:
> xserver-xorg/config/fontpath/fontserver:
> xserver-xorg/config/device/default-identifier:
> * xserver-xorg/config/inputdevice/keyboard/internal:
> * xserver-xorg/config/write_dri_section: true
> * shared/multiple_possible_x-servers:
>
>
>
> --
> To UNSUBSCRIBE, email to debian-x-REQUEST at lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster at lists.debian.org
> Archive: http://lists.debian.org/20111222202721.22034.43626.reportbug@porkrind.org
>
>
Mraw,
KiBi.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-nvidia-devel/attachments/20111222/99346a07/attachment-0001.pgp>
More information about the pkg-nvidia-devel
mailing list